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