index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
listener.c
Commit message (
Expand
)
Author
Age
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Clean up formatting: remove trailing spaces
Nick Mathewson
2010-02-18
*
When working without a current event base, don't try to use IOCP listeners
Nick Mathewson
2010-02-18
*
Use ev_[u]intptr_t types in place of [u]intptr_t
Nick Mathewson
2010-01-26
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
*
Comestic changes in evconnlistener_new(), new_accepting_socket(), accepted_so...
Jardel Weyrich
2010-01-08
*
Improved error handling in evconnlistener_new_async(). Also keeping the fd op...
Jardel Weyrich
2010-01-08
*
Fixed a fd leak in start_accepting(), plus cosmetic changes
Jardel Weyrich
2010-01-08
*
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
*
Fix an fd leak in evconnlistener_new_bind().
Jardel Weyrich
2009-12-28
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Fix remaining AcceptEx issues.
Nick Mathewson
2009-11-02
*
Clean up acceptex code some more: add locking, single-threading, enable/disable.
Nick Mathewson
2009-11-02
*
Refactor IOCP callback interface
Nick Mathewson
2009-11-02
*
Compilation and correctness fixes for IOCP listener code.
Nick Mathewson
2009-11-02
*
More refactoring for IOCP listener code
Nick Mathewson
2009-11-02
*
Refactor evconnlistener to allow multiple implementations; add an (incomplete...
Nick Mathewson
2009-10-29
*
Accessor function to get a listener's associated fd
Nick Mathewson
2009-07-30
*
Do not assume we know the value for FD_CLOEXEC.
Nick Mathewson
2009-05-21
*
Disallow backlog==0 in evconnlistener_new_bind().
Nick Mathewson
2009-05-21
*
Tweak the evconnlistener interface a little.
Nick Mathewson
2009-05-18
*
Add new code to make and accept connections.
Nick Mathewson
2009-05-05