]> granicus.if.org Git - libevent/shortlog
libevent
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...
2012-01-09 Nick MathewsonFix a race condition in the dns/bufferevent_connect_hos...
2012-01-09 Nick MathewsonMake evconnlistener work around bug in older Linux...
2012-01-09 Nick MathewsonRemove bogus casts of socket to int before calling...
2011-12-14 Arno BakkerBackport evhttp_connection_get_bufferevent to Libevent 2.0
2011-12-08 Nick MathewsonSlightly clarify evbuffer_peek documentation
2011-12-08 Zack WeinbergFix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)
2011-12-08 Mike Frysingercheck for sysctl before we use it
2011-12-06 Colin WattFix a silly compilation error with the sun compiler
2011-12-05 Nick MathewsonBe absolutely sure to clear pncalls before leaving...
2011-11-18 Nick MathewsonIncrement version to 2.0.16-stable-dev
2011-11-18 Nick MathewsonIncrement version to 2.0.16-stable release-2.0.16-stable
2011-11-18 Nick MathewsonRevise 2.0.16-stable changelog
2011-11-17 Nick Mathewsonadd comment to new consider_reading code
2011-11-17 Mark EllzeyAvoid spinning on OpenSSL reads
2011-11-17 Nick MathewsonMove SSL rate-limit enforcement into bytes_to_read()
2011-11-17 Mark EllzeyRefactor amount-to-read calculations in buffervent_ssl...
next