]> granicus.if.org Git - libevent/shortlog
libevent
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...
2009-11-17 Nick MathewsonOpenBSD demands that sys/types.h be included before...
2009-11-17 Nick MathewsonWindows *does* have getservbyname, no matter what autoc...
2009-11-16 Nick MathewsonAdd two implementations of getaddrinfo: one blocking...
2009-11-16 Nick MathewsonRemove the stupid brokenness where DNS option names...
2009-11-16 Nick MathewsonFix a declaration of __func__ in rpcgen.
2009-11-15 Nick MathewsonPrefer calloc(a,b) to malloc(a*b). via openbsd.
2009-11-15 Nick MathewsonWhen running set[ug]id, don't check the environment.
2009-11-15 Nick MathewsonUse arc4random() for dns transaction ids where availabl...
2009-11-14 Nick MathewsonFix a couple of event_debug calls.
2009-11-09 Nick MathewsonChange event_base.activequeues to "array of eventlist".
2009-11-09 Nick MathewsonChange an OOM err to a warn in event_tagging.c
2009-11-09 Nick MathewsonChange an err to a warn in bufferevent_openssl
2009-11-09 Nick MathewsonPatch from Ryan Phillips: accept ipv6 addresses returne...
2009-11-09 Nick MathewsonUnit tests for got_break and got_exit.
2009-11-09 Nick MathewsonMake persistent timeouts more accurate.
2009-11-09 Nick MathewsonMake sure that common timeouts are inserted in-order.
2009-11-09 Nick MathewsonAdd an option to disable the timeval cache.
2009-11-09 Nick MathewsonImplement queued timeouts for case where many timeouts...
2009-11-06 Nick MathewsonWe do not work any more without an event-config.h;...
2009-11-06 Nick MathewsonFix kqueue.c build on GNU/kFreeBSD systems.
2009-11-06 Nick MathewsonFix a miscalculated realloc() size in win32select.c.
2009-11-05 Nick MathewsonActually add the new dns-example.c code. :p
2009-11-05 Nick MathewsonMove the evdns sample code into the sample directory...
2009-11-05 Nick MathewsonFix some build warnings on MSVC, mostly related to...
2009-11-05 Nick MathewsonExport nmakefiles in source distribution.
2009-11-05 Nick MathewsonAdd nmake files to build with MSVC.
2009-11-05 Nick MathewsonBuild fixes for MSVC
2009-11-05 Nick MathewsonRename win32.c to win32select.c, and take it out of...
2009-11-05 Nick MathewsonFix another ssize_t user
2009-11-05 Nick MathewsonRemove win32-code/config.h. It was apparently confusing.
2009-11-05 Nick MathewsonFix a few types to use compatible versions
2009-11-04 Nick MathewsonImplement size limits on HTTP header length and body...
2009-11-04 Nick MathewsonCommit ConnectEx code to get connect working with async...
2009-11-04 Nick MathewsonAdd a missing include for win32.
2009-11-03 Nick MathewsonOops; add missing bufferevent_evdns.c file
2009-11-03 Nick MathewsonAdd a bufferevent function to resolve a name then conne...
2009-11-03 Nick MathewsonFix one IOCP-callback signature I missed
2009-11-03 Nick MathewsonRemove compat/sys/_time.h
2009-11-02 Nick MathewsonFix remaining AcceptEx issues.
2009-11-02 Nick MathewsonClean up acceptex code some more: add locking, single...
2009-11-02 Nick MathewsonRefactor IOCP callback interface
next