]> granicus.if.org Git - libevent/shortlog
libevent
2010-01-19 Nick MathewsonFunctions to access more fields of struct event.
2010-01-19 Nick MathewsonAdd a LICENSE file so people can find our license easily
2010-01-15 Nick MathewsonAdd a forgotten header (changelist-internal.h)
2010-01-15 Nick MathewsonMerge commit 'niels/http_dns'
2010-01-15 Niels Provosforgot to add void to test function
2010-01-15 Niels Provosadd a test for evhttp_connection_base_new with a dns_base
2010-01-15 Niels Provosmove dns utility functions into a separate file so...
2010-01-14 Niels Provosdo not use a function to assign the evdns base; instead...
2010-01-14 Nick MathewsonRemove kqueue->pend_changes.
2010-01-14 Nick MathewsonMake kqueue use changelists.
2010-01-14 Nick MathewsonChangelist code to defer event changes until just befor...
2010-01-14 Nick MathewsonAllow http connections to use evdns for hostname looksups.
2010-01-14 Nick MathewsonMore unit tests for getaddrinfo_async: v4timeout and...
2010-01-12 Nick MathewsonFix test.sh on shells without echo -n
2010-01-12 Nick MathewsonAdd a comment on evthread_enable_lock_debuging.
2010-01-12 Pavel PlesovAdd unit-test for bad_request bug fixed in 1.4 recently.
2010-01-09 Jardel WeyrichComestic changes in evconnlistener_new(), new_accepting...
2010-01-09 Jardel WeyrichImproved error handling in evconnlistener_new_async...
2010-01-09 Jardel WeyrichFixed a fd leak in start_accepting(), plus cosmetic...
2010-01-09 Jardel WeyrichFixed a memory leak on windows threads implementation...
2010-01-09 Nick MathewsonLook at the proper /etc/hosts file on windows.
2010-01-09 Nick Mathewsonevdns_getaddrinfo() now supports the /etc/hosts file.
2010-01-09 Nick MathewsonRefactor code from evdns into a new internal "read...
2010-01-06 Nick MathewsonEnable branch-prediction hints with EVUTIL_UNLIKELY.
2010-01-06 Nick MathewsonFix byte counts when mixing deferred and non-deferred...
2010-01-06 Nick MathewsonMerge branch 'ratelimit'
2009-12-30 Jardel WeyrichEradicated the last free() call. Let mm_free() take...
2009-12-30 Nick MathewsonFix compilation of rate-limiting code on win32.
2009-12-30 Nick MathewsonFix test-ratelim compilation on Linux.
2009-12-30 Nick MathewsonNever believe that we have pthreads on win32, even...
2009-12-30 Nick MathewsonFix crash bugs when a bufferevent's eventcb is not...
2009-12-29 Nick MathewsonWhitespace fixes in test.sh
2009-12-29 Nick MathewsonAllow test.sh to be run as ./test/test.sh
2009-12-29 Nick MathewsonAllow the user to redirect the verbose output of test...
2009-12-29 Nick MathewsonMake the initial nameserver probe timeout configurable.
2009-12-29 Nick MathewsonFix the code that allowed DNS options to not end with :
2009-12-29 Jardel WeyrichIntroduced evutil_make_socket_closeonexec() to preserve...
2009-12-29 Jardel WeyrichAdjusted fcntl() retval comparison on evutil_make_socke...
2009-12-28 Nick MathewsonDo not make bufferevent_setfd implicitly disable EV_REA...
2009-12-28 Nick MathewsonTesting code for bufferevent rate-limiting.
2009-12-28 Nick MathewsonRate-limiting for bufferevents; group and individual...
2009-12-28 Nick MathewsonExpose our cached gettimeofday value with a new interface
2009-12-28 Jardel WeyrichImprove readability of evutil_unparse_protoname()
2009-12-28 Jardel WeyrichFix a bogus free in evutil_new_addrinfo()
2009-12-28 Jardel WeyrichFix an fd leak in evconnlistener_new_bind().
2009-12-28 Jardel WeyrichMake evutil_make_socket_nonblocking() leave any other...
2009-12-28 Dagobert MichelsenFix compilation of devpoll.c by adding missing thread...
2009-12-23 Nick MathewsonReplace some cases of uint32_t with ev_uint32_t.
2009-12-23 Nick MathewsonDo not ignore bufferevent_enable(EV_READ) before buffer...
2009-12-22 Nick MathewsonFix up behavior of never-defered callbacks a little
2009-12-22 Nick MathewsonSimplify the read high-watermark checking.
2009-12-22 Nick MathewsonRemove the contents of WIN32-Prj as unmaintained.
2009-12-22 Nick MathewsonUse evutil_socket_t, not int, when logging socket errors.
2009-12-21 unknownFix a few locking issues on windows.
2009-12-19 Nick MathewsonSet all instances of the version number correctly.
2009-12-18 Nick MathewsonDrop install-sh from our git repo: a mismatched version...
2009-12-18 Joachim BauchFix a segfault when freeing SSL bufferevents in an...
2009-12-17 Joachim BauchFix a segfault when writing a very fragmented evbuffer...
2009-12-08 Evan JonesUpdate sample/signal-test.c to use newer APIs and not...
2009-12-08 Joachim BauchOnly define _GNU_SOURCE if it is not already defined.
2009-12-06 Sebastian HahnFix compile on Snow Leopard with gcc warnings enabled
2009-12-04 Nick MathewsonFix a snow leopard compile warning in the unit tests.
2009-12-04 Nick MathewsonRefactor our 'suspend operation' logic on bufferevents.
2009-12-04 Nick MathewsonAdd the abilitity to mark some buffer callbacks as...
2009-12-04 Nick MathewsonNew EVTHREAD_TRY_LOCK function to try to grab a lock.
2009-12-04 Nick MathewsonMerge commit 'niels/dnscrash'
2009-12-04 Yasuoka MasahikoFix a crash when reading badly formatted resolve.conf...
2009-12-02 unknownUpdate nmake makefile to build evthread.c
2009-12-02 unknownFix regress_iocp.c usage of old lock allocation macros.
2009-12-02 Roman PulsFix up evthread compilation on windows
2009-11-29 William AhernValgrind fix: Clear struct kevent before checking for...
2009-11-27 Nick MathewsonImproved optional lock debugging.
2009-11-27 Zhuang YuyaoFix an evdns lock violation.
2009-11-27 Nick MathewsonFix a locking bug in event_base_loop()
2009-11-27 Nick MathewsonFix two use-after-free bugs in unit tests spoted by...
2009-11-27 Nick MathewsonStop passing EVTHREAD_READ and EVTHREAD_WRITE to non...
2009-11-27 Nick MathewsonRevise the locking API: deprecate the old locking callb...
2009-11-22 Nick MathewsonFix memory-leak of signal handler array with kqueue.
2009-11-20 Nick MathewsonParenthesize macro arguments more aggressively
2009-11-20 Nick MathewsonAdd a warning about the use of event_initialized.
2009-11-20 Nick MathewsonTolerate code that returns from a fatal_cb.
2009-11-20 Nick MathewsonAdd stub header for 2.0.4-alpha changelog.
2009-11-20 Nick MathewsonAdd more people who wrote patches to the acknowledgments
2009-11-20 Nick MathewsonImprove the README with more information and links.
2009-11-20 Nick MathewsonAdd a .gitignore file.
2009-11-20 Niels Provoscall it 2.0.3-alpha
2009-11-19 Niels ProvosRemove most calls to event_err() in http and deal with... release-2.0.3-alpha
2009-11-19 Niels Provosnick found a race condition in the pthreads test case
2009-11-19 Niels ProvosOn FreeBSD and other OSes, connect can return ECONREFUS...
2009-11-19 Nick MathewsonDocumentation adjustments
2009-11-19 Nick MathewsonFix a spelling error and remove some dead code
2009-11-18 Nick MathewsonDo the proper hack for the (Open)BSD getaddrinfo quirk.
2009-11-18 Nick MathewsonMake our failing-connection bufferevent test more tolerant.
2009-11-18 Nick MathewsonAdd a temporary workaround for an ssl bug found on...
2009-11-18 Nick MathewsonBuild correctly with mm replacement turned off.
2009-11-18 Nick MathewsonFix compilation with threading disabled.
2009-11-17 Nick MathewsonMove responsibility for IOCP callback into bufferevent_...
2009-11-17 Nick MathewsonClarify even more about various system-specific problem...
2009-11-17 Nick MathewsonUse the common-case code from getaddrinfo_common *alway...
2009-11-17 Nick MathewsonNever pass our weird flags to the system getaddrinfo...
next