summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Better workaround for Linux 3.2 edge-triggered epoll bugNick Mathewson2012-01-261-11/+16
* Oops:remove an accidentally committed "sleep(1)" in a unit testNick Mathewson2012-01-241-1/+0
* Workaround in the unit tests for an apparent epoll bug in Linux 3.2Nick Mathewson2012-01-241-7/+11
* Check event_base correctness at end of each unit testNick Mathewson2012-01-231-1/+4
* Add function to check referential integrity of an event_baseNick Mathewson2012-01-211-0/+13
* Fix a race condition in the dns/bufferevent_connect_hostname test.Nick Mathewson2012-01-091-4/+9
* Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)Zack Weinberg2011-12-081-0/+4
* Fix a silly compilation error with the sun compilerColin Watt2011-12-061-1/+1
* Fix DNS memleak checks when running with malloc-replacement/debugging disabledNick Mathewson2011-11-151-0/+8
* improve test to remove at least one buffer from srcGreg Hazel2011-11-021-3/+4
* unit test for remove_buffer bugGreg Hazel2011-11-021-0/+37
* Update copyright dates to 2011.Nick Mathewson2011-10-2427-27/+27
* Style and comment tweaks for dns/leak* testsNick Mathewson2011-10-191-10/+15
* Test for commit aff6ba1Leonid Evdokimov2011-10-191-0/+116
* Empty DNS reply with OK status is another way to say NODATA.Leonid Evdokimov2011-10-191-1/+5
* Tests for 94fba5b and f72e8f6Leonid Evdokimov2011-10-192-16/+41
* Merge remote-tracking branch 'github/20_addfile_ssl' into patches-2.0Nick Mathewson2011-10-061-0/+3
|\
| * Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to...Nick Mathewson2011-09-291-0/+3
* | Make write-checking fixes use tt_fail_perrorNick Mathewson2011-10-031-11/+11
* | Fixed compiler warnings for unchecked read/write calls.Mark Ellzey2011-10-031-13/+50
|/
* le-proxy and regress depend on openssl directlySergey Avseyev2011-09-161-1/+1
* Have test-ratelim.c support IOCPNick Mathewson2011-08-281-1/+18
* Cleanup on 7c11e51e1ab: fix strtol usageNick Mathewson2011-08-281-7/+11
* Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-2/+11
* Try to fix 'make distcheck' errors when building out-of-treeDave Hart2011-08-172-5/+51
* Give Makefile.am echo a non-null argument. msys likes thisNick Mathewson2011-07-181-1/+1
* Fix up test_evutil_snprintfNick Mathewson2011-07-051-1/+1
* Merge remote-tracking branch 'github/20_size_fmt' into patches-2.0Nick Mathewson2011-07-051-0/+18
|\
| * Use the correct printf args when formatting size_tNick Mathewson2011-06-081-0/+18
* | Don't break when building tests from git without python installedNick Mathewson2011-06-143-1/+21
* | Simplify windows commandname logic in tinytestNick Mathewson2011-06-111-19/+8
* | Fix tinytest invocation from windows shellEd Day2011-06-111-2/+18
|/
* Fix incorrect results from evbuffer_search_eol(EOL_LF)Nick Mathewson2011-06-061-1/+53
* Fix regress_ssl.c build on openbsdNick Mathewson2011-06-031-0/+1
* Make the new http_connect_fail_test use a multicast addr, not broadcastNick Mathewson2011-05-271-3/+3
* Disable main/many_events_slow_add with evport backendNick Mathewson2011-05-271-0/+5
* Always use evutil_snprintf, even if OS provides itSebastian Hahn2011-05-261-0/+3
* Use evutil_gettimeofday instead of relying on the system gettimeofday.Peter Rosin2011-05-253-8/+8
* Fix winsock2.h #include issues with MSVCPeter Rosin2011-05-252-0/+2
* Make sure TINYTEST_LOCAL is defined when building tinytest.cPeter Rosin2011-05-251-2/+1
* unistd.h and sys/time.h might not exist.Peter Rosin2011-05-252-0/+8
* Fix new warnings from GCC 4.6Nick Mathewson2011-05-251-1/+1
* Test case for 0848814ac49616Kevin Ko2011-05-231-0/+60
* Fix a compile warning with zlib 1.2.4 and 1.2.5Sebastian Hahn2011-05-061-1/+22
* Libtool brings in the dependencies of libevent_openssl.la automaticallyPeter Rosin2011-05-041-1/+1
* libssl depends on libcrypto, not the other way around.Peter Rosin2011-05-041-1/+1
* Oops; that new unit test breaks for epoll. Fix it.Nick Mathewson2011-05-031-2/+7
* Fix a warn-and-fail bug in kqueue by providing kevent() room to report errorsNick Mathewson2011-05-031-6/+13
* Use AM_CONDITIONAL, not AC_SUBST, to tell automake to build regressNick Mathewson2011-04-231-1/+4
* Add missing header for regress_http compilation on win32Nick Mathewson2011-04-231-0/+1