]> granicus.if.org Git - libevent/shortlog
libevent
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
2009-07-30 Nick MathewsonAdd unit test for parsing addresses with bad ports.
2009-07-28 Nick MathewsonChangelog entry for msvc fixes.
2009-07-28 Nick MathewsonExport evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.
2009-07-28 Nick MathewsonSome tweaks to Brodie Thesfield's MSVC patch.
2009-07-28 Nick MathewsonVarious MSVC cleanups from Brodie Thiesfield.
2009-07-28 Nick MathewsonFix segfault during failed allocatino of locked evdns...
2009-07-28 Nick MathewsonFix a dumb bug where we would allocate too little memor...
2009-07-28 Nick MathewsonBufferevent support for openssl.
2009-07-26 Nick MathewsonMake "deferred callback queue" independent of event_base.
2009-07-25 Nick MathewsonFix the main/methods unit test to pass from "make verify".
2009-07-25 Niels Provoscall it 2.0.2-alpha
2009-07-23 Nick MathewsonFix build on platforms (like Solaris 10, reportedly...
2009-07-21 Nick MathewsonPush coverage of event.c a little higher
2009-07-21 Nick MathewsonAdd clarifying "static" to definitions of fns in event.c
2009-07-21 Nick MathewsonCorrect the signatures for evdns_configure_windows_name...
2009-07-20 Nick MathewsonRefactor evtag tests into their own suite.
2009-07-20 Nick MathewsonRename encode_int(64) to avoid polluting the global...
2009-07-20 Nick MathewsonAdd strcasecmp tests to improve evutil coverage a bit
2009-07-17 Nick MathewsonUse a uniform strategy when a function is not working...
2009-07-17 Nick MathewsonFix a simple warning
2009-07-17 Nick MathewsonFinish implementing new convention that whenever an...
2009-07-17 Nick MathewsonChecking for MS_WINDOWS rather than WIN32 is a Tor...
2009-07-17 Nick MathewsonTrivial tests to exercise deferred and locking bufferev...
2009-07-17 Nick MathewsonAdd a tinytest flag to initialize threading.
2009-07-17 Nick MathewsonMake evthread_use_pthreads() actually return 0 on success.
2009-07-17 Nick MathewsonDefine a macro to indicate that we have defined one...
2009-07-17 Nick MathewsonUpdate event_tv when time jumps backwards, so that...
2009-07-17 Nick MathewsonOops. -1 is an integer, not a pointer.
2009-07-17 Nick MathewsonUnit tests for bufferevent_get(fd|_underlying)
2009-07-17 Nick MathewsonRemove all trailing whitespace from end-of-line.
2009-07-17 Nick MathewsonAdd a test to free_active_base to free a base with...
2009-07-17 Nick MathewsonAdd a check for event_add failure to evthread_make_base...
2009-07-17 Nick MathewsonAlways hold a reference to a bufferevent when calling...
2009-07-14 Nick MathewsonDo not define _FORTIFY_SOURCE if the platform GCC alrea...
2009-07-14 Nick MathewsonInclude disabled methods in event_get_supported_methods...
2009-07-14 Nick MathewsonStop using C++ style comments.
2009-07-14 Nick MathewsonConvert and expand free_active_base/event_base_new...
2009-07-14 Nick MathewsonMake event_del(E) block while E is running in another...
2009-07-13 Nick MathewsonPatch from Zack Weinberg: normalize perror() tt functio...
2009-07-13 Nick MathewsonUse -version-info, not -release.
2009-07-10 Nick MathewsonChange use of AC_CHECK_LIB to AC_SEARCH_LIBS.
2009-07-10 Nick MathewsonAdd a lock/unlock pair inside the event callbacks in...
2009-07-03 Niels ProvosAllow C identifiers as struct names; allow multiple...
2009-07-03 Niels ProvosAllow specifying the output filename for rpcgen; based...
2009-07-03 Niels Provosfix preamble of rpcgen-generated files to rely on event...
2009-07-03 Niels ProvosRaise RpcGenError in event_rpcgen.py; from jmanison...
2009-06-30 Nick MathewsonThe truncated bit is in the 3rd byte of a dns reply...
2009-06-25 Nick MathewsonFix type on freebsd sendfile. Patch from navin seshadri...
2009-06-24 Nick MathewsonWhen our IP address changes, do not break all existing...
2009-06-11 Nick MathewsonFix compile on cygwin. This isnt the solution I would...
2009-06-11 Nick MathewsonAdd sometimes-needed header to regress_bufferevent.c
2009-06-05 Nick MathewsonReplace some read/write instances with send/recv to...
2009-05-28 Nick MathewsonFix compilation problems in win32.c
2009-05-28 Nick MathewsonMake the headers compile happily with pedantic C compilers.
2009-05-28 Nick MathewsonSpell-check the the headers
2009-05-27 Nick Mathewsonsmall doc fix.
2009-05-27 Nick MathewsonActivate fd events in a pseudorandom order on older...
2009-05-25 Nick MathewsonDefer EOF on paired bufferevent correctly.
2009-05-25 Nick MathewsonConsistently say "eventcb" instead of "errorcb"
2009-05-25 Nick MathewsonAdd documentation for bufferevent-internal.h stuff
2009-05-25 Nick MathewsonAdd a generic mechanism to implement timeouts in buffer...
2009-05-25 Nick MathewsonAdd requirement in configure.in for autoconf 2.59c...
2009-05-22 Nick MathewsonAdd missing windows include in time-test.c
2009-05-22 Nick Mathewsonwork around missing __func__ in sample code
2009-05-22 Nick MathewsonUse ev_ssize_t in place of ssize_t *everywhere*.
2009-05-22 Nick MathewsonFix a potentially very annoying evdns bug that we found...
2009-05-22 Nick MathewsonFix some small win32 build issues on trunk.
2009-05-22 Nick MathewsonTry to contain the failure when we are running without...
2009-05-22 Nick MathewsonDo not free the event base lock until we are done remov...
2009-05-21 Nick MathewsonDo not assume we know the value for FD_CLOEXEC.
2009-05-21 Nick MathewsonDisallow backlog==0 in evconnlistener_new_bind().
2009-05-21 Nick MathewsonUse the native "struct iovec" as our "struct evbuffer_i...
2009-05-20 Nick MathewsonFix a deadlock: there were some LOCKs that should have...
2009-05-19 Nick MathewsonAdd changelog for last commit
2009-05-19 Nick MathewsonReplace reserve/commit with new iovec-based interface...
2009-05-18 Nick MathewsonTweak the evconnlistener interface a little.
2009-05-15 Nick MathewsonChange the interface of evbuffer_add_reference: give...
2009-05-15 Nick MathewsonNew semantics for evbuffer_cb_set_flags().
next