]> granicus.if.org Git - libevent/shortlog
libevent
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...
2012-11-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-16 Patrick Pelletierremove stray 'x' so print_err will compile when uncommented
2012-11-16 Nick MathewsonMerge pull request #27 from pallas/master
2012-11-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-16 Nick MathewsonMake rpcgen_wrapper.sh work on systems without a "pytho...
2012-11-16 Nick MathewsonAdd a unit test in which an event is created with event...
2012-11-16 Nick MathewsonMerge branch '21_event_cleanup_v3'
2012-11-16 Nick MathewsonFree dangling event_once objects on event_base_free()
2012-11-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-15 Nick MathewsonWarn when openssl version in unit test mismatches compi...
2012-11-15 Nick MathewsonFix renegotiation test to work around openssl 1.0.1 bug
2012-11-15 Nick MathewsonUse the same CFLAGS for openssl when building unit...
2012-11-14 Patrick Pelletierpreserve errno in evhttp_connection_fail_ for inspectio...
2012-11-10 Derrick PallasFix event_dlist definition when sys/queue not included
2012-11-06 Nick MathewsonClean up unit test for evbuffer_file_segment_add_cleanu...
2012-11-06 yangacerAdd a new callback to get called on evbuffer_file_segme...
2012-11-02 Nick MathewsonMerge remote-tracking branch 'github/20_win64_compilati...
2012-11-02 Nick MathewsonFix compilation on mingw64 with -DUSE_DEBUG
2012-11-02 Nick MathewsonFix a few mingw64 incompatibilities introduced since 2.0
2012-11-01 Nick MathewsonMerge remote-tracking branch 'github/20_win64_compilati...
2012-11-01 Nick MathewsonFix some warnings found cross-compiling with mingw32
2012-11-01 Nick MathewsonCompile without warnings on mingw64
2012-11-01 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/python2'
2012-10-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-26 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/python2...
2012-10-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-26 Juan Pablo... Close IOCP listener socket on free when LEV_OPT_CLOSE_O...
2012-10-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-25 Nick MathewsonMerge remote-tracking branch 'public/20_bev_timeout_sem...
2012-10-24 Patrick Pelletierfix a few trivial documentation typos
2012-10-23 Ross LagerwallUse python2 rather than python
2012-10-23 Ross LagerwallUse python2 rather than python
next