]> granicus.if.org Git - libevent/shortlog
libevent
2010-02-15 Nick MathewsonMerge commit 'niels/http_close_connection'
2010-02-15 Nick MathewsonIncrement the submicro version number.
2010-02-14 Niels Provosvalidate close cb on server when client connection...
2010-02-14 Niels Provosclean up terminate_chunked test
2010-02-13 Nick MathewsonUse off_t for the length parameter of evbuffer_add_file
2010-02-05 Nick MathewsonRemove the 'flags' argument from evdns_base_set_option()
2010-02-05 Nick MathewsonAlways use our own gai_strerror() replacement.
2010-02-05 Nick MathewsonAdd a check to make soure our EVUTIL_AI flags do not...
2010-02-04 Nick MathewsonMerge remote branch 'niels/http_chunk'
2010-02-04 Nick MathewsonFix some additional -DUNICODE issues on win32.
2010-02-04 Brodie ThiesfieldMake Libevent 1.4.12 build on win32 with Unicode enabled.
2010-02-04 Niels Provosmake evhttp_send() safe against terminated connections...
2010-02-03 Nick MathewsonMerge remote branch 'niels/http_chunk'
2010-02-03 Niels Provosdo not fail while sending on http connections the clien...
2010-02-03 Nick MathewsonAdd the rest of the integer limits, and add a test...
2010-02-03 Nick MathewsonMerge remote branch 'github/http_listener'
2010-02-03 Nick MathewsonFunctions to view and manipulate rate-limiting buckets.
2010-02-03 Nick MathewsonAdd EV_*_MAX macros to event2/util.h to expose limits...
2010-02-03 Nick MathewsonReduce windows header includes in our own headers.
2010-02-03 Nick MathewsonFix a dumb typo in ev_intptr_t definitions.
2010-02-03 Nick MathewsonAdd the msvc-generated .lib files to .gitignore.
2010-02-03 Nick MathewsonRemove EVUTIL_CHECK_FMT.
2010-02-03 Nick MathewsonDeprecate EVENT_FD and EVENT_SIGNAL.
2010-02-02 Nick Mathewsonconst-ify a few more functions in event.h
2010-01-27 Nick MathewsonUpdate time-test.c to use event2
2010-01-27 Nick MathewsonClarify status of example programs
2010-01-27 Nick MathewsonAdd a new "hello world" sample program
2010-01-26 Nick MathewsonTry to fix a warning in hash_debug_entry
2010-01-26 Nick MathewsonUse ev_[u]intptr_t types in place of [u]intptr_t
2010-01-26 Nick MathewsonAdd ev_[u]intptr_t to include/event2/util.h
2010-01-25 Nick MathewsonTry to untangle the logic in server_port_flush().
2010-01-25 Nick MathewsonNote a missing ratelim function
2010-01-25 Nick MathewsonUse less memory for each entry in a hashtable
2010-01-25 Nick MathewsonCall event_debug_unassign on internal events
2010-01-25 Nick MathewsonAdd support for a "debug mode" to try to catch common...
2010-01-24 Nick MathewsonRemove a needless include of rpc_compat.h
2010-01-24 Nick MathewsonFix windows and msvc build
2010-01-23 Nick MathewsonMinimize epoll_ctl calls by using changelist
2010-01-23 Nick MathewsonFix a number of warnings from gcc -pedantic
2010-01-23 Nick MathewsonMake it compile under gcc --std=c89.
2010-01-22 Nick MathewsonCheck more internal event_add() calls for failure
2010-01-22 Nick MathewsonDetect setenv/unsetenv; skip main/base_environ test...
2010-01-22 Nick MathewsonFix compilation of rate-limit code when threading suppo...
2010-01-21 Nick MathewsonRemove some commented-out code in evutil
2010-01-20 Nick MathewsonDon't use a bind address for nameservers on loopback
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 MathewsonMake http use evconnlistener.
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.
next