aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
Commit message (Expand)AuthorAge
* Fix unit test to not expect v2 directory request geoip infoNick Mathewson2013-01-29
* Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson2013-01-19
|\
| * Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17
* | Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio2013-01-16
|/
* Update the copyright date to 201.Nick Mathewson2013-01-16
* ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson2013-01-03
* Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
* Implementat the ntor handshakeNick Mathewson2013-01-02
* Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* Better policy support for IPv6Nick Mathewson2012-11-14
* Refactor begin cell parsing into its own function, with tests.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 '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
| |/ |/|
* | Unit tests for new rend_intro_cell_t parserAndrea Shepard2012-07-31
* | Implement replaycache_t for bug 6177, and unit tests for the precedingAndrea Shepard2012-07-31
|/
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson2012-06-13
|\
| * An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson2012-05-11
* | Fix mingw build with -DUNICODE -D_UNICODENick Mathewson2012-06-07
* | Fix some mingw build warningsNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Fix some remaining nmake/msvc build issuesNick Mathewson2012-05-16
|/
* Count IPv6 connections in bridge and entry stats.Karsten Loesing2012-02-09
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\
| * bug933 - Match against super-domains in MapAddressRobert Hogan2011-11-30
* | Make unit tests run again. Fix bug 4606.Nick Mathewson2011-11-29
* | New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson2011-11-11
* | Fix the bench_{aes,dmap} test functions to work with TTSebastian Hahn2011-11-11
* | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \
| * | Add some unit tests.George Kadianakis2011-07-13
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\ \ \ | |_|/ |/| |
| * | Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* | | Clean up bridge-stats code.Karsten Loesing2011-08-04