]> granicus.if.org Git - libevent/shortlog
libevent
2009-11-03 Nick MathewsonAdd a bufferevent function to resolve a name then conne...
2009-11-03 Nick MathewsonFix one IOCP-callback signature I missed
2009-11-03 Nick MathewsonRemove compat/sys/_time.h
2009-11-02 Nick MathewsonFix remaining AcceptEx issues.
2009-11-02 Nick MathewsonClean up acceptex code some more: add locking, single...
2009-11-02 Nick MathewsonRefactor IOCP callback interface
2009-11-02 Nick MathewsonCompilation and correctness fixes for IOCP listener...
2009-11-02 Nick MathewsonFix a major parenthesis bug in EVUTIL_UPCAST.
2009-11-02 Nick MathewsonAdd more IOCP tests. They might not pass yet.
2009-11-02 Nick MathewsonMore refactoring for IOCP listener code
2009-11-02 Nick MathewsonCall the bufferevent_flush_mode variable "mode" more...
2009-11-02 Nick MathewsonFix an errant user of ssize_t to use ev_ssize_t.
2009-10-30 Nick MathewsonRemove some duplicate code in kqueue.c and fix a small...
2009-10-30 Nick MathewsonAdd a "many events" regression test.
2009-10-30 Nick MathewsonKeep openssl errors associated with the right buffereve...
2009-10-29 Nick MathewsonRefactor evconnlistener to allow multiple implementatio...
2009-10-29 Nick MathewsonExtract XP-only functions when initializing the IOCP...
2009-10-29 Nick Mathewsonreformat weird indentation in dns tests
2009-10-29 Nick MathewsonUnit test for reverse ipv6 lookup
2009-10-29 Nick MathewsonMore documentation and unit tests for event_tagging.
2009-10-29 Nick MathewsonActually use the logic in select.c designed to make...
2009-10-29 Nick MathewsonUnit test for strlcpy
2009-10-27 Nick MathewsonFix from Chris Davis: get error-logging to be happy...
2009-10-27 Nick MathewsonAvoid calling exit() during event_base_new*()
2009-10-27 Nick MathewsonDo not call the locking variant of event_add or event_a...
2009-10-27 Nick MathewsonRefactor event_assing even more to avoid unnecessary...
2009-10-27 Nick MathewsonGive event_assign a return value, and make it less...
2009-10-27 Nick MathewsonDo not add a newline to the end of log statements.
2009-10-27 Nick MathewsonRefactor kq_init error handling.
2009-10-27 Nick MathewsonNew test flag to suppress logging for one test.
2009-10-26 Nick MathewsonNote assert-related change in changelog
2009-10-26 Nick MathewsonUse EVUTIL_ASSERT() consistently instead of assert.
2009-10-26 Nick MathewsonAdd an EVUTIL_ASSERT() to replace our calls to assert().
2009-10-26 Nick MathewsonAPI to replace all calls to exit() with a user-supplied...
2009-10-23 Nick MathewsonTweaks to IOCP interface.
2009-10-23 Nick MathewsonFix my fix for the bufferevent_connect_fail() test.
2009-10-23 Nick MathewsonExpose a narrow window to the IOCP code.
2009-10-23 Nick MathewsonImprove the behavior of le-proxy in a few cases.
2009-10-21 Nick MathewsonMake the bufferevent_connect_fail test faster on OSX.
2009-10-21 Nick MathewsonTreat the bitwise OR of two enum values as an int.
2009-10-21 Nick MathewsonTest failing case of bufferevent_connect().
2009-10-21 Nick MathewsonFix win32 connect() event handling.
2009-10-21 Nick MathewsonOSX compilation issues
2009-10-21 Nick MathewsonRemove an EVBASE_RELEASE_LOCK that I missed.
2009-10-21 Nick MathewsonFix win32 compilation.
2009-10-21 Nick MathewsonAdd locking to event_base_loop.
2009-10-21 Nick MathewsonFix windows compilation warnings.
2009-10-19 Niels ProvosFix compilation for listener.h for C++ - missing extern...
2009-10-16 Nick MathewsonAdd a note that we should change previous_to_last to...
2009-10-16 Nick MathewsonCorrect the signatures for the evmap_io_* functions...
2009-10-16 Nick MathewsonSpelling fixes in comments and strings.
2009-10-14 Nick MathewsonWhen a bufferevent_connect() call fails, give the clien...
2009-10-14 Nick MathewsonFix some crash bugs when initializing evdns
2009-10-12 Nick MathewsonDeclare struct timezone in util.h so that borken mingw...
2009-10-02 Nick MathewsonAdd changelog for last commit
2009-10-02 Nick MathewsonDo not notify the main thread more than needed.
2009-10-01 Nick MathewsonApply Ka-Hing Cheung's event_base_got_[break|exit]...
2009-09-24 Niels ProvosDo not drop data from evbuffer when out of memory;...
2009-09-23 Nick MathewsonForward-port: fix android compilation
2009-09-16 Nick MathewsonFix the assert I added to epoll.c: spotted by Dmitry...
2009-09-11 Nick MathewsonTreat events with fd == -1 as addable.
2009-09-11 Nick MathewsonMake epoll use less RAM.
2009-09-11 Nick MathewsonAdd a trivial race-fix from Chromium: do not try to...
2009-09-11 Nick MathewsonTreat a negative number of bytes to read as the kernel...
2009-08-19 Nick MathewsonOn connect, call only one of BEV_EVENT_CONNECTED or...
2009-08-16 Nick MathewsonFix build warnings and add changelog entry for evhttp...
2009-08-16 Nick MathewsonDefine evhttp_del_accept_socket
2009-08-16 Nick MathewsonDefine evhttp_{bind,accept}_socket_with_handle
2009-08-16 Nick MathewsonMake evhttp_bound_socket visible, and provide an access...
2009-08-16 Nick MathewsonMinor documentation fixes
2009-08-16 Nick MathewsonSupport sendfile on solaris: patch from Caitlin Mercer.
2009-08-14 Nick MathewsonNew function to put an SSL bufferevent into a renegotia...
2009-08-14 Nick MathewsonDisable whichever struct event we don't want during...
2009-08-14 Nick MathewsonOnly send a connected event _after_ we've adjusted...
2009-08-14 Nick MathewsonRemove an extraneous puts().
2009-08-14 Nick Mathewsontab/whitespace fixes in bufferevent_sock.c
2009-08-11 Nick MathewsonWhen running with deferred callbacks, always send the...
2009-08-09 Nick MathewsonAdd a few missing changelog entries
2009-08-09 Nick MathewsonWhen bufferevent_socket_connect is called with no addre...
2009-08-07 Nick MathewsonAdd an evbuffer_search_range() to search a bounded...
2009-08-03 Nick MathewsonAdd a couple more evdns tests. Libevent is now, for...
2009-08-03 Nick MathewsonAnother DNS unit tests, to handle reissues.
2009-08-03 Nick Mathewsonwhy say fprintf(stdout, X) when you can say printf?
2009-08-03 Nick MathewsonFix an annoying evdns crash bug, and add more unit...
2009-08-03 Nick MathewsonUnit tests for DNS search.
2009-07-31 Nick MathewsonRefactor evbuffer_readln() into a search-for-eol functi...
2009-07-31 Nick MathewsonRefactor evbuffer_readln to use evbuffer_ptr; remove...
2009-07-31 Nick MathewsonImproved coverage for evbuffer_readln()
2009-07-31 Nick MathewsonNew function to expose bufferevent.enabled
2009-07-30 Nick MathewsonExport sockaddr comparison functionality.
2009-07-30 Nick MathewsonMore unit tests for Openssl, including initializing...
2009-07-30 Nick MathewsonFix some bugs in bufferevent_socket_connect
2009-07-30 Nick MathewsonAdd unit tests for SSL session renegotiation.
2009-07-30 Nick MathewsonAlways retry SSL_write() with the same number you told...
2009-07-30 Nick MathewsonAdd a function to extract the SSL object from a buffere...
2009-07-30 Nick MathewsonSet the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag, and...
2009-07-30 Nick MathewsonUse SSL_do_handshake in place of SSL_connect/SSL_accept
2009-07-30 Nick MathewsonMore evconnlistener unit tests: bump its coverage from...
2009-07-30 Nick MathewsonExport an ev_socklen_t.
2009-07-30 Nick MathewsonAccessor function to get a listener's associated fd
next