summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fixup! Fix a compile warning with zlib 1.2.4 and 1.2.5bufferevents_updatesSebastian Hahn2011-05-06
* fixup! Correctly detect openssl on windowsSebastian Hahn2011-05-06
* fixup! Fix a compile warning with zlib 1.2.4 and 1.2.5Sebastian Hahn2011-05-06
* Fix a compile warning with zlib 1.2.4 and 1.2.5Sebastian Hahn2011-05-06
* Correctly detect openssl on windowsSebastian Hahn2011-05-06
* Move the win32 detection in configure.inSebastian Hahn2011-05-06
* Use OPENSSL_LIBS in Makefile.amSebastian Hahn2011-05-06
* Libtool brings in the dependencies of libevent_openssl.la automaticallyPeter Rosin2011-05-04
* libssl depends on libcrypto, not the other way around.Peter Rosin2011-05-04
* Oops; that new unit test breaks for epoll. Fix it.Nick Mathewson2011-05-03
* Fix a warn-and-fail bug in kqueue by providing kevent() room to report errorsNick Mathewson2011-05-03
* Add missing words to EVLOOP_NONBLOCK documentationNick Mathewson2011-05-02
* Bump version to 2.0.11-stable-devNick Mathewson2011-04-27
* Increment version number to 2.0.11-stableNick Mathewson2011-04-27
* Add more people to the acknowledgmentsNick Mathewson2011-04-27
* Changelog for 2.0.11-stableNick Mathewson2011-04-27
* Fix clang warning when resetting connectionNick Mathewson2011-04-26
* Use AM_CONDITIONAL, not AC_SUBST, to tell automake to build regressNick Mathewson2011-04-23
* Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGENick Mathewson2011-04-23
* Try to fix up CHECK_REGRESS hack to not break on win32Nick Mathewson2011-04-23
* Add missing header for regress_http compilation on win32Nick Mathewson2011-04-23
* Merge branch '20_iocp_conn_sockopt' into patches-2.0Nick Mathewson2011-04-23
|\
| * call setsockopt correctly on connecting() IOCP-bufferevents so shutdown() wil...Nick Mathewson2011-04-23
* | Zero a struct sockaddr_in before using itstatic_analysis_fixesSebastian Hahn2011-04-23
* | Remote some dead code from dns-example.cSebastian Hahn2011-04-23
* | Check return value of evbuffer_add_cb in testsSebastian Hahn2011-04-23
* | Be nice and "handle" error return values in sample codeSebastian Hahn2011-04-23
* | Refactor test_getaddrinfo_async_cancel_stress()Sebastian Hahn2011-04-23
* | add some (void) casts for unused variablesSebastian Hahn2011-04-23
* | Actually send NULL request in http_bad_request_testSebastian Hahn2011-04-23
* | Add a forgotten return value check in the unit testsSebastian Hahn2011-04-23
* | Add an assert to appease clang's static analyzerSebastian Hahn2011-04-23
* | Fix possible NULL-deref in evdns_cancel_requestSebastian Hahn2011-04-23
* | Add a forgotten NULL check to evhttp_parse_headersSebastian Hahn2011-04-23
* | Fix compilation under LLVM/clang with --enable-gcc-warningsfix_clang_compilationSebastian Hahn2011-04-23
|/
* Fix a memory leak on win32 socket->event map.Nick Mathewson2011-04-21
* Handle calloc failure in evdns. (Found by Dave Hart)Nick Mathewson2011-04-21
* Merge branch '20_evdns_circular_list_patch' into patches-2.0Nick Mathewson2011-04-21
|\
| * Fix a crash bug in evdns server circular list codeNick Mathewson2011-04-20
* | Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.Nick Mathewson2011-04-14
|/
* Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave HartNick Mathewson2011-04-13
* Fix the check for multicast or broadcast addresses in evutil_check_interfacesNick Mathewson2011-04-05
* Merge branch '20_socktype_protocol_nomem' into patches-2.0Nick Mathewson2011-04-05
|\
| * Check for allocation failures in apply_socktype_protocol_hackNick Mathewson2011-04-05
* | Fix the case when failed evhttp_make_request() leaved request in the queue.Tomash Brechko2011-04-04
* | Fix subtle recursion in evhttp_connection_cb_cleanup().Tomash Brechko2011-04-04
* | Reset outgoing connection when read data in idle state.Tomash Brechko2011-04-04
|/
* Add comment to configure.in to explain gc-sections test logicNick Mathewson2011-03-23
* Fix for --gc-sections on NetBSDDave Hart2011-03-23
* Fix make distcheck & installation of libevent 1 headersDave Hart2011-03-23