aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
Commit message (Expand)AuthorAge
* 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
* | | Separate generation of an entry-stats string from writing it to disk.Karsten Loesing2011-08-04
* | | Separate generation of a dirreq-stats string from writing it to disk.Karsten Loesing2011-08-04
* | | Add unit tests for buffer-stats.Karsten Loesing2011-08-04
* | | Unit test for generic_buffer_set_to_copyNick Mathewson2011-07-20
* | | Remove compare_addr_to_addr_policyNick Mathewson2011-07-15
* | | Merge remote-tracking branch 'public/bug1666'Nick Mathewson2011-07-13
|\ \ \
| * | | Refactor fetch_from_buf_socks() to be greedyNick Mathewson2011-06-29
| * | | Refactor socks unit tests into a suite of their ownNick Mathewson2011-06-29
| * | | Record username/password data in socks_request_tNick Mathewson2011-06-29
| * | | Fix 'make check-spaces'Nick Mathewson2011-06-29
| * | | bug1666 - Pass-through support for SOCKS5 authentication(4)Robert Hogan2010-12-14
| * | | bug1666 - Pass-through support for SOCKS5 authentication (2)Robert Hogan2010-12-14
| * | | bug1666 - Pass-through support for SOCKS5 authenticationRobert Hogan2010-12-14
* | | | Check return value of crypto_global_init in test.cNick Mathewson2011-07-01
* | | | Make the get_options() return constNick Mathewson2011-06-14
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\ \ \ | | |/ | |/|
| * | Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem2011-04-07
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| | | |/ |/|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Write bidirectional connection stats in single line.Karsten Loesing2010-12-03
* | Refactor conn stats and add unit tests.Karsten Loesing2010-12-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-29
|\|
| * Report only the top 10 ports in exit-port stats.Karsten Loesing2010-11-24
* | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \
| * | Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
| |/
* / Unit tests for microdescriptor cacheNick Mathewson2010-10-07
|/
* Do away with the complexity of the network liveness detection.Mike Perry2010-09-29
* Add unit test for tor_listdir.Nick Mathewson2010-08-20
* Remove unused function declarationsSebastian Hahn2010-08-17
* Fix compilation with --with-dmallocKarsten Loesing2010-08-16