projects
/
libevent
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libevent
2006-12-09
Niels Provos
detect if a client to a streaming reply hangs up; from...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Niels Provos
low-level interfaces for streaming; from dug song
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Niels Provos
support retrying for connections; from dug song
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Niels Provos
decode uri when sending a request; from dug song
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Niels Provos
fix a bug where event_set was called on a pending event;
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Niels Provos
allow gotsig to terminate active event loop;
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Niels Provos
fix cases where there is no content or transfer encodin...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Niels Provos
use CLOCK_REALTIME when CLOCK_MONOTONIC is not availabl...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-26
Niels Provos
support #define in .rpc descriptions
commit
|
commitdiff
|
tree
|
snapshot
2006-11-23
Niels Provos
persistent connections are somewhat complicated; detect...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-23
Niels Provos
transaction id fixes from richard nyberg; return correct
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Niels Provos
test that rpc timeouts work correctly
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Niels Provos
fix a bug where rpc would not be scheduled when they...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Niels Provos
an attempt at differentiated error handling for timeout...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Niels Provos
forgot to add this
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Niels Provos
mingw fixes from Nick
commit
|
commitdiff
|
tree
|
snapshot
2006-11-20
Niels Provos
don't require string literal for message name
commit
|
commitdiff
|
tree
|
snapshot
2006-11-20
Niels Provos
finish RPC client support
commit
|
commitdiff
|
tree
|
snapshot
2006-11-20
Niels Provos
generate client request code via macro; flesh out the...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-19
Niels Provos
make it work with python2.2
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
use more python builtins; dont use reserved keywords
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
make regression test work for poll and select
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
some compilers don't like C99 inline variable declaration
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
forgot ifdef guard around stdint.h
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
test both piplining on persistent and non-persistent...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
make persistent connections work; needs more testing
commit
|
commitdiff
|
tree
|
snapshot
2006-11-18
Niels Provos
introduce is connection close
commit
|
commitdiff
|
tree
|
snapshot
2006-11-17
Niels Provos
add "Connection: close" to the output headers of the...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-17
Niels Provos
make sure that the rpc callback receives an unmarshaled...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-16
Niels Provos
we indicate a failed request by removing the uri from...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-16
Niels Provos
prefix was missing /; malformed request caused server...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-16
Niels Provos
forgot to add file
commit
|
commitdiff
|
tree
|
snapshot
2006-11-16
Niels Provos
first stab at an rpc layer; this breaks the regression...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-12
Niels Provos
don't need to include getopt here
commit
|
commitdiff
|
tree
|
snapshot
2006-11-10
Niels Provos
fix a potential problem in multiple handling of va_list...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-05
Niels Provos
fail without leaking memory when poll set extension...
commit
|
commitdiff
|
tree
|
snapshot
2006-10-28
Niels Provos
fix a potential memory leak in event_once from Scott...
commit
|
commitdiff
|
tree
|
snapshot
2006-10-15
Niels Provos
make it 1.2; fix some size issues for printf in regress...
commit
|
commitdiff
|
tree
|
snapshot
2006-10-15
Niels Provos
improved nroff mdoc for the man page
commit
|
commitdiff
|
tree
|
snapshot
2006-10-09
Niels Provos
install evdns.3 man page
commit
|
commitdiff
|
tree
|
snapshot
2006-10-09
Niels Provos
put the evdns documentation into the header file. ...
commit
|
commitdiff
|
tree
|
snapshot
2006-10-05
Niels Provos
sync evdns changes with tor - from Nick Mathewson
commit
|
commitdiff
|
tree
|
snapshot
2006-10-04
Niels Provos
Protect EVENT_* macros - () were missing
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Niels Provos
make it compile with mingw; from Nick
commit
|
commitdiff
|
tree
|
snapshot
2006-09-03
Niels Provos
typo in kqueue delete; from Bert JW Regeer
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Niels Provos
introduce evdns_init() which works on windows and unix.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-27
Niels Provos
add a simple regression test for the DNS resolver;...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-27
Niels Provos
include evdns.h header - fix windows distribution files
commit
|
commitdiff
|
tree
|
snapshot
2006-08-26
Niels Provos
document that read and write callbacks may be NULL.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-26
Niels Provos
allow both read and write callbacks for bufferevents...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-24
Niels Provos
rename eventdns to evdns to match libevent naming scheme
commit
|
commitdiff
|
tree
|
snapshot
2006-08-13
Niels Provos
configure evdns and make it compile
commit
|
commitdiff
|
tree
|
snapshot
2006-08-13
Niels Provos
unmodified eventdns from Adam Langley via tor repository
commit
|
commitdiff
|
tree
|
snapshot
2006-08-13
Niels Provos
fix regression test
commit
|
commitdiff
|
tree
|
snapshot
2006-08-11
Niels Provos
windows makefile fixes from branch
commit
|
commitdiff
|
tree
|
snapshot
2006-08-09
Niels Provos
add back the original sun copyright block
commit
|
commitdiff
|
tree
|
snapshot
2006-07-18
Niels Provos
get rid of err.h
commit
|
commitdiff
|
tree
|
snapshot
2006-07-17
Niels Provos
reorganization of the http functionality; we separate...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-15
Niels Provos
1.2-rc1; Solaris' event port support from Dave Pacheco
commit
|
commitdiff
|
tree
|
snapshot
2006-07-15
Niels Provos
need to report one less file descriptor to solaris...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-10
Niels Provos
move http related prototypes to evhttp.h
commit
|
commitdiff
|
tree
|
snapshot
2006-06-10
Niels Provos
rename http.h to http-internal.h - i wish there were...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Niels Provos
oops. the enums were actually creating symbols
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Niels Provos
uhm - i obliterated a gettimeofday that was required...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Niels Provos
introduce a way to free the base from Nick Mathewson...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Niels Provos
use clock_gettime if available from Claudio Jeker ...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Niels Provos
some nit-picking from poul-henning kamp
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Niels Provos
some fixes from openbsd via brad
commit
|
commitdiff
|
tree
|
snapshot
2006-02-27
Niels Provos
add log.c to build file; remove err.c; reported by...
commit
|
commitdiff
|
tree
|
snapshot
2006-02-27
Niels Provos
make a simple test for HTTP POST requests
commit
|
commitdiff
|
tree
|
snapshot
2006-02-26
Niels Provos
improved/well-completely rewritten rtsig support by...
commit
|
commitdiff
|
tree
|
snapshot
2006-02-26
Niels Provos
provide strlcpy for the unenlightened libcs
commit
|
commitdiff
|
tree
|
snapshot
2006-02-13
Niels Provos
make it compile on mac os x
commit
|
commitdiff
|
tree
|
snapshot
2006-02-13
Niels Provos
many changes for fixing a small bug: post requests...
commit
|
commitdiff
|
tree
|
snapshot
2006-02-13
Niels Provos
limit the amount of data bufferevents are going to...
commit
|
commitdiff
|
tree
|
snapshot
2006-02-03
Niels Provos
allow setting an event base for bufferevents; from...
commit
|
commitdiff
|
tree
|
snapshot
2006-02-03
Niels Provos
fix a compile problem when USE_DEBUG is enabled
commit
|
commitdiff
|
tree
|
snapshot
2006-02-02
Niels Provos
disable bufferevent after we have received the data...
commit
|
commitdiff
|
tree
|
snapshot
2006-01-22
Niels Provos
I often need some very simple HTTP functionality, so...
commit
|
commitdiff
|
tree
|
snapshot
2006-01-22
Niels Provos
version 1.2
commit
|
commitdiff
|
tree
|
snapshot
2006-01-22
Niels Provos
another fix from art
commit
|
commitdiff
|
tree
|
snapshot
2006-01-21
Niels Provos
improved manpage from Phil Oleson
commit
|
commitdiff
|
tree
|
snapshot
2005-12-17
Niels Provos
mostly whitespace fixes from OpenBSD via Brad
commit
|
commitdiff
|
tree
|
snapshot
2005-12-17
Niels Provos
do not undefine USE_DEBUG in header file; allow CFLAGS...
commit
|
commitdiff
|
tree
|
snapshot
2005-12-17
Niels Provos
do not remove kq inkernel flag before event_del gets...
commit
|
commitdiff
|
tree
|
snapshot
2005-12-08
Niels Provos
windows memory corruption bug fix from I-M Weasel via...
commit
|
commitdiff
|
tree
|
snapshot
2005-12-06
Niels Provos
add evbuffer_add_vprintf interface from artur grabowski...
commit
|
commitdiff
|
tree
|
snapshot
2005-12-03
Niels Provos
avoid double recacle when loop_once is used; from Richa...
commit
|
commitdiff
|
tree
|
snapshot
2005-12-03
Niels Provos
signal handler satefy improvements from Theo DeRaadt
commit
|
commitdiff
|
tree
|
snapshot
2005-11-12
Niels Provos
solaris kernel changes are not backwards compatible...
commit
|
commitdiff
|
tree
|
snapshot
2005-09-20
Niels Provos
event.3
commit
|
commitdiff
|
tree
|
snapshot
2005-09-09
Niels Provos
make it compile on mac os x
commit
|
commitdiff
|
tree
|
snapshot
2005-09-02
Niels Provos
don't spam on stderr
commit
|
commitdiff
|
tree
|
snapshot
2005-09-02
Niels Provos
make it run on older shells; from tor user via Nick...
commit
|
commitdiff
|
tree
|
snapshot
2005-08-30
Niels Provos
remove dos opportunity
commit
|
commitdiff
|
tree
|
snapshot
2005-08-29
Niels Provos
oops forgot this one
commit
|
commitdiff
|
tree
|
snapshot
2005-08-28
Niels Provos
support for arrays on structs.
commit
|
commitdiff
|
tree
|
snapshot
2005-08-27
Niels Provos
a few more bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2005-08-26
Niels Provos
constify
commit
|
commitdiff
|
tree
|
snapshot
2005-08-23
Niels Provos
fix API problems for get in some types
commit
|
commitdiff
|
tree
|
snapshot
next