]> granicus.if.org Git - libevent/shortlog
libevent
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-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...
2010-12-09 Nick MathewsonAdd stuff to whatsnew based on reading include changes...
2010-12-09 Nick MathewsonDocument that the cpu_hint is only used on Windows...
2010-12-09 Nick MathewsonConsistentize tabs
2010-12-09 Nick MathewsonRemove end-of-line whitespace
2010-12-09 Nick Mathewsontweak readme, whatsnew
2010-12-07 Nick MathewsonFix a signed/unsigned comparison in the last commit
2010-12-07 Constantine... Reject overlong http requests early when Expect:100...
2010-12-03 Evan Jonestests: Use relative includes ("") instead of system...
2010-12-03 Evan Jonestests: Use new event2 headers instead of old compatibil...
2010-12-02 Evan JonesUse relative includes instead of system includes consis...
2010-12-02 Evan Jonesbufferevent-internal.h: Use the new event2/util.h heade...
2010-12-02 Nick MathewsonCorrectly notify the main thread when activating an...
2010-11-30 Kelly BrockMinor fix for IOCP shutdown handling fix
2010-11-30 Nick MathewsonIncrement version to 2.0.9-rc-dev
2010-11-30 Nick MathewsonGive the correct date for 2.0.9-rc in the changelog release-2.0.9-rc
2010-11-30 Nick MathewsonIncrement version to 2.0.9-rc
2010-11-30 Nick MathewsonBump VERSION_INFO to 5:0:0
2010-11-30 Nick MathewsonChangelog and acknowledgments for 2.0.9-rc
2010-11-30 Nick MathewsonFix win32 build of http-server.c with unicode enabled
2010-11-30 Nick MathewsonCorrectly detect timeouts during http connects
2010-11-30 Nick MathewsonTry to fix an assertion failure related to close detection
2010-11-30 Nick MathewsonPossible crash fix when freeing an underlying buffereve...
2010-11-30 Nick MathewsonMerge remote branch 'chrisd/http_continue'
2010-11-30 Christopher... Preliminary support for Continue expectation in evhttp.
2010-11-30 Nick Mathewsonmake http-server example code build on win32
2010-11-30 Nick MathewsonFix http-server.c compilation on freebsd
2010-11-29 Nick MathewsonMerge remote branch 'chrisd/http_fixes2'
2010-11-29 Christopher... Add a few more comments.
2010-11-26 Nick Mathewsonadd http-server to gitignore
2010-11-26 Nick MathewsonFix a misplaced ) in http_server.c
2010-11-26 Nick MathewsonMerge branch '20_empty_body'
2010-11-26 Nick MathewsonAdd a basic example of how to write a static HTTP server.
2010-11-26 Christopher... Add evhttp server alias interface, correct flagging...
2010-11-26 Nick MathewsonMerge remote branch 'github/20_once_fixes'
2010-11-24 Kevin BowlingFix snprintf related failures on IRIX.
2010-11-24 Kevin BowlingIf not WIN32, include <sys/socket.h> in event2/util.h.
2010-11-24 Kevin BowlingxlC doesn't obey C99 comments here. autoconf isn't...
2010-11-24 Kevin BowlingAdd some checks since lack of TAILQ_FOREACH doesn't...
2010-11-24 Kevin BowlingReworked AIX __ss_family workaround to use AC_STRUCT_ME...
2010-11-24 Kevin Bowlingselect comes from <sys/select.h> according to POSIX...
2010-11-24 Nick MathewsonHandle evhttp PUT/POST requests with an empty body
2010-11-23 Nick MathewsonRemove _event_initialized(); make event_initialized...
2010-11-23 Nick MathewsonDocument event_get_assignment
2010-11-23 Nick MathewsonNote that reentrant calls to libevent from logging...
2010-11-23 Nick MathewsonFix some irix compilation warnings spotted by Kevin...
2010-11-23 Nick MathewsonMerge remote branch 'kev009/master'
2010-11-22 Kevin BowlingFix IRIX build. sa_family collides with a #define...
2010-11-22 Nick MathewsonMerge remote branch 'github/20_getaddrinfo_cancel_v2'
2010-11-22 Nick MathewsonAdd a stress test for getaddrinfo_cancel
2010-11-22 Nick MathewsonMerge remote branches 'github/20_epoll_nochangelist_v4...
2010-11-22 Nick MathewsonReorder backends in test.sh to match preference order...
2010-11-22 Nick MathewsonMake unit tests for epoll-with-changelist pass
2010-11-22 Nick MathewsonDisable changelist for epoll by default because of...
2010-11-20 Nick MathewsonMake sure the CLOEXEC flag is set on fds we open for...
2010-11-19 Nick MathewsonResolve an evport bug in the thread/forking test
next