summaryrefslogtreecommitdiff
path: root/test/regress_main.c
Commit message (Expand)AuthorAgeFilesLines
* Allow evdns_base_new to succeed with no nameservers configuredDaniel Kempenich2023-01-271-2/+2
* Fix socketpair failure when temporary directory has non-latin characterzhenhaonong2022-09-261-5/+15
* test: rename ssl/* -> openssl/*Azat Khuzhin2020-07-221-1/+1
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-0/+3
* test: move thread into realtime class even on EVENT__DISABLE_THREAD_SUPPORTAzat Khuzhin2020-01-141-2/+47
* test: fix compilation under win32 (rearrange thread_setup() code)Azat Khuzhin2020-01-141-47/+5
* test: move threads created with THREAD_START() to realtime scheduling class tooAzat Khuzhin2020-01-131-3/+8
* test: put thread into real time scheduling class on osx for better latenciesAzat Khuzhin2020-01-131-0/+43
* Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-091-1/+7
* test: prevent duplicate event_enable_debug_mode() for TT_ENABLE_DEBUG_MODEJan Kasiak2019-08-281-2/+3
* test: introduce TT_ENABLE_DEBUG_MODE flagAzat Khuzhin2019-08-261-0/+5
* evwatch: Add "prepare" and "check" watchers.Dan Rosen2019-04-031-0/+1
* regress: test for HTTP/HTTPS with IOCP enabledAzat Khuzhin2018-11-131-0/+1
* regress: add EVENT_NO_FILE_BUFFERING, to disable buffering for stdout/stderrAzat Khuzhin2018-11-131-0/+5
* regress_http: disable http/read_on_write_error under win32Azat Khuzhin2018-11-051-0/+1
* test: export basic_test_setup/basic_test_cleanup to extend themAzat Khuzhin2018-10-281-2/+2
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-061-4/+0
* test/http: https: retry coverageAzat Khuzhin2015-11-061-0/+2
* 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