]> granicus.if.org Git - libevent/shortlog
libevent
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 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
2010-03-31 Nick MathewsonFix a memory leak when appending/prepending to a buffer...
2010-03-31 Nick MathewsonMake the no_iovecs case of write_atmost compile
2010-03-31 Nick MathewsonTurn the increasingly complex *_CHAIN() macros into...
2010-03-31 Nick MathewsonReplace last_with_data with a slightly smarter version
2010-03-31 Nick MathewsonFix critical bug in evbuffer_write when writev is not...
2010-03-26 Nick MathewsonMake evbuffer_prepend handle empty buffers better
2010-03-26 Nick MathewsonDo not use evbuffer_expand() to add the first chain...
2010-03-26 Nick MathewsonIncrease MIN_BUFFER_SIZE to 512 (1024 on 64-bit)
2010-03-26 Nick MathewsonFix a free(NULL) in minheap-internal.h
2010-03-26 Nick MathewsonFix minheap code to use replacement malloc functions
2010-03-26 Nick MathewsonRemove a needless min_heap_shift_up_() call
2010-03-23 Patrick GalbraithMake evutil_signal_active() match declaration.
2010-03-23 Trond NorbyeNever test for select() on windows
2010-03-22 Nick MathewsonMerge branch 'build'
2010-03-22 Nick MathewsonUse dist_bin_SCRIPTS, not EXTRA_DIST, to distribute...
2010-03-21 Jardel WeyrichFix infrequent memory leak in bufferevent_init_common().
2010-03-21 Nick MathewsonDetect and refuse reentrant event_base_loop() calls
2010-03-21 Nick MathewsonFunctions to track the total bytes sent over a rate...
2010-03-16 Nick MathewsonMake 'main/many_events' test 70 fds, not 64.
2010-03-13 Nick MathewsonSet mem_offset for every bufferevent type
2010-03-13 Nick MathewsonAvoid an (untriggerable so far) crash bug in buffereven...
2010-03-13 Nick MathewsonFix some memory leaks in the unit tests
2010-03-13 Nick MathewsonFree evdns_base->req_heads on evdns_base_free
2010-03-13 Nick MathewsonFix a write of uninitialized RAM in regression tests
2010-03-13 Nick MathewsonDo not close(-1) when freeing an uninitialized socket...
2010-03-13 Nick MathewsonAvoid a spurious close(-1) on Linux
2010-03-13 Nick MathewsonFix a possible double-free bug in SSL bufferevents...
2010-03-13 Nick MathewsonFix an obnoxious typo in the bufferevent_timeout_filter...
2010-03-13 Nick MathewsonImprove robustness for refcounting
2010-03-12 Nick MathewsonGive a better warning for bad automake versions.
2010-03-12 Nick MathewsonRemove an orphaned RELEASE flag in Makefile.am
2010-03-12 Nick MathewsonSwitch to using AM conditionals in place of AC_LIBOBJ
2010-03-12 Nick MathewsonRemove redundant stuff from EXTRA_DIST
2010-03-12 Nick MathewsonSupport the standard 'make check' target in place of...
2010-03-12 Nick MathewsonMerge branch 'evbuffer_insert_point'
2010-03-12 Nick MathewsonFunctions to manipulate existing rate limiting groups.
2010-03-12 Nick MathewsonTry to comment some of the event code more
2010-03-11 Nick MathewsonAdd some glass-box tests for the last_with_data code.
2010-03-11 Nick MathewsonFix last_with_data compilation on windows
2010-03-11 Nick MathewsonClarify Christopher Clark's status as writer of origina...
2010-03-11 Nick MathewsonAllow evbuffer_read() to split across more than 2 iovecs
2010-03-11 Nick MathewsonRemove previous_to_last from evbuffer
2010-03-11 Nick MathewsonUse last_with_data in place of previous_to_last
2010-03-11 Nick MathewsonRevise evbuffer to add last_with_data
2010-03-11 Nick MathewsonMerge branch 'evport'
2010-03-10 Nick MathewsonMake evdns use the regular logging system by default
2010-03-08 Brodie ThiesfieldAvoid errors in http.c when building with VC 2003 .NET
2010-03-08 Brodie ThiesfieldAvoid errors in evutil.c when building with _UNICODE...
2010-03-05 Nick Mathewsonmore whitespace normalization
2010-03-05 Nick MathewsonReplace users of "int fd" with "evutil_socket_t fd...
2010-03-04 Nick MathewsonAdd Christopher Clark and Maxim Yegorushkin to the...
2010-03-04 Nick MathewsonUpdate all our copyright notices to say "2010"
2010-03-03 Nick MathewsonImprove the speed of evbuffer_readln()
2010-03-03 Nick MathewsonRemove signal_assign() and signal_new() macros.
2010-03-02 Christopher... VC has no getopt(), so do without in bench_http.
2010-03-02 Christopher... Get bench_http to work on Windows; add a switch to...
2010-03-02 Nick MathewsonRevert the broken part of 2cffd6c937
next