]> granicus.if.org Git - libevent/shortlog
libevent
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
2010-05-13 Nick MathewsonAdd options to test-ratelim.c to check its results
2010-05-13 Nick MathewsonDo not check that event_base is set in EVBASE_ACQUIRE_LOCK
2010-05-13 Nick MathewsonRemove the now-unusable EVTHREAD_LOCK/UNLOCK constants
2010-05-13 Nick MathewsonMark the event_err() functions as __attribute__((noreturn))
2010-05-12 Nick MathewsonTest the unlocked-deferred callback case of bufferevents
2010-05-11 Nick MathewsonRemove the obsolete evthread interfaces
2010-05-10 Nick MathewsonBump version to 2.0.5-beta-dev
2010-05-09 Nick MathewsonIncrement version numbers for 2.0.5-beta release-2.0.5-beta
2010-05-09 Nick MathewsonAdd a changelog for 2.0.5-beta
2010-05-09 Nick MathewsonFix some autoconf issues on OpenBSD
2010-05-09 Nick MathewsonDefine _REENTRANT as needed on Solaris, elsewhere
2010-05-08 Nick MathewsonFix test.sh on freebsd
2010-05-08 Nick MathewsonMake test.sh support mingw/msys on win32
2010-05-08 Nick MathewsonFix whitespace in evutil.c
2010-05-08 Nick MathewsonFix another nasty solaris getaddrinfo() behavior
2010-05-08 Nick MathewsonFix getaddrinfo with protocol unset on Solaris 9. Found...
2010-05-08 Nick MathewsonNumerous opensolaris compilation fixes
2010-05-08 Nick MathewsonMake test for bufferevent_connect_hostname system-neutral
2010-05-08 Nick MathewsonMake unit test for add_file able to tell "error" from...
2010-05-08 Nick MathewsonFix bench_http build on win32.
2010-05-08 Nick Mathewsonadd more (currently skipped) add_file tests on win32
2010-05-08 Nick MathewsonFix unused-variable warning when building with threads...
next