]> granicus.if.org Git - libevent/shortlog
libevent
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-19 Nick MathewsonResolve an evport bug in the thread/forking test
2010-11-17 Nick MathewsonFix a memory leak in evhttp_uri_free.
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...
2010-10-25 Nick MathewsonMerge remote branch 'github/http_and_listener'
2010-10-25 Nick MathewsonMake evbuffer_add_file take ev_off_t, not off_t
2010-10-25 Nick MathewsonFunctions to actually use evhttp_bound_socket with...
2010-10-25 Nick MathewsonAdd a function to change a listener's callback.
2010-10-24 Nick MathewsonSimplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_...
2010-10-24 Nick MathewsonFix a nasty bug related to use of dup() with epoll...
2010-10-21 Nick MathewsonMerge branch 'http_uri_parse'
2010-10-21 Nick MathewsonUnit tests for evhttp_uri_set*
2010-10-21 Nick MathewsonMake evhttp_uri non-public, and give it accessor functions.
2010-10-21 Nick MathewsonDocument that two bufferevent functions only work on...
2010-10-21 Nick MathewsonAdd a bufferevent_get_base function
2010-10-21 Nick MathewsonUpdate the HTTP regression tests to use Libevent2 apis...
2010-10-21 Nick MathewsonStop using Libevent-1 headers in regress_http
2010-10-21 Nick MathewsonMerge branch 'http_small_tweaks'
2010-10-21 Nick MathewsonAdd evhttp_connection_get_base() to get the event_base...
2010-10-20 Nick MathewsonFix a 100%-CPU bug where an SSL connection would someti...
2010-10-19 Nick MathewsonAdd evhttp_parse_query_str to be used with evhttp_uri_p...
2010-10-19 Nick MathewsonDocument behavior of URI parsing more thoroughly.
2010-10-19 Nick MathewsonAdd a huge pile of tests for the new URI functions...
2010-10-19 Nick MathewsonImprovements to tinytest_macros.h
2010-10-19 Nick MathewsonRevise evhttp_uri_parse implementation to handle more...
2010-10-18 Nick MathewsonClean up error handling in uri_parse a little
2010-10-18 Nick MathewsonDo not silently truncate URIs in evhttp_uri_join. Also...
2010-10-18 Nick MathewsonMake evhttp_uri_parse and friends conform to memory...
2010-10-18 Pavel PlesovIntroduce absolute URI parsing helpers.
2010-10-18 Nick MathewsonMerge branch 'http_parse'
2010-10-18 Nick MathewsonAdd evhttp_request_get_command so code can tell GET...
2010-10-18 Nick MathewsonModernize header usage in bench_http.c
2010-10-15 Nick MathewsonIncrement version in git to 2.0.8-rc-dev
2010-10-14 Nick MathewsonIncrement the version to 2.0.8-rc release-2.0.8-rc
2010-10-14 Nick MathewsonChangelog and readme for 2.0.8-rc
2010-10-14 Nick MathewsonFixes for MSVC compilation
2010-10-14 Nick MathewsonMake the --enable-gcc-warnings option include signed...
2010-10-14 Nick MathewsonFix signed/unsigned warnings on win32
2010-10-14 Nick MathewsonFix signed/unsigned warnings on opensolaris, where...
2010-10-14 Nick MathewsonFix -Wsigned-compare warnings in test/*
2010-10-14 Nick Mathewsonadd limits.h to event_tagging.c so opensolaris will...
2010-10-14 Nick Mathewsonfix a signed/unsigned warning in kqueue.c
2010-10-14 Nick MathewsonNew unit test for ssl bufferevents starting with connec...
next