summaryrefslogtreecommitdiff
path: root/test/regress.h
Commit message (Expand)AuthorAgeFilesLines
* test: fix TT_* flags valuesAzat Khuzhin2023-02-121-2/+2
* Add helpers and all regress tests are passedDmitry Ilyin2022-10-041-1/+0
* test/regress.h: Increase default timeval tolerance 50 ms -> 100 msYi Fan Yu2021-04-231-1/+1
* test: add https with mbedtlsokhowang(王沛文)2020-09-141-0/+7
* test: rename ssl/* -> openssl/*Azat Khuzhin2020-07-221-1/+1
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-0/+1
* test: fix compilation under win32 (rearrange thread_setup() code)Azat Khuzhin2020-01-141-1/+0
* test: move threads created with THREAD_START() to realtime scheduling class tooAzat Khuzhin2020-01-131-0/+1
* Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-091-0/+1
* test: introduce TT_ENABLE_DEBUG_MODE flagAzat Khuzhin2019-08-261-0/+1
* 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_ssl: reset static variables on test setup/cleanup and eliminate leaksAzat Khuzhin2018-10-281-1/+1
* test: export basic_test_setup/basic_test_cleanup to extend themAzat Khuzhin2018-10-281-0/+3
* test/regress: fix ssl-less builds (need to make this prettier)Azat Khuzhin2015-11-061-2/+1
* test/ssl: export getkey()/getcert()/get_ssl_ctx()/init_ssl() for httpsAzat Khuzhin2015-11-051-0/+9
* Fix warnings when compiling with clang 3.5John Ohl2014-12-221-1/+1
* Use evutil_weakrand() in unit tests.Nick Mathewson2014-09-181-0/+4
* 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