]> granicus.if.org Git - libevent/shortlog
libevent
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-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 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...
2010-09-02 Nick MathewsonDeclare signal handler function as "__cdecl" on Windows.
2010-09-02 Nick MathewsonMove evkeyvalq into a separate header for evhttp_parse_...
2010-09-02 Nick MathewsonDeclare evkeyvalq and event_list even if event_struct...
2010-09-02 Nick MathewsonClose th_notify_fds and open a new pair on reinit
2010-09-01 Nick MathewsonOn windows, make lock/thread function tables static
2010-09-01 Nick MathewsonMake defer-internal.h use lock macros, not direct cess...
2010-09-01 Nick MathewsonStop using global arrays to implement the EVUTIL_ctype...
2010-08-30 Nick MathewsonFix a bug in our win32 condition implementation
2010-08-26 Nick MathewsonFix an issue with forking and signal socketpairs in...
2010-08-24 Nick MathewsonRename regress_pthread.c to regress_thread.c
2010-08-23 Nick MathewsonDetect events with no ev_base; warn instead of crashing
2010-08-23 Nick MathewsonHonor NDEBUG; build without warnings with NDEBUG; make...
2010-08-19 Nick MathewsonAvoid deadlock when activating signals.
2010-08-19 Nick MathewsonFix kquue correctness test on x84_64
2010-08-18 Nick MathewsonFix logic error in win32 TRY_LOCK that caused problems...
2010-08-18 Nick MathewsonSet close-on-exec bit for filedescriptors created by...
2010-08-17 Nick MathewsonCorrectly detect failure to delete bufferevent read...
next