summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* acks and changelog for 2.0.13-stableNick Mathewson2011-07-181-1/+28
* Bump version to 2.0.12-stable-devNick Mathewson2011-06-041-0/+4
* tweak date on changelogNick Mathewson2011-06-041-1/+1
* Changelog and new credits for 2.0.12-stablerelease-2.0.12-stableNick Mathewson2011-06-031-0/+36
* Changelog for 2.0.11-stableNick Mathewson2011-04-271-0/+84
* Add changelog for 2.0.10-stablerelease-2.0.10-stableNick Mathewson2010-12-161-2/+19
* Increment version to 2.0.9-rc-devNick Mathewson2010-11-301-0/+4
* Give the correct date for 2.0.9-rc in the changelogrelease-2.0.9-rcNick Mathewson2010-11-301-1/+1
* Changelog and acknowledgments for 2.0.9-rcNick Mathewson2010-11-301-2/+116
* Increment version in git to 2.0.8-rc-devNick Mathewson2010-10-141-0/+5
* Changelog and readme for 2.0.8-rcNick Mathewson2010-10-141-9/+56
* Bump version to 2.0.7-rc-devNick Mathewson2010-09-091-0/+5
* Make all versioning changes for 2.0.7-rc, and add ChangeLogrelease-2.0.7-rcNick Mathewson2010-09-091-2/+61
* Increment vesion to 2.0.6-rc-devNick Mathewson2010-08-061-1/+4
* Changlog and new acknowledgements for 2.0.6-rcNick Mathewson2010-08-061-1/+85
* Bump version to 2.0.5-beta-devNick Mathewson2010-05-101-0/+4
* Add a changelog for 2.0.5-betaNick Mathewson2010-05-091-2/+133
* Bump version to 2.0.4-alpha-devNick Mathewson2010-02-281-0/+4
* Add a changelog for 2.0.4-alpha from Git, sorted by handNick Mathewson2010-02-281-0/+165
* 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