]> granicus.if.org Git - libevent/shortlog
libevent
2010-05-26 Nick MathewsonLet evhttp_send_error infer the right error reasons
2010-05-26 Felix NawothnigFix the default HTTP error template
2010-05-26 Nick MathewsonHave the unit tests report errors from test.sh
2010-05-26 Nick MathewsonMake test.sh exit with nonzero status if tests fail
2010-05-26 Nick MathewsonRemove all non-error prints from test/regress.c
2010-05-26 Nick MathewsonRemove the now-obsolete setup_test() and cleanup_test...
2010-05-24 Nick MathewsonUse generic win32 interfaces, not ASCII-only ones,...
2010-05-19 Nick MathewsonMerge branch 'evdns_no_empty_handles'
2010-05-18 Nick MathewsonRemove some dead assignments
2010-05-18 Nick MathewsonIf no evdns request can be launched, return NULL, not...
2010-05-18 Nick MathewsonUse -Wlogical-op on gcc 4.5 or higher
2010-05-18 Nick MathewsonCorrectly recognize .255 addresses as link-local when...
2010-05-17 Nick MathewsonAvoid close of uninitialized socket in evbuffer unit...
2010-05-14 Nick MathewsonReplace (safe) use of strcpy with memcpy to appease...
2010-05-14 Nick MathewsonAdd some missing includes to fix Linux build again
2010-05-13 Nick MathewsonMake test-ratelim clean up after itself better.
2010-05-13 Nick MathewsonAvoid event_del on uninitialized event in event_base_free
2010-05-13 Nick MathewsonAdd options to test-ratelim.c to check its results
2010-05-13 Nick MathewsonDo not check that event_base is set in EVBASE_ACQUIRE_LOCK
2010-05-13 Nick MathewsonRemove the now-unusable EVTHREAD_LOCK/UNLOCK constants
2010-05-13 Nick MathewsonMark the event_err() functions as __attribute__((noreturn))
2010-05-12 Nick MathewsonTest the unlocked-deferred callback case of bufferevents
2010-05-11 Nick MathewsonRemove the obsolete evthread interfaces
2010-05-10 Nick MathewsonBump version to 2.0.5-beta-dev
2010-05-09 Nick MathewsonIncrement version numbers for 2.0.5-beta release-2.0.5-beta
2010-05-09 Nick MathewsonAdd a changelog for 2.0.5-beta
2010-05-09 Nick MathewsonFix some autoconf issues on OpenBSD
2010-05-09 Nick MathewsonDefine _REENTRANT as needed on Solaris, elsewhere
2010-05-08 Nick MathewsonFix test.sh on freebsd
2010-05-08 Nick MathewsonMake test.sh support mingw/msys on win32
2010-05-08 Nick MathewsonFix whitespace in evutil.c
2010-05-08 Nick MathewsonFix another nasty solaris getaddrinfo() behavior
2010-05-08 Nick MathewsonFix getaddrinfo with protocol unset on Solaris 9. Found...
2010-05-08 Nick MathewsonNumerous opensolaris compilation fixes
2010-05-08 Nick MathewsonMake test for bufferevent_connect_hostname system-neutral
2010-05-08 Nick MathewsonMake unit test for add_file able to tell "error" from...
2010-05-08 Nick MathewsonFix bench_http build on win32.
2010-05-08 Nick Mathewsonadd more (currently skipped) add_file tests on win32
2010-05-08 Nick MathewsonFix unused-variable warning when building with threads...
2010-05-08 Nick MathewsonMake evbuffer_add_file() work on windows
2010-05-08 Nick MathewsonImplement regress_make_tempfile on win32 to test evbuff...
2010-05-08 Nick MathewsonFix some crazy macro mistakes in arc4random.c
2010-05-08 Nick MathewsonDetect broken unsetenv at unit-test runtime
2010-05-08 Nick MathewsonOnly add libevent_core.la to LIBADD on mingw
2010-05-06 Nick MathewsonOnly specify -no-undefined on mingw
2010-05-06 Nick MathewsonMerge commit 'chrisd/connect-hostname-report-err'
2010-05-06 Nick MathewsonStop distributing and installing manpages: they were...
2010-05-04 Nick MathewsonRename current_base symbol to event_global_current_base_
2010-05-04 Nick MathewsonFix symbol conflict between mm_*() macros and libmm
2010-05-03 Nick MathewsonTry /proc on Linux as entropy fallback; use sysctl...
2010-05-03 Frank DenisFix nonstandard TAILQ_FOREACH_REVERSE() definition
2010-05-03 Frank DenisRefuse null keys in evhttp_parse_query()
2010-05-02 Sebastian HahnFix a compile warning introduced in 739e688
2010-04-29 Pierre PhaneufAllow empty reason line in HTTP status
2010-04-28 Nick MathewsonRemove redundant checks for lock!=NULL before calling...
2010-04-28 Nick MathewsonFix compilation when openssl support is disabled
2010-04-28 Nick MathewsonCatch attempts to enable debug_mode too late
2010-04-28 Nick MathewsonMake debug mode catch mixed ET and non-ET events on...
2010-04-27 Joachim BauchRelease locks on bufferevents while executing callbacks
2010-04-24 Christopher... Report DNS error when lookup fails during bufferevent_s...
2010-04-24 Nick MathewsonMerge branch 'rpc_leaks'
2010-04-24 Nick MathewsonMerge branch 'arc4seed'
2010-04-24 Nick MathewsonFix a memory leak when unmarshalling RPC object arrays
2010-04-24 Nick Mathewsonfix a leak when unpausing evrpc requests
2010-04-24 Nick MathewsonMake http_base_test stop leaking an event_base.
2010-04-24 Nick MathewsonRemove one last bug in last_with_datap logic. Found...
2010-04-24 Niels Provosdo not leak the request object on persistent connections
2010-04-23 Nick MathewsonFix a couple of bugs in the BSD sysctl arc4seed logic
2010-04-23 Nick MathewsonDocument evutil_secure_rng_init() and evutil_secure_rng...
2010-04-23 Nick MathewsonMake evutil_secure_rng_init() work even with builtin...
2010-04-23 Nick MathewsonSeed the RNG using sysctl() as well as /dev/urandom
2010-04-23 Nick MathewsonMake evdns logging threadsafe
2010-04-23 Nick MathewsonAdd a comment to explain why evdns_request is now separ...
2010-04-23 Christopher... Add dns/search_cancel unit test.
2010-04-23 Christopher... Assert for valid requests as necessary.
2010-04-22 Christopher... Free search state when finished searching to avoid...
2010-04-22 Christopher... Move domain search state to evdns_request.
2010-04-22 Christopher... Ensure that evdns_request is a persistent handle.
2010-04-21 Gilad BenjaminiClean up properly when adding a signal handler fails.
2010-04-14 Sebastian SjöbergReplace EVUTIL_CLOSESOCKET macro with a function
2010-04-14 Nick MathewsonAdd ctags/etags files to .gitignore
2010-04-14 Shuo ChenAdd void* arguments to request_new and reply_new evrpc...
2010-04-14 Shuo ChenExpose the request and reply members of rpc_req_generic()
2010-04-14 Nick MathewsonInitialize last_with_datap correctly in evbuffer_overlapped
2010-04-13 Giuseppe ScrivanoCreate shared libraries under Windows
2010-04-13 Giuseppe ScrivanoDo not inhibit automake dependencies generation
2010-04-13 Giuseppe ScrivanoFix compiler warnings under WIN32
2010-04-13 Nick MathewsonMerge branch 'evbuffer_copyout'
2010-04-13 Nick MathewsonAdd evbuffer_copyout to copy data from an evbuffer...
2010-04-10 Christopher... Merge branch 'safetimevalms'
2010-04-10 Christopher... Always round up when there's a fractional number of...
2010-04-09 Nick MathewsonLimit the maximum number of events on each socket to...
2010-04-09 Nick MathewsonMerge branch 'comment'
2010-04-09 Nick MathewsonAdd a few more evmap/changelist comments
2010-04-09 Nick MathewsonTest another case of evbuffer_prepend
2010-04-09 Nick MathewsonAdd more unit tests for evbuffer_expand
2010-04-09 Nick MathewsonUnit-test every evbuffer_add_file() implementation.
2010-04-02 Christopher... Clean up a mistake in pointer manipulation in evbuffer_...
2010-04-01 Christopher... Add evutil_tv_to_msec for safe conversion of timevals...
2010-03-31 Nick MathewsonRewrite evbuffer_expand and its users
next