aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-11Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson
2011-12-17test_util_spawn_background_ok: fix expectationPeter Palfrader
2011-11-30Add an initializer to appease older gccNick Mathewson
2011-11-30Resolve a resource leak in test_util_split_linesNick Mathewson
2011-11-25Make process_handle_t private and fix some unit testsNick Mathewson
2011-11-11Fix test_util.c compilation on MSVCGisle Vanem
2011-11-10Unit tests for eat_whitespace functionsAnders Sundman
2011-11-10Unit test for n_bits_set funcAnders Sundman
2011-11-10Unit test for hex_str funcAnders Sundman
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-01Handle test case where fgets() sees EOF on the last readSteven Murdoch
2011-09-01Fix double-closing a stdio streamSteven Murdoch
2011-08-31Tweaks on last process-launch patchesNick Mathewson
2011-09-01Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch
2011-08-31Fix off-by-one error when allocating memory in test_util_split_lines()Steven Murdoch
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-18Complete logging of output from port forwarding helperSteven Murdoch
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-13Make some utility functions.George Kadianakis
2011-06-08Prefer tt_assert in unit tests, not tor_assertNick Mathewson
2011-06-08Fix a minor coverity-found bug in testsSebastian Hahn
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
2011-05-11fwd-port test_util_di_ops into tinytest formatNick Mathewson
2011-05-04Use read_all() to read messages from spawn_backgroundNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson
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-27Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn
2010-10-11Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch
2010-10-11Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson
2010-10-11Skip running fgets_eagain test until we fix itSteven Murdoch