summaryrefslogtreecommitdiff
path: root/test/regress.c
Commit message (Expand)AuthorAgeFilesLines
* Remove end-of-line whitespaceNick Mathewson2010-12-091-1/+1
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-10/+4
* Make unit tests for epoll-with-changelist passNick Mathewson2010-11-221-5/+11
* Fix more wn64 warnings.Christopher Davis2010-11-031-7/+7
* Fix some uses of int for socket in regressNick Mathewson2010-10-261-1/+1
* Fix a nasty bug related to use of dup() with epoll on LinuxNick Mathewson2010-10-241-0/+73
* Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-5/+5
* 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
* Merge branch 'tests'Nick Mathewson2010-09-081-0/+2
|\
| * Fix a few memory leaks in the testsNick Mathewson2010-09-071-0/+2
* | Improve testing of when thread-notification occursNick Mathewson2010-09-081-0/+5
|/
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Build more cleanly with NetBSDs that dislike toupper(char)Nick Mathewson2010-07-311-1/+1
* Unit test for event_get_struct_event_size()Nick Mathewson2010-06-211-0/+10
* Add test for behavior on remote socket closeNick Mathewson2010-06-031-0/+109
* Remove all non-error prints from test/regress.cNick Mathewson2010-05-261-6/+0
* Remove the now-obsolete setup_test() and cleanup_test() functionsNick Mathewson2010-05-261-48/+8
* Detect broken unsetenv at unit-test runtimeNick Mathewson2010-05-081-0/+12
* Rename current_base symbol to event_global_current_base_Nick Mathewson2010-05-041-0/+1
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-1/+1
* Detect and refuse reentrant event_base_loop() callsNick Mathewson2010-03-211-0/+35
* Make 'main/many_events' test 70 fds, not 64.Nick Mathewson2010-03-161-3/+5
* Fix a write of uninitialized RAM in regression testsNick Mathewson2010-03-131-0/+2
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-27/+27
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Delete stack-alloced event in new unit test before returning.Nick Mathewson2010-02-241-1/+1
* Add test for periodic timers that get activated for other reasonsNick Mathewson2010-02-231-0/+67
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-2/+0
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-59/+59
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-231-1/+1
* Detect setenv/unsetenv; skip main/base_environ test if we can't fake them.Nick Mathewson2010-01-221-13/+29
* Fix two use-after-free bugs in unit tests spoted by lock debuggingNick Mathewson2009-11-271-2/+2
* Build correctly with mm replacement turned off.Nick Mathewson2009-11-181-0/+8
* 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-091-0/+95
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Remove compat/sys/_time.hNick Mathewson2009-11-031-1/+1
* Add a "many events" regression test.Nick Mathewson2009-10-301-0/+54
* More documentation and unit tests for event_tagging.Nick Mathewson2009-10-291-0/+28
* 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
* Do not notify the main thread more than needed.Nick Mathewson2009-10-021-9/+5
* Fix the main/methods unit test to pass from "make verify".Nick Mathewson2009-07-251-0/+1
* Push coverage of event.c a little higherNick Mathewson2009-07-211-2/+30
* Refactor evtag tests into their own suite.Nick Mathewson2009-07-201-16/+19
* Rename encode_int(64) to avoid polluting the global namespace.Nick Mathewson2009-07-201-4/+12
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-3/+3
* Add a test to free_active_base to free a base with an active event.Nick Mathewson2009-07-171-1/+9
* Convert and expand free_active_base/event_base_new tests to avoid dbl-free. P...Nick Mathewson2009-07-141-27/+93