summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a missing name to the readme.Nick Mathewson2012-04-021-0/+1
* Merge branch '21_http_test_timing'Nick Mathewson2012-04-011-5/+5
|\
| * Increase duration and tolerance on http/connection_retry testNick Mathewson2012-04-011-5/+5
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-301-0/+1
|\ \ | |/ |/|
| * Fix a compilation error with MSVC 2005 due to use of mode_tNick Mathewson2012-03-301-0/+1
* | Temporarily disable event_queue_reinsert_timeoutNick Mathewson2012-03-261-0/+19
* | Make libevent_global_shutdown() idempotentNick Mathewson2012-03-263-0/+3
* | Updates for whatsnew-2.1.txtNick Mathewson2012-03-261-7/+8
* | Merge pull request #48 from rosslagerwall/py-versionNick Mathewson2012-03-261-1/+1
|\ \
| * | Require at least Python 2.4 for check-dumpevents.py.Ross Lagerwall2012-03-261-1/+1
|/ /
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-251-1/+1
|\ \ | |/
| * Fix a typo in the bufferevent documentationNick Mathewson2012-03-251-1/+1
* | Test more bufferevent_ratelim featuresNick Mathewson2012-03-252-6/+131
* | Add event_base_get_running_event() to get the event* whose cb we are inNick Mathewson2012-03-253-0/+19
* | More coverage on reinsert_timeout testsNick Mathewson2012-03-231-1/+1
* | Make test-dumpevents build on LinuxNick Mathewson2012-03-231-0/+1
* | Fix a nasty bug in event_queue_reinsert_timeout()Nick Mathewson2012-03-232-8/+48
* | Add a unit test for event_base_dump_events()Nick Mathewson2012-03-235-1/+253
* | event_base_dump_events: Report active events tersely, and note internal eventsNick Mathewson2012-03-231-7/+9
* | Fix compilation of evutil_rand on osxNick Mathewson2012-03-231-6/+9
* | Merge pull request #47 from rosslagerwall/patch-1Nick Mathewson2012-03-231-1/+1
|\ \
| * | Fix typo in whatsnew-2.1.txt Ross Lagerwall2012-03-231-1/+1
|/ /
* | Use libevent_global_shutdown() to clean up in unit tests.Nick Mathewson2012-03-221-0/+5
* | Distribute whatsnew-2.1.txt.Nick Mathewson2012-03-221-0/+1
* | Fix another bug from rebase of libevent_global_shutdown patchNick Mathewson2012-03-221-1/+2
* | Write a first draft of whatsnew-2.1.txtNick Mathewson2012-03-222-4/+377
* | Tweak changelog for 2.1 even moreNick Mathewson2012-03-221-112/+80
* | Add more things to the 2.1 changelogNick Mathewson2012-03-221-5/+51
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-221-0/+3
|\ \ | |/
| * Add an empty changelog section for 2.0.19-stableNick Mathewson2012-03-221-0/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-220-0/+0
|\ \ | |/
| * Bump version to 2.0.18-stable-devNick Mathewson2012-03-222-4/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-220-0/+0
|\ \ | |/
| * Bump version to 2.0.18-stablerelease-2.0.18-stableNick Mathewson2012-03-223-5/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-221-0/+2
|\ \ | |/
| * Add credits to READMENick Mathewson2012-03-221-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-03-221-1/+15
|\ \ | |/
| * Changelog for libevent 2.0.18-stableNick Mathewson2012-03-221-1/+15
* | Merge branch 'global_shutdown_rebased_v2'Nick Mathewson2012-03-228-0/+107
|\ \
| * | Add a new libevent_global_shutdown() to free all globals before exiting.Mark Ellzey2012-03-228-0/+107
|/ /
* | event-read-fifo: Use EV_PERSIST appropriatelyNick Mathewson2012-03-191-6/+4
* | Rename event-test.c to event-read-fifo.c.Ross Lagerwall2012-03-193-8/+9
* | On Unix, remove event.fifo left by sample/event-test.c.Ross Lagerwall2012-03-181-7/+24
* | Fix up sample/event-test.c to use newer interfaces and make it actually work.Ross Lagerwall2012-03-151-17/+19
* | Now that event_assign() special-cases event_self_cbarg(), event_new() can stopNick Mathewson2012-03-131-2/+0
* | Merge remote-tracking branch 'ross/eventarg-v2'Nick Mathewson2012-03-134-6/+79
|\ \
| * | Add a test for using event_self_cbarg() with event_assign().Ross Lagerwall2012-03-131-2/+16
| * | event_self_cbarg() works with event_assign() for consistency with event_new().Ross Lagerwall2012-03-132-2/+9
| * | Add a regression test for event_self_cbarg().Ross Lagerwall2012-03-121-0/+24
| * | Update sample/signal-test.c to use the new event_self_cbarg().Ross Lagerwall2012-03-121-6/+5