aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
Commit message (Expand)AuthorAge
* 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
| * | Add a unit test for tor_spawn_backgroundSteven Murdoch2010-10-10
| * | Add a unit test for fgets (currently fails)Steven Murdoch2010-10-10
| * | Fix issues in nickm's review of format_helper_exit_status for bug #1903Steven Murdoch2010-10-04
* | | Make tor_sscanf handle %xNick Mathewson2010-10-11
|/ /
* / Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
|/
* Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson2010-09-27
|\
| * New function to load windows system librariesNick Mathewson2010-09-21
* | Add new torrc line continuation unit testsSebastian Hahn2010-09-23
* | Allow comments for multi-line torrc optionsSebastian Hahn2010-09-11
* | Support mutli-line torrc options via the usual backslash syntaxNick Mathewson2010-09-10
|/
* Add unit test for tor_listdir.Nick Mathewson2010-08-20
* Create control.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-04-12
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Add a tor_asprintf() function, and use it in a couple of places.Nick Mathewson2010-02-25
* | Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
|/
* Rearrange _thread_test_func to please Coverity ScanNick Mathewson2010-01-25
* Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* Refactor out the 'find string at start of any line' logic.Nick Mathewson2009-12-17
* Fix the very noisy unit test memory leak of CID 420-421.Nick Mathewson2009-10-26
* Split directory tests into their own module.Nick Mathewson2009-09-23
* Split test_util() into smaller functions.Nick Mathewson2009-09-23
* Split general util and address tests into their own files.Nick Mathewson2009-09-23