summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a few files created by "make verify" to .gitignore.Pierre Phaneuf2014-08-181-0/+3
* Fix a crash in evdns related to shutting down evdnsNick Mathewson2014-03-261-7/+12
* Fix a crash in evdns related to shutting down evdnsNick Mathewson2014-03-211-7/+7
* Add -Qunused-arguments for clang on macosTrond Norbye2014-03-031-0/+9
* bufferevent_pair: don't call downcast(NULL)Nick Mathewson2014-02-091-2/+3
* Check does arch have the epoll_create and __NR_epoll_wait syscalls.Marcin Juszkiewicz2014-01-221-0/+13
* Merge remote-tracking branch 'sourceforge/patches-2.0' into patches-2.0Nick Mathewson2013-12-201-1/+1
|\
| * Typo fixes from Linus NordbergNick Mathewson2013-12-202-4/+4
* | Typo fixes from Linus NordbergNick Mathewson2013-12-202-4/+4
* | Clarify event_base_loop exit conditionsNick Mathewson2013-12-161-7/+7
* | update the 2.0 changelogNick Mathewson2013-12-051-4/+24
* | Avoid redundant invocations of init_extension_functions for IOCPNick Mathewson2013-11-011-1/+4
|/
* Fix another arc4random_buf-related warningNick Mathewson2013-09-191-1/+2
* Fix a compiler warning when checking for arc4random_buf linker breakage.Nick Mathewson2013-09-191-2/+5
* Avoid racy bufferevent activationNate Rosenblum2013-09-091-2/+2
* Merge remote-tracking branch 'public/20_memclear' into patches-2.0Nick Mathewson2013-08-193-6/+20
|\
| * Really remove RNG seeds from the stackNick Mathewson2013-08-193-6/+20
|/
* Oops; revert testing codeNick Mathewson2013-08-131-2/+0
* Avoid other RNG initialization FS reads when urandom file is specifiedNick Mathewson2013-08-131-2/+6
* Finish a sentenceNick Mathewson2013-08-131-1/+2
* Add evutil_secure_rng_set_urandom_device_fileNick Mathewson2013-08-063-14/+57
* libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)Frank Denis2013-07-211-1/+1
* Merge remote-tracking branch 'public/pr/79' into patches-2.0Nick Mathewson2013-06-101-2/+11
|\
| * restore the commentGreg Hazel2013-05-291-0/+1
| * Fix SEGFAULT after evdns_base_resume if no nameservers installed.Azat Khuzhin2013-05-291-2/+10
* | Document that arc4random is not a great cryptographic PRNG.Nick Mathewson2013-06-101-3/+6
* | When we seed from /proc/sys/kernel/random/uuid, count it as successNick Mathewson2013-06-101-0/+2
|/
* Use windows vsnprintf fixup logic on all windows environmentsNick Mathewson2013-05-291-1/+1
* Checking request nameserver for NULL, before using it.Belobrov Andrey2013-05-071-0/+6
* Start a changelog for Libevent 2.0.22-stableNick Mathewson2013-04-301-1/+24
* Merge remote-tracking branch 'origin/pr/36' into patches-2.0Nick Mathewson2013-04-252-3/+11
|\
| * Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)Kevin Bowling2013-01-162-2/+5
| * Fix missing AC_PROG_SED on older AutoconfsTay Ray Chuan2013-01-161-1/+6
* | Fix a typo in a comment in buffer.h. Spotted by Alt_F4Nick Mathewson2013-03-251-1/+1
* | fix #73 and fix http_connection_fail_test to catch itGreg Hazel2013-02-142-6/+13