summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evhttp: fix leak from keep-alive disconnect or read/write timeoutpatches-1.4Pierce Lopez2015-01-281-0/+6
* Revert "Defensive programming to prevent (hopefully impossible) stack-stomping"Nick Mathewson2015-01-191-4/+1
* Remove a needless declarationNick Mathewson2015-01-191-1/+0
* update changelogrelease-1.4.15-stableNick Mathewson2015-01-051-0/+2
* Merge branch '14_cve_2014_6272_v2' into patches-1.4Nick Mathewson2015-01-051-8/+26
|\
| * Fix CVE-2014-6272 in Libevent 1.4Nick Mathewson2015-01-051-8/+26
* | Increment version for 1.4.15-stableNick Mathewson2015-01-054-6/+6
* | Update 1.4 changelogNick Mathewson2015-01-051-2/+7
* | Merge remote-tracking branch 'sourceforge/patches-1.4' into patches-1.4Nick Mathewson2014-11-3012-654/+34
|\ \
| * | Defensive programming to prevent (hopefully impossible) stack-stompingNick Mathewson2011-04-211-1/+4
| * | Check for POLLERR, POLLHUP and POLLNVAL for Solaris event portsTrond Norbye2011-01-061-0/+6
| * | Fix a bug that could allow dns requests with duplicate tx idsNick Mathewson2010-11-191-11/+3
| * | Avoid truncating huge values for content-lengthNick Mathewson2010-11-191-2/+2
| * | Take generated files out of git; add correct m4 magic for libtool to auto* filesNick Mathewson2010-09-037-640/+15
| * | Prefer autoregen -ivf to manual autogen.shNick Mathewson2010-09-031-0/+4
| |/
* | Note the progress for the 14 changelogNick Mathewson2014-11-301-1/+4
* | Changelog for 1.4.15-stable.Nick Mathewson2014-11-301-0/+13
|/
* Fix compilation on Visual Studio 2010VDm2010-08-301-0/+8
* Fix an issue with forking and signal socketpairs in select/poll backendsNick Mathewson2010-08-261-1/+6
* Backport doc fix for evhttp_bind_socket.Marco2010-08-241-1/+1
* Avoid deadlock when activating signals.Nick Mathewson2010-08-191-2/+13
* Fix kquue correctness test on x84_64Nick Mathewson2010-08-191-1/+2
* Replace unused case of FD_CLOSEONEXEC with a proper null statement.Nick Mathewson2010-08-191-2/+2
* set close-on-exec bit for filedescriptors created by dns subsystemRalf Schmitt2010-08-181-1/+11
* Backport and tweak the LICENSE file for 1.4Nick Mathewson2010-08-132-1/+55
* Pass flags to fcntl(F_SETFL) as int, not longNick Mathewson2010-07-131-1/+1
* Increment the version to 1.4.14b; add a changelog for our VERSION_INFO snafu ...release-1.4.14b-stableNick Mathewson2010-06-193-2/+5
* Set the VERSION_INFO correctly for 1.4.14Nick Mathewson2010-06-191-4/+27
* Increment Libevent version to 1.4.14-stablerelease-1.4.14-stableNick Mathewson2010-05-273-5/+5
* Changelog for 1.4.14-stableNick Mathewson2010-05-271-0/+27
* Define _REENTRANT as needed on Solaris, elsewhereNick Mathewson2010-05-101-0/+21
* Fix compile warning in http.cNick Mathewson2010-05-101-1/+1
* Do not abort HTTP requests missing a reason string.Pierre Phaneuf2010-04-271-4/+3
* Clean up properly when adding a signal handler fails.Gilad Benjamini2010-04-211-0/+2
* Fix memory leak when setting up priorities; reported by Alexander DrozdovNiels Provos2010-04-141-1/+4
* Fix a free(NULL) in min_heap.hNick Mathewson2010-03-261-1/+1
* make evhttp_send() safe against terminated connections, tooNiels Provos2010-02-131-0/+5
* do not fail while sending on http connections the client closed.Niels Provos2010-02-133-9/+168
* Distribute nmake makefile for 1.4Nick Mathewson2010-02-121-1/+2
* Make Libevent 1.4.12 build on win32 with Unicode enabled.Brodie Thiesfield2010-02-032-7/+7
* Re-add event_siglcb; some old code _was_ still using it. :(Nick Mathewson2010-01-141-1/+20
* Do not send an HTTP error when we've already closed or responded.Pavel Plesov2010-01-112-3/+163
* Merge branch 'readln-backport' into patches-1.4Nick Mathewson2010-01-073-0/+319
|\
| * Make the evbuffer_readln backport follow the current APINick Mathewson2009-11-231-2/+5
| * Backport evbuffer_readln().Nicholas Marriott2009-11-233-0/+316
* | Correct a debug message in evhttp_parse_request_lineNick Mathewson2010-01-041-1/+1
* | Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking().Jardel Weyrich2009-12-291-3/+3
* | Make evutil_make_socket_nonblocking() leave any other flags alone.Jardel Weyrich2009-12-281-4/+11
* | Correct all versions in 1.4 branchNick Mathewson2009-12-182-2/+6
* | Update sample/signal-test.c to use newer APIs and not leak.Evan Jones2009-12-081-4/+6