]> granicus.if.org Git - libevent/shortlog
libevent
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 Mansour MoufidCheck if the `evhttp_new_object' function in `http...
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
2011-06-03 Nick MathewsonFix regress_ssl.c build on openbsd
2011-06-02 Nick MathewsonFix windows file segment mappings
2011-06-01 Nick MathewsonAvoid a segfault when all methods are disabled or broken
2011-06-01 Nick MathewsonTry to squeeze a little more speed out of EVBUFFER_EOL_CRLF
2011-06-01 Nick MathewsonMerge remote-tracking branch 'github/master'
2011-06-01 Nick MathewsonMerge pull request #17 from minaguib/master
2011-06-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-06-01 Nick Mathewsoncygwin: make it possible to build DLLs
2011-05-31 Mina NaguibRoughly 20% speed increase when line-draining a buffer...
2011-05-30 Nick MathewsonMerge branch '21_evport_improved'
2011-05-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-30 Nick MathewsonMerge branch '20_select_nfds' into patches-2.0
2011-05-30 Nick MathewsonFix a fencepost bug in the select backend
2011-05-28 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-28 Nick MathewsonMake the new http_connect_fail_test use a multicast...
2011-05-28 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-28 Peter RosinInitializeCriticalSectionAndSpinCount requires _WIN32_W...
2011-05-28 Nick MathewsonAllow base-notification functions to exist without...
2011-05-27 Nick MathewsonReenable main/many_events_slow_add for evport in 2.1
2011-05-27 Nick Mathewsonevport: Remove artificial low limit on max events per...
2011-05-27 Nick Mathewsonevport: don't scan more events in ed_pending than needed
2011-05-27 Nick Mathewsonevport: Use portev_user to remember fdinfo struct
2011-05-27 Nick Mathewsonevport: Remove a linear search over recent events when...
2011-05-27 Nick Mathewsonevport: use evmap_io to track fdinfo status. Should...
2011-05-27 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-27 Nick MathewsonFix a couple of signed/unsigned warnings in http.c
2011-05-27 Nick MathewsonDisable main/many_events_slow_add with evport backend
2011-05-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-26 Nick MathewsonFix compilation.
2011-05-26 Nick MathewsonMerge branch 'intcmp_overflow_fixes' into patches-2.0
2011-05-26 Mark Ellzeyupdated EV_S(s)IZE definitions
2011-05-26 Mark EllzeyAdded overflow checks in evhttp_read_body and evhttp_ge...
2011-05-26 Mark EllzeyAdded several checks for under/overflow conditions...
2011-05-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-26 Sebastian HahnAlways use evutil_snprintf, even if OS provides it
2011-05-26 Peter RosinDo not define WIN32 in Makefile.nmake
2011-05-26 Peter RosinIn configure, test for _WIN32 not WIN32.
2011-05-26 Nick MathewsonUse "_WIN32", not WIN32: it's standard and we don't...
2011-05-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-25 Peter RosinUse evutil_gettimeofday instead of relying on the syste...
2011-05-25 Peter RosinFix winsock2.h #include issues with MSVC
2011-05-25 Peter RosinMake sure TINYTEST_LOCAL is defined when building tinyt...
2011-05-25 Peter Rosinunistd.h and sys/time.h might not exist.
2011-05-25 Peter RosinMSVC does not provide S_ISDIR, so provide it manually.
2011-05-25 Peter RosinBring in the compile script from automake, if needed.
2011-05-25 Peter RosinMake the tests build when OpenSSL is not available.
2011-05-25 Peter RosinLink with -lshell32 and -ladvapi32 on Win32.
2011-05-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-25 Nick MathewsonFix new warnings from GCC 4.6
2011-05-23 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-23 Mansour MoufidPrevent size_t overflow in evhttp_htmlescape.
2011-05-23 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-23 Nick MathewsonFix a bug that prevented us from configuring IPv6 names...
2011-05-23 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-23 Kevin KoTest case for 0848814ac49616
2011-05-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-21 Kevin KoFix failing assertion introducd in commit 0d6622e
2011-05-21 Nick MathewsonMerge remote-tracking branch 'ellzey/feature/evhttp_par...
2011-05-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-20 Dave HartFix compilation with GCC 2, which had no __builtin_expect
2011-05-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-06 Sebastian HahnFix a compile warning with zlib 1.2.4 and 1.2.5
2011-05-06 Sebastian HahnCorrectly detect openssl on windows
2011-05-06 Mark EllzeyPerformance tweak to evhttp_parse_request_line.
2011-05-06 Sebastian HahnMove the win32 detection in configure.in
2011-05-06 Sebastian HahnUse OPENSSL_LIBS in Makefile.am
2011-05-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-04 Peter RosinLibtool brings in the dependencies of libevent_openssl...
2011-05-04 Peter Rosinlibssl depends on libcrypto, not the other way around.
2011-05-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-03 Nick MathewsonOops; that new unit test breaks for epoll. Fix it.
2011-05-03 Nick MathewsonFix a warn-and-fail bug in kqueue by providing kevent...
2011-05-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-05-03 Nick MathewsonAdd missing words to EVLOOP_NONBLOCK documentation
2011-04-28 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-04-28 Nick MathewsonBump version to 2.0.11-stable-dev
next