summaryrefslogtreecommitdiff
path: root/src/test/test.c
AgeCommit message (Expand)Author
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-07Fix mingw build with -DUNICODE -D_UNICODENick Mathewson
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-16Fix some remaining nmake/msvc build issuesNick Mathewson
2012-05-11An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson
2012-02-09Count IPv6 connections in bridge and entry stats.Karsten Loesing
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-30Merge branch 'bug933_nm_rebased_v2'Nick Mathewson
2011-11-30bug933 - Match against super-domains in MapAddressRobert Hogan
2011-11-29Make unit tests run again. Fix bug 4606.Nick Mathewson
2011-11-11New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson
2011-11-11Fix the bench_{aes,dmap} test functions to work with TTSebastian Hahn
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-08-04Clean up bridge-stats code.Karsten Loesing
2011-08-04Separate generation of an entry-stats string from writing it to disk.Karsten Loesing
2011-08-04Separate generation of a dirreq-stats string from writing it to disk.Karsten Loesing
2011-08-04Add unit tests for buffer-stats.Karsten Loesing
2011-07-20Unit test for generic_buffer_set_to_copyNick Mathewson
2011-07-15Remove compare_addr_to_addr_policyNick Mathewson
2011-07-13Add some unit tests.George Kadianakis
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-01Check return value of crypto_global_init in test.cNick Mathewson
2011-06-29Refactor fetch_from_buf_socks() to be greedyNick Mathewson
2011-06-29Refactor socks unit tests into a suite of their ownNick Mathewson
2011-06-29Record username/password data in socks_request_tNick Mathewson
2011-06-29Fix 'make check-spaces'Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-12-14bug1666 - Pass-through support for SOCKS5 authentication(4)Robert Hogan
2010-12-14bug1666 - Pass-through support for SOCKS5 authentication (2)Robert Hogan
2010-12-14bug1666 - Pass-through support for SOCKS5 authenticationRobert Hogan
2010-12-03Write bidirectional connection stats in single line.Karsten Loesing
2010-12-03Refactor conn stats and add unit tests.Karsten Loesing
2010-11-29Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-24Report only the top 10 ports in exit-port stats.Karsten Loesing
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-07Unit tests for microdescriptor cacheNick Mathewson
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-09-29Do away with the complexity of the network liveness detection.Mike Perry
2010-08-20Add unit test for tor_listdir.Nick Mathewson
2010-08-17Remove unused function declarationsSebastian Hahn
2010-08-16Fix compilation with --with-dmallocKarsten Loesing