]> granicus.if.org Git - libevent/shortlog
libevent
2011-05-06 Sebastian HahnUse OPENSSL_LIBS in Makefile.am
2011-05-04 Peter RosinLibtool brings in the dependencies of libevent_openssl...
2011-05-04 Peter Rosinlibssl depends on libcrypto, not the other way around.
2011-05-03 Nick MathewsonOops; that new unit test breaks for epoll. Fix it.
2011-05-03 Nick MathewsonFix a warn-and-fail bug in kqueue by providing kevent...
2011-05-03 Nick MathewsonAdd missing words to EVLOOP_NONBLOCK documentation
2011-04-28 Nick MathewsonBump version to 2.0.11-stable-dev
2011-04-28 Nick MathewsonIncrement version number to 2.0.11-stable release-2.0.11-stable
2011-04-28 Nick MathewsonAdd more people to the acknowledgments
2011-04-28 Nick MathewsonChangelog for 2.0.11-stable
2011-04-27 Nick MathewsonFix clang warning when resetting connection
2011-04-23 Nick MathewsonUse AM_CONDITIONAL, not AC_SUBST, to tell automake...
2011-04-23 Nick MathewsonFix msvc build: it needed to know about _EVENT_HAVE_STR...
2011-04-23 Nick MathewsonTry to fix up CHECK_REGRESS hack to not break on win32
2011-04-23 Nick MathewsonAdd missing header for regress_http compilation on...
2011-04-23 Nick MathewsonMerge branch '20_iocp_conn_sockopt' into patches-2.0
2011-04-23 Nick Mathewsoncall setsockopt correctly on connecting() IOCP-bufferev...
2011-04-23 Sebastian HahnZero a struct sockaddr_in before using it
2011-04-23 Sebastian HahnRemote some dead code from dns-example.c
2011-04-23 Sebastian HahnCheck return value of evbuffer_add_cb in tests
2011-04-23 Sebastian HahnBe nice and "handle" error return values in sample...
2011-04-23 Sebastian HahnRefactor test_getaddrinfo_async_cancel_stress()
2011-04-23 Sebastian Hahnadd some (void) casts for unused variables
2011-04-23 Sebastian HahnActually send NULL request in http_bad_request_test
2011-04-23 Sebastian HahnAdd a forgotten return value check in the unit tests
2011-04-23 Sebastian HahnAdd an assert to appease clang's static analyzer
2011-04-23 Sebastian HahnFix possible NULL-deref in evdns_cancel_request
2011-04-23 Sebastian HahnAdd a forgotten NULL check to evhttp_parse_headers
2011-04-23 Sebastian HahnFix compilation under LLVM/clang with --enable-gcc...
2011-04-21 Nick MathewsonFix a memory leak on win32 socket->event map.
2011-04-21 Nick MathewsonHandle calloc failure in evdns. (Found by Dave Hart)
2011-04-21 Nick MathewsonMerge branch '20_evdns_circular_list_patch' into patche...
2011-04-20 Nick MathewsonFix a crash bug in evdns server circular list code
2011-04-14 Nick MathewsonFix a couple of memory leaks in samples/http-server...
2011-04-13 Nick MathewsonAvoid a free(NULL) if out-of-memory in evdns_getaddrinf...
2011-04-05 Nick MathewsonFix the check for multicast or broadcast addresses...
2011-04-05 Nick MathewsonMerge branch '20_socktype_protocol_nomem' into patches-2.0
2011-04-05 Nick MathewsonCheck for allocation failures in apply_socktype_protoco...
2011-04-04 Tomash BrechkoFix the case when failed evhttp_make_request() leaved...
2011-04-04 Tomash BrechkoFix subtle recursion in evhttp_connection_cb_cleanup().
2011-04-04 Tomash BrechkoReset outgoing connection when read data in idle state.
2011-03-23 Nick MathewsonAdd comment to configure.in to explain gc-sections...
2011-03-23 Dave HartFix for --gc-sections on NetBSD
2011-03-23 Dave HartFix make distcheck & installation of libevent 1 headers
2011-03-12 Christophe... Fix incorrect assertions and possible use-after-free...
2011-03-08 Nick MathewsonDisable lazy gettimeofday/clock_gettime comparison...
2011-03-08 Nick MathewsonMerge branch '20_timescale' into patches-2.0
2011-03-08 Nick MathewsonFollowup for Tomash Brechko's http patch
2011-03-08 Tomash BrechkoWorkaround libevent bug
2011-03-03 Nick MathewsonHave event_base_gettimeofday_cached() always return...
2011-03-03 Dave HartMake --no-libevent-install apply to event1 headers too
2011-02-25 Dave HartMake --no-libevent-install apply to headers too
2011-02-23 Sebastian HahnContinue AM_CFLAGS to AM_CPPFLAGS correction
2011-02-22 Nick MathewsonMerge branch '20_uri_nonconformant' into patches-2.0
2011-02-22 Nick MathewsonMake -ffunction-sections off-by-default in 2.0.x
2011-02-22 Nick MathewsonRemove nonfunctional enable_libevent_(install|regress...
2011-02-22 Nick MathewsonUse $(), not @@, for LIBEVENT_GC_SECTIONS
2011-02-22 Nick MathewsonBe explicit about how long event loops run in event...
2011-02-22 Nick MathewsonUse %s with printf in test.sh
2011-02-22 Dave HartCorrect an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am
2011-02-22 Dave HartAdd configure options to disable installation, regressi...
2011-02-22 Harlan StennAdd -D_OSF_SOURCE to fix hpux builds
2011-02-22 Dave HartUse the gcc -ffunction-segments feature to allow gc...
2011-02-22 Harlan StennCheck for getservbyname even if not on win32.
2011-02-22 Harlan StennFix autoconf bracket issues; make check for getaddrinfo...
2011-02-22 Harlan StennSkip check for zlib if we have no zlib.h
2011-02-22 Harlan StennMake test-eof fail with a timeout if we never get an...
2011-02-22 Nick MathewsonFIX: comment internal headers used in sample code.
2011-02-22 Nick MathewsonNM: Fix sample/http-server ipv6 fixes
2011-02-22 Harlan StennInclude util-internal.h as needed to build on platforms...
2011-02-22 Harlan StennInclude arpa/inet.h as needed on HPUX
2011-02-22 Nick MathewsonCorrectly detect and stop non-chunked http requests...
2011-02-18 Nick Mathewsonfix spelling mistake in whatsnew-2.0.txt
2011-02-15 Nick MathewsonCorrect evhttp_del_accept_socket documentation on wheth...
2011-02-13 Nick MathewsonMerge branch '20_evport_pollhup' into patches-2.0
2011-02-13 Nick MathewsonClarify event_set_mem_functions doc
2011-02-13 Nick MathewsonMake URI parser able to tolerate nonconformant URIs.
2011-02-09 Nick MathewsonFix a type error in our (unused) arc4random_stir()
2011-02-03 Sebastian HahnFix warnings about AC_LANG_PROGRAM usage
2011-02-01 Dave HartFix test.sh output on solaris
2011-01-31 Nick MathewsonDo not check for gethostbyname_r versions if we have...
2011-01-31 Nick MathewsonAdd compile-time check for AF_UNSPEC==PF_UNSPEC
2011-01-31 Nick MathewsonFix http unit test on non-windows platforms without...
2011-01-31 Nick MathewsonBuild on systems without AI_PASSIVE
2011-01-24 Nick MathewsonTry to build correctly on platforms with no IPv6 support
2011-01-24 Nick MathewsonBuild correctly on platforms without sockaddr_storage
2011-01-24 Nick MathewsonFall back to sscanf if we have no other way to implemen...
2011-01-24 Nick MathewsonMake --enable-gcc-warnings a no-op if not using gcc
2011-01-13 Nick MathewsonCorrectly free selectop fields when select_resize fails...
2011-01-07 Nick MathewsonHandle resize failures in the select backend better.
2011-01-07 Jardel WeyrichUse event_err() only if the failure is truly unrecoverable.
2011-01-07 Jardel WeyrichDetect and handle more allocation failures.
2011-01-06 Trond NorbyeCheck for POLLERR, POLLHUP and POLLNVAL for Solaris...
2011-01-02 Nick MathewsonFix compilation on Windows with NDEBUG
2011-01-02 Nick MathewsonFix evport handling of POLLHUP and POLLERR
2010-12-16 Nick MathewsonBump version to 2.0.10-stable-dev
2010-12-16 Nick MathewsonAdd changelog for 2.0.10-stable release-2.0.10-stable
2010-12-15 Nick MathewsonAdd more acknowledgements to the readme for 2.0.10...
2010-12-15 Nick MathewsonSet the version to 2.0.10-stable
2010-12-14 Evan JonesEVUTIL_ASSERT: Use sizeof() to avoid "unused variable...
next