]> granicus.if.org Git - libevent/shortlog
libevent
2013-08-13 Nick MathewsonFinish a sentence
2013-08-06 Nick MathewsonAdd evutil_secure_rng_set_urandom_device_file
2013-07-21 Frank Denislibevent/win32_dealloc() : fix sizeof(pointer) vs sizeo...
2013-06-10 Nick MathewsonMerge remote-tracking branch 'public/pr/79' into patche...
2013-06-10 Nick MathewsonDocument that arc4random is not a great cryptographic...
2013-06-10 Nick MathewsonWhen we seed from /proc/sys/kernel/random/uuid, count...
2013-05-29 Greg Hazelrestore the comment
2013-05-29 Azat KhuzhinFix SEGFAULT after evdns_base_resume if no nameservers...
2013-05-29 Nick MathewsonUse windows vsnprintf fixup logic on all windows enviro...
2013-05-07 Belobrov AndreyChecking request nameserver for NULL, before using it.
2013-04-30 Nick MathewsonStart a changelog for Libevent 2.0.22-stable
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/pr/36' into patche...
2013-03-26 Nick MathewsonFix a typo in a comment in buffer.h. Spotted by Alt_F4
2013-02-14 Greg Hazelfix #73 and fix http_connection_fail_test to catch it
2013-02-09 Nick MathewsonAvoid using top_srcdir in TESTS-new automakes do not...
2013-02-09 Nick MathewsonRename configure.in to configure.ac to appease newer...
2013-02-08 Nick MathewsonUse AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS...
2013-02-05 Nick MathewsonFix a locking error in bufferevent_socket_get_dns_error.
2013-01-22 Gyepi SamFix a mistake in evbuffer_remove() arguments in example...
2013-01-15 Kevin BowlingBackport libevent to vanilla Autoconf 2.59 (as used...
2013-01-15 Tay Ray ChuanFix missing AC_PROG_SED on older Autoconfs
2012-12-20 Nick MathewsonAvoid double-close on getsockname error in evutil_ersat...
2012-12-20 Nick MathewsonAvoid leaking fds on evconnlistener with no callback set
2012-12-04 Nick MathewsonFix compilation with WIN32_HAVE_CONDITION_VARIABLES...
2012-11-19 Nick MathewsonIncrement version to 2.0.21-stable-dev
2012-11-18 Nick MathewsonIncrement libtool version for 2.0.21 too release-2.0.21-stable
2012-11-18 Nick MathewsonIncrement version to 2.0.21-stable
2012-11-18 Nick MathewsonChangelog for 2.0.21-stable
2012-11-18 Nick MathewsonMake ssl version check in unit tests work
2012-11-16 Nick MathewsonAvoid crash when event_pending() called with no event_b...
2012-11-16 Patrick Pelletierremove stray 'x' so print_err will compile when uncommented
2012-11-16 Nick MathewsonMake rpcgen_wrapper.sh work on systems without a "pytho...
2012-11-15 Nick MathewsonWarn when openssl version in unit test mismatches compi...
2012-11-15 Nick MathewsonFix renegotiation test to work around openssl 1.0.1 bug
2012-11-02 Nick MathewsonFix compilation on mingw64 with -DUSE_DEBUG
2012-11-01 Nick MathewsonCompile without warnings on mingw64
2012-10-26 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/python2...
2012-10-26 Juan Pablo... Close IOCP listener socket on free when LEV_OPT_CLOSE_O...
2012-10-25 Nick MathewsonMerge remote-tracking branch 'public/20_bev_timeout_sem...
2012-10-23 Ross LagerwallUse python2 rather than python
2012-09-22 Joachim BauchNo need to reserve space if reading is suspended.
2012-09-22 Joachim BauchStop looping in "consider_reading" if reading is suspended.
2012-09-13 George DanchevFIx another memleak on OOM in evdns
2012-09-13 George DanchevAvoid a memory-leak on OOM in evdns.
2012-09-07 Nick MathewsonDon't discard SSL read event when timeout and read...
2012-08-24 Nick MathewsonIncrement version to 2.0.20-stable-dev
2012-08-23 Nick MathewsonAdd a date to the changelog release-2.0.20-stable
2012-08-23 Nick MathewsonIncrement version to 2.0.20-stable
2012-08-23 Nick MathewsonInitial changelog and credits for 2.0.20
2012-08-22 Nick MathewsonCorrectly invoke callbacks when a SSL bufferevent reads...
2012-08-02 Nick MathewsonAdd explicit AC_PROG_SED to configure.in so all autocon...
2012-08-02 Nick MathewsonFix an unused variable warning on *BSD.
2012-07-30 Greg HazelAvoid segfault on weird timeout during name lookup.
2012-07-26 Nick MathewsonCheck more setsockopt return values when binding socket...
2012-07-26 Nick Mathewsonmemset sockaddr_in before using it. Found by coverity.
2012-07-26 Nick MathewsonMove assignment outside tt_assert in ssl unit tests...
2012-07-26 Nick MathewsonAdd checks to various return values in unit tests....
2012-07-26 Nick MathewsonAvoid possible needless call to writev. Found by coverity.
2012-07-26 Nick MathewsonRemove unused variable; spotted by coverity
2012-07-26 Nick MathewsonAvoid more crashes/bad calls in unit tests; found by...
2012-07-26 Nick MathewsonAdd some missing null checks to unit tests; found by...
2012-07-26 Nick MathewsonFix resource leaks in the unit tests; found by coverity
2012-07-26 Nick MathewsonFix various check-after-dereference issues in unit...
2012-07-25 Nick MathewsonSet umask before calling mkstemp in unit tests. Found...
2012-07-25 Nick MathewsonFix possible uninitialized read in dns regression tests...
2012-07-25 Nick MathewsonRemove deadcode in http regression tests. Found by...
2012-07-17 Nick MathewsonFix a memory leak on error in evhttp_uriencode
2012-07-16 Nick MathewsonWin32: avoid crash when waiting forever on zero fds.
2012-06-14 Simon LiuMake event_pending() threadsafe.
2012-06-14 Nick MathewsonAdd GCC annotations so that the vsprintf functions...
2012-06-06 Nick MathewsonMerge pull request #57 from rosslagerwall/memleak
2012-06-06 Ross LagerwallFix a couple of memory leaks (found with Valgrind).
2012-06-01 Sebastian HahnCorrectly check for arc4random_buf
2012-05-31 Greg Hazelcheck for arc4random_buf at runtime, on OS X
2012-05-03 Nick MathewsonBump version to 2.0.19-stable-dev
2012-05-03 Nick MathewsonIncrement version to 2.0.19-stable release-2.0.19-stable
2012-05-03 Nick MathewsonOops; fix the *right* windows compile issue
2012-05-03 Nick MathewsonFix win32 build issues: sleep, pid_t
2012-05-02 Nick MathewsonStart changelog for 2.0.19-stable
2012-05-02 Nick MathewsonFix evdns build with threads disabled
2012-05-01 Nick MathewsonWhen retransmitting a timed-out DNS request, pick a...
2012-05-01 Nick MathewsonMake some evdns.c debug logs more verbose
2012-05-01 Nick Mathewsondns-example.c can now take a resolv.conf file on the...
2012-05-01 Nick MathewsonMerge remote-tracking branch 'github/20_active_prio_inv...
2012-05-01 Nick MathewsonWork-around a stupid gcov-breaking bug in OSX 10.6
2012-05-01 Mark EllzeyFixed potential double-readcb execution with openssl...
2012-04-30 Nick MathewsonIf a higher-priority event becomes active, don't contin...
2012-04-27 Zack WeinbergGenerate event-config.h with a single sed script
2012-04-20 Nick MathewsonMerge branch '20_periodic_event_overload_v2' into patch...
2012-04-19 Nick MathewsonIf time has jumped so we'd reschedule a periodic event...
2012-04-19 Nick MathewsonRefactor event_persist_closure: raise and extract some...
2012-04-19 Nick MathewsonMerge pull request #52 from ghazel/20_evdns_probe
2012-04-19 Greg Hazelremove redundant DNS_ERR_CANCEL check, move comment
2012-04-19 Greg Hazelcancel the probe request when the server is freed,...
2012-04-03 Nick MathewsonBackport: provide EVENT_LOG_* names, and deprecate...
2012-04-03 Nick MathewsonFix the website URL in the readme
2012-04-03 Sebastian HahnConfigure with gcc older than 2.95
2012-04-02 Nick MathewsonAdd missing ) to changelog; spotted by rransom
2012-03-30 Nick MathewsonFix a compilation error with MSVC 2005 due to use of...
2012-03-25 Nick MathewsonFix a typo in the bufferevent documentation
next