summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Avoid using top_srcdir in TESTS-new automakes do not like thisNick Mathewson2013-02-081-2/+9
* | Rename configure.in to configure.ac to appease newer autoconfsNick Mathewson2013-02-081-0/+0
* | Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compatNick Mathewson2013-02-081-1/+1
* | Fix a locking error in bufferevent_socket_get_dns_error.Nick Mathewson2013-02-051-1/+1
* | Fix a mistake in evbuffer_remove() arguments in example http server codeGyepi Sam2013-01-221-1/+1
* | Avoid double-close on getsockname error in evutil_ersatz_socketpairNick Mathewson2012-12-201-1/+1
* | Avoid leaking fds on evconnlistener with no callback setNick Mathewson2012-12-201-0/+1
* | Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabledNick Mathewson2012-12-041-1/+1
* | Increment version to 2.0.21-stable-devNick Mathewson2012-11-193-4/+7
* | Increment libtool version for 2.0.21 toorelease-2.0.21-stableNick Mathewson2012-11-181-1/+2
* | Increment version to 2.0.21-stableNick Mathewson2012-11-182-4/+4
* | Changelog for 2.0.21-stableNick Mathewson2012-11-182-1/+19
* | Make ssl version check in unit tests workNick Mathewson2012-11-181-1/+1
* | Avoid crash when event_pending() called with no event_base set on eventNick Mathewson2012-11-161-0/+5
* | remove stray 'x' so print_err will compile when uncommentedPatrick Pelletier2012-11-161-1/+1