]> granicus.if.org Git - libevent/shortlog
libevent
2011-08-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-18 Dave HartTry to fix 'make distcheck' errors when building out...
2011-08-18 Nick MathewsonMake the priority inversion code use gettime(), not...
2011-08-18 Nick MathewsonMake max_dispatch_interval able to apply only to low...
2011-08-18 Alexander DrozdovOptimization in event_process_active(): ignore maxcb...
2011-08-18 Nick MathewsonMake sure max_dispatch_callbacks is never negative
2011-08-18 Nick MathewsonAdd event_config function to limit time/callbacks betwe...
2011-08-18 Nick MathewsonMerge branch '20_low_ratelim' into patches-2.0
2011-08-15 Michael HerfSolaris sendfile: correctly detect amount of data sent
2011-08-15 Nick MathewsonMerge remote-tracking branch 'ellzey/debug_timer_add_usec'
2011-08-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-15 Leonid EvdokimovFix request_finished memory leak with debugging turned on.
2011-08-15 Leonid EvdokimovFix evsig_dealloc memory leak with debugging turned on.
2011-08-15 Leonid EvdokimovAnother docstring fix.
2011-08-11 Mark Ellzeymore event dbg updates
2011-08-11 Nick MathewsonFix handling of group rate limits under 64 bytes of...
2011-08-11 Mark Ellzeyadded timeout debug logs to include event ptr.
2011-08-11 Nick MathewsonMerge remote-tracking branch 'ellzey/debug_timer_add_usec'
2011-08-11 Nick MathewsonMerge remote-tracking branch 'ellzey/event_debug_flag'
2011-08-11 Mark EllzeyAdded usec debug in another area for debug
2011-08-11 Mark EllzeyDebug addition for printing usec on TIMEOUT debugging.
2011-08-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-10 Sebastian HahnIgnore deprecation warnings on OS X
2011-08-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-09 Mitchell LivingstonAllow OS-neutral builds for platforms where some versio...
2011-08-08 Nick MathewsonMerge remote-tracking branch 'github/21_split_functions'
2011-08-08 Nick MathewsonMerge remote-tracking branch 'github/21_faster_timeout_adj'
2011-08-06 Mark Ellzeychanged to --enable-verbose-debug
2011-08-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-03 Joachim BauchPropagate errors on the underlying bufferevent to the...
2011-08-02 Mark EllzeyAdded --enable-event-debugging in configure
2011-08-01 Nick MathewsonAdd missing break to evhttp_parse_request_line
2011-08-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-01 Nick MathewsonFix typo in event_compat.h comments.
2011-07-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-19 Nick MathewsonBump version to 2.0.13-stable-dev
2011-07-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-18 Nick MathewsonBump version to 2.0.13-dev release-2.0.13-stable
2011-07-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-18 Nick Mathewsonacks and changelog for 2.0.13-stable
2011-07-18 Nick MathewsonGive Makefile.am echo a non-null argument. msys likes...
2011-07-18 Nick MathewsonFix a warning in evutil_rand when building with threads...
2011-07-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-15 Nick MathewsonUse AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS
2011-07-05 Nick MathewsonMerge remote-tracking branch 'github/21_end_of_buffer'
2011-07-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-05 Nick MathewsonAdd doxygen to .gitignore
2011-07-05 Nick MathewsonFix up test_evutil_snprintf
2011-07-05 Nick MathewsonMerge remote-tracking branch 'github/20_size_fmt' into...
2011-07-05 Nick MathewsonFix a test-call accidentally in the last commit
2011-07-05 Nick MathewsonMore abstraction in test.sh
2011-07-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-05 Nick MathewsonMerge branch 'doxygen' into patches-2.0
2011-07-05 Nick MathewsonUpdate Doxyfile to produce more useful output
2011-07-05 Nick MathewsonRevise the event/evbuffer/bufferevent doxygen for clari...
2011-07-05 Nick MathewsonUse "unlimited select" on OSX so that we can have more...
2011-07-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-05 Nick MathewsonFix select.c compilation on systems with no NFDBITS
2011-07-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-04 Nick MathewsonMerge remote-tracking branch 'github/20_global_locks_in...
2011-07-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-04 Mark EllzeySpeed up invoke_callbacks on evbuffers when there are...
2011-07-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-04 Joachim BauchFix bug in SSL bufferevents backed by a bev with a...
2011-07-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-07-03 Nicholas MarriottFix a few warnings on OpenBSD
2011-06-22 Nick MathewsonFix AIX build issue with TAILQ_FOREACH definition
2011-06-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-21 Harlan StennDon't install event_rpcgen.py when --disable-libevent...
2011-06-20 Nir SofferSet the special "not found" evbuffer_ptr consistantly.
2011-06-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-16 Nick MathewsonMerge branch '20_kqueue_badf' into patches-2.0
2011-06-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-14 Nick MathewsonDon't break when building tests from git without python...
2011-06-13 Nick MathewsonImprove evbuffer_ptr documentation
2011-06-13 Nick MathewsonTweaks to return types with end-of-buf ptrs
2011-06-13 Nir SofferAllow evbuffer_ptr to point to position 0 in an empty...
2011-06-13 Nick MathewsonAllow evbuffer_ptr_set to yield a point just after...
2011-06-13 Nir SofferAdd failing test for evbuffer_search_range.
2011-06-11 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-11 Nick MathewsonSimplify windows commandname logic in tinytest
2011-06-11 Ed DayFix tinytest invocation from windows shell
2011-06-08 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-08 Nick MathewsonUse the correct printf args when formatting size_t
2011-06-08 Mansour MoufidCheck if the `evhttp_new_object' function in `http...
2011-06-08 Nick MathewsonReport kqueue ebadf, epipe, and eperm as EV_READ events
2011-06-08 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-08 Nick MathewsonReplace an assertion for event_base_free(NULL) with...
2011-06-08 Nick MathewsonAdd some missing checks for mm_calloc failures
2011-06-08 Nick MathewsonRemove a needless branch in evbuffer_drain()
2011-06-06 Nick MathewsonFix a bug in the improved EOL_CRLF code
2011-06-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-06 Nick MathewsonFix incorrect results from evbuffer_search_eol(EOL_LF)
2011-06-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-05 Nick MathewsonBump version to 2.0.12-stable-dev
2011-06-05 Nick MathewsonMerge branch 'patches-2.0' of ssh://levent.git.sourcefo...
2011-06-05 Nick Mathewsontweak date on changelog
2011-06-04 Nick MathewsonMerge branch 'patches-2.0' of ssh://levent.git.sourcefo...
2011-06-03 Nick MathewsonChangelog and new credits for 2.0.12-stable release-2.0.12-stable
2011-06-03 Nick MathewsonBump version to 2.0.12-stable. Not release just yet
next