summaryrefslogtreecommitdiff
path: root/listener.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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