aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2011-08-30Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson
2011-08-30Factor out and re-write code for splitting lines from a handleSteven Murdoch
2011-08-29Refactor out command line formattingSteven Murdoch
2011-08-29Replace two magic tristates with #define'd namesSteven Murdoch
2011-08-28Make signature of tor_spawn_background more conventionalSteven Murdoch
2011-08-24Appease "make check-spaces"Steven Murdoch
2011-08-24We don't need to find our own path, just tell Windows to searchSteven Murdoch
2011-08-24Find test-child.exe by looking in same directory as test.exeSteven Murdoch
2011-08-22Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)Steven Murdoch
2011-08-22Tidy up subprocess codeSteven Murdoch
2011-08-22Fix some compiler warningsSteven Murdoch
2011-08-18Merge remote branch 'origin/master' into bug2046Steven Murdoch
2011-08-18Complete logging of output from port forwarding helperSteven Murdoch
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-25Test case for reading the partial output of a background processSteven Murdoch
2011-07-22Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch
2011-07-22Add code to read all from a handle, but this block foreverSteven Murdoch
2011-07-21Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch
2011-07-21Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch
2011-07-20Unit test for generic_buffer_set_to_copyNick Mathewson
2011-07-18Updated #includes etc. to use transports.[ch].George Kadianakis
2011-07-15Remove compare_addr_to_addr_policyNick Mathewson
2011-07-13Add some unit tests.George Kadianakis
2011-07-13Make some utility functions.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-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-22Fix minor comment issuesRobert Ransom
2011-06-22Fix comment typoRobert Ransom
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-09Upgrade to the latest version of tinytestNick Mathewson
2011-06-08Prefer tt_assert in unit tests, not tor_assertNick Mathewson
2011-06-08Check some more return values in unit testsSebastian Hahn
2011-06-08Fix a minor coverity-found bug in testsSebastian Hahn
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-03Reject 128-byte keys that are not 1024-bitNick Mathewson
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-15Fixup whitespace issues from 3122 commit in 0.2.3Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson