index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow internal events to starve lower-priority events.
Nick Mathewson
2009-04-10
1
-0
/
+1
*
Fix parsing of queries where the encoded queries contained \r, \n or +
Niels Provos
2009-04-10
1
-0
/
+1
*
Prevent unsupported modifications to bufferevent_sock buffers.
Nick Mathewson
2009-04-08
1
-1
/
+1
*
Add freeze support to evbuffers.
Nick Mathewson
2009-04-08
1
-0
/
+2
*
New bind-to option to allow DNS clients to bind to arbitrary ports for their ...
Nick Mathewson
2009-02-11
1
-0
/
+1
*
New function to abstract SO_REUSEADDR.
Nick Mathewson
2009-02-10
1
-1
/
+2
*
sendfile/mmap and memory reference implementation for evbuffers
Niels Provos
2009-01-27
1
-0
/
+1
*
Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ...
Niels Provos
2009-01-22
1
-1
/
+2
*
New functions to provide sane threading callbacks with pthreads and win32 thr...
Nick Mathewson
2009-01-21
1
-0
/
+1
*
Change evbuffer_read implementation to split data across chunks, and use read...
Nick Mathewson
2009-01-19
1
-0
/
+1
*
Use eventfd for main-thread notification where available (i.e., linux).
Nick Mathewson
2009-01-19
1
-0
/
+1
*
Add a new evbuffer_write_atmost() functino to write no more than a given numb...
Nick Mathewson
2009-01-12
1
-0
/
+1
*
Change the type of nameserver.address from u32 to sockaddr_storage, so that w...
Nick Mathewson
2009-01-02
1
-0
/
+1
*
New functions in evutil to clone inet_pton and inet_ntop, with tests.
Nick Mathewson
2009-01-02
1
-1
/
+2
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-1
/
+2
*
Make the http connection close detection work properly with bufferevents and ...
Niels Provos
2008-12-19
1
-1
/
+1
*
Implement increased DSN-poisoning resistance via the 0x20 hack.
Nick Mathewson
2008-12-03
1
-1
/
+3
*
fix a typo in setting the global event base; reported by lance
Niels Provos
2008-11-27
1
-0
/
+1
*
Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
Niels Provos
2008-11-27
1
-0
/
+1
*
Allow setting of local port for evhttp connections to support millions of con...
Niels Provos
2008-11-16
1
-0
/
+1
*
only bind the socket on connect when a local address has been provided; repor...
Niels Provos
2008-11-15
1
-0
/
+1
*
clear the timer cache on entering event loop; reported by Victor Chang
Niels Provos
2008-10-30
1
-0
/
+1
*
do not remove accept-encoding header in make request
Niels Provos
2008-09-07
1
-1
/
+2
*
On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...
Nick Mathewson
2008-09-05
1
-1
/
+2
*
Match the query in DNS replies to the query in the request; from Vsevolod Sta...
Niels Provos
2008-08-30
1
-0
/
+1
*
Fix a bug where headers arriving in multiple packets were not parsed; fix fro...
Niels Provos
2008-08-19
1
-0
/
+1
*
make event_add not change any state if it fails; repoted by Ian Bell
Niels Provos
2008-07-25
1
-0
/
+1
*
fix off by one errors in devpoll; from Ian Bell
Niels Provos
2008-07-25
1
-0
/
+2
*
fix a problem with epoll and event_reinit; reported by Alexander Drozdov
Niels Provos
2008-07-25
1
-1
/
+1
*
forgot to add Alexander Drozdov as bug reporter in ChangeLog
Niels Provos
2008-07-11
1
-1
/
+1
*
support multiple events listening on the same signal; make signals regular ev...
Niels Provos
2008-07-11
1
-0
/
+1
*
fix a bug where deleting signals with kqueue would delete subsequent adds
Niels Provos
2008-07-11
1
-0
/
+1
*
From Scott Lamb:
Niels Provos
2008-07-02
1
-0
/
+1
*
detect CLOCK_MONOTONIC at runtime for evdns
Niels Provos
2008-07-02
1
-0
/
+1
*
reject negative content-length headers
Niels Provos
2008-07-02
1
-0
/
+1
*
support multi-line http headers; based on a patch from Moshe Litvin
Niels Provos
2008-06-29
1
-0
/
+1
*
correct handling of trailing headers in chunked replies; from Scott Lamb.
Niels Provos
2008-06-26
1
-1
/
+2
*
support 64-bit integers in rpc structs
Niels Provos
2008-06-21
1
-1
/
+1
*
do not use SO_REUSEADDR when connecting
Niels Provos
2008-06-20
1
-0
/
+1
*
Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...
Nick Mathewson
2008-06-14
1
-0
/
+2
*
allow min_heap_erase to be called on removed members; from liusifan
Niels Provos
2008-06-12
1
-0
/
+1
*
deliver partial data to request callbacks when chunked callback is set even i...
Niels Provos
2008-06-02
1
-1
/
+1
*
Add new functions to access backends by their features and to query the featu...
Nick Mathewson
2008-05-31
1
-0
/
+2
*
Patch from Valery Kholodkov: support for edge-triggered events with epoll and...
Nick Mathewson
2008-05-30
1
-1
/
+2
*
Resolve two conflicts.
Nick Mathewson
2008-05-30
1
-1
/
+2
*
simplify handling of environment variables for disabling backends;
Niels Provos
2008-05-29
1
-1
/
+2
*
constify struct timeval *
Niels Provos
2008-05-17
1
-0
/
+1
*
Fix use of freed memory in event_reinit; pointed out by Peter Postma
Niels Provos
2008-05-16
1
-0
/
+1
*
fix connection keep-alive behavior for HTTP/1.0
Niels Provos
2008-05-15
1
-1
/
+1
*
r19709@catbus: nickm | 2008-05-12 12:42:48 -0400
Nick Mathewson
2008-05-12
1
-1
/
+2
[next]