]> granicus.if.org Git - libevent/shortlog
libevent
2013-04-05 Nick MathewsonAdd an environment variable (EVENT_DEBUG_MODE) to run...
2013-04-01 Nick MathewsonMerge branch '21_empty_strlcpy'
2013-03-31 Nick MathewsonDo not build strlcpy.c when it will have no code.
2013-03-29 Nick MathewsonMerge pull request #75 from altf4/master
2013-03-29 Dan PetroSpecify return behavior in header for evbuffer_pullup...
2013-03-28 Nick MathewsonMerge pull request #47 from ppelleti/https
2013-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-03-26 Nick MathewsonFix a typo in a comment in buffer.h. Spotted by Alt_F4
2013-03-15 Nick Mathewsonbuild test/test-script.sh on systems with a less-featur...
2013-03-15 Nick MathewsonMake --disable-libevent-regress work again
2013-03-05 Nate RosenblumDouble-check next timeout when adding events
2013-03-01 Azat KhuzhinTest: decoding just part of string with evhttp_decode_u...
2013-03-01 Azat KhuzhinMove prototype of evhttp_decode_uri_internal() to http...
2013-02-28 Azat Khuzhinuri decode: changed the test for the existence of the...
2013-02-28 Azat Khuzhinuri decode: fix for warning "use of uninitialised value"
2013-02-28 Patrick Pelletierpull in wildcard matching code from cURL
2013-02-28 Patrick Pelletieravoid sign mismatch warning in openssl_hostname_validat...
2013-02-28 Patrick Pelletieruse iSECPartners code to validate hostname in certificate
2013-02-28 Patrick Pelletieruse Debian's default root certificate location
2013-02-28 Patrick Pelletierbetter handling of OpenSSL errors
2013-02-28 Patrick Pelletierhttps-client was putting newlines at 256-byte boundaries
2013-02-28 Patrick Pelletieruse ${OPENSSL_LIBS} instead of -lssl -lcrypto
2013-02-28 Catalin PatuleaAdd sample/https-client.c, an example of stacking evhtt...
2013-02-26 Nick MathewsonMerge pull request #41 from ppelleti/winsock-errs
2013-02-26 Patrick Pelletiertest filling up the hash table a bit
2013-02-26 Patrick Pelletieruse hashtable instead of linked list to cache winsock...
2013-02-15 Patrick Pelletiermake sure caching works, and we don't leak memory
2013-02-15 Patrick Pelletieruse FormatMessage for winsock errors
2013-02-15 Patrick Pelletiera program to print out the error strings for winsock...
2013-02-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-14 Greg Hazelfix #73 and fix http_connection_fail_test to catch it
2013-02-13 Nick MathewsonUnit test for event_remove_timer with EV_PERSIST.
2013-02-13 Nick MathewsonMake event_remove_timer behave correctly with persisten...
2013-02-11 Nick MathewsonMerge remote-tracking branch 'ppelleti/nmake-clean...
2013-02-09 Nick MathewsonAvoid using $(top_srcdir) in TESTS.
2013-02-09 Nick MathewsonUse AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS...
2013-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-09 Nick MathewsonAvoid using top_srcdir in TESTS-new automakes do not...
2013-02-09 Nick MathewsonRename configure.in to configure.ac to appease newer...
2013-02-08 Nick MathewsonUse AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS...
2013-02-08 Patrick Pelletier"buffer" spelling
2013-02-08 Patrick Pelletierremove all exes on "make clean", not just regress.exe
2013-02-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-05 Nick MathewsonFix a locking error in bufferevent_socket_get_dns_error.
2013-02-04 Nick MathewsonMerge pull request #30 from ppelleti/valgrind-epoll
2013-02-04 Nick MathewsonMerge pull request #39 from azat/fix-http-for-ipv6
2013-02-04 Nick MathewsonMerge pull request #37 from ppelleti/fix-indentation
2013-02-04 Nicholas HeathPreliminary changes for Minix3.
2013-01-26 Azat KhuzhinAdd regress test ipv6_for_domain.
2013-01-23 Nick MathewsonImplement EVUTIL_ERR_IS_EAGAIN on windows.
2013-01-22 Azat KhuzhinFix ipv6 support for http. When URL contain domain...
2013-01-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-01-22 Gyepi SamFix a mistake in evbuffer_remove() arguments in example...
2013-01-19 Patrick Pelletierfix some hinky indentation in evhttp_make_request
2013-01-17 Volker LendeckeFix typo : Dispatching instead of Dispaching
2013-01-12 Nick MathewsonWhen EWOULDBLOCK is not EAGAIN, treat it as equivalent...
2012-12-31 Sebastian HahnFix harmless clang enum warning
2012-12-23 Sebastian HahnFix comment to refer to sample/include.am correctly
2012-12-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-12-20 Nick MathewsonAvoid double-close on getsockname error in evutil_ersat...
2012-12-20 Nick MathewsonAvoid leaking fds on evconnlistener with no callback set
2012-12-11 Nick MathewsonFix cut-and-paste err in whatsnew-2.1
2012-12-08 Patrick Pelletierminor documentation typos
2012-12-04 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-12-04 Nick MathewsonFix compilation with WIN32_HAVE_CONDITION_VARIABLES...
2012-11-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-19 Nick MathewsonIncrement version to 2.0.21-stable-dev
2012-11-19 Nick MathewsonIncrement version to 2.1.2-alpha-dev
2012-11-19 Nick MathewsonFix a bug when running "make verify" out-of-tree release-2.1.2-alpha
2012-11-19 Nick MathewsonClean up and clarify a little more documentation
2012-11-19 Nick MathewsonMake the argument to bufferevent_get_priority const
2012-11-18 Nick MathewsonAvoid defining recommended functions in terms of deprec...
2012-11-18 Nick MathewsonUpdate "what's new in Libevent 2.1"
2012-11-18 Nick MathewsonBump versions to 2.1.2-alpha
2012-11-18 Nick MathewsonUpdate changelog for 2.1.2-alpha
2012-11-18 Nick MathewsonUpdate ChangeLog-2.0
2012-11-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-18 Nick MathewsonFix a gcc warning in rtrim test
2012-11-18 Nick MathewsonFix a warning when building without threading.
2012-11-18 Nick MathewsonIncrement libtool version for 2.0.21 too release-2.0.21-stable
2012-11-18 Nick MathewsonIncrement version to 2.0.21-stable
2012-11-18 Nick MathewsonChangelog for 2.0.21-stable
2012-11-18 Nick MathewsonMake ssl version check in unit tests work
2012-11-17 Patrick Pelletieravoid valgrind false positive by zeroing epoll_event
2012-11-16 Nick MathewsonMake bufferevent_set_timeouts(bev, NULL, NULL) have...
2012-11-16 Nick MathewsonAdd an event_remove_timer() to remove timer on an event...
2012-11-16 Nick MathewsonFix a couple of compile warnings in the unit tests
2012-11-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-16 Nick MathewsonAvoid crash when event_pending() called with no event_b...
2012-11-16 Nick MathewsonUse EVUTIL_SOCKET_ERROR() wrapper to save/restor errno...
2012-11-16 Nick MathewsonMerge remote-tracking branch 'ppelleti/preserve-errno'
2012-11-16 Jay R. Wrenadd evhttp_request_get_response_code_line
2012-11-16 Nick MathewsonMove evutil_rtrim_lws_ to evutil.c where it belongs
2012-11-16 Nick MathewsonRemove internal ws from multiline http headers correctly
2012-11-16 Nick MathewsonRemove trailing tabs in HTTP headers as well.
2012-11-16 Nick MathewsonClean up rtrim implementation
2012-11-16 Artem Germanovignore LWS after field-content in headers
2012-11-16 Nick MathewsonMerge remote-tracking branch 'azat/fix-typo-evets'
2012-11-16 Nick MathewsonMerge remote-tracking branch 'ppelleti/tiny-doc-typos'
2012-11-16 Nick MathewsonUse correct openssl libs and includes in pkgconfig...
next