]> granicus.if.org Git - libevent/shortlog
libevent
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
2006-11-20 Niels Provosdon't require string literal for message name
2006-11-20 Niels Provosfinish RPC client support
2006-11-20 Niels Provosgenerate client request code via macro; flesh out the...
2006-11-19 Niels Provosmake it work with python2.2
2006-11-18 Niels Provosuse more python builtins; dont use reserved keywords
2006-11-18 Niels Provosmake regression test work for poll and select
2006-11-18 Niels Provossome compilers don't like C99 inline variable declaration
2006-11-18 Niels Provosforgot ifdef guard around stdint.h
2006-11-18 Niels Provostest both piplining on persistent and non-persistent...
2006-11-18 Niels Provosmake persistent connections work; needs more testing
2006-11-18 Niels Provosintroduce is connection close
2006-11-17 Niels Provosadd "Connection: close" to the output headers of the...
2006-11-17 Niels Provosmake sure that the rpc callback receives an unmarshaled...
2006-11-16 Niels Provoswe indicate a failed request by removing the uri from...
2006-11-16 Niels Provosprefix was missing /; malformed request caused server...
2006-11-16 Niels Provosforgot to add file
2006-11-16 Niels Provosfirst stab at an rpc layer; this breaks the regression...
2006-11-12 Niels Provosdon't need to include getopt here
2006-11-10 Niels Provosfix a potential problem in multiple handling of va_list...
2006-11-05 Niels Provosfail without leaking memory when poll set extension...
2006-10-28 Niels Provosfix a potential memory leak in event_once from Scott...
2006-10-15 Niels Provosmake it 1.2; fix some size issues for printf in regress...
2006-10-15 Niels Provosimproved nroff mdoc for the man page
2006-10-09 Niels Provosinstall evdns.3 man page
2006-10-09 Niels Provosput the evdns documentation into the header file. ...
2006-10-05 Niels Provossync evdns changes with tor - from Nick Mathewson
2006-10-04 Niels ProvosProtect EVENT_* macros - () were missing
2006-09-27 Niels Provosmake it compile with mingw; from Nick
2006-09-03 Niels Provostypo in kqueue delete; from Bert JW Regeer
2006-08-28 Niels Provosintroduce evdns_init() which works on windows and unix.
2006-08-27 Niels Provosadd a simple regression test for the DNS resolver;...
2006-08-27 Niels Provosinclude evdns.h header - fix windows distribution files
2006-08-26 Niels Provosdocument that read and write callbacks may be NULL.
2006-08-26 Niels Provosallow both read and write callbacks for bufferevents...
2006-08-24 Niels Provosrename eventdns to evdns to match libevent naming scheme
2006-08-13 Niels Provosconfigure evdns and make it compile
2006-08-13 Niels Provosunmodified eventdns from Adam Langley via tor repository
2006-08-13 Niels Provosfix regression test
2006-08-11 Niels Provoswindows makefile fixes from branch
2006-08-09 Niels Provosadd back the original sun copyright block
2006-07-18 Niels Provosget rid of err.h
2006-07-17 Niels Provosreorganization of the http functionality; we separate...
2006-07-15 Niels Provos1.2-rc1; Solaris' event port support from Dave Pacheco
next