summaryrefslogtreecommitdiff
path: root/test/regress_main.c
Commit message (Expand)AuthorAgeFilesLines
* Use evutil_weakrand() in unit tests.Nick Mathewson2014-09-181-0/+4
* regress_main: logging all if env EVENT_DEBUG_LOGGING_ALL issetAzat Khuzhin2013-10-011-0/+3
* Make http/connection_retry off-by-defaultNick Mathewson2013-05-011-0/+1
* 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-1/+5
|/
* Add an environment variable (EVENT_DEBUG_MODE) to run unit tests in debug modeNick Mathewson2013-04-051-0/+3
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+1
* | Rename event_enable_lock_debuging() to ..._debugging()Nick Mathewson2012-08-231-1/+1
* | Add deferred_cb_skew to list of timing-dependent testsNick Mathewson2012-08-021-0/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-1/+7
|\ \ | |/
| * Add some missing null checks to unit tests; found by coverityNick Mathewson2012-07-261-1/+1
| * Set umask before calling mkstemp in unit tests. Found by coverityNick Mathewson2012-07-251-0/+6
| * Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-301-0/+20
* | Make load-dependent monotonic timer tests off-by-defaultNick Mathewson2012-06-291-0/+6
* | Make all tests that hit the network disabled by defaultNick Mathewson2012-06-281-0/+15
* | Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-111-0/+20
* | Use libevent_global_shutdown() to clean up in unit tests.Nick Mathewson2012-03-221-0/+5
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-2/+2
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-6/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-0/+1
* | Use test_timeval_diff_eq more consistentlyNick Mathewson2012-01-241-1/+0
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-241-1/+4
|\ \ | |/
| * Check event_base correctness at end of each unit testNick Mathewson2012-01-231-1/+4
* | 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
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-9/+9
* | Refactor addfile tests; add test for big files and for offsetsNick Mathewson2010-12-201-2/+5
|/
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-6/+6
* Fix more wn64 warnings.Christopher Davis2010-11-031-2/+2
* Fix some uses of int for socket in regressNick Mathewson2010-10-261-1/+1
* Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-1/+1
* Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-081-1/+1
* Make the regress_pthread.c tests work on windows with current test APIsNick Mathewson2010-08-171-6/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-2/+2
* Implement regress_make_tempfile on win32 to test evbuffer_add_fileNick Mathewson2010-05-081-3/+26
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-2/+2
* 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/+9
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-21/+21
* Fix compile on Snow Leopard with gcc warnings enabledSebastian Hahn2009-12-061-1/+1
* Fix two use-after-free bugs in unit tests spoted by lock debuggingNick Mathewson2009-11-271-4/+4
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-0/+5
* OpenBSD demands that sys/types.h be included before sys/socket.hNick Mathewson2009-11-171-0/+1
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-1/+2
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-2/+2