]> granicus.if.org Git - libevent/shortlog
libevent
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-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
2012-03-22 Nick MathewsonAdd an empty changelog section for 2.0.19-stable
2012-03-22 Nick MathewsonBump version to 2.0.18-stable-dev
2012-03-22 Nick MathewsonBump version to 2.0.18-stable release-2.0.18-stable
2012-03-22 Nick MathewsonAdd credits to README
2012-03-22 Nick MathewsonChangelog for libevent 2.0.18-stable
2012-03-13 Nick MathewsonMerge remote-tracking branch 'sebastian/clang_unknown_w...
2012-03-13 Sebastian HahnProperly zero the kevent in kq_setup_kevent()
2012-03-13 Sebastian HahnDon't do clang version detection when disabling some...
2012-02-16 Nick MathewsonStop crashing in evdns when nameserver probes give...
2012-02-14 Mark EllzeyChanged OPENSSL_LDFLAGS to OPENSSL_LIBADD
2012-02-14 Mark EllzeyAdded OPENSSL_LDFLAGS env variable which is appended...
2012-02-12 Nick MathewsonTweak the evutil_open_closeonexec patch to work on...
2012-02-12 Ross LagerwallMake uses of open() close-on-exec safe by introducing...
2012-02-11 Nick MathewsonAdd an empty section to the changelog for 2.0.18-stable
2012-02-11 Nick MathewsonCorrect a name in the credits. oops
2012-02-11 Nick MathewsonBump version to 2.0.17-stable-dev
2012-02-10 Nick MathewsonUpdate the credits in the readme release-2.0.17-stable
2012-02-10 Nick MathewsonFinalize the changelog
2012-02-10 Nick MathewsonUpdate copyright notices to 2012
2012-02-10 Nick MathewsonBump version to 2.0.17-stable
2012-02-10 Nick MathewsonIn the kqueue backend, do not report EBADF as an EV_READ
2012-02-09 Nick MathewsonAvoid crash when freeing event_iocp and using event_set...
2012-02-07 Nick MathewsonBring the changelog up to date
2012-02-06 Nick MathewsonLoop on filtering SSL reads until we are blocked or...
2012-02-02 Greg HewgillUse C-style comments in C source files (for compatibili...
2012-02-01 Nick Mathewsonevdns: fix a bug in circular-queue implementation
2012-01-26 Nick MathewsonBetter workaround for Linux 3.2 edge-triggered epoll bug
2012-01-24 Nate RDo a memberwise comparison of threading function tables
2012-01-24 Nick MathewsonMake event_base integrity check work on windows
2012-01-24 Nick MathewsonStart writing a changelog for 2.0.17-stable
2012-01-24 Nick MathewsonOops:remove an accidentally committed "sleep(1)" in...
2012-01-24 Nick MathewsonWorkaround in the unit tests for an apparent epoll...
2012-01-23 Nick MathewsonFix a fd leak in event_reinit()
2012-01-23 Nick MathewsonFix a list corruption bug when using event_reinit(...
2012-01-23 Nick MathewsonCheck event_base correctness at end of each unit test
2012-01-21 Nick MathewsonAdd function to check referential integrity of an event...
2012-01-20 Catalin PatuleaForce strict validation of HTTP version in response.
2012-01-16 Nick MathewsonSuppress a gcc warning from ignoring fwrite return...
next