]> granicus.if.org Git - libevent/shortlog
libevent
2007-08-25 Niels Provosinclude event.h in evhttp.h; found by Charles Kerr
2007-08-24 Nick MathewsonBump version number in svn trunk to 1.3.99.
2007-08-23 Niels Provoslet's try to keep a log of changes; as suggested by...
2007-08-20 Nick Mathewson r14699@catbus: nickm | 2007-08-20 10:42:57 -0400
2007-08-19 Niels Provosfix typo in comments
2007-08-19 Nick Mathewson r14697@catbus: nickm | 2007-08-19 13:24:39 -0400
2007-08-19 Niels Provosprovide evhttp_new and evhttp_bind_socket instead of...
2007-08-16 Nick Mathewson r14618@catbus: nickm | 2007-08-16 17:11:47 -0400
2007-08-10 Nick Mathewson r14505@catbus: nickm | 2007-08-10 12:35:52 -0400
2007-08-10 Nick MathewsonFix compile warning on osx: the udata field in struct...
2007-08-10 Nick Mathewson r14498@catbus: nickm | 2007-08-10 11:58:32 -0400
2007-08-06 Niels Provosadd a proper test for filtering new lines in headers
2007-08-06 Niels Provosfix an embarassing bug where strchr was used with a...
2007-08-05 Niels Provosrequest dispatching fix from Elliot Foster
2007-07-31 Niels Provosfix memory leak; found by Elliot F
2007-07-31 Niels Provoscheck for sys/select.h
2007-07-31 Niels Provosuse AM_CLFAGS from Jan Kneschke
2007-07-30 Niels Provosinclude config.h if HAVE_CONFIG_H from Jan Kneschke
2007-07-30 Niels Provosremove c99 variable declarations; from Jan Kneschke
2007-07-30 Niels Provosremove c++ comments from Jan Kneschke
2007-07-30 Niels Provosinitalize ev_res from Scott Lamb
2007-07-30 Niels Provosmake clock_monotonic work; do not use default timeout;
2007-07-30 Niels Provosdrop illegal header values
2007-07-06 Niels Provosmake event_rpcgen.py use the uint_ types;
2007-06-30 Niels Provosconvert u_int8_t types to uint8_t types
2007-06-30 Niels Provosfixes from Joerg Sonnenberger:
2007-06-16 Niels Provosmake it compile on solaris; from Andrei Nigmatulin
2007-06-14 Niels Provosinclude config.h
2007-06-08 Niels Provosmade the wrong fd non-blocking in accept_socket; from...
2007-05-29 Niels Provoschange the signature of the client rpc callback to...
2007-05-28 Niels Provosallow DNS server to get access to the IP address for...
2007-05-28 Niels Provosfail quicker on bad replies; from tor cvs via Nick...
2007-05-28 Niels Provosfix bug where req was freed and dereferenced afterwards...
2007-05-28 Niels Provostreat SERVERFAILED as a timeout; from tor cvs via Nick...
2007-05-28 Niels Provossolaris may return short reads on resolve.conf; fix...
2007-05-27 Niels Provosevdns_shutdown fix from Adam Langley
2007-05-23 Niels Provossupport freeing of evrpc base
2007-05-23 Niels Provossupport removing of http callbacks and removing of...
2007-05-12 Niels Provospermit connection free from callback; from Ben Rigas
2007-04-19 Niels Provosfix evbuffer_find off by one; found by Ken Cox; regress...
2007-03-22 Niels Provosman page fixes from todd miller
2007-03-10 Niels Provosmore the signal base into the event base; this removes...
2007-03-06 Niels Provossplit finding of callbacks out of code
2007-03-05 Niels ProvosEVRPC_MAKE_REQUEST needs the pool argument
2007-03-05 Niels Provosspell Oleson correctly
2007-03-03 Niels Provosbetter conversion; cannot use event_err here.
2007-03-03 Niels Provosproper casting for conversion
2007-03-03 Niels Provosinstall evrpc.h header
2007-03-01 Niels Provosrolling back r339: evconfig.h does not work
2007-02-28 Niels Provossignal fixes from scott lamb
2007-02-28 Niels Provosmake evconfig.h available as installed header file...
2007-02-27 Niels Provosmissing return (-1) for failures on make_socket
2007-02-24 Niels Provosremove artifical 16-bit restriction on evrpc entries
2007-02-20 Niels Provosremove redundant \n from event_warn
2007-02-18 Niels Provos1.3a on trunk?
2007-02-16 Niels ProvosO(n^2) is bad
2007-02-15 Niels Provosmissing reference to strlcpy-internal
2007-02-15 Niels Provostry to make it work with proxy-connections
2007-02-14 Niels Provosfix handling of chunked requests
2007-02-14 Niels Provosmake chunked requests work correctly; this is done...
2007-02-13 Niels Provosclose connections for http/1.0 unless there is keep...
2007-02-13 Niels Provoswhen parsing query parameters, we automatically unquote...
2007-02-11 Niels Provosset content length even if content-type is specified
2007-02-09 Niels Provosadd prototype for bufferevent_base_set; from thorsten...
2007-02-09 Niels Provosmake mingw happy; from Nick Mathewson
2007-02-08 Niels Provosdns server support from Nick Mathewson; tiny tweaks
2007-02-08 Niels Provosadd people I forgot to give credit to; but in alphabet...
2007-01-27 Niels Provossmall bug fixes to AAAA resolution and regression test...
2007-01-27 Niels ProvosAllow setting of more DNS options via API; from Nick...
2007-01-27 Niels Provosdns name compression; from Nick Mathewson!!
2007-01-27 Niels Provosminor fixes; spelling corrections; compatibility from...
2007-01-27 Niels ProvosAAAA support for DNS; from Nick Mathewson.
2007-01-27 Niels Provosmake it work on freebsd; from phil oleson
2007-01-27 Niels Provosextern "C" guard for header file.
2007-01-21 Niels Provosfix ddos in dns parsing due to infinite loop;
2007-01-18 Niels Provosfix http server so it can accept on high ports;
2007-01-10 Niels Provosmake accept socket non-blocking; from dug song
2007-01-06 Niels Provosevbuffer_find fix from Dug Song
2007-01-04 Niels Provosfrom dug song:
2007-01-03 Niels Provosrename strlcpy so that it does not conflict with other...
2006-12-23 Niels Provosfix a bug in an assert; from Weston Andros Adamson
2006-12-18 Niels Provoshttp chunking support from dug song;
2006-12-12 Niels ProvosFrom Nick Mathewson:
2006-12-12 Niels Provosdo close-detection via a separate event
2006-12-09 Niels Provosdetect if a client to a streaming reply hangs up; from...
2006-12-09 Niels Provoslow-level interfaces for streaming; from dug song
2006-12-09 Niels Provossupport retrying for connections; from dug song
2006-12-09 Niels Provosdecode uri when sending a request; from dug song
2006-12-06 Niels Provosfix a bug where event_set was called on a pending event;
2006-12-06 Niels Provosallow gotsig to terminate active event loop;
2006-12-02 Niels Provosfix cases where there is no content or transfer encodin...
2006-12-02 Niels Provosuse CLOCK_REALTIME when CLOCK_MONOTONIC is not availabl...
2006-11-26 Niels Provossupport #define in .rpc descriptions
2006-11-23 Niels Provospersistent connections are somewhat complicated; detect...
2006-11-23 Niels Provostransaction id fixes from richard nyberg; return correct
2006-11-22 Niels Provostest that rpc timeouts work correctly
2006-11-22 Niels Provosfix a bug where rpc would not be scheduled when they...
2006-11-22 Niels Provosan attempt at differentiated error handling for timeout...
2006-11-22 Niels Provosforgot to add this
2006-11-22 Niels Provosmingw fixes from Nick
next