]> granicus.if.org Git - libevent/shortlog
libevent
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
2008-05-10 Niels Provosdispatch the callbacks against the decoded uri to be...
2008-05-10 Niels Provosevhttp_request_uri -> evhttp_request_get_uri
2008-05-10 Niels Provosreplace fnmatch with homegrown function
2008-05-09 Nick Mathewson r19667@catbus: nickm | 2008-05-08 23:49:26 -0400
2008-05-08 Nick Mathewson r15555@tombo: nickm | 2008-05-08 19:56:51 -0400
2008-05-08 Nick Mathewson r15551@tombo: nickm | 2008-05-08 14:49:20 -0400
2008-05-08 Nick Mathewson r15549@tombo: nickm | 2008-05-08 11:53:11 -0400
2008-05-08 Nick Mathewsonsvn:r797
2008-05-08 Nick Mathewson r19656@catbus: nickm | 2008-05-08 10:25:08 -0400
2008-05-08 Nick Mathewson r19649@catbus: nickm | 2008-05-08 10:00:14 -0400
2008-05-08 Niels Provosdeprecate timeout_* event functions by moving them...
2008-05-08 Niels Provosmigrate evhttp to event2; accessors are still missing
2008-05-08 Niels Provosevent_base_new_with_config() and related methods
2008-05-08 Niels Provosprovide an api for retrieving the supported event mecha...
2008-05-07 Nick Mathewson r19641@catbus: nickm | 2008-05-07 17:51:26 -0400
2008-05-07 Nick Mathewson r19634@catbus: nickm | 2008-05-07 16:10:37 -0400
2008-05-07 Nick Mathewson r19633@catbus: nickm | 2008-05-07 16:10:00 -0400
2008-05-07 Niels Provostest virtual hosts
2008-05-05 Nick Mathewson r19610@catbus: nickm | 2008-05-05 15:18:52 -0400
2008-05-05 Nick Mathewson r19609@catbus: nickm | 2008-05-05 15:16:52 -0400
2008-05-05 Nick Mathewson r19607@catbus: nickm | 2008-05-05 13:49:44 -0400
2008-05-05 Nick Mathewson r19602@catbus: nickm | 2008-05-05 11:45:18 -0400
2008-05-05 Nick Mathewson r19601@catbus: nickm | 2008-05-05 11:45:04 -0400
2008-05-05 Nick Mathewson r19600@catbus: nickm | 2008-05-05 11:34:06 -0400
2008-05-05 Nick Mathewson r19599@catbus: nickm | 2008-05-05 11:26:18 -0400
2008-05-05 Nick Mathewson r19597@catbus: nickm | 2008-05-05 11:00:29 -0400
2008-05-05 Niels Provosadd support for virtual http hosts; no tests yet
2008-05-04 Niels Provosfix a bug where it was not possible to bind multiple...
next