]> granicus.if.org Git - libevent/shortlog
libevent
2014-02-25 Trond NorbyeAdd option to build shared library
2014-02-19 Trond NorbyeRename event_extras to event_extra
2014-02-15 Nick MathewsonMerge pull request #108 from trondn/cmake-build-fix
2014-02-14 Trond NorbyeAdd cmake-related files to .gitignore
2014-02-14 Trond NorbyeAdded -Qunused-arguments for clang on macosx
2014-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-02-09 Nick Mathewsonbufferevent_pair: don't call downcast(NULL)
2014-01-27 John OhlTweaked callbacks to prevent race condition (https...
2014-01-27 John OhlTweaked callbacks to prevent race condition (https...
2014-01-24 Joakim SoderbergAdded a Travis-CI configuration file.
2014-01-22 Nick MathewsonMerge remote-tracking branch 'joakimsoderberg/win32_fixes'
2014-01-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-01-22 Marcin JuszkiewiczCheck does arch have the epoll_create and __NR_epoll_wa...
2014-01-22 Joakim SoderbergCheck for OSX when checking for clang.
2014-01-22 Joakim SoderbergGuard against EVENT_NOWIN32 being set during testing.
2014-01-22 Joakim SoderbergFix https-client compilation on Windows.
2014-01-21 Joakim SöderbergCMake: Get rid of python not found warning when regress...
2014-01-21 Joakim SöderbergFix CMake compile when OpenSSL is disabled.
2014-01-21 Nick MathewsonSplit epoll lookup table into a separate header file
2014-01-21 Nick MathewsonExpand EV_CLOSED documentation a bit
2014-01-21 Nick MathewsonMerge remote-tracking branch 'origin/pr/98'
2014-01-21 Nick MathewsonDisclaimerize cmake a little in the README
2014-01-21 Nick MathewsonMerge remote-tracking branch 'joakimsoderberg/new_cmake'
2014-01-21 Joakim SöderbergFix broken autotools build.
2014-01-21 Nick MathewsonFix a c90 warning
2014-01-21 Joakim SöderbergCheck if we're on OSX before disabling deprecation...
2014-01-21 Joakim SöderbergChange all uses of WIN32 to _WIN32
2014-01-21 Joakim SöderbergFix include bug.
2014-01-18 Diego GiagioImplemented EV_CLOSED event for epoll backend (EPOLLRDHUP).
2014-01-14 Joakim SoderbergForgotten headers for old nmake project compatability.
2014-01-14 JoakimSoderbergClean up the README some.
2014-01-14 Joakim SoderbergUpdate README with CMake build instructions.
2014-01-14 Joakim SoderbergRename README to README.md and use markdown to format.
2014-01-14 Joakim SoderbergFix so that old nmake project still builds.
2014-01-14 Joakim SoderbergSet USE_DEBUG=1 on EVENT__ENABLE_VERBOSE_DEBUG
2014-01-14 Joakim SoderbergSome work on making it possible to simply do add_subdir...
2014-01-10 Joakim SoderbergFix typo
2014-01-09 Joakim SoderbergAdd CMake config and install targets.
2014-01-08 Nick MathewsonFix even more coverity warnings.
2014-01-08 Nick MathewsonFix a couple of compilation warnings in regress_http.c
2014-01-08 Nick MathewsonRemove spurious checks in evrpc.c error cases (coverity)
2014-01-08 Nick MathewsonWhoops; fix compilation in bench.c
2014-01-08 Nick MathewsonFix coverity warnings in benchmark tools.
2014-01-08 Nick MathewsonFix a pile of coverity warnings in the unit tests
2014-01-07 Nick MathewsonMerge remote-tracking branch 'asweeny86/on-complete-cb'
2014-01-07 Andrew SweeneyUpdate unit test to make sure that the callback happens...
2014-01-07 Andrew Sweeneyevhttp_request_set_on_complete_cb to be more specific...
2014-01-06 Nick MathewsonMerge remote-tracking branch 'asweeny86/event-count...
2014-01-06 Andrew SweeneyProvide on request complete callback facility
2014-01-05 Andrew SweeneyAdded unit test for max event counts
2014-01-05 Andrew SweeneyFixed bug using wrong variable in max event compare
2013-12-30 Andrew SweeneyAdd access to max event count stats
2013-12-24 Nick MathewsonRemove unneeded declaration in bufferevent-internal.h
2013-12-24 Nick MathewsonFix needless bufferevent includes in evdns.c
2013-12-24 Nick MathewsonFix a couple of "#ifdef WIN32" instances
2013-12-24 Nick MathewsonSample HTTPS Client: Set hostname for SNI extension...
2013-12-24 Antony Antony fix for ServFail from RIPE Atlas release
2013-12-24 Nick MathewsonSmall tweaks to https-client.c
2013-12-24 Nick MathewsonMerge remote-tracking branch 'resetius/https'
2013-12-24 Nick MathewsonMerge remote-tracking branch 'rbalint/from-forked-daapd'
2013-12-24 Nick MathewsonMinor optimizations on bufferevent_trigger options
2013-12-24 Nick MathewsonMake bufferevent_trigger_nolock_() inline
2013-12-24 Nick MathewsonMerge remote-tracking branch 'mistotebe/bufferevent_tri...
2013-12-24 Nick MathewsonUnit tests for active_by_fd; unsupport active_by_fd...
2013-12-22 Nick MathewsonAdd event_base_active_by_signal by analogy
2013-12-22 Nick MathewsonSanity-check arguments to event_base_active_by_fd()
2013-12-22 Nick MathewsonMerge remote-tracking branch 'ghazel/event_base_active_...
2013-12-22 Nick MathewsonRefactor evmap_{io,signal}_active_() to tolerate bad...
2013-12-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-12-20 Nick MathewsonMerge remote-tracking branch 'sourceforge/patches-2...
2013-12-20 Nick MathewsonTypo fixes from Linus Nordberg
2013-12-20 Nick MathewsonTypo fixes from Linus Nordberg
2013-12-19 Joakim SoderbergAdded EVENT__ENABLE_GCC_WARNINGS, turns all warnings...
2013-12-19 Joakim SoderbergOnly look for ZLib when it is used (if tests are included).
2013-12-19 Joakim SoderbergFix the "make verify" target on NetBSD
2013-12-17 Joakim SoderbergAdd a "make verify_coverage" target generation coverage...
2013-12-17 Joakim SoderbergGet rid of unknown pragma warnings.
2013-12-17 Joakim SoderbergMinimum required python version is 2.4.
2013-12-17 Joakim SoderbergChange the BSD license from 4 to 3-clause.
2013-12-17 Joakim SöderbergAdded a test for testing if kqueue works with pipes.
2013-12-17 Joakim SöderbergFix kqueue support.
2013-12-17 Joakim SöderbergGet rid of deprecation warnings for OpenSSL on OSX...
2013-12-16 Joakim SoderbergFix the make "verify" target on Windows.
2013-12-16 Nick MathewsonClarify event_base_loop exit conditions
2013-12-16 Joakim SoderbergAdded a "make verify" target.
2013-12-16 Joakim SoderbergOnly test the event backends available on the system.
2013-12-16 Joakim SoderbergDon't segfault on no found event backend.
2013-12-16 Joakim SoderbergFix bench_cascade program on Windows.
2013-12-16 Joakim SoderbergOnly include WIN32 getopt where it is used.
2013-12-16 Joakim SoderbergAdd copyright and licensing files for CMake modules.
2013-12-16 Joakim SoderbergUse evutil_closesocket instead.
2013-12-13 Joakim SoderbergAdded some GCC specific options.
2013-12-13 Joakim SoderbergLink libm on unix platforms.
2013-12-13 Joakim SoderbergGenerate a dummy evconfig-private.h so things build...
2013-12-12 Joakim SoderbergMore work on adding tests to CMake project
2013-12-12 Joakim SoderbergAdd all tests and benchmarks to CMake project.
2013-12-09 Joakim SoderbergInitial CMake commit.
2013-12-09 Joakim SoderbergFix non-C89 variable declaration.
2013-12-09 Joakim SoderbergFix non-C89 variable declaration.
2013-12-06 Nick MathewsonRename flush_outdated_host_addresses to clear_host_addr...
next