summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update bench_httpclient.cSeungmo Koo2015-06-071-4/+1
* *fix: bench_httpclient to support win32zeliard2015-06-051-0/+12
* Commented out a WIN32 threading / timing test for nowMark Ellzey2015-05-111-0/+5
* Fix mixed declarations and code (forbidden by ISO C90)Thomas Bernard2015-02-161-1/+2
* Fix "function declaration isn’t a prototype"Thomas Bernard2015-02-161-1/+1
* Merge remote-tracking branch 'azat/be-pair-fix-freeing-shared-lock-v5'Nick Mathewson2015-02-041-2/+145
|\
| * be_pair/regress: cover use of shared lock (lock/unlock/free)Azat Khuzhin2015-01-261-2/+145
* | Merge pull request #207 from azat/avoid-leaking-of-event_debug_map_HT_GROWNick Mathewson2015-02-041-4/+10
|\ \
| * | regress_dns: drop hack for event_debug_map_HT_GROW in leak testsAzat Khuzhin2015-01-081-4/+10
| |/
* | New function to get address for nameserver.Nick Mathewson2015-02-021-0/+16
|/
* Fix warnings when compiling with clang 3.5John Ohl2014-12-222-2/+2
* Fix annoying heisenbug in test-time.cNick Mathewson2014-12-151-1/+3
* Merge remote-tracking branch 'origin/pr/182'Nick Mathewson2014-11-301-0/+58
|\
| * Add test for evhttp_connection_free_on_completionJohn Ohl2014-10-291-0/+58
* | More evbuffer_peek() test casesNick Mathewson2014-11-301-0/+8
* | test/evbuffer_peek: add regress in case we have first buffer greaterAzat Khuzhin2014-11-301-0/+29
|/
* evdns: add retry/reissue tests for EVDNS_BASE_DISABLE_WHEN_INACTIVEAzat Khuzhin2014-09-301-4/+28
* Fix several memory leaks in the unit tests.Nick Mathewson2014-09-186-8/+24
* Fix for a677b72bd6d9d378daf9775966aa8ca574e26e67Nick Mathewson2014-09-181-1/+1
* Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from()Nick Mathewson2014-09-181-1/+1
* Use a more precise calculation for max in time-ratelim.cNick Mathewson2014-09-181-1/+1
* Use evutil_weakrand() in unit tests.Nick Mathewson2014-09-186-13/+22
* Fix a c90 warningNick Mathewson2014-09-181-0/+2
* Fix a dead-code warning in unit tests. CID 1193548Nick Mathewson2014-09-181-0/+1
* Fix a use-after-free in unit tests. CID 752027Nick Mathewson2014-09-181-0/+1
* Merge pull request #168 from ufo2243/masterNick Mathewson2014-09-181-0/+3
|\
| * make bufferevent_getwatermark api more robustufo22432014-09-121-0/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-09-181-1/+1
|\ \
| * | regress_buffer: fix 'memcmp' compare sizeMaks Naumov2014-09-181-1/+1
* | | Merge pull request #118 from azat/http-forward-family-to-buffereventNick Mathewson2014-09-181-5/+33
|\ \ \
| * | | test/http: add regress test for set family to AF_INET6Azat Khuzhin2014-03-271-2/+13
| * | | test: add regress for evhttp_connection_set_family() with AF_INET and AF_UNSPECAzat Khuzhin2014-03-271-0/+14
| * | | test: add family argument for http_connection_test_()Azat Khuzhin2014-03-271-4/+7
* | | | use correct tt macro for pointer compareNick Mathewson2014-09-181-1/+1
* | | | Merge pull request #128 from azat/tests-disable-when-inactive-v5Nick Mathewson2014-09-181-5/+78
|\ \ \ \ | |_|_|/ |/| | |
| * | | regress dns: drop alarm() (since windows don't have it)Azat Khuzhin2014-04-111-3/+0
| * | | evdns: add regress test for flag EVDNS_BASE_DISABLE_WHEN_INACTIVE without nsAzat Khuzhin2014-04-101-0/+44
| * | | evdns: add regress for EVDNS_BASE_DISABLE_WHEN_INACTIVE base flagAzat Khuzhin2014-04-101-6/+38
| |/ /
* | | Merge pull request #153 from azat/tests-simplestsignalNick Mathewson2014-08-291-4/+20
|\ \ \
| * | | test/regress: add simplestsignal: to track reorder bugs separatelyAzat Khuzhin2014-06-291-4/+20
* | | | Change return type of evutil_load_windows_system_library_ to HMODULENick Mathewson2014-08-291-1/+1
|/ / /
* | | Update to a more recent tinytest_macros.Nick Mathewson2014-05-082-8/+8
* | | Merge pull request #121 from azat/dns-regress-leaksNick Mathewson2014-03-261-1/+4
|\ \ \
| * | | regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} testsAzat Khuzhin2014-03-231-1/+4
| |/ /
* | | Renamed sin to saddr due to name conflictTrond Norbye2014-03-211-10/+10
* | | Correctly skip ipv6 http test on systems without ipv6Nick Mathewson2014-03-181-2/+6
* | | Remove integer-overflow unit testsNick Mathewson2014-03-181-12/+14
* | | Fix ubsan warnings when parsing ipv4/ipv6 addrsNick Mathewson2014-03-181-4/+4
* | | Fix an illegal read error in the evbuffer_add_reference testsNick Mathewson2014-03-181-1/+1
* | | Avoid double-close paths in http testsNick Mathewson2014-03-131-0/+2