]> granicus.if.org Git - libevent/shortlog
libevent
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
2006-07-15 Niels Provosneed to report one less file descriptor to solaris...
2006-06-10 Niels Provosmove http related prototypes to evhttp.h
2006-06-10 Niels Provosrename http.h to http-internal.h - i wish there were...
2006-05-17 Niels Provosoops. the enums were actually creating symbols
2006-03-28 Niels Provosuhm - i obliterated a gettimeofday that was required...
2006-03-28 Niels Provosintroduce a way to free the base from Nick Mathewson...
2006-03-28 Niels Provosuse clock_gettime if available from Claudio Jeker ...
2006-03-28 Niels Provossome nit-picking from poul-henning kamp
2006-03-28 Niels Provossome fixes from openbsd via brad
2006-02-27 Niels Provosadd log.c to build file; remove err.c; reported by...
2006-02-27 Niels Provosmake a simple test for HTTP POST requests
2006-02-26 Niels Provosimproved/well-completely rewritten rtsig support by...
2006-02-26 Niels Provosprovide strlcpy for the unenlightened libcs
2006-02-13 Niels Provosmake it compile on mac os x
2006-02-13 Niels Provosmany changes for fixing a small bug: post requests...
2006-02-13 Niels Provoslimit the amount of data bufferevents are going to...
2006-02-03 Niels Provosallow setting an event base for bufferevents; from...
2006-02-03 Niels Provosfix a compile problem when USE_DEBUG is enabled
2006-02-02 Niels Provosdisable bufferevent after we have received the data...
2006-01-22 Niels ProvosI often need some very simple HTTP functionality, so...
2006-01-22 Niels Provosversion 1.2
2006-01-22 Niels Provosanother fix from art
2006-01-21 Niels Provosimproved manpage from Phil Oleson
2005-12-17 Niels Provosmostly whitespace fixes from OpenBSD via Brad
2005-12-17 Niels Provosdo not undefine USE_DEBUG in header file; allow CFLAGS...
2005-12-17 Niels Provosdo not remove kq inkernel flag before event_del gets...
2005-12-08 Niels Provoswindows memory corruption bug fix from I-M Weasel via...
2005-12-06 Niels Provosadd evbuffer_add_vprintf interface from artur grabowski...
2005-12-03 Niels Provosavoid double recacle when loop_once is used; from Richa...
2005-12-03 Niels Provossignal handler satefy improvements from Theo DeRaadt
2005-11-12 Niels Provossolaris kernel changes are not backwards compatible...
next