summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* If evsel->del() fails, don't leave the evmap in an inconsistent state.HEADmasterMaxime Henrion2013-05-17
* Whoops. It is gdi.lib, not gdi32.lib. (github issue #61)Nick Mathewson2013-05-11
* Missed lock acquire/release in event_base_cancel_single_callback_()Azat Khuzhin2013-05-10
* Fix test compilation with nmake: add the gdi.lib dependencyNick Mathewson2013-05-10
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-05-07
|\
| * Checking request nameserver for NULL, before using it.patches-2.0Belobrov Andrey2013-05-07
* | Bump version to 2.1.3-alpha-devNick Mathewson2013-05-01
* | Add regress_finalize to makefile.nmakeNick Mathewson2013-05-01
* | Set a release dateNick Mathewson2013-05-01
* | Make http/connection_retry off-by-defaultNick Mathewson2013-05-01
* | Fix a windows compilation regressionNick Mathewson2013-04-30
* | Fix a bug in fixing a bug in out-of-tree test-dumpeventsNick Mathewson2013-04-30
* | Make regress_finalize work with malloc replacement disabledNick Mathewson2013-04-30
* | Fix some out-of-tree build bugsNick Mathewson2013-04-30
* | Incremement version to 2.1.3-alphaNick Mathewson2013-04-30
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-04-30
|\ \ | |/
| * Start a changelog for Libevent 2.0.22-stableNick Mathewson2013-04-30
* | Add acknowledgements to readmeNick Mathewson2013-04-30
* | Start editing the changelog for 2.1.3-alphaNick Mathewson2013-04-30
* | Mark the finalize stuff as experiemental in case it needs to changeNick Mathewson2013-04-30
* | Clarify an important point about event_base_foreach_event()Nick Mathewson2013-04-26
* | Fix a bug in the new main/event_foreach testNick Mathewson2013-04-26
* | More unit tests for initializing common timeouts.Nick Mathewson2013-04-26
* | A test for event_get_assignment()Nick Mathewson2013-04-26
* | Unit tests for event_base_gettimeofday_cached() and event_base_update_cache_t...Nick Mathewson2013-04-26
* | New tests for event_base_foreach_event()Nick Mathewson2013-04-26
* | New test for active_later->active transition on event_activeNick Mathewson2013-04-26
* | Merge branch '21_deadlock_fix_v2'Nick Mathewson2013-04-26
|\ \
| * | Remove a no-longer-true XXXX comment.Nick Mathewson2013-04-26
| * | Make the event_finalize* functions return an error codeNick Mathewson2013-04-26
| * | More documentation for finalization featureNick Mathewson2013-04-26
| * | Remove bufferevent_del_generic_timeout_cbs as now unusedNick Mathewson2013-04-26
| * | Always run pending finalizers when event_base_free() is calledNick Mathewson2013-04-26
| * | Use finalization feature so bufferevents can avoid deadlocksNick Mathewson2013-04-26
| * | Add some verbose notes to bufferevent unit testsNick Mathewson2013-04-26
| * | Implement event_finalize() and related functions to avoid certain deadlocksNick Mathewson2013-04-26
* | | Make all tests pass under EVENT_DEBUG_MODE=1Nick Mathewson2013-04-26
* | | Merge branch '21_http_error_cb_squashed'Nick Mathewson2013-04-25
|\ \ \
| * | | Drop extra header http_struct.h from regress_http.cAzat Khuzhin2013-04-25
| * | | Add test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel_test()Azat Khuzhin2013-04-25
| * | | Add new error_cb for actual reporting of HTTP request errors.Azat Khuzhin2013-04-25
* | | | Fix another warning introduced in 0c6ec5d8Nick Mathewson2013-04-25
* | | | Fix a warning introduced in 0c6ec5d8Nick Mathewson2013-04-25
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-04-25
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/pr/36' into patches-2.0Nick Mathewson2013-04-25
| |\ \ \
| | * | | Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)Kevin Bowling2013-01-16
| | * | | Fix missing AC_PROG_SED on older AutoconfsTay Ray Chuan2013-01-16
* | | | | Merge branch '21_evdns_disable_when_inactive'Nick Mathewson2013-04-25
|\ \ \ \ \
| * | | | | evdns: New flag to make evdns not prevent the event loop from exitingAzat Khuzhin2013-04-25
| | |_|_|/ | |/| | |
* | | | | event_base_update_cache_time should be a no-op if the loop isn't runningNick Mathewson2013-04-24