aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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
* Appease "make check-spaces"Steven Murdoch2011-08-24
* We don't need to find our own path, just tell Windows to searchSteven Murdoch2011-08-24
* Find test-child.exe by looking in same directory as test.exeSteven Murdoch2011-08-24
* Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)Steven Murdoch2011-08-22
* Tidy up subprocess codeSteven Murdoch2011-08-22
* Fix some compiler warningsSteven Murdoch2011-08-22
* Merge remote branch 'origin/master' into bug2046Steven Murdoch2011-08-18
|\
| * 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
* | Complete logging of output from port forwarding helperSteven Murdoch2011-08-18
* | Test case for reading the partial output of a background processSteven Murdoch2011-07-25
* | Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch2011-07-22
* | Add code to read all from a handle, but this block foreverSteven Murdoch2011-07-22
* | Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch2011-07-21
* | Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch2011-07-21
|/
* 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
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\ \
| * | Fix minor comment issuesRobert Ransom2011-06-22
| * | Fix comment typoRobert Ransom2011-06-22
* | | Make the get_options() return constNick Mathewson2011-06-14
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-14
|\| |
| * | Check some more return values in unit testsSebastian Hahn2011-06-08
* | | Upgrade to the latest version of tinytestNick Mathewson2011-06-09