]> granicus.if.org Git - libevent/shortlog
libevent
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...
2005-09-20 Niels Provosevent.3
2005-09-09 Niels Provosmake it compile on mac os x
2005-09-02 Niels Provosdon't spam on stderr
2005-09-02 Niels Provosmake it run on older shells; from tor user via Nick...
2005-08-30 Niels Provosremove dos opportunity
2005-08-29 Niels Provosoops forgot this one
2005-08-28 Niels Provossupport for arrays on structs.
2005-08-27 Niels Provosa few more bug fixes
2005-08-26 Niels Provosconstify
2005-08-23 Niels Provosfix API problems for get in some types
2005-08-22 Niels Provostypo
2005-08-22 Niels Provosmake use of the built in warn/err code
2005-08-22 Niels Provosincluding the tagging code that is required by event_rp...
2005-08-21 Niels Provosgenerate marshalling code based on libevent
2005-07-14 Niels Provoscorrectly test against SIG_ERR
2005-06-19 Niels Provosfix issue with signedness warnings; from Alexander... release-1.1b
2005-06-11 Niels Provostreate EINVAL as per fd error in kqueue; use argument...
2005-06-10 Niels Provosbufferevents would not correctly detect EOF on read...
2005-05-11 Niels Provosperformance improvements of select handler by Nick...
2005-05-11 Niels Provosdetect kqueue bug in Mac OS X 10.4; from Nick Mathewson
2005-05-10 Niels Provosmore credits
2005-05-10 Niels Provostype; from Alexander von Gernler
2005-05-10 Niels Provoscall epoll_ctl after changing our state table; in case...
2005-05-10 Niels Provosperformance improvements by Nick Mathewson; we modify...
2005-05-10 Niels Provossync
2005-04-29 Niels Provosfix rule that depended on obsolete libevent.a
2005-04-26 Niels Provosprototype addition; from Alexander von Gernler
next