summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add stub header for 2.0.4-alpha changelog.Nick Mathewson2009-11-201-0/+2
* Remove most calls to event_err() in http and deal with memory errors insteadrelease-2.0.3-alphaNiels Provos2009-11-191-0/+1
* nick found a race condition in the pthreads test caseNiels Provos2009-11-191-0/+1
* On FreeBSD and other OSes, connect can return ECONREFUSED immediately; instea...Niels Provos2009-11-191-1/+1
* Documentation adjustmentsNick Mathewson2009-11-191-0/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-0/+2
* Remove the stupid brokenness where DNS option names needed to end with aNick Mathewson2009-11-161-0/+1
* When running set[ug]id, don't check the environment.Nick Mathewson2009-11-151-1/+2
* Use arc4random() for dns transaction ids where available. Patch taken from O...Nick Mathewson2009-11-151-0/+1
* Change event_base.activequeues to "array of eventlist".Nick Mathewson2009-11-091-0/+1
* Patch from Ryan Phillips: accept ipv6 addresses returned by getaddrinfo in ht...Nick Mathewson2009-11-091-0/+1
* Make persistent timeouts more accurate.Nick Mathewson2009-11-091-0/+2
* Add an option to disable the timeval cache.Nick Mathewson2009-11-091-1/+1
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-0/+2
* Fix kqueue.c build on GNU/kFreeBSD systems.Nick Mathewson2009-11-061-1/+1
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-031-0/+1
* Remove compat/sys/_time.hNick Mathewson2009-11-031-0/+1
* Avoid calling exit() during event_base_new*()Nick Mathewson2009-10-271-0/+1
* Give event_assign a return value, and make it less inclined to exit().Nick Mathewson2009-10-271-0/+1
* Note assert-related change in changelogNick Mathewson2009-10-261-0/+1
* API to replace all calls to exit() with a user-supplied fatal-error handler.Nick Mathewson2009-10-261-0/+1
* Treat the bitwise OR of two enum values as an int.Nick Mathewson2009-10-211-0/+1
* Fix win32 connect() event handling.Nick Mathewson2009-10-211-0/+1
* Add locking to event_base_loop.Nick Mathewson2009-10-211-0/+2
* Fix compilation for listener.h for C++ - missing extern "C". Patch from Fere...Niels Provos2009-10-191-0/+1
* When a bufferevent_connect() call fails, give the client an error callback.Nick Mathewson2009-10-141-1/+2
* Fix some crash bugs when initializing evdnsNick Mathewson2009-10-141-0/+1
* Add changelog for last commitNick Mathewson2009-10-021-0/+1
* Apply Ka-Hing Cheung's event_base_got_[break|exit] patch, with locking and wh...Nick Mathewson2009-10-011-1/+2
* Do not drop data from evbuffer when out of memory; reported by Jacek MasiulaniecNiels Provos2009-09-241-0/+1
* Forward-port: fix android compilationNick Mathewson2009-09-231-1/+2
* Treat events with fd == -1 as addable.Nick Mathewson2009-09-111-0/+1
* Make epoll use less RAM.Nick Mathewson2009-09-111-0/+1
* Add a trivial race-fix from Chromium: do not try to re-detect whether we have...Nick Mathewson2009-09-111-0/+2
* Treat a negative number of bytes to read as the kernel saying "I don't know."Nick Mathewson2009-09-111-1/+1
* On connect, call only one of BEV_EVENT_CONNECTED or writecb.Nick Mathewson2009-08-191-0/+1
* Fix build warnings and add changelog entry for evhttp patches.Nick Mathewson2009-08-161-0/+1
* Support sendfile on solaris: patch from Caitlin Mercer.Nick Mathewson2009-08-161-0/+1
* Add a few missing changelog entriesNick Mathewson2009-08-091-0/+3
* Refactor evbuffer_readln() into a search-for-eol function and an extract-line...Nick Mathewson2009-07-311-0/+1
* New function to expose bufferevent.enabledNick Mathewson2009-07-311-1/+2
* Export sockaddr comparison functionality.Nick Mathewson2009-07-301-0/+2
* Fix some bugs in bufferevent_socket_connectNick Mathewson2009-07-301-0/+2
* Export an ev_socklen_t.Nick Mathewson2009-07-301-0/+1
* Accessor function to get a listener's associated fdNick Mathewson2009-07-301-1/+1
* Changelog entry for msvc fixes.Nick Mathewson2009-07-281-0/+2
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-281-0/+1
* Fix segfault during failed allocatino of locked evdns base.Nick Mathewson2009-07-281-0/+1
* Fix a dumb bug where we would allocate too little memory in event_get_support...Nick Mathewson2009-07-281-0/+1
* Bufferevent support for openssl.Nick Mathewson2009-07-281-0/+3