]> granicus.if.org Git - libevent/shortlog
libevent
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...
2010-08-17 Nick MathewsonAdd a unit test for conditions
2010-08-17 Nick MathewsonMake the regress_pthread.c tests work on windows with...
2010-08-17 Nick MathewsonUse conditions instead of current_event_lock to fix...
2010-08-17 Nick MathewsonAdd a condition variable backend, with implementations...
2010-08-13 Gilad BenjaminiMake definition of WIN32_LEAN_AND_MEAN in event.h condi...
2010-08-13 Gilad BenjaminiClean up syntax on TAILQ_ENTRY() usage
2010-08-13 Nick MathewsonMake include/event2/event-config.h not included in...
2010-08-13 Nick MathewsonChange include order in Makefile.nmake
2010-08-11 Nick MathewsonUpdate the whatsnew-2.0.txt document
2010-08-10 Nick MathewsonDocument that DNS_NO_SEARCH is an obsolete alias for...
2010-08-10 Nick MathewsonCompletely remove the (mostly-removed) obsolete thread...
2010-08-10 Nick MathewsonMerge branch 'more_pkgconfig'
2010-08-10 Nick MathewsonAdd pkgconfig files for libevent_{openssl,pthreads}
2010-08-09 Nick MathewsonFix a nasty dangling-event bug when using rate-limiting...
2010-08-07 Nick MathewsonIncrement vesion to 2.0.6-rc-dev
2010-08-07 Nick MathewsonIncrement versions to 2.0.6-rc release-2.0.6-rc
2010-08-07 Nick MathewsonChanglog and new acknowledgements for 2.0.6-rc
2010-08-07 Nick MathewsonMove event-config.h to include/event2
2010-08-06 Nick MathewsonFix evdns build with -DUNICODE
2010-08-06 Nick MathewsonFix unit tests with -DUSE_DEBUG enabled
2010-08-06 Nick MathewsonMake test-changelist count cpu usage right on win32
2010-08-06 Nick MathewsonUse AF_INET socketpair to test sendfile on Solaris
2010-08-06 Nick MathewsonTurn our socketpair() replacement into its own function
2010-08-06 Christopher... Remember to initialize timeout events for bufferevent_async
2010-08-05 Nick MathewsonIncrease the tolerance in our unit tests for sloppy...
2010-08-05 Nick MathewsonMake tests quieter on local dns resolver failure
2010-08-04 Nick MathewsonMerge branch 'openssl_ratelim'
2010-08-04 Nick MathewsonFix an assertion bug in test-ratelim
2010-08-04 Nick MathewsonAdd option to test-ratelim to test min_share
2010-08-04 Nick MathewsonAdd an interface to expose min_share in ratelimiting...
2010-08-04 Nick MathewsonFix rate-limit calculation on openssl bufferevents.
2010-08-01 Trond NorbyeFixed compilation of sample/le-proxy.c on win32
2010-07-31 Nick MathewsonBuild more cleanly with NetBSDs that dislike toupper...
2010-07-30 Joachim BauchFix badly-behaved subtest of dns/bufferevent_connect_ho...
2010-07-29 Nick MathewsonImprove error message for failed epoll to make debuggin...
2010-07-26 Nick MathewsonConstify a couple of arguments to evdns_server_request_...
2010-07-22 Nick MathewsonReplace (unused,always 0) is_tcp argument to evdns_add_...
2010-07-21 Nick MathewsonStop asserting when asked for a (unsupported) TCP dns...
2010-07-19 Mike SmellieChange bufferevent_openssl::do_write so it doesn't...
2010-07-19 Nick MathewsonMake test/test.sh call test-changelist
2010-07-19 Nick MathewsonFix whitespace.
next