]> granicus.if.org Git - libevent/shortlog
libevent
2011-01-03 Kevin BowlingBackport libevent to vanilla Autoconf 2.59 (as used...
2011-01-02 Kevin BowlingAdd an evconfig-private.h stub for Win32.
2011-01-02 Kevin BowlingAdd an include guard
2011-01-02 Kevin BowlingInclude evconfig-private.h in internal files for great...
2011-01-02 Kevin BowlingFix a comment warning and add evconfig-private.h to...
2011-01-02 Kevin BowlingRemove event-private.h and switch to evconfig-private.h
2011-01-02 Kevin BowlingUse a Configuration Header Template for evconfig-private.h
2011-01-02 Kevin BowlingRevert "evconfig-private.h with recusive configure...
2011-01-02 Kevin Bowlingevconfig-private.h with recusive configure subdirs
2011-01-02 Kevin BowlingAdd AC_GNU_SOURCE to the fallback case.
2010-12-23 Kevin BowlingEliminate a couple more manual internal _GNU_SOURCE...
2010-12-23 Kevin BowlingRemove internal usage of _GNU_SOURCE
2010-12-23 Kevin BowlingAdd event-private.h to noinst_HEADERS
2010-12-23 Kevin BowlingFilter '# define' statements from autoconf and generate...
2010-12-23 Kevin BowlingAdd AC_USE_SYSTEM_EXTENSIONS to configure.in.
2010-12-16 Nick MathewsonMerge branch 'epoll_table_v2'
2010-12-16 Nick MathewsonReindent epoll_apply_one_change()
2010-12-16 Nick MathewsonClean up error handling in epoll_apply_one_change(...
2010-12-16 Nick MathewsonReplace big chain of if/thens in epoll.c with a table...
2010-12-16 Nick MathewsonUse GetSystemTimeAsFileTime to implement gettimeofday...
2010-12-16 Mike SmellieUse current event set rather than current pending chang...
2010-12-16 Nick MathewsonBump version in master to 2.1.0-alpha-dev
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
2010-11-19 Nick MathewsonMake evdns_getaddrinfo_cancel threadsafe
2010-11-19 Nick MathewsonFix some more cancel-related bugs in getaddrinfo_async
2010-11-19 Nick MathewsonAvoid double-invocation of user callback with EVUTIL_EA...
2010-11-19 Nick MathewsonUse the US-English "canceled", not the UK "cancelled".
2010-11-17 Nick MathewsonFix a memory leak in evhttp_uri_free.
2010-11-15 Nick MathewsonFix bug in bufferevent_connect on an openssl buffereven...
2010-11-15 Nick MathewsonClarify EVLOOP_* documentation to be more precise.
2010-11-15 Nick MathewsonDo not let EVLOOP_ONCE exit the loop until all deferred...
2010-11-15 Nick MathewsonMake EVLOOP_ONCE ignore internal events
2010-11-09 Nick MathewsonOnly clear underlying callbacks when the user hasn...
2010-11-09 Nick MathewsonWhen closing a filtering bufferevent, clear callbacks...
2010-11-09 Nick MathewsonMerge remote branches 'github/20_evdns_cancel_segfault_...
2010-11-09 Nick MathewsonRefactor http version parsing into a single function
2010-11-09 Nick MathewsonRemove some debugging puts() calls from allow_methods...
2010-11-05 Nick MathewsonSet SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx...
2010-11-04 Nick MathewsonFix a mistake in http documentation found by Julien...
2010-11-04 Nick MathewsonNever call evhttp_readcb while writing.
2010-11-04 Felix NawothnigDon't disable reading from the HTTP connection after...
next