summaryrefslogtreecommitdiff
path: root/test/regress_bufferevent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a c90 warningNick Mathewson2014-09-181-0/+2
* make bufferevent_getwatermark api more robustufo22432014-09-121-0/+3
* Merge remote-tracking branch 'joakimsoderberg/new_cmake'Nick Mathewson2014-01-211-1/+1
|\
| * More work on adding tests to CMake projectJoakim Soderberg2013-12-121-1/+1
* | Fix a pile of coverity warnings in the unit testsNick Mathewson2014-01-081-0/+1
* | Add an option to trigger bufferevent event callbacksOndřej Kuzník2013-12-031-4/+14
* | Add an option to trigger bufferevent I/O callbacksOndřej Kuzník2013-12-031-0/+127
* | Add watermark introspectionOndřej Kuzník2013-12-031-0/+15
|/
* Add some verbose notes to bufferevent unit testsNick Mathewson2013-04-261-0/+5
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-1/+3
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-1/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-4/+10
|\ \ | |/
| * Avoid more crashes/bad calls in unit tests; found by coverityNick Mathewson2012-07-261-4/+10
* | 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-3/+3
* | Add a bufferevent_getcb() to find a bufferevent's current callbacksNick Mathewson2012-02-111-1/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-0/+1
* | Make regression tests run over 3x faster.Nick Mathewson2012-01-241-2/+2
* | 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-4/+4
|/
* Fix new warnings from GCC 4.6Nick Mathewson2011-05-251-1/+1
* Fix more wn64 warnings.Christopher Davis2010-11-031-1/+1
* Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-3/+3
* IOCP-related unit test tweaksChristopher Davis2010-09-081-16/+1
* Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-061-1/+2
* Allow more than one copy of regression tests to run at onceNick Mathewson2010-09-031-4/+14
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-0/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-2/+2
* Add a function to retrieve the other side of a bufferevent pairNick Mathewson2010-06-071-0/+5
* Test the unlocked-deferred callback case of buffereventsNick Mathewson2010-05-121-3/+19
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-2/+2
* Fix some memory leaks in the unit testsNick Mathewson2010-03-131-2/+2
* Fix an obnoxious typo in the bufferevent_timeout_filter testNick Mathewson2010-03-131-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Use new timeval diff comparison function in bufferevent testNick Mathewson2010-02-231-13/+2
* Add a test for timeouts on filtering bufferevents.Nick Mathewson2010-02-231-5/+25
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-231-0/+140
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-26/+26
* Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().Nick Mathewson2009-12-231-3/+3
* Make our failing-connection bufferevent test more tolerant.Nick Mathewson2009-11-181-1/+5
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-171-4/+14
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.Nick Mathewson2009-11-051-2/+2
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-6/+27
* Add more IOCP tests. They might not pass yet.Nick Mathewson2009-11-021-0/+22
* Fix my fix for the bufferevent_connect_fail() test.Nick Mathewson2009-10-231-0/+5
* Make the bufferevent_connect_fail test faster on OSX.Nick Mathewson2009-10-211-1/+19