aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\
| * No new "LEGACY" tests allowed.Nick Mathewson2011-11-30
| * Fix compilation: get_options() now returns constNick Mathewson2011-11-30
| * Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan2011-11-30
| * Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan2011-11-30
| * bug933 - Match against super-domains in MapAddressRobert Hogan2011-11-30
* | Resolve a resource leak in test_util_split_linesNick Mathewson2011-11-30
* | Initial support for simplest use of prop186 or-address linesNick Mathewson2011-11-30
* | Make unit tests run again. Fix bug 4606.Nick Mathewson2011-11-29
* | Implement consensus method 12 (proposal 178)Sebastian Hahn2011-11-27
* | Make the pt/transports test not crash.Nick Mathewson2011-11-25
* | Make process_handle_t private and fix some unit testsNick Mathewson2011-11-25
* | Make AES unit tests cover the AES and the EVP case.Nick Mathewson2011-11-25
* | Imporved unit test coverage for tor_inet_ptonAnders Sundman2011-11-19
* | Merge remote-tracking branch 'public/benchmark'Nick Mathewson2011-11-18
|\ \
| * | All-in-one benchmark test for cell cryptoNick Mathewson2011-11-11
| * | Convert bench_dmap to produce reasonable output.Nick Mathewson2011-11-11
| * | New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson2011-11-11
* | | Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson2011-11-14
|\ \ \
| * | | Unit tests for tor_addr_to_PTR_nameAnders Sundman2011-11-11
* | | | Fix test_util.c compilation on MSVCGisle Vanem2011-11-11
| |/ / |/| |
* | | Fix the bench_{aes,dmap} test functions to work with TTSebastian Hahn2011-11-11
* | | Merge remote-tracking branch '4ZM/topic/test/4434_address'Nick Mathewson2011-11-11
|\ \ \
| * | | Unit tests for tor_addr_to_strAnders Sundman2011-11-11
| * | | Unit tests for tor_inet_ntopAnders Sundman2011-11-11
| |/ /
* | | Unit tests for eat_whitespace functionsAnders Sundman2011-11-10
* | | Unit test for n_bits_set funcAnders Sundman2011-11-10
* | | Unit test for hex_str funcAnders Sundman2011-11-10
|/ /
* | Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson2011-10-11
* | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | Add a sha256 hmac function, with testsNick Mathewson2011-10-10
* | Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson2011-10-07
|\ \
| * | Make the unit tests pass again after the bug2003 fixNick Mathewson2011-09-07
* | | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \ \
| * | | Revive our beautiful unit tests.George Kadianakis2011-10-07
| * | | Updated #includes etc. to use transports.[ch].George Kadianakis2011-07-18
| * | | Add some unit tests.George Kadianakis2011-07-13
| * | | Make some utility functions.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
| | |/ | |/|
* | | Handle test case where fgets() sees EOF on the last readSteven Murdoch2011-09-01
* | | Fix double-closing a stdio streamSteven Murdoch2011-09-01
* | | Tweaks on last process-launch patchesNick Mathewson2011-08-31
* | | Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch2011-09-01
* | | Fix off-by-one error when allocating memory in test_util_split_lines()Steven Murdoch2011-08-31
* | | Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson2011-08-30
* | | Factor out and re-write code for splitting lines from a handleSteven Murdoch2011-08-30
* | | Refactor out command line formattingSteven Murdoch2011-08-29
* | | Replace two magic tristates with #define'd namesSteven Murdoch2011-08-29
* | | Make signature of tor_spawn_background more conventionalSteven Murdoch2011-08-28