summaryrefslogtreecommitdiff
path: root/test/regress.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '21_deadlock_fix_v2'Nick Mathewson2013-04-261-0/+1
|\
| * Implement event_finalize() and related functions to avoid certain deadlocksNick Mathewson2013-04-261-0/+1
* | Make all tests pass under EVENT_DEBUG_MODE=1Nick Mathewson2013-04-261-0/+2
|/
* Merge remote-tracking branch 'github/patches-2.0'Nick Mathewson2012-05-031-0/+2
|\
| * Fix win32 build issues: sleep, pid_tNick Mathewson2012-05-031-0/+2
| * Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-301-0/+2
* | Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-111-0/+2
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-2/+2
* | Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Refactor addfile tests; add test for big files and for offsetsNick Mathewson2010-12-201-1/+1
|/
* Fix more wn64 warnings.Christopher Davis2010-11-031-1/+1
* Fix some uses of int for socket in regressNick Mathewson2010-10-261-2/+2
* Add a unit test for conditionsNick Mathewson2010-08-171-1/+4
* Make the regress_pthread.c tests work on windows with current test APIsNick Mathewson2010-08-171-0/+1
* Increase the tolerance in our unit tests for sloppy clocks.Nick Mathewson2010-08-051-1/+1
* more whitespace normalizationNick Mathewson2010-03-051-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Add test for periodic timers that get activated for other reasonsNick Mathewson2010-02-231-0/+5
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-8/+8
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-0/+11
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-1/+2
* Compilation and correctness fixes for IOCP listener code.Nick Mathewson2009-11-021-0/+1
* Add more IOCP tests. They might not pass yet.Nick Mathewson2009-11-021-0/+2
* New test flag to suppress logging for one test.Nick Mathewson2009-10-271-1/+2
* More evconnlistener unit tests: bump its coverage from 71% to 83%.Nick Mathewson2009-07-301-0/+1
* Bufferevent support for openssl.Nick Mathewson2009-07-281-0/+1
* Refactor evtag tests into their own suite.Nick Mathewson2009-07-201-0/+1
* Add a tinytest flag to initialize threading.Nick Mathewson2009-07-171-0/+3
* Convert and expand free_active_base/event_base_new tests to avoid dbl-free. P...Nick Mathewson2009-07-141-0/+3
* Oops: actually commit changes to build and use regress_iocpNick Mathewson2009-04-301-0/+1
* Add a randomized test for heap correctness.Nick Mathewson2009-04-231-0/+1
* Refactor test wrappers to divide legacy items from useful stuff.Nick Mathewson2009-04-211-1/+11
* Call the main testcases "main", not "legacy".Nick Mathewson2009-04-211-1/+1
* Refactor the zlib and pthreads tests to appear in the regular tinytest tree s...Nick Mathewson2009-04-071-4/+2
* a simple test for evbuffer_add_fileNiels Provos2009-02-131-0/+2
* Move bufferevent tests to regress_bufferevent.c file.Nick Mathewson2009-02-031-6/+0
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-0/+7
* Enable the edge-triggered test againNick Mathewson2009-02-011-2/+1
* Move evbuffer tests into their own file.Nick Mathewson2009-02-011-0/+1
* Move rpc_test to regress_rpc.Nick Mathewson2009-01-311-2/+0
* Convert RPC suite. There are still some places it can exit(1), but those alw...Nick Mathewson2009-01-311-0/+1
* Port DNS tests.Nick Mathewson2009-01-311-2/+2
* Port the HTTP unit tests. Most are still legacy (since they use test_ok so m...Nick Mathewson2009-01-301-3/+4
* Refactor unit tests using my spiffy new "tinytest" framework.Nick Mathewson2009-01-291-2/+28
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* New functions in evutil to clone inet_pton and inet_ntop, with tests.Nick Mathewson2009-01-021-0/+2