]> granicus.if.org Git - libevent/shortlog
libevent
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().
2009-05-15 Nick MathewsonTrim 22 bytes from struct event on 32 bit platforms...
2009-05-15 Nick MathewsonWe were distributing the wrong event-config.h with...
2009-05-14 Nick MathewsonNote problems with some newer evbuffer interfaces.
2009-05-14 Nick MathewsonActually, do not provide a compatibility name "EVBUFFER...
2009-05-13 Nick MathewsonAdd a "ctrl" mechanism to bufferevents for property...
2009-05-13 Nick MathewsonDo not use the "evbuffer_" prefix to denote parts of...
2009-05-07 Nick MathewsonAdd and use locale-independent strcasecmp functions.
2009-05-06 Nick MathewsonAddition to bufferevent_async unit test
2009-05-06 Nick MathewsonFix bufferevent_async to use lock/unlock, not unlock...
2009-05-05 Nick MathewsonMake unit tests for bufferevent_async compile and _almo...
2009-05-05 Nick MathewsonAdd a trival start of a be_async test.
2009-05-05 Nick MathewsonAdd missing include to buffer_iocp.c
2009-05-05 Nick MathewsonAdd a constructor for bufferevent_async.
2009-05-05 Nick Mathewsonoops; do not forget to distribute listener.h
2009-05-05 Nick MathewsonAdd new code to make and accept connections.
2009-05-05 Nick MathewsonAdd an event_get_base() function to remove one more...
2009-05-03 Nick MathewsonNothing ever sets event_sigcb or event_gotsig any more...
2009-05-02 Nick MathewsonRevise regress_pthreads.c to not use event_set
2009-05-02 Nick MathewsonUse fewer _compat.h headers in our own code.
2009-05-02 Nick MathewsonMove event_set() and friends to event2/event_compat.h.
2009-05-02 Nick MathewsonMake evrpc use event2/rpc*.h, not evrpc.h
2009-05-02 Nick MathewsonRemove some duplicated includes in evdns.c
2009-05-02 Nick MathewsonAdd changelog entry for vc++ fixes
2009-05-01 Nick MathewsonInitial core implementation of bufferevent_async.c
2009-05-01 Nick MathewsonMore msvc build tweaks.
2009-04-30 Nick MathewsonApparently MSVC lacks a ssize_t. Define an ev_ssize_t...
2009-04-30 Nick MathewsonCompilation fixes for vc++ 2008 express. Not the end...
2009-04-30 Nick MathewsonInitial unit test for overlapped evbuffer usage. It...
2009-04-30 Nick MathewsonGet launch_read and launch_write to (apparently) work.
2009-04-30 Nick MathewsonFix a reversed check in upcast_evbuffer
2009-04-30 Nick MathewsonBeef up the events in the last test a little.
2009-04-30 Nick MathewsonOops: actually commit changes to build and use regress_iocp
2009-04-30 Nick MathewsonFirst tests for IOCP loop, and related fixes.
2009-04-30 Nick MathewsonMake environment-variable tests work on win32, which...
2009-04-29 Nick MathewsonNote a place we might do better about lock releasing.
2009-04-29 Nick Mathewsonfix a typo in a comment
2009-04-29 Nick MathewsonCatch attempts to event_base_once a persistent event.
2009-04-29 Nick MathewsonClarify semantics on event_pending()
2009-04-28 Nick MathewsonPatch from Eric Hopper: the test for EVENT_BASE_FLAG_IG...
2009-04-28 Nick MathewsonUnit test for disabling events with EVENT_NO*, and...
2009-04-28 Nick MathewsonOops. We never actually defined event_config_set_flag().
2009-04-28 Nick MathewsonFix compile: #elif FOO is not the same as #elif defined...
2009-04-25 Niels Provosmove more code directly into evrpc.c; provide backwards...
2009-04-25 Niels Provosremove vararg macros for accessing evrpc structs
2009-04-25 Niels Provosrefactor evrpc.h header filer
2009-04-25 Niels Provosrefactor evrpc.h header filer
2009-04-24 Niels Provosmake sendfile work on freebsd
2009-04-23 Nick MathewsonChangelog entry for r1237
2009-04-23 Nick MathewsonFix for evbuffer_read() when all data fits in penultima...
next