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
/
listener.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-12-20
1
-0
/
+1
|
\
|
*
Avoid leaking fds on evconnlistener with no callback set
Nick Mathewson
2012-12-20
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-26
1
-0
/
+4
|
\
\
|
|
/
|
*
Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set
Juan Pablo Fernandez
2012-10-26
1
-0
/
+4
*
|
Extract common error-handling code in evconnlistener_new_bind
Nick Mathewson
2012-07-26
1
-20
/
+14
*
|
Check return value when using LEV_OPT_DEFERRED_ACCEPT. Found by coverity
Nick Mathewson
2012-07-26
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
1
-2
/
+8
|
\
\
|
|
/
|
*
Check more setsockopt return values when binding sockets. Found by coverity
Nick Mathewson
2012-07-26
1
-2
/
+8
*
|
Fix compile error in win32 listener.c
Nick Mathewson
2012-07-20
1
-1
/
+1
*
|
Restore our priority-inversion-prevention code with deferreds
Nick Mathewson
2012-05-09
1
-1
/
+2
*
|
Replace more deferred_cb names with event_callback
Nick Mathewson
2012-05-09
1
-6
/
+6
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-20
/
+20
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-3
/
+3
*
|
Replace sole internal user of socklen_t with ev_socklen_t
Nick Mathewson
2012-02-28
1
-5
/
+1
*
|
Support TCP_DEFER_ACCEPT sockopts for listeners
Mark Ellzey
2012-02-15
1
-0
/
+4
*
|
Merge remote-tracking branch 'github/21_fast_syscalls'
Nick Mathewson
2012-02-15
1
-19
/
+15
|
\
\
|
*
|
The LEV_OPT_CLOSE_ON_EXEC flag now applies to accepted listener sockets too
Nick Mathewson
2012-02-10
1
-0
/
+2
|
*
|
Minimize syscalls during socket creation in listener.c
Nick Mathewson
2012-02-10
1
-19
/
+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
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-09
1
-0
/
+6
|
\
\
|
|
/
|
*
Make evconnlistener work around bug in older Linux when getting nmapped
Nick Mathewson
2012-01-09
1
-0
/
+6
*
|
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
*
|
Allow evconnlistener to be created in disabled state.
Alexander Drozdov
2011-10-03
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-27
1
-0
/
+4
|
\
\
|
|
/
|
*
InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.
Peter Rosin
2011-05-27
1
-0
/
+4
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-6
/
+6
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-2
/
+3
|
/
*
Use relative includes instead of system includes consistently.
Evan Jones
2010-12-02
1
-4
/
+4
*
Minor fix for IOCP shutdown handling fix
Kelly Brock
2010-11-30
1
-1
/
+1
*
Set SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx so that shutdown() can ...
Nick Mathewson
2010-11-05
1
-0
/
+8
*
Make sure IOCP evconnlistener uses virtual events.
Christopher Davis
2010-10-28
1
-0
/
+26
*
Add a function to change a listener's callback.
Nick Mathewson
2010-10-25
1
-10
/
+31
*
Turn some booleans in evconnlistener_iocp into one-bit bitfields.
Nick Mathewson
2010-10-07
1
-2
/
+2
*
Make iocp/listener/error work; don't accept again if lev is disabled.
Christopher Davis
2010-10-07
1
-0
/
+8
*
Fix allocation error for IOCP listeners. Probably harmless, since struct even...
Nick Mathewson
2010-10-07
1
-1
/
+1
*
Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners
Nick Mathewson
2010-10-07
1
-37
/
+196
*
Fix warnings on mingw with gcc 4.5
Nick Mathewson
2010-10-05
1
-1
/
+4
*
Unit tests for listener error callbacks
Nick Mathewson
2010-09-23
1
-1
/
+1
*
Add error callback to evconnlistener
Simon Perreault
2010-09-22
1
-1
/
+11
*
Move the "function to getsockname() on a listener" to regress_testutils
Nick Mathewson
2010-09-06
1
-10
/
+0
*
Expose a function to getsockname() on a listener's fd.
Nick Mathewson
2010-09-03
1
-0
/
+10
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-5
/
+5
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Clean up formatting: remove trailing spaces
Nick Mathewson
2010-02-18
1
-1
/
+1
*
When working without a current event base, don't try to use IOCP listeners
Nick Mathewson
2010-02-18
1
-4
/
+4
*
Use ev_[u]intptr_t types in place of [u]intptr_t
Nick Mathewson
2010-01-26
1
-2
/
+2
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
1
-3
/
+4
[next]