summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow test.sh to be run as ./test/test.shNick Mathewson2009-12-291-15/+24
* Allow the user to redirect the verbose output of test/test.sh to a fileNick Mathewson2009-12-291-25/+36
* Make the initial nameserver probe timeout configurable.Nick Mathewson2009-12-291-3/+1
* Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().Nick Mathewson2009-12-231-3/+3
* Fix a few locking issues on windows.unknown2009-12-211-19/+9
* Fix compile on Snow Leopard with gcc warnings enabledSebastian Hahn2009-12-061-1/+1
* Fix a snow leopard compile warning in the unit tests.Nick Mathewson2009-12-041-1/+1
* Fix regress_iocp.c usage of old lock allocation macros.unknown2009-12-021-2/+2
* Fix two use-after-free bugs in unit tests spoted by lock debuggingNick Mathewson2009-11-272-6/+6
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-0/+5
* nick found a race condition in the pthreads test caseNiels Provos2009-11-191-1/+3
* Fix a spelling error and remove some dead codeNick Mathewson2009-11-191-18/+1
* Make our failing-connection bufferevent test more tolerant.Nick Mathewson2009-11-181-1/+5
* Build correctly with mm replacement turned off.Nick Mathewson2009-11-182-0/+12
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-172-7/+42
* OpenBSD demands that sys/types.h be included before sys/socket.hNick Mathewson2009-11-173-0/+5
* Windows *does* have getservbyname, no matter what autoconf says.Nick Mathewson2009-11-171-5/+8
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-164-47/+681
* Remove the stupid brokenness where DNS option names needed to end with aNick Mathewson2009-11-161-1/+1
* Fix a couple of event_debug calls.Nick Mathewson2009-11-141-1/+1
* Unit tests for got_break and got_exit.Nick Mathewson2009-11-091-0/+12
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-093-3/+99
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-0617-38/+1
* Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.Nick Mathewson2009-11-053-6/+6
* Add nmake files to build with MSVC.Nick Mathewson2009-11-051-0/+50
* Build fixes for MSVCNick Mathewson2009-11-054-4/+24
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-041-0/+76
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-044-9/+36
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-032-2/+260
* Fix one IOCP-callback signature I missedNick Mathewson2009-11-031-1/+1
* Remove compat/sys/_time.hNick Mathewson2009-11-033-10/+10
* Fix remaining AcceptEx issues.Nick Mathewson2009-11-021-3/+3
* Clean up acceptex code some more: add locking, single-threading, enable/disable.Nick Mathewson2009-11-021-1/+3
* Compilation and correctness fixes for IOCP listener code.Nick Mathewson2009-11-024-1/+11
* Fix a major parenthesis bug in EVUTIL_UPCAST.Nick Mathewson2009-11-021-0/+25
* Add more IOCP tests. They might not pass yet.Nick Mathewson2009-11-024-1/+44
* Add a "many events" regression test.Nick Mathewson2009-10-301-0/+54
* reformat weird indentation in dns testsNick Mathewson2009-10-291-28/+26
* Unit test for reverse ipv6 lookupNick Mathewson2009-10-291-6/+36
* More documentation and unit tests for event_tagging.Nick Mathewson2009-10-291-0/+28
* Unit test for strlcpyNick Mathewson2009-10-291-0/+23
* Fix from Chris Davis: get error-logging to be happy on win32.Nick Mathewson2009-10-271-3/+4
* Avoid calling exit() during event_base_new*()Nick Mathewson2009-10-271-1/+1
* Give event_assign a return value, and make it less inclined to exit().Nick Mathewson2009-10-271-0/+15
* New test flag to suppress logging for one test.Nick Mathewson2009-10-273-2/+16
* API to replace all calls to exit() with a user-supplied fatal-error handler.Nick Mathewson2009-10-261-0/+119
* Tweaks to IOCP interface.Nick Mathewson2009-10-231-5/+0
* Fix my fix for the bufferevent_connect_fail() test.Nick Mathewson2009-10-231-0/+5
* Expose a narrow window to the IOCP code.Nick Mathewson2009-10-231-9/+3
* Make the bufferevent_connect_fail test faster on OSX.Nick Mathewson2009-10-211-1/+19