summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make it build using OpenSSL 1.1.0patches-2.0Kurt Roeckx2019-11-242-32/+63
* Bump version to 2.0.23-betarelease-2.0.23-betaAzat Khuzhin2019-01-203-5/+6
* Release notes for 2.0.23-betaAzat Khuzhin2019-01-201-0/+42
* Update ACKNOWLEDGMENTS section for 2.0.23-betaAzat Khuzhin2019-01-201-0/+6
* test/buffer: write >GETPIPE_SZ via events over pair to avoid stallAzat Khuzhin2019-01-201-37/+93
* bufferevent_socket_connect{,_hostname}() missing event callback and use ret codeJesse Fang2019-01-201-5/+4
* Preserve ET bit for backends with changelistAzat Khuzhin2019-01-201-10/+8
* Epoll ET setting lost with multiple events for same fdIsidor Kouvelas2019-01-202-6/+9
* Cover ET with multiple events for same fdIsidor Kouvelas2019-01-201-7/+93
* ignore config.cache/test-driver filesMike Frysinger2019-01-201-0/+2
* If evsel->del() fails, don't leave the evmap in an inconsistent state.Maxime Henrion2019-01-201-3/+5
* Add travis-ci configurationAzat Khuzhin2018-10-251-0/+68
* Remove integer-overflow unit testsNick Mathewson2018-10-251-12/+14
* Correctly skip ipv6 http test on systems without ipv6Nick Mathewson2018-10-251-2/+6
* Skip http/ipv6_for_domain test when we have no ipv6 supportNick Mathewson2018-10-251-0/+4
* Remove for loop initial declaration and fix conflicting type in it (gcc 4.8)Azat Khuzhin2018-10-251-3/+4
* Check for Mac OS X 10.4 kqueue bug properlyMark Mentovai2018-10-241-1/+1
* Skip all dns tests that hit the networkAzat Khuzhin2018-10-241-4/+4
* Simplify bufferevent timeout tests to reduce CPU usage in between start/compareAzat Khuzhin2018-10-241-26/+25
* Merge branch 'evbuffer_add_file-2.0-fixes' into patches-2.0Azat Khuzhin2017-12-182-44/+90
|\
| * Cover evbuffer_add_file() with offsetAzat Khuzhin2017-12-181-23/+50
| * evbuffer_add_file: do not use evbuffer_remove(), instead calc offset for mmap()Azat Khuzhin2017-12-181-15/+33
| * evbuffer_add_file: munmap() correct size on mmap() failureAzat Khuzhin2017-12-181-2/+2
| * evbuffer_add_file: fix endless loop when file does not have such amount of dataAzat Khuzhin2017-12-181-5/+6
|/
* Backport for #340 (fix overflow check in expand_singlechain()Mark Ellzey2016-06-281-2/+1
* Ignore all pkgconfig generated stuffAzat Khuzhin2016-05-021-3/+1
* libevent_core and libevent_extra also deserve a pkgconfig fileJan Heylen2016-04-244-3/+35
* Merge remote-tracking branch 'origin/pr/338' into patches-2.0Azat Khuzhin2016-03-292-16/+97
|\
| * evbuffer_add: Use last_with_datap if set, not last.Marcus Sundberg2016-03-261-1/+5
| * Use the free-trailing-chains function in evbuffer_insert_chain tooNick Mathewson2016-03-261-15/+5
| * test/regress: add tests for evbuffer_add() breakage on empty last chainMarcus Sundberg2016-03-261-0/+87
|/
* Merge branch 'fix-http-for-ipv6-backport-for-2.0' into patches-2.0Azat Khuzhin2015-10-082-43/+91
|\
| * Add regress test ipv6_for_domain.Azat Khuzhin2015-10-081-36/+73
| * Fix ipv6 support for http. When URL contain domain, not IP address.Azat Khuzhin2015-10-081-7/+18
|/
* Fix potential fd leak in listener_read_cb()Mark Ellzey2015-04-271-0/+2
* Update changelogrelease-2.0.22-stableNick Mathewson2015-01-051-1/+1
* Update changelog.Nick Mathewson2015-01-051-0/+2
* Merge branch '20_cve_2014_6272_v2' into patches-2.0Nick Mathewson2015-01-053-10/+76
|\
| * Fix CVE-2014-6272 in Libevent 2.0Nick Mathewson2015-01-053-10/+76
* | Increment version to 2.0.22-stableNick Mathewson2015-01-053-5/+6
* | Update changelog for 2.0Nick Mathewson2015-01-051-2/+3
|/
* Fix evbuffer_peek() with len==-1 and start_at non-NULL.Nick Mathewson2014-12-011-1/+4
* Merge branch 'patches-2.0' of github.com:libevent/libevent into patches-2.0Nick Mathewson2014-11-301-1/+1
|\
| * Fix a typo in a doxygen comment. Reported by 亦得.Nick Mathewson2014-10-091-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
|/
* [Bugfix] fix bufferevent setwatermark suspend_readufo22432014-09-181-1/+1
* regress_buffer: fix 'memcmp' compare sizeMaks Naumov2014-09-181-1/+1
* Consistently check for failure from evbuffer_pullup()Nick Mathewson2014-08-292-0/+8
* Use FindClose for handle from FindFirstFile in http-server.cNick Mathewson2014-08-291-1/+1