summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Don't allow internal events to starve lower-priority events.Nick Mathewson2009-04-101-0/+1
* Fix parsing of queries where the encoded queries contained \r, \n or +Niels Provos2009-04-101-0/+1
* Prevent unsupported modifications to bufferevent_sock buffers.Nick Mathewson2009-04-081-1/+1
* Add freeze support to evbuffers.Nick Mathewson2009-04-081-0/+2
* New bind-to option to allow DNS clients to bind to arbitrary ports for their ...Nick Mathewson2009-02-111-0/+1
* New function to abstract SO_REUSEADDR.Nick Mathewson2009-02-101-1/+2
* sendfile/mmap and memory reference implementation for evbuffersNiels Provos2009-01-271-0/+1
* Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ...Niels Provos2009-01-221-1/+2
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-211-0/+1
* Change evbuffer_read implementation to split data across chunks, and use read...Nick Mathewson2009-01-191-0/+1
* Use eventfd for main-thread notification where available (i.e., linux).Nick Mathewson2009-01-191-0/+1
* Add a new evbuffer_write_atmost() functino to write no more than a given numb...Nick Mathewson2009-01-121-0/+1
* Change the type of nameserver.address from u32 to sockaddr_storage, so that w...Nick Mathewson2009-01-021-0/+1
* New functions in evutil to clone inet_pton and inet_ntop, with tests.Nick Mathewson2009-01-021-1/+2
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-1/+2
* Make the http connection close detection work properly with bufferevents and ...Niels Provos2008-12-191-1/+1
* Implement increased DSN-poisoning resistance via the 0x20 hack.Nick Mathewson2008-12-031-1/+3
* fix a typo in setting the global event base; reported by lanceNiels Provos2008-11-271-0/+1
* Clear the timer cache when leaving the event loop; reported by Robin HaberkornNiels Provos2008-11-271-0/+1
* Allow setting of local port for evhttp connections to support millions of con...Niels Provos2008-11-161-0/+1
* only bind the socket on connect when a local address has been provided; repor...Niels Provos2008-11-151-0/+1
* clear the timer cache on entering event loop; reported by Victor ChangNiels Provos2008-10-301-0/+1
* do not remove accept-encoding header in make requestNiels Provos2008-09-071-1/+2
* On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...Nick Mathewson2008-09-051-1/+2
* Match the query in DNS replies to the query in the request; from Vsevolod Sta...Niels Provos2008-08-301-0/+1
* Fix a bug where headers arriving in multiple packets were not parsed; fix fro...Niels Provos2008-08-191-0/+1
* make event_add not change any state if it fails; repoted by Ian BellNiels Provos2008-07-251-0/+1
* fix off by one errors in devpoll; from Ian BellNiels Provos2008-07-251-0/+2
* fix a problem with epoll and event_reinit; reported by Alexander DrozdovNiels Provos2008-07-251-1/+1
* forgot to add Alexander Drozdov as bug reporter in ChangeLogNiels Provos2008-07-111-1/+1
* support multiple events listening on the same signal; make signals regular ev...Niels Provos2008-07-111-0/+1
* fix a bug where deleting signals with kqueue would delete subsequent addsNiels Provos2008-07-111-0/+1
* From Scott Lamb:Niels Provos2008-07-021-0/+1
* detect CLOCK_MONOTONIC at runtime for evdnsNiels Provos2008-07-021-0/+1
* reject negative content-length headersNiels Provos2008-07-021-0/+1
* support multi-line http headers; based on a patch from Moshe LitvinNiels Provos2008-06-291-0/+1
* correct handling of trailing headers in chunked replies; from Scott Lamb.Niels Provos2008-06-261-1/+2
* support 64-bit integers in rpc structsNiels Provos2008-06-211-1/+1
* do not use SO_REUSEADDR when connectingNiels Provos2008-06-201-0/+1
* Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...Nick Mathewson2008-06-141-0/+2
* allow min_heap_erase to be called on removed members; from liusifanNiels Provos2008-06-121-0/+1
* deliver partial data to request callbacks when chunked callback is set even i...Niels Provos2008-06-021-1/+1
* Add new functions to access backends by their features and to query the featu...Nick Mathewson2008-05-311-0/+2
* Patch from Valery Kholodkov: support for edge-triggered events with epoll and...Nick Mathewson2008-05-301-1/+2
* Resolve two conflicts.Nick Mathewson2008-05-301-1/+2
* simplify handling of environment variables for disabling backends;Niels Provos2008-05-291-1/+2
* constify struct timeval *Niels Provos2008-05-171-0/+1
* Fix use of freed memory in event_reinit; pointed out by Peter PostmaNiels Provos2008-05-161-0/+1
* fix connection keep-alive behavior for HTTP/1.0Niels Provos2008-05-151-1/+1
* r19709@catbus: nickm | 2008-05-12 12:42:48 -0400Nick Mathewson2008-05-121-1/+2