]> granicus.if.org Git - libevent/shortlog
libevent
2010-10-21 Nick MathewsonMake evhttp_uri non-public, and give it accessor functions.
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.
2010-09-09 Nick MathewsonBump version to 2.0.7-rc-dev
2010-09-09 Nick MathewsonMake all versioning changes for 2.0.7-rc, and add ChangeLog release-2.0.7-rc
2010-09-09 Christopher... Make event_base_virtual_del() notify the base if needed
2010-09-09 Nick MathewsonAdd a missing time.h include to test/regress_thread.c
2010-09-09 Nick MathewsonFix an uninitialized-variable warning on windows
2010-09-09 Christopher... Don't decrement virutal event count twice in connect_co...
2010-09-09 Christopher... Fix a few Windows compile warnings.
2010-09-08 Nick MathewsonMerge branch 'tests'
2010-09-08 Nick MathewsonMerge remote branch 'github/win_notify'
2010-09-08 Nick MathewsonAdd a missing header for regress_thread.c
2010-09-08 Nick MathewsonImplement EVBASE_NEED_NOTIFY on win32
2010-09-08 Sebastian HahnFix a compile warning in regress_thread.c
2010-09-08 Nick MathewsonMerge remote branch 'chrisd/iocp-fixes4'
2010-09-08 Nick MathewsonMerge branch 'th_notify_fd_reinit'
2010-09-08 Nick MathewsonImprove testing of when thread-notification occurs
2010-09-08 Nick MathewsonMinimize calls to base_notify implementation functions...
2010-09-08 Nick MathewsonAvoid needlessly calling evthread_notify_base() when...
2010-09-08 Nick MathewsonMerge remote branch 'github/globals'
2010-09-08 Christopher... Only process up to MAX_DEFERRED deferred_cbs at a time.
2010-09-08 Christopher... Add event_config_set_num_cpus_hint for tuning thread...
2010-09-08 Christopher... IOCP-related unit test tweaks
2010-09-08 Christopher... Some IOCP bufferevent tweaks.
2010-09-08 Christopher... Stop IOCP when freeing the event_base.
2010-09-08 Christopher... IOCP-related evbuffer fixes.
2010-09-07 Nick MathewsonFix a few memory leaks in the tests
2010-09-06 Nick MathewsonMove the "function to getsockname() on a listener"...
2010-09-06 Nick MathewsonMerge remote branch 'github/sysqueue_include_order'
2010-09-06 Shuo ChenFix event_del(0) instance in bench.c
2010-09-05 Nick MathewsonMerge remote branch 'github/win32_posix_underscore'
2010-09-05 Nick MathewsonMerge remote branch 'github/cdecl'
2010-09-04 Nick MathewsonFix uninitialized port var in http_delete_test. Last...
2010-09-04 Nick MathewsonFix uninitialized variables in http_bad_request_test...
2010-09-03 Nick MathewsonAllow more than one copy of regression tests to run...
2010-09-03 Nick MathewsonExpose a function to add a nameserver by sockaddr
2010-09-03 Nick MathewsonExpose a function to getsockname() on a listener's fd.
2010-09-03 Nick MathewsonPrefer autoreconf -ivf to manual autogen.sh
2010-09-02 Nick MathewsonFix pointer-to-__cdecl-function syntax
2010-09-02 Nick MathewsonUse the _func() replacements for open, fstat, etc in...
next