summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* from trunk: do not warn on accept when errno is egain|eintrrelease-1.4.7-stableNiels Provos2008-07-252-1/+3
* from trunk: make event_add not change any state if it fails; repoted by Ian Bellrelease-1.4.6Niels Provos2008-07-252-13/+28
* from trunk: fix off by one errors in devpoll; from Ian BellNiels Provos2008-07-252-3/+4
* start calling it 1.4.6-stableNiels Provos2008-07-252-2/+2
* from trunk: fix a problem with epoll() and reinit; repoted by Alexander DrozdovNiels Provos2008-07-254-5/+48
* add libevent.vcproj file to distribution to help with Windows buildNiels Provos2008-07-242-1/+2
* from trunk: restore signal handlers correctly when we deallocate the signal baseNiels Provos2008-07-192-3/+12
* from trunk: if we change the timeouts on bufferevents, we might have to readd...Niels Provos2008-07-172-0/+6
* close -> EVUTIL_CLOSESOCKETNiels Provos2008-07-131-1/+1
* from trunk: fix cname repliesNiels Provos2008-07-132-1/+2
* deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam LangleyNiels Provos2008-07-122-2/+8
* forgot to add Alexander Drozdov as bug reporter in ChangeLogNiels Provos2008-07-111-1/+1
* from trunk: assert(a & b) -> assert(a && b)Niels Provos2008-07-111-2/+2
* from trunk: support multiple events listening on the same signal; make signal...Niels Provos2008-07-116-78/+152
* from trunk: fix a bug where deleting signals with kqueue would delete subsequ...Niels Provos2008-07-113-2/+9
* from trunk: detect CLOCK_MONOTONIC at runtime for evdnsNiels Provos2008-07-022-4/+9
* from trunk: reject negative content-length headersNiels Provos2008-07-023-7/+78
* from trunk: support multi-line HTTP headers; based on a patch from Moshe LitvinNiels Provos2008-06-303-1/+91
* from trunk: correct handling of trailing headers in chunked replies; from Sco...Niels Provos2008-06-305-100/+503
* fix warnings with USE_DEBUGNiels Provos2008-06-302-5/+5
* switch all uses of [v]snprintf to evutilNiels Provos2008-06-283-16/+9
* evutil now includes stdarg.h directlyNiels Provos2008-06-283-1/+4
* call it 1.4.5-stablerelease-1.4.5-stableNiels Provos2008-06-252-2/+3
* fix support of fixed-sized entries in event_rpcgenNiels Provos2008-06-254-2/+6
* missing stdio includeNiels Provos2008-06-251-0/+1
* add windows project files to extra distNiels Provos2008-06-251-1/+2
* forgot to add changelog entry: fix windows buildNiels Provos2008-06-251-1/+1
* fix warnings for potentially uninitalized variablesNiels Provos2008-06-251-1/+1
* Add vs2005 project and regress target; no idea if that is going to work for o...Niels Provos2008-06-252-0/+258
* fix getnameinfo for windows; snprintf -> evutil_snprintfNiels Provos2008-06-251-18/+68
* fix gethostbyname on windows; close() -> EVUTIL_CLOSESOCKET()Niels Provos2008-06-251-5/+6
* make it compile on windows; gettimeofday -> evutil_gettimeofday; snprintf -> ...Niels Provos2008-06-251-9/+15
* event_vsnprintf -> evutil_vsnprintfNiels Provos2008-06-251-1/+1
* move snprintf and vsnprintf to evutil to support windowsNiels Provos2008-06-253-32/+38
* from trunk: do not use SO_REUSEADDR when connectingNiels Provos2008-06-202-8/+12
* Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but keep the INPUT/O...Nick Mathewson2008-06-144-15/+26
* from trunk: allow min_heap_erase to be called on removed members; from liusifanNiels Provos2008-06-122-1/+2
* Set correct line-ending style on win32 project styles (1.4 branch)Nick Mathewson2008-06-025-502/+502
* constify struct timeval *Niels Provos2008-05-173-11/+15
* from trunk: Fix use of freed memory in event_reinit; pointed out by Peter PostmaNiels Provos2008-05-163-4/+7
* from trunk: fix connection keep-alive behavior for HTTP/1.0Niels Provos2008-05-152-13/+24
* call it 1.4.4-stableNiels Provos2008-05-141-1/+1
* r19666@catbus: nickm | 2008-05-08 23:49:18 -0400release-1.4.4-stableNick Mathewson2008-05-095-4/+5
* r15553@tombo: nickm | 2008-05-08 19:54:10 -0400Nick Mathewson2008-05-082-3/+5
* add missing header under win32 to evutil.c. remove misc.obj[ch] from vcproj ...Nick Mathewson2008-05-082-26/+3
* r19654@catbus: nickm | 2008-05-08 10:12:53 -0400Nick Mathewson2008-05-085-8/+0
* r19651@catbus: nickm | 2008-05-08 10:05:35 -0400Nick Mathewson2008-05-088-111/+31
* expose evhttp_accept_socket() apiNiels Provos2008-05-083-2/+20
* r19639@catbus: nickm | 2008-05-07 17:50:48 -0400Nick Mathewson2008-05-074-4/+5
* r19632@catbus: nickm | 2008-05-07 16:07:31 -0400Nick Mathewson2008-05-072-2/+2