summaryrefslogtreecommitdiff
path: root/listener.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-271-0/+4
|\
| * InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.Peter Rosin2011-05-271-0/+4
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-6/+6
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-2/+3
|/
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-4/+4
* Minor fix for IOCP shutdown handling fixKelly Brock2010-11-301-1/+1
* Set SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx so that shutdown() can ...Nick Mathewson2010-11-051-0/+8
* Make sure IOCP evconnlistener uses virtual events.Christopher Davis2010-10-281-0/+26
* Add a function to change a listener's callback.Nick Mathewson2010-10-251-10/+31
* Turn some booleans in evconnlistener_iocp into one-bit bitfields.Nick Mathewson2010-10-071-2/+2
* Make iocp/listener/error work; don't accept again if lev is disabled.Christopher Davis2010-10-071-0/+8
* Fix allocation error for IOCP listeners. Probably harmless, since struct even...Nick Mathewson2010-10-071-1/+1
* Add a LEV_OPT_THREADSAFE option for threadsafe evconnlistenersNick Mathewson2010-10-071-37/+196
* Fix warnings on mingw with gcc 4.5Nick Mathewson2010-10-051-1/+4
* Unit tests for listener error callbacksNick Mathewson2010-09-231-1/+1
* Add error callback to evconnlistenerSimon Perreault2010-09-221-1/+11
* Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-061-10/+0
* Expose a function to getsockname() on a listener's fd.Nick Mathewson2010-09-031-0/+10
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-5/+5
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-181-1/+1
* When working without a current event base, don't try to use IOCP listenersNick Mathewson2010-02-181-4/+4
* Use ev_[u]intptr_t types in place of [u]intptr_tNick Mathewson2010-01-261-2/+2
* Call event_debug_unassign on internal eventsNick Mathewson2010-01-251-3/+4
* Comestic changes in evconnlistener_new(), new_accepting_socket(), accepted_so...Jardel Weyrich2010-01-081-13/+17
* Improved error handling in evconnlistener_new_async(). Also keeping the fd op...Jardel Weyrich2010-01-081-22/+30
* Fixed a fd leak in start_accepting(), plus cosmetic changesJardel Weyrich2010-01-081-21/+15
* Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.Jardel Weyrich2009-12-291-3/+1
* Fix an fd leak in evconnlistener_new_bind().Jardel Weyrich2009-12-281-1/+3
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Fix remaining AcceptEx issues.Nick Mathewson2009-11-021-45/+59
* Clean up acceptex code some more: add locking, single-threading, enable/disable.Nick Mathewson2009-11-021-23/+97
* Refactor IOCP callback interfaceNick Mathewson2009-11-021-3/+4
* Compilation and correctness fixes for IOCP listener code.Nick Mathewson2009-11-021-7/+11
* More refactoring for IOCP listener codeNick Mathewson2009-11-021-35/+101
* Refactor evconnlistener to allow multiple implementations; add an (incomplete...Nick Mathewson2009-10-291-17/+298
* Accessor function to get a listener's associated fdNick Mathewson2009-07-301-0/+6
* Do not assume we know the value for FD_CLOEXEC.Nick Mathewson2009-05-211-1/+1
* Disallow backlog==0 in evconnlistener_new_bind().Nick Mathewson2009-05-211-0/+2
* Tweak the evconnlistener interface a little.Nick Mathewson2009-05-181-1/+10
* Add new code to make and accept connections.Nick Mathewson2009-05-051-0/+168