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
/
bufferevent_async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)/MSYS
yuangongji
2019-07-11
1
-0
/
+1
*
Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)
Azat Khuzhin
2019-01-29
1
-4
/
+4
*
bev_async: trigger/run only deferred callbacks
Azat Khuzhin
2018-11-13
1
-10
/
+17
*
bev_async: do not initialize timeouts multiple times
Azat Khuzhin
2018-11-13
1
-1
/
+0
*
bev_async: set "ok" on setfd if fd>=0 (like we do during creation)
Azat Khuzhin
2018-11-13
1
-0
/
+2
*
bev_async: ignore ERROR_INVALID_PARAMETER on .setfd for iocp
Azat Khuzhin
2018-11-13
1
-7
/
+18
*
bufferevent: refactor to use type check macros
Dominic Chen
2017-04-13
1
-1
/
+1
*
be async: avoid double close()
Azat Khuzhin
2014-11-21
1
-2
/
+4
*
Initialize async bufferevent timeout CBs unconditionally
Nick Mathewson
2014-03-12
1
-2
/
+2
*
Add an option to trigger bufferevent event callbacks
Ondřej Kuzník
2013-12-03
1
-7
/
+7
*
Add an option to trigger bufferevent I/O callbacks
Ondřej Kuzník
2013-12-03
1
-5
/
+2
*
Use finalization feature so bufferevents can avoid deadlocks
Nick Mathewson
2013-04-26
1
-5
/
+1
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-35
/
+35
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-35
/
+35
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-3
/
+3
*
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
*
|
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
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-12
/
+34
|
\
\
|
|
/
|
*
Correctly terminate IO on an async bufferevent on bufferevent_free
Nick Mathewson
2011-08-28
1
-2
/
+16
|
*
Make IOCP rate-limiting group support stricter and less surprising.
Nick Mathewson
2011-08-28
1
-10
/
+18
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-18
1
-3
/
+7
|
\
\
|
|
/
|
*
IOCP: don't launch reads or writes on an unconnected socket
Nick Mathewson
2011-08-18
1
-3
/
+7
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-23
1
-0
/
+9
|
\
\
|
|
/
|
*
call setsockopt correctly on connecting() IOCP-bufferevents so shutdown() wil...
Nick Mathewson
2011-04-23
1
-0
/
+9
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
|
/
*
Fix even more win64 warnings
Nick Mathewson
2010-11-01
1
-2
/
+5
*
Fix signed/unsigned warnings on win32
Nick Mathewson
2010-10-14
1
-2
/
+2
*
Don't decrement virutal event count twice in connect_complete.
Christopher Davis
2010-09-08
1
-1
/
+0
*
Some IOCP bufferevent tweaks.
Christopher Davis
2010-09-08
1
-67
/
+187
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Remember to initialize timeout events for bufferevent_async
Christopher Davis
2010-08-06
1
-0
/
+2
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-1
/
+1
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
1
-11
/
+11
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Fix mingw compilation
Nick Mathewson
2010-02-25
1
-6
/
+6
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
1
-3
/
+8
*
Clean up formatting: remove trailing spaces
Nick Mathewson
2010-02-18
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-2
/
+2
*
Use ev_[u]intptr_t types in place of [u]intptr_t
Nick Mathewson
2010-01-26
1
-3
/
+3
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-1
/
+2
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
1
-1
/
+24
|
\
|
*
Fix compilation of rate-limiting code on win32.
Nick Mathewson
2009-12-30
1
-2
/
+2
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
1
-2
/
+25
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
1
-4
/
+2
|
/
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
1
-43
/
+135
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
1
-3
/
+108
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-4
/
+3
[next]