summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelogrelease-2.1.5-betaNick Mathewson2015-01-051-0/+2
* Merge branch '21_cve_2014_6272_v2'Nick Mathewson2015-01-052-9/+80
|\
| * Fix CVE-2014-6272 in Libevent 2.1Nick Mathewson2015-01-052-9/+80
* | Increment version to 2.1.5-betaNick Mathewson2015-01-055-10/+11
|/
* work on changelog for 2.1.5-alpahNick Mathewson2015-01-051-3/+11
* Merge pull request #201 from nsuke/cmake-shared-buildNick Mathewson2015-01-041-3/+18
|\
| * Fix CMake shared library buildNobuaki Sukegawa2015-01-031-3/+18
|/
* Merge pull request #197 from JohnOhl/fix-clang-compile-warningsNick Mathewson2014-12-232-2/+2
|\
| * Fix warnings when compiling with clang 3.5John Ohl2014-12-222-2/+2
|/
* Fix annoying heisenbug in test-time.cNick Mathewson2014-12-151-1/+3
* Merge pull request #192 from miniupnp/masterNick Mathewson2014-12-081-1/+1
|\
| * Fix mixed declarations and code (forbidden by ISO C90)Thomas Bernard2014-12-081-1/+1
|/
* Implement new/free for struct evutil_monotonic_timer and export monotonic tim...Andrea Shepard2014-12-045-3/+127
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-12-010-0/+0
|\
| * Fix evbuffer_peek() with len==-1 and start_at non-NULL.Nick Mathewson2014-12-011-1/+4
* | Merge remote-tracking branch 'public/patches-2.0'Nick Mathewson2014-11-302-5/+433
|\ \ | |/
| * Merge branch 'patches-2.0' of github.com:libevent/libevent into patches-2.0Nick Mathewson2014-11-301-1/+1
| |\
| * | Work on the changelog for 2.0.22Nick Mathewson2014-11-301-4/+19
| * | Fix race caused by event_activevjpai2014-11-301-2/+20
* | | Start on 2.1.5-alpha/beta changelogNick Mathewson2014-11-301-1/+88
* | | Merge remote-tracking branch 'origin/pr/182'Nick Mathewson2014-11-304-0/+101
|\ \ \
| * | | Prevent duplicate event_del on fdJohn Ohl2014-11-161-0/+1
| * | | Add test for evhttp_connection_free_on_completionJohn Ohl2014-10-291-0/+58
| * | | Implement interface that provides the ability to have an outbound evhttp_conn...John Ohl2014-10-263-0/+42
* | | | Merge remote-tracking branch 'origin/pr/180'Nick Mathewson2014-11-301-1/+1
|\ \ \ \
| * | | | remove trailing comma from enumJean-Philippe Ouellet2014-10-161-1/+1
* | | | | Merge remote-tracking branch 'origin/pr/175'Nick Mathewson2014-11-301-1/+1
|\ \ \ \ \
| * | | | | http: reset connection before installing retry timer (fix http retries handling)Azat Khuzhin2014-09-301-1/+1
* | | | | | Merge branch 'evbufer_peek_fix_v3'Nick Mathewson2014-11-302-1/+41
|\ \ \ \ \ \
| * | | | | | More evbuffer_peek() test casesNick Mathewson2014-11-301-0/+8
| * | | | | | test/evbuffer_peek: add regress in case we have first buffer greaterAzat Khuzhin2014-11-301-0/+29
| * | | | | | Fix evbuffer_peek() with len==-1 and start_at non-NULL.Nick Mathewson2014-11-301-1/+4
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/pr/186'Nick Mathewson2014-11-301-5/+8
|\ \ \ \ \ \
| * | | | | | evdns: avoid read-after-free in evdns_request_timeout_callback()Azat Khuzhin2014-11-121-5/+8
| | |_|/ / / | |/| | | |
* | | | | | Fix cmake error when the Module path has more than one entry.Acer Yang2014-11-301-2/+1
* | | | | | Merge pull request #189 from azat/be_async-avoid-doule-closeNick Mathewson2014-11-241-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | be async: avoid double close()Azat Khuzhin2014-11-211-2/+4
|/ / / / /
* | | | | Merge pull request #179 from pysiak/masterNick Mathewson2014-10-134-0/+41
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORTMaciej Soltysiak2014-10-134-0/+41
|/ / / /
* | | | Merge pull request #174 from azat/dns-fail-disable-when-inactive-fix-v3Nick Mathewson2014-10-092-16/+49
|\ \ \ \
| * | | | evdns: fail ns after we are failing/retrasmitting requestAzat Khuzhin2014-09-301-6/+7
| * | | | evdns: add retry/reissue tests for EVDNS_BASE_DISABLE_WHEN_INACTIVEAzat Khuzhin2014-09-301-4/+28
| * | | | evdns: fix EVDNS_BASE_DISABLE_WHEN_INACTIVE in case retransmit/retryAzat Khuzhin2014-09-301-6/+14
| |/ / /
* | | | Merge pull request #171 from azat/bufferevent-openssl-fixes-v4Nick Mathewson2014-10-091-0/+2
|\ \ \ \
| * | | | bufferevent_openssl: reset fd_is_set when setfd with -1 is calledAzat Khuzhin2014-09-211-0/+2
| |/ / /
* | | | Merge pull request #170 from azat/https-client-retriesNick Mathewson2014-10-091-1/+12
|\ \ \ \
| * | | | https-client: add -retries argument, for connection retriesAzat Khuzhin2014-09-211-1/+12
| |/ / /
* | | | Merge pull request #108 from JoakimSoderberg/minor_issuesNick Mathewson2014-10-092-0/+3
|\ \ \ \
| * | | | Fix compilation for older OpenSSL versions.Joakim Soderberg2014-09-242-0/+3
* | | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-10-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |