summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zero a struct sockaddr_in before using itSebastian Hahn2011-04-231-0/+3
* Check return value of evbuffer_add_cb in testsSebastian Hahn2011-04-231-0/+2
* Refactor test_getaddrinfo_async_cancel_stress()Sebastian Hahn2011-04-231-4/+3
* Actually send NULL request in http_bad_request_testSebastian Hahn2011-04-231-0/+2
* Add a forgotten return value check in the unit testsSebastian Hahn2011-04-231-0/+1
* Continue AM_CFLAGS to AM_CPPFLAGS correctionSebastian Hahn2011-02-231-1/+1
* Merge branch '20_uri_nonconformant' into patches-2.0Nick Mathewson2011-02-221-32/+57
|\
| * Make URI parser able to tolerate nonconformant URIs.Nick Mathewson2011-02-131-32/+57
* | Use $(), not @@, for LIBEVENT_GC_SECTIONSNick Mathewson2011-02-221-5/+5
* | Use %s with printf in test.shNick Mathewson2011-02-221-2/+2
* | Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.amDave Hart2011-02-221-1/+1
* | Add configure options to disable installation, regression testsDave Hart2011-02-222-2/+8
* | Use the gcc -ffunction-segments feature to allow gc when linking with static ...Dave Hart2011-02-221-5/+5
* | Make test-eof fail with a timeout if we never get an eof.Harlan Stenn2011-02-221-3/+9
* | Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-223-0/+6
* | Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-223-0/+9
|/
* Fix test.sh output on solarisDave Hart2011-02-011-5/+11
* Fix http unit test on non-windows platforms without getaddrinfoNick Mathewson2011-01-311-21/+5
* Remove end-of-line whitespaceNick Mathewson2010-12-092-2/+2
* Reject overlong http requests early when Expect:100-continue is setConstantine Verutin2010-12-071-0/+18
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-0316-58/+58
* tests: Use new event2 headers instead of old compatibility headers.Evan Jones2010-12-033-4/+14
* Preliminary support for Continue expectation in evhttp.Christopher Davis2010-11-291-1/+22
* Add evhttp server alias interface, correct flagging of proxy requests.Christopher Davis2010-11-261-2/+91
* xlC doesn't obey C99 comments here. autoconf isn't invoking full C99Kevin Bowling2010-11-231-3/+3