]> granicus.if.org Git - libevent/shortlog
libevent
2009-01-19 Nick MathewsonChange the semantics of notify so we can implement...
2009-01-19 Nick MathewsonDebug and enable pipe notification
2009-01-19 Niels Provosmake event ports compile again
2009-01-19 Nick MathewsonMake event_break threadsafe; make notify-thread mechani...
2009-01-18 Nick MathewsonFix osx compile
2009-01-17 Niels Provostry to make devpoll work again; i dont have access...
2009-01-16 Niels Provosclean up buffered data on reset; reported by Brian...
2009-01-15 Niels Provosrename time-test in comment to signal-test
2009-01-14 Nick MathewsonNote the one restriction on what you can do with the...
2009-01-14 Nick MathewsonMake some evbuffer functions const
2009-01-14 Nick MathewsonUpdate win32 code to put indices in evmap.
2009-01-14 Nick MathewsonMove per-fd info from eventops into evmap. Not done...
2009-01-14 Nick MathewsonDo not allow chain length to expand indefinitely.
2009-01-14 Nick MathewsonThe element size for our linear evmaps is a pointer...
2009-01-14 Nick MathewsonAdd initializer functions for evmap types.
2009-01-14 Nick MathewsonSimplify evbuffer_write logic: combine nearly all of...
2009-01-13 Nick MathewsonFix compilation on win32 WSASend evbuffer_write() code.
2009-01-13 Nick MathewsonFix win32 compilation. Surprisingly, unit tests pass...
2009-01-13 Nick MathewsonThere is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK.
2009-01-13 Nick MathewsonRename four internal headers to follow the -internal...
2009-01-13 Nick MathewsonUntested (and compiled-out) evbuffer_write backend...
2009-01-13 Nick MathewsonStop linking backends into libevent_extra.la
2009-01-13 Nick MathewsonMove internal headers into noinst_HEADERS automake...
2009-01-13 Nick MathewsonUse new EVUTIL_ERR_*_RETRIABLE macros when we're testin...
2009-01-13 Nick MathewsonNew EVUTIL_ERR_*_RETRIABLE macros to tell if an errno...
2009-01-12 Nick MathewsonAdd a new evbuffer_write_atmost() functino to write...
2009-01-12 Nick MathewsonSmall cleanups to buffer.h documentation.
2009-01-12 Nick MathewsonMove strlcpy.c into libevent-core, so that code built...
2009-01-12 Niels Provosmake it compile with USE_DEBUG again; reported by Alexa...
2009-01-10 Nick MathewsonImprove the hashsocket function.
2009-01-09 Nick MathewsonOn win32, use a hashtable to map sockets to events...
2009-01-09 Nick MathewsonDocument internal evmap functions, add a couple of...
2009-01-02 Nick MathewsonWork better with platforms that do not have ipv6 struct...
2009-01-02 Nick MathewsonChange the type of nameserver.address from u32 to socka...
2009-01-02 Nick MathewsonAdd another function to parse the common address:port...
2009-01-02 Nick MathewsonNew functions in evutil to clone inet_pton and inet_nto...
2009-01-02 Niels Provosmalloc fd only if it is needed.
2009-01-02 Nick MathewsonInclude http_compat.h in http.c so we do not get warnin...
2008-12-25 Niels Provosimplement evdns_cancel_request; test one of the new...
2008-12-25 Niels Provosgenerate documentation for move dns header files
2008-12-25 Niels Provosforgot to re-enable dns tests
2008-12-25 Niels Provoswe cannot realloc memory used by TAILQ; instead malloc...
2008-12-23 Niels Provosremove http_compat include
2008-12-23 Niels Provosreduce void *age a little bit
2008-12-23 Niels Provosremove unused variable
2008-12-23 Niels Provosdeprecate the usage of signal_{add,del,set} and name...
2008-12-23 Niels ProvosRestructure the event backends so that they do not...
2008-12-23 Niels Provosthe switch of bufferevents for http connections did...
2008-12-19 Niels Provosfix memory leaks in the regression tools; add another...
2008-12-19 Niels Provosfix the close detection problem correctly by not runnin...
2008-12-19 Niels ProvosMake the http connection close detection work properly...
2008-12-19 Niels Provosmemory leak: forgot to free paused rpcs in server
2008-12-19 Niels Provosmemory leak: forgot to free the configuration object
2008-12-13 Niels Provosconstify structs; from Andrei Nigmatulin
2008-12-03 Nick MathewsonImplement increased DSN-poisoning resistance via the...
2008-11-29 Niels Provosmove cirular queue removal into its own function
2008-11-28 Niels Provosinstall the header files, too
2008-11-28 Niels Provosmove dns header files into the include directory; move...
2008-11-27 Niels Provosfix a typo in setting the global event base; reported...
2008-11-27 Niels Provosminor compilation and regresson fixes; from Frank Denis
2008-11-27 Niels ProvosClear the timer cache when leaving the event loop;...
2008-11-16 Niels ProvosAllow setting of local port for evhttp connections...
2008-11-15 Niels Provosonly bind the socket on connect when a local address...
2008-10-30 Niels Provosclear the timer cache on entering event loop; reported...
2008-09-26 Nick MathewsonFix: do not crash when asked to configure an impossible...
2008-09-07 Niels Provosdo not remove accept-encoding header in make request
2008-09-05 Nick MathewsonFix compilation of recent error code with win32.
2008-09-05 Nick MathewsonOn win32, errno is not the last socket error. Worse...
2008-08-30 Niels ProvosMatch the query in DNS replies to the query in the...
2008-08-19 Niels ProvosFix a bug where headers arriving in multiple packets...
2008-07-25 Niels Provosdo not warn on accept when errno is egain|eintr
2008-07-25 Niels Provosmake event_add not change any state if it fails; repote...
2008-07-25 Niels Provosfix off by one errors in devpoll; from Ian Bell
2008-07-25 Niels Provosanother fix; we also need to remove the signal event...
2008-07-25 Niels Provosfix a problem with epoll and event_reinit; reported...
2008-07-20 Niels Provosadd a signal and free the base for reinit test
2008-07-19 Niels Provosrestore signal handlers correctly when we deallocate...
2008-07-17 Niels Provosif we change the timeouts on bufferevents, we might...
2008-07-16 Niels Provossupport setting of AA or RD in dns server response
2008-07-13 Niels Provosfix cname replies
2008-07-11 Niels Provosforgot to add Alexander Drozdov as bug reporter in...
2008-07-11 Niels Provosassert(a & b) -> assert(a && b)
2008-07-11 Niels Provossupport multiple events listening on the same signal...
2008-07-11 Niels Provosfix a bug where deleting signals with kqueue would...
2008-07-02 Niels ProvosFrom Scott Lamb:
2008-07-02 Niels Provosdetect CLOCK_MONOTONIC at runtime for evdns
2008-07-02 Niels Provosreject negative content-length headers
2008-06-29 Niels Provossupport multi-line http headers; based on a patch from...
2008-06-26 Niels Provoscorrect handling of trailing headers in chunked replies...
2008-06-25 Niels Provoschange min_heap_idx to signed
2008-06-25 Niels Provosfix a bug in which nameservers would not be added to...
2008-06-25 Niels Provosproper library dependencies for regress.
2008-06-25 Niels Provosadd a visual studio 2005 solution
2008-06-25 Niels Provosadd log.h header file
2008-06-25 Niels Provosskip connection-retry test on windows
2008-06-25 Niels Provosvoid function should not return a value
2008-06-24 Niels Provosclose fd if evhttp_get_requestion_connection fails
2008-06-24 Niels Provosfix build on unix side
2008-06-24 Niels Provosadd an event_debug statement for executing active events.
2008-06-24 Niels Provosprovide fake_getnameinfo so that the http layer works...
next