summaryrefslogtreecommitdiff
path: root/test/regress_et.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments (sample/test/event-internal.h)dota172019-08-091-1/+1
* test/et/et: use evutil_socket_t* over int* for pointer to the pairAzat Khuzhin2019-01-291-1/+1
* test/et/et: fix it by using appropriate type for the SOCKET (evutil_socket_t)Azat Khuzhin2019-01-291-1/+1
* test/et/et: verify return codesAzat Khuzhin2019-01-291-5/+5
* regress: use non blocking descriptors whenever it is possibleAzat Khuzhin2018-11-041-27/+7
* Cover ET with multiple events for same fdIsidor Kouvelas2018-10-311-7/+93
* test: use EVUTIL_SHUT_WRAzat Khuzhin2016-03-111-5/+1
* Make all tests pass under EVENT_DEBUG_MODE=1Nick Mathewson2013-04-261-1/+2
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-1/+1
|\
| * Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-261-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-0/+2
|\ \ | |/
| * Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-261-0/+2
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-1/+1
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-261-11/+16
|\ \ | |/
| * Better workaround for Linux 3.2 edge-triggered epoll bugNick Mathewson2012-01-261-11/+16
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-241-1/+0
|\ \ | |/
| * Oops:remove an accidentally committed "sleep(1)" in a unit testNick Mathewson2012-01-241-1/+0
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-241-7/+11
|\ \ | |/
| * Workaround in the unit tests for an apparent epoll bug in Linux 3.2Nick Mathewson2012-01-241-7/+11
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-3/+3
|/
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-3/+3
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-3/+0
* Make unit tests for epoll-with-changelist passNick Mathewson2010-11-221-1/+2
* Fix more wn64 warnings.Christopher Davis2010-11-031-1/+1
* Fix a few memory leaks in the testsNick Mathewson2010-09-071-1/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Make debug mode catch mixed ET and non-ET events on an fdNick Mathewson2010-04-281-0/+42
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-2/+2
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-4/+4
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-1/+3
* Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_...Nick Mathewson2009-07-131-1/+1
* Replace some read/write instances with send/recv to work properly on win32.Nick Mathewson2009-06-051-2/+2
* Update copyright notices, add some missing license statementsNick Mathewson2009-04-191-0/+25
* Enable the edge-triggered test againNick Mathewson2009-02-011-22/+27
* Refactor unit tests using my spiffy new "tinytest" framework.Nick Mathewson2009-01-291-1/+0
* Oops; add regress_et.cNick Mathewson2008-05-301-0/+124