]> granicus.if.org Git - libevent/shortlog
libevent
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-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.
2010-07-19 Nick MathewsonRemove unused variables in test/test-changelist.c
2010-07-19 Mike SmelliePossible fix to 100% cpu usage with epoll and openssl
2010-07-16 Nick MathewsonMerge branch 'pncalls_fix'
2010-07-16 niksFix wrong sie calculation of iovec buffers when exact=1
2010-07-13 Nick MathewsonPass flags to fcntl(F_SETFL) and fcntl(F_SETFD) as...
2010-07-08 Nick MathewsonSuppress a spurious EPERM warning in epoll.c
2010-07-05 Nick MathewsonDon't race when calling event_active/event_add on a...
2010-07-05 Nick MathewsonTidy up the code in evthread_make_base_notifiable a...
2010-07-05 Nick MathewsonDrain th_notify_fd[0] more bytes at a time.
2010-07-05 Nick MathewsonFix a deadlock related to event-base notification....
2010-07-05 Nick MathewsonMake sample/hello_world work on windows
2010-07-05 Nick Mathewsonnever let bufferevent_rlim functions return negative
2010-06-22 Sebastian HahnReally only add libevent_core.la to LIBADD on mingw
2010-06-21 Nick MathewsonAdd bufferevent_lock()/bufferevent_unlock()
2010-06-21 Nick MathewsonFix sentence fragment in docs for event_get_struct_even...
2010-06-21 Nick MathewsonUnit test for event_get_struct_event_size()
2010-06-19 Nick MathewsonAdd a comment to describe our plan for library versioning
2010-06-19 Nick MathewsonSet library version for libevent_pthreads correctly
2010-06-19 Nick MathewsonDocument a change in the semantics of event_get_struct_...
2010-06-17 Nick MathewsonHave autogen.sh pass --force-missing to automake
2010-06-17 Nick MathewsonRemove some automake-generated files from version control.
2010-06-11 Nick MathewsonFix a pedantic gcc 4.4 warning in event2/event.h
2010-06-07 Felix NawothnigFix possible nullptr dereference in evhttp_send_reply_end()
2010-06-07 Nick MathewsonAdd a function to retrieve the other side of a bufferev...
2010-06-03 Nick MathewsonAdd test for behavior on remote socket close
2010-05-28 Nick MathewsonFix logic in correcting high values from FIONREAD
2010-05-28 Pierre PhaneufClose the file in evutil_read_file whether there's...
2010-05-27 Nick MathewsonAdd the libtool-generated /m4/* stuff to .gitignore
2010-05-26 Nick MathewsonLet evhttp_send_error infer the right error reasons
2010-05-26 Felix NawothnigFix the default HTTP error template
2010-05-26 Nick MathewsonHave the unit tests report errors from test.sh
2010-05-26 Nick MathewsonMake test.sh exit with nonzero status if tests fail
2010-05-26 Nick MathewsonRemove all non-error prints from test/regress.c
2010-05-26 Nick MathewsonRemove the now-obsolete setup_test() and cleanup_test...
2010-05-24 Nick MathewsonUse generic win32 interfaces, not ASCII-only ones,...
2010-05-19 Nick MathewsonMerge branch 'evdns_no_empty_handles'
2010-05-18 Nick MathewsonRemove some dead assignments
2010-05-18 Nick MathewsonIf no evdns request can be launched, return NULL, not...
2010-05-18 Nick MathewsonUse -Wlogical-op on gcc 4.5 or higher
2010-05-18 Nick MathewsonCorrectly recognize .255 addresses as link-local when...
2010-05-17 Nick MathewsonAvoid close of uninitialized socket in evbuffer unit...
2010-05-14 Nick MathewsonReplace (safe) use of strcpy with memcpy to appease...
2010-05-14 Nick MathewsonAdd some missing includes to fix Linux build again
2010-05-13 Nick MathewsonMake test-ratelim clean up after itself better.
2010-05-13 Nick MathewsonAvoid event_del on uninitialized event in event_base_free
next