summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make iocp/listener/error work; don't accept again if lev is disabled.Christopher Davis2010-10-071-2/+1
* Add a LEV_OPT_THREADSAFE option for threadsafe evconnlistenersNick Mathewson2010-10-071-3/+21
* Fix warnings on mingw with gcc 4.5Nick Mathewson2010-10-053-16/+25
* Do not search outside of the system directory for windows DLLsNick Mathewson2010-09-271-0/+19
* Unit tests for listener error callbacksNick Mathewson2010-09-231-0/+43
* Remove the now-useless evsig_caught and evsig_processNick Mathewson2010-09-151-0/+5
* Warn when using the error-prone EV_SIGNAL interface in an error-prone way. A...Nick Mathewson2010-09-151-1/+1
* Bump to the latest version of tinytestNick Mathewson2010-09-095-28/+74
* Make SSL tests cover enabling/disabling EV_READ.Nick Mathewson2010-09-091-2/+16
* Add a missing time.h include to test/regress_thread.cNick Mathewson2010-09-091-0/+1
* Fix an uninitialized-variable warning on windowsNick Mathewson2010-09-091-2/+2
* Fix a few Windows compile warnings.Christopher Davis2010-09-081-3/+4
* Merge branch 'tests'Nick Mathewson2010-09-084-2/+13
|\
| * Fix a few memory leaks in the testsNick Mathewson2010-09-074-2/+13
* | Add a missing header for regress_thread.cNick Mathewson2010-09-081-1/+4
* | Fix a compile warning in regress_thread.cSebastian Hahn2010-09-081-1/+0
* | Merge remote branch 'chrisd/iocp-fixes4'Nick Mathewson2010-09-085-38/+196
|\ \
| * | Only process up to MAX_DEFERRED deferred_cbs at a time.Christopher Davis2010-09-081-0/+94
| * | Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-083-5/+5
| * | IOCP-related unit test tweaksChristopher Davis2010-09-082-32/+97
| * | Stop IOCP when freeing the event_base.Christopher Davis2010-09-081-1/+0
| |/
* | Merge branch 'th_notify_fd_reinit'Nick Mathewson2010-09-082-5/+90
|\ \ | |/ |/|
| * Improve testing of when thread-notification occursNick Mathewson2010-09-082-5/+90
* | Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-063-1/+17
* | Fix event_del(0) instance in bench.cShuo Chen2010-09-061-1/+2
* | Fix uninitialized port var in http_delete_test. Last one, I hope.Nick Mathewson2010-09-031-1/+1
* | Fix uninitialized variables in http_bad_request_test. (oops)Nick Mathewson2010-09-031-1/+1
* | Allow more than one copy of regression tests to run at onceNick Mathewson2010-09-035-93/+126
|/
* Rename regress_pthread.c to regress_thread.cNick Mathewson2010-08-243-4/+5
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-235-2/+13
* Add a unit test for conditionsNick Mathewson2010-08-172-7/+160
* Make the regress_pthread.c tests work on windows with current test APIsNick Mathewson2010-08-174-52/+75
* Change include order in Makefile.nmakeNick Mathewson2010-08-131-1/+1
* Fix a nasty dangling-event bug when using rate-limiting groupsNick Mathewson2010-08-091-0/+4
* Move event-config.h to include/event2Nick Mathewson2010-08-0621-24/+24
* Fix unit tests with -DUSE_DEBUG enabledNick Mathewson2010-08-061-2/+2
* Make test-changelist count cpu usage right on win32Nick Mathewson2010-08-061-22/+91
* Use AF_INET socketpair to test sendfile on SolarisNick Mathewson2010-08-061-0/+7
* Increase the tolerance in our unit tests for sloppy clocks.Nick Mathewson2010-08-051-1/+1
* Make tests quieter on local dns resolver failureNick Mathewson2010-08-051-2/+2
* Fix an assertion bug in test-ratelimNick Mathewson2010-08-041-8/+22
* Add option to test-ratelim to test min_shareNick Mathewson2010-08-041-0/+5
* Build more cleanly with NetBSDs that dislike toupper(char)Nick Mathewson2010-07-311-1/+1
* Fix badly-behaved subtest of dns/bufferevent_connect_hostnameJoachim Bauch2010-07-291-1/+1
* Make test/test.sh call test-changelistNick Mathewson2010-07-191-0/+8
* Fix whitespace.Nick Mathewson2010-07-191-7/+6
* Remove unused variables in test/test-changelist.cNick Mathewson2010-07-191-5/+0
* Possible fix to 100% cpu usage with epoll and opensslMike Smellie2010-07-193-4/+147
* Unit test for event_get_struct_event_size()Nick Mathewson2010-06-211-0/+10
* Add a function to retrieve the other side of a bufferevent pairNick Mathewson2010-06-071-0/+5