]> granicus.if.org Git - libevent/shortlog
libevent
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...
2010-10-14 Nick MathewsonFix a case where an ssl bufferevent with CLOSE_ON_FREE...
2010-10-14 Nick MathewsonAvoid spurious reads from just-created open openssl...
2010-10-14 Nick MathewsonThe corrected bufferevent filter semantics let us fix...
2010-10-14 Nick MathewsonCorrect logic on disabling underlying bufferevents...
2010-10-12 Nick MathewsonFix serious bugs in per-bufferevent rate-limiting code
2010-10-12 Nick MathewsonHandle rate-limiting for reading on OpenSSL bufferevent...
2010-10-09 Nick MathewsonMerge branch '20_internal_prio'
2010-10-09 Nick MathewsonNew evhttp_uri(encode|decode) functions to handle ...
2010-10-08 Nick Mathewsonevhttp_encode_uri encodes all reserved characters,...
2010-10-08 Nick MathewsonMerge branch 'iovmax'
2010-10-07 Nick MathewsonTurn some booleans in evconnlistener_iocp into one...
2010-10-07 Christopher... Make iocp/listener/error work; don't accept again if...
2010-10-07 Nick MathewsonFix allocation error for IOCP listeners. Probably harml...
2010-10-07 Nick MathewsonAdd a LEV_OPT_THREADSAFE option for threadsafe evconnli...
2010-10-06 Nick MathewsonTweak evhttp_parse_query hack to avoid breaking abi
2010-10-06 Nick MathewsonLet evhttp_parse_query return -1 on failure
2010-10-06 Nick MathewsonFix an EINVAL on evbuffer_write_iovec on OpenSolaris.
2010-10-05 Nick MathewsonFix warnings on mingw with gcc 4.5
2010-10-05 Nick MathewsonDefine symbolic constants to use in place of SHUT_RD etc
2010-10-05 Christopher... Send a shutdown(SHUT_WR) before closing an http connection
2010-10-01 Nick MathewsonFix a spurious-call bug on epoll.c
2010-09-28 Nick MathewsonMerge remote branch 'github/signed_compare'
2010-09-27 Nick MathewsonMerge remote branch 'github/win_lib'
2010-09-27 Nick MathewsonDo not search outside of the system directory for windo...
2010-09-27 Sebastian HahnFix compile in kqueue.c
2010-09-24 Nick MathewsonFix all warnings in the main codebase flagged by -Wsign...
2010-09-23 Nick MathewsonUnit tests for listener error callbacks
2010-09-22 Simon PerreaultAdd error callback to evconnlistener
2010-09-22 Nick MathewsonMake event.c debugging messages report fds
2010-09-22 Nick MathewsonMake debugging output for epoll backend more comprehensive
2010-09-17 Nick MathewsonPut internal events at highest priority
2010-09-15 Nick MathewsonRemove event_base.evsigbase; nothing used it.
2010-09-15 Nick MathewsonRemove the now-useless evsig_caught and evsig_process
2010-09-15 Nick MathewsonMake default signal backend fully threadsafe
2010-09-15 Nick MathewsonWarn when using the error-prone EV_SIGNAL interface...
2010-09-10 Simon PerreaultObey enabled status when unsuspending
2010-09-09 Nick MathewsonBump to the latest version of tinytest
2010-09-09 Nick MathewsonMake SSL tests cover enabling/disabling EV_READ.
next