]> granicus.if.org Git - libevent/shortlog
libevent
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...
2008-06-24 Niels Provosfix a bug in http_connect for windows; the address...
2008-06-24 Niels Provosifdef out a whole bunch of sections; gettimeofday to...
2008-06-24 Niels Provosclose -> EVUTIL_CLOSESOCKET()
2008-06-24 Niels Provosfix evutil_snprintf on windows
2008-06-24 Niels Provoschange write to send for windows.
2008-06-22 Niels Provosmake it work with older versions of automake; from...
2008-06-21 Niels Provosreintroduce a memmove when there is enough misalignment...
2008-06-21 Niels Provossupport 64-bit integers in rpc structs
2008-06-20 Niels Provosdo not use SO_REUSEADDR when connecting
2008-06-17 Niels Provoswarn on connection failures
2008-06-14 Nick MathewsonForward-port: Rename INPUT and OUTPUT to EVRPC_INPUT...
2008-06-12 Niels Provosallow min_heap_erase to be called on removed members...
2008-06-02 Nick MathewsonFix line ending style on windows projects files.
2008-06-02 Niels Provosdeliver partial data to request callbacks when chunked...
2008-06-01 Niels Provosfix an evbuffer corruption when adding an empty evbuffe...
2008-06-01 Niels Provosdo not define a variable in a header file; it will...
2008-05-31 Niels Provoswe need to declare the enum first before it can be...
2008-05-31 Nick MathewsonAdd new functions to access backends by their features...
2008-05-30 Nick MathewsonOops; add regress_et.c
2008-05-30 Nick MathewsonPatch from Valery Kholodkov: support for edge-triggered...
2008-05-30 Nick MathewsonResolve two conflicts.
2008-05-29 Niels Provossimplify handling of environment variables for disablin...
2008-05-17 Niels Provosconstify struct timeval *
2008-05-16 Niels ProvosFix use of freed memory in event_reinit; pointed out...
2008-05-15 Niels ProvosAttempt to make a project for the regression test....
2008-05-15 Niels Provosclose -> EVUTIL_CLOSESOCKET
2008-05-15 Niels Provoswindows does not have varargs macros, so this is all...
2008-05-15 Niels Provosadd the code here until we figure out how to generate...
2008-05-15 Nick Mathewson r19749@catbus: nickm | 2008-05-14 23:48:44 -0400
2008-05-15 Niels Provosreplace write/read/close with send/recv/EVUTIL_CLOSESOCKET
2008-05-15 Nick MathewsonMinor project content tweaks
2008-05-15 Niels Provosdo not include sys/time.h on windows
2008-05-15 Nick Mathewson r19739@catbus: nickm | 2008-05-14 23:05:03 -0400
2008-05-15 Niels Provosadd a simple http server for potential benchmarking
2008-05-15 Niels Provosfix connection keep-alive behavior for HTTP/1.0
2008-05-14 Nick Mathewson r19736@catbus: nickm | 2008-05-14 11:50:49 -0400
2008-05-13 Niels Provosmove some structure definitions from evrpc.h to evrpc...
2008-05-13 Niels Provosuse evhttp_connection_base_new()
2008-05-13 Niels Provosdocument chunked replies plus fix doxygen warnings
2008-05-12 Nick MathewsonTweaks to make unit tests fail less badly on mingw...
2008-05-12 Nick Mathewson r19709@catbus: nickm | 2008-05-12 12:42:48 -0400
2008-05-12 Niels Provosallow cancelation of user initiated http requests;...
2008-05-12 Nick MathewsonMake trunk event.c build happily on win32 under mingw.
2008-05-12 Nick Mathewson r19679@catbus: nickm | 2008-05-11 20:56:12 -0400
2008-05-12 Nick Mathewson r19677@catbus: nickm | 2008-05-11 20:51:41 -0400
2008-05-12 Nick Mathewson r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
2008-05-11 Niels Provosmore accessors for evhttp_request
next