aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson2012-01-11
* | | test_util_spawn_background_ok: fix expectationPeter Palfrader2011-12-17
* | | Add an initializer to appease older gccNick Mathewson2011-11-30
* | | Resolve a resource leak in test_util_split_linesNick Mathewson2011-11-30
* | | Make process_handle_t private and fix some unit testsNick Mathewson2011-11-25
|/ /
* | Fix test_util.c compilation on MSVCGisle Vanem2011-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
* | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \
| * | Make some utility functions.George Kadianakis2011-07-13
* | | 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
* | | 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
|/ /
* | Prefer tt_assert in unit tests, not tor_assertNick Mathewson2011-06-08
* | Fix a minor coverity-found bug in testsSebastian Hahn2011-06-08
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\|
| * Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* | Fixup whitespace issues from 3122 commit in 0.2.3Nick Mathewson2011-05-15
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\|
| * fwd-port test_util_di_ops into tinytest formatNick Mathewson2011-05-11
* | Use read_all() to read messages from spawn_backgroundNick Mathewson2011-05-04
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn2010-12-27
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
| |/
* | Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch2010-10-11
* | Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson2010-10-11
|\ \
| * | Skip running fgets_eagain test until we fix itSteven Murdoch2010-10-11