aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Better policy support for IPv6Nick Mathewson2012-11-14
* Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
* Refactor begin cell parsing into its own function, with tests.Nick Mathewson2012-11-14
* Move address map into its own file.Nick Mathewson2012-11-14
* Fix test.c compilation on mingw32.Nick Mathewson2012-11-08
* Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\
| * Duplicate less code.Linus Nordberg2012-10-31
| * Add "IPVersions" to control command "status/clients-seen".Linus Nordberg2012-10-20
| * White space.Linus Nordberg2012-10-17
| * Minor tweaks to nils' v4 vs v6 bridge usage code.Karsten Loesing2012-10-17
| * Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing2012-10-17
| * Include statistics as to how many connections are IPv4 versus IPv6nils2012-10-17
| * Add GeoIP database for IPv6 addressesnils2012-10-17
| * Rename address family specific IPv4 geoip functions in preparation for IPv6 s...nils2012-10-17
* | Merge remote-tracking branch 'asn/bug6832'Nick Mathewson2012-10-27
|\ \
| * | Add a unit test for the old crash input of tor_timegm().George Kadianakis2012-09-13
* | | Merge remote-tracking branch 'andrea/bug7191_v2'Nick Mathewson2012-10-23
|\ \ \
| * | | Add some unit tests for smartlist_bsearch_idx() on short listsAndrea Shepard2012-10-23
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix parse_short_policy (bug 7192.)Nick Mathewson2012-10-23
| * | | add a unit test to expose bug 7192Roger Dingledine2012-10-22
* | | | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
| |_|/ |/| |
* | | Move all externally maintained source files into src/extNick Mathewson2012-10-11
* | | Add unit test for crypto_pk_cmp_keys and NULLNick Mathewson2012-09-17
* | | Merge branch '6044_nm_squashed'Nick Mathewson2012-09-17
|\ \ \
| * | | Turn the read_file_until_eof tests into a single implementationNick Mathewson2012-09-17
| * | | Handle FIFOs in read_file_to_strmeejah2012-09-17
* | | | Remove a duplicate test in test_util_pow2Nick Mathewson2012-09-14
* | | | Merge branch 'bug6831_v2'Nick Mathewson2012-09-14
|\ \ \ \
| * | | | Don't compute ((uint64_t)1)<<64 in round_to_power_of_2Nick Mathewson2012-09-14
| | |_|/ | |/| |
* / | | Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson2012-09-13
|/ / /
* | | Merge remote-tracking branch 'public/bug6538'Nick Mathewson2012-09-11
|\ \ \
| * | | In choose-by-bw, scale to better use the range of uint64Nick Mathewson2012-08-27
| * | | Refactor the core of choosing by weights into a functionNick Mathewson2012-08-09
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-11
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-09-11
| |\ \ | | |/ | |/|
| | * Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
* | | Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
* | | Merge branch 'bug6524_nm'Nick Mathewson2012-08-27
|\ \ \
| * | | fix TESTS to include full path to src/test/testStewart Smith2012-08-09
| * | | Move to non-recursive makeStewart Smith2012-08-09
* | | | Merge remote-tracking branch 'public/bug5124'Nick Mathewson2012-08-17
|\ \ \ \ | |/ / / |/| | |
| * | | Never emit the "opt" prefix in any directory stuffNick Mathewson2012-06-28
* | | | Speak not the name of INT_MIN; it can upset older compilersNick Mathewson2012-08-03
* | | | Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson2012-08-03
* | | | test_assert is always in affect: no need for extra gotosNick Mathewson2012-07-31
* | | | Remove duplicate code in test_introduce.cNick Mathewson2012-07-31
* | | | Unit tests for new rend_intro_cell_t parserAndrea Shepard2012-07-31