]> granicus.if.org Git - libevent/shortlog
libevent
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 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
2010-03-02 Nick MathewsonDistribute libevent.pc.in, not libevent.pc
2010-02-28 Nick MathewsonBump version to 2.0.4-alpha-dev
2010-02-28 Nick MathewsonBump the version to 2.0.4-alpha release-2.0.4-alpha
2010-02-28 Nick MathewsonAdd a changelog for 2.0.4-alpha from Git, sorted by...
2010-02-28 Nick MathewsonFix compilation with --disable-debug-mode
2010-02-28 Nick MathewsonSmall cleanups on freebsd-connect-refused patch.
2010-02-28 Niels Provosdeal with connect() failing immediately
2010-02-25 Nick MathewsonFix arc4random compilation on MSVC.
2010-02-25 Nick MathewsonTry to define a sane _EVENT_SIZEOF_SIZE_T for msvc...
2010-02-25 Nick MathewsonFix mingw compilation
2010-02-24 Nick MathewsonDelete stack-alloced event in new unit test before...
2010-02-24 Nick MathewsonUse new timeval diff comparison function in bufferevent...
2010-02-24 Nick MathewsonAdd test for periodic timers that get activated for...
2010-02-23 Nick MathewsonAdd a test for timeouts on filtering bufferevents.
2010-02-23 Nick MathewsonProvide consistent, tested semantics for bufferevent...
2010-02-23 Nick MathewsonFix a bug in resetting timeouts on persistent events...
2010-02-23 Nick MathewsonFix some race conditions in persistent events and event...
2010-02-23 Nick MathewsonMerge remote branch 'github/split_free_from_decref'
2010-02-23 Nick MathewsonExpose view of current rate limit as constrained by...
2010-02-22 Nick MathewsonMake bufferevent_free() clear all callbacks immediately.
2010-02-20 Nick MathewsonSuspend read/write on bufferevents during hostname...
2010-02-19 Nick MathewsonClean up formatting: function/keyword spacing consistency.
2010-02-18 Nick MathewsonClean up formatting: remove trailing spaces
2010-02-18 Nick MathewsonClean up formatting: use tabs, not 8-spaces, to indent.
2010-02-18 Nick MathewsonClean up formatting: Disallow space-before-tab.
2010-02-18 Nick MathewsonWhen connect() succeeds immediately, don't invoke the...
2010-02-18 Nick MathewsonAdd some headers to fix freebsd compilation
2010-02-18 Nick MathewsonAdd the "compile" script to gitignore.
2010-02-18 Nick MathewsonAdd a unit test for secure rng.
2010-02-18 Nick MathewsonFix getpid() usage on Windows
2010-02-18 Nick MathewsonWhen working without a current event base, don't try...
2010-02-18 Nick MathewsonConstruct Windows locks using InitializeCriticalSection...
2010-02-18 Nick MathewsonMerge branch 'arc4random'
2010-02-18 Nick MathewsonAdd the arc4random.c license to the LICENSE file.
2010-02-16 Nick MathewsonFix two unlocked reads in evbuffer.
2010-02-15 Nick MathewsonUpdate event-config.h version number to match configure.in
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 MathewsonMake RNG work when we have arc4random() but not arc4ran...
2010-02-13 Nick MathewsonUse off_t for the length parameter of evbuffer_add_file
2010-02-11 Nick MathewsonAdd an arc4random implementation for use by evdns
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
next