]> granicus.if.org Git - libevent/shortlog
libevent
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-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
2012-09-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-09-22 Joachim BauchNo need to reserve space if reading is suspended.
2012-09-22 Joachim BauchStop looping in "consider_reading" if reading is suspended.
2012-09-18 Azat KhuzhinFix typo : events instead of evets
2012-09-13 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-09-13 George DanchevFIx another memleak on OOM in evdns
2012-09-13 George DanchevAvoid a memory-leak on OOM in evdns.
2012-09-10 Nick MathewsonAdd missing return value in event_base_foreach_event
2012-09-07 Nick MathewsonDon't discard SSL read event when timeout and read...
2012-09-07 Nick MathewsonTweak patch for event_base_foreach_event()
2012-09-07 Roman PulsExpose event_base_foreach_event() as a public API.
2012-09-04 Nick MathewsonMerge pull request #61 from rosslagerwall/rename-configure
2012-09-03 Joachim BauchPrevent reference leak of bufferevent if getaddrinfo...
2012-09-03 Ross LagerwallRename configure.in to configure.ac.
2012-08-28 Nick MathewsonWe now require automake 1.9 or later. Modernize!
2012-08-28 Nick MathewsonFix handling of no-python case for nonrecursive make
2012-08-28 Nick MathewsonBe quiet when making regress.gen.[ch]
2012-08-28 Nick MathewsonNew --quiet option for event_rpcgen.py
2012-08-28 Nick MathewsonMake quiet build even quieter
2012-08-28 Nick MathewsonRename subordinate Makefile.ams to include.am
2012-08-28 Nick MathewsonSwitch to non-recursive makefiles
2012-08-28 Nick MathewsonEnable silent build rules by default. Override with V=1
2012-08-28 Nick MathewsonUse newer syntax for autoconf/automake init
next