index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regress_bufferevent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some verbose notes to bufferevent unit tests
Nick Mathewson
2013-04-26
1
-0
/
+5
*
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-01
1
-1
/
+3
|
\
|
*
Compile without warnings on mingw64
Nick Mathewson
2012-11-01
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
1
-4
/
+10
|
\
\
|
|
/
|
*
Avoid more crashes/bad calls in unit tests; found by coverity
Nick Mathewson
2012-07-26
1
-4
/
+10
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-3
/
+3
*
|
Add a bufferevent_getcb() to find a bufferevent's current callbacks
Nick Mathewson
2012-02-11
1
-1
/
+13
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
When including an -internal.h header outside the main tree, do so early
Nick Mathewson
2012-01-24
1
-0
/
+1
*
|
Make regression tests run over 3x faster.
Nick Mathewson
2012-01-24
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-4
/
+4
|
/
*
Fix new warnings from GCC 4.6
Nick Mathewson
2011-05-25
1
-1
/
+1
*
Fix more wn64 warnings.
Christopher Davis
2010-11-03
1
-1
/
+1
*
Fix -Wsigned-compare warnings in test/*
Nick Mathewson
2010-10-14
1
-3
/
+3
*
IOCP-related unit test tweaks
Christopher Davis
2010-09-08
1
-16
/
+1
*
Move the "function to getsockname() on a listener" to regress_testutils
Nick Mathewson
2010-09-06
1
-1
/
+2
*
Allow more than one copy of regression tests to run at once
Nick Mathewson
2010-09-03
1
-4
/
+14
*
Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...
Nick Mathewson
2010-08-23
1
-0
/
+3
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-2
/
+2
*
Add a function to retrieve the other side of a bufferevent pair
Nick Mathewson
2010-06-07
1
-0
/
+5
*
Test the unlocked-deferred callback case of bufferevents
Nick Mathewson
2010-05-12
1
-3
/
+19
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-2
/
+2
*
Fix some memory leaks in the unit tests
Nick Mathewson
2010-03-13
1
-2
/
+2
*
Fix an obnoxious typo in the bufferevent_timeout_filter test
Nick Mathewson
2010-03-13
1
-1
/
+1
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Use new timeval diff comparison function in bufferevent test
Nick Mathewson
2010-02-23
1
-13
/
+2
*
Add a test for timeouts on filtering bufferevents.
Nick Mathewson
2010-02-23
1
-5
/
+25
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
1
-0
/
+140
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-26
/
+26
*
Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().
Nick Mathewson
2009-12-23
1
-3
/
+3
*
Make our failing-connection bufferevent test more tolerant.
Nick Mathewson
2009-11-18
1
-1
/
+5
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
1
-4
/
+14
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.
Nick Mathewson
2009-11-05
1
-2
/
+2
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
1
-6
/
+27
*
Add more IOCP tests. They might not pass yet.
Nick Mathewson
2009-11-02
1
-0
/
+22
*
Fix my fix for the bufferevent_connect_fail() test.
Nick Mathewson
2009-10-23
1
-0
/
+5
*
Make the bufferevent_connect_fail test faster on OSX.
Nick Mathewson
2009-10-21
1
-1
/
+19
*
Test failing case of bufferevent_connect().
Nick Mathewson
2009-10-21
1
-0
/
+63
*
New function to expose bufferevent.enabled
Nick Mathewson
2009-07-31
1
-0
/
+3
*
Fix a simple warning
Nick Mathewson
2009-07-17
1
-3
/
+6
*
Trivial tests to exercise deferred and locking bufferevent code.
Nick Mathewson
2009-07-17
1
-3
/
+17
*
Oops. -1 is an integer, not a pointer.
Nick Mathewson
2009-07-17
1
-2
/
+2
*
Unit tests for bufferevent_get(fd|_underlying)
Nick Mathewson
2009-07-17
1
-0
/
+12
*
Add sometimes-needed header to regress_bufferevent.c
Nick Mathewson
2009-06-11
1
-0
/
+1
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-2
/
+2
[next]