]> granicus.if.org Git - libevent/shortlog
libevent
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...
2010-11-04 Nick MathewsonUnits test for unexpected evhttp methods.
2010-11-04 Nick Mathewsonevhttp: Return 501 when we get an unrecognized method...
2010-11-04 Nick MathewsonTweak interface for allowed methods
2010-11-04 Felix NawothnigDefine enumerators for all HTTP methods, including...
2010-11-04 Nick MathewsonDon't free evdns_request handles until after the callba...
2010-11-04 Christopher... Fix more wn64 warnings.
2010-11-03 Nick MathewsonMerge branch 'http_nolegacy_v2'
2010-11-03 Nick MathewsonRemove need for http_compat.h in http tests
2010-11-03 Nick MathewsonStop accessing http request struct directly from in...
2010-11-03 Nick MathewsonAdd evhttp_response_code to remove one more reason...
2010-11-03 Nick MathewsonStop using event_compat.h in regress_http
2010-11-03 Nick MathewsonConvert the rest of the http tests to be non-legacy...
2010-11-03 Nick MathewsonRename the confusing "base" static variable in regress_...
2010-11-03 Nick MathewsonStart porting http tests to not use legacy interfaces
2010-11-02 Nick MathewsonReplace exact-version checks for HTTP/1.1 with >= or...
2010-11-02 Joachim Bauchreset "chunked" flag when sending non-chunked reply
2010-11-02 Nick MathewsonUse the label_len local variable in evdns instead of...
2010-11-01 Nick MathewsonFix win32 build in response to fixes from win64 build.
2010-11-01 Nick Mathewsonfix signed/unsigned warnings in http.c
2010-11-01 Nick MathewsonFix a typo in 7484df61c981fc33db2~
2010-11-01 Nick MathewsonFix even more win64 warnings: buffer, event_tagging...
2010-11-01 Nick MathewsonFix even more win64 warnings
2010-11-01 Nick MathewsonRename "size" variables in win32select that were really...
2010-10-28 Christopher... Increase the skew tolerance to 2 seconds in thread...
2010-10-28 Christopher... Make sure IOCP evconnlistener uses virtual events.
2010-10-28 Nick MathewsonTry to clear up more size_t vs int/long issues.
2010-10-27 Nick MathewsonFix signal handler types for win64.
2010-10-27 Dimitre PiskyulevSet _EVENT_SIZEOF_VOID_P correctly on win32 and win64
2010-10-27 Dimitre PiskyulevFix some ints to evutil_socket_t; make tests pass on...
2010-10-27 Nick MathewsonFix som event_warns that should have been event_warnx
2010-10-27 Nick MathewsonMerge remote branch 'trondn/master'
2010-10-27 Trond NorbyeCheck return value for ioctlsocket on win32
2010-10-27 Nick MathewsonFix some uses of int for socket in regress
2010-10-27 Nick MathewsonMerge remote branch 'github/20_http_read_after_write'
2010-10-27 Nick MathewsonMerge remote branch 'github/20_abi_breaks'
2010-10-27 Nick MathewsonMerge remote branch 'github/20_ratelim_size'
2010-10-27 Nick MathewsonMerge remote branch 'github/20_chain_realign'
2010-10-26 Nick MathewsonFix bugs in posix thread-id calculation when sizeof...
2010-10-26 Nick MathewsonRemove event-config.h from .gitignore; it moved to...
2010-10-26 Nick MathewsonFix a minor syntax error that most compilers didn't...
2010-10-26 Nick MathewsonNote that 2.0.9 will break the ABI, and make changes...
2010-10-26 Nick MathewsonMake rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not...
2010-10-26 Nick MathewsonCorrect logic for realigning a chain in evbuffer_add
2010-10-26 Nick MathewsonAvoid missed-request bug when entire http request arriv...
2010-10-25 Nick MathewsonCorrectly count req->body_size on http usage without...
2010-10-25 Nick MathewsonFix a bug where we would read too much data in HTTP...
2010-10-25 Nick MathewsonFix Content-Length when trying send more than 100GB...
2010-10-25 Nick Mathewsonadd a requested docstring for event_rpcgen.CommandLine...
next