]> granicus.if.org Git - libevent/shortlog
libevent
2011-02-22 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-02-22 Nick MathewsonCorrectly detect and stop non-chunked http requests...
2011-02-18 Nick Mathewsonfix spelling mistake in whatsnew-2.0.txt
2011-02-15 Nick MathewsonCorrect evhttp_del_accept_socket documentation on wheth...
2011-02-13 Nick MathewsonMerge branch '20_evport_pollhup' into patches-2.0
2011-02-13 Nick MathewsonClarify event_set_mem_functions doc
2011-02-09 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-02-09 Nick MathewsonFix a type error in our (unused) arc4random_stir()
2011-02-03 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-02-03 Sebastian HahnFix warnings about AC_LANG_PROGRAM usage
2011-02-01 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-02-01 Dave HartFix test.sh output on solaris
2011-01-31 Nick MathewsonDo not check for gethostbyname_r versions if we have...
2011-01-31 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-01-31 Nick MathewsonAdd compile-time check for AF_UNSPEC==PF_UNSPEC
2011-01-31 Nick MathewsonFix http unit test on non-windows platforms without...
2011-01-31 Nick MathewsonBuild on systems without AI_PASSIVE
2011-01-24 Nick MathewsonTry to build correctly on platforms with no IPv6 support
2011-01-24 Nick MathewsonBuild correctly on platforms without sockaddr_storage
2011-01-24 Nick MathewsonFall back to sscanf if we have no other way to implemen...
2011-01-24 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-01-24 Nick MathewsonMake --enable-gcc-warnings a no-op if not using gcc
2011-01-24 Dave HartAllow use of --enable-silent-rules for quieter compilat...
2011-01-13 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-01-13 Nick MathewsonCorrectly free selectop fields when select_resize fails...
2011-01-07 Nick MathewsonHandle resize failures in the select backend better.
2011-01-07 Jardel WeyrichUse event_err() only if the failure is truly unrecoverable.
2011-01-07 Jardel WeyrichDetect and handle more allocation failures.
2011-01-07 Nick MathewsonMerge remote branch 'kev009/21_ac_use_system_extensions'
2011-01-07 Kevin BowlingAdd evconfig-private to remaining files
2011-01-07 Kevin BowlingShell hack for weird mkdir -p commands
2011-01-07 Kevin BowlingRemove use and reference to event-private.h
2011-01-06 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-01-06 Trond NorbyeCheck for POLLERR, POLLHUP and POLLNVAL for Solaris...
2011-01-03 Kevin BowlingPrefer the ./configure evconfig-private.h in MinGW...
2011-01-03 Kevin BowlingBackport libevent to vanilla Autoconf 2.59 (as used...
2011-01-02 Kevin BowlingAdd an evconfig-private.h stub for Win32.
2011-01-02 Kevin BowlingAdd an include guard
2011-01-02 Kevin BowlingInclude evconfig-private.h in internal files for great...
2011-01-02 Kevin BowlingFix a comment warning and add evconfig-private.h to...
2011-01-02 Kevin BowlingRemove event-private.h and switch to evconfig-private.h
2011-01-02 Kevin BowlingUse a Configuration Header Template for evconfig-private.h
2011-01-02 Kevin BowlingRevert "evconfig-private.h with recusive configure...
2011-01-02 Kevin Bowlingevconfig-private.h with recusive configure subdirs
2011-01-02 Kevin BowlingAdd AC_GNU_SOURCE to the fallback case.
2011-01-02 Nick MathewsonMerge remote branch 'origin/patches-2.0'
2011-01-02 Nick MathewsonFix compilation on Windows with NDEBUG
2011-01-02 Nick MathewsonFix evport handling of POLLHUP and POLLERR
2010-12-23 Kevin BowlingEliminate a couple more manual internal _GNU_SOURCE...
2010-12-23 Kevin BowlingRemove internal usage of _GNU_SOURCE
2010-12-23 Kevin BowlingAdd event-private.h to noinst_HEADERS
2010-12-23 Kevin BowlingFilter '# define' statements from autoconf and generate...
2010-12-23 Kevin BowlingAdd AC_USE_SYSTEM_EXTENSIONS to configure.in.
2010-12-21 Nick MathewsonMerge branch 'file_offset_v2'
2010-12-21 Nick MathewsonRefactor addfile tests; add test for big files and...
2010-12-21 Nick MathewsonAdd CreateFileMapping file_segment implementation for...
2010-12-21 Nick MathewsonAdd support for mmaps with nonzero offset values. ...
2010-12-21 Nick MathewsonAdd evbuffer_add_file_segment() so one fd can be used...
2010-12-16 Nick MathewsonMerge branch 'epoll_table_v2'
2010-12-16 Nick MathewsonReindent epoll_apply_one_change()
2010-12-16 Nick MathewsonClean up error handling in epoll_apply_one_change(...
2010-12-16 Nick MathewsonReplace big chain of if/thens in epoll.c with a table...
2010-12-16 Nick MathewsonUse GetSystemTimeAsFileTime to implement gettimeofday...
2010-12-16 Mike SmellieUse current event set rather than current pending chang...
2010-12-16 Nick MathewsonBump version in master to 2.1.0-alpha-dev
2010-12-16 Nick MathewsonBump version to 2.0.10-stable-dev
2010-12-16 Nick MathewsonAdd changelog for 2.0.10-stable release-2.0.10-stable
2010-12-15 Nick MathewsonAdd more acknowledgements to the readme for 2.0.10...
2010-12-15 Nick MathewsonSet the version to 2.0.10-stable
2010-12-14 Evan JonesEVUTIL_ASSERT: Use sizeof() to avoid "unused variable...
2010-12-09 Nick MathewsonAdd stuff to whatsnew based on reading include changes...
2010-12-09 Nick MathewsonDocument that the cpu_hint is only used on Windows...
2010-12-09 Nick MathewsonConsistentize tabs
2010-12-09 Nick MathewsonRemove end-of-line whitespace
2010-12-09 Nick Mathewsontweak readme, whatsnew
2010-12-07 Nick MathewsonFix a signed/unsigned comparison in the last commit
2010-12-07 Constantine... Reject overlong http requests early when Expect:100...
2010-12-03 Evan Jonestests: Use relative includes ("") instead of system...
2010-12-03 Evan Jonestests: Use new event2 headers instead of old compatibil...
2010-12-02 Evan JonesUse relative includes instead of system includes consis...
2010-12-02 Evan Jonesbufferevent-internal.h: Use the new event2/util.h heade...
2010-12-02 Nick MathewsonCorrectly notify the main thread when activating an...
2010-11-30 Kelly BrockMinor fix for IOCP shutdown handling fix
2010-11-30 Nick MathewsonIncrement version to 2.0.9-rc-dev
2010-11-30 Nick MathewsonGive the correct date for 2.0.9-rc in the changelog release-2.0.9-rc
2010-11-30 Nick MathewsonIncrement version to 2.0.9-rc
2010-11-30 Nick MathewsonBump VERSION_INFO to 5:0:0
2010-11-30 Nick MathewsonChangelog and acknowledgments for 2.0.9-rc
2010-11-30 Nick MathewsonFix win32 build of http-server.c with unicode enabled
2010-11-30 Nick MathewsonCorrectly detect timeouts during http connects
2010-11-30 Nick MathewsonTry to fix an assertion failure related to close detection
2010-11-30 Nick MathewsonPossible crash fix when freeing an underlying buffereve...
2010-11-30 Nick MathewsonMerge remote branch 'chrisd/http_continue'
2010-11-30 Christopher... Preliminary support for Continue expectation in evhttp.
2010-11-30 Nick Mathewsonmake http-server example code build on win32
2010-11-30 Nick MathewsonFix http-server.c compilation on freebsd
2010-11-29 Nick MathewsonMerge remote branch 'chrisd/http_fixes2'
2010-11-29 Christopher... Add a few more comments.
2010-11-26 Nick Mathewsonadd http-server to gitignore
2010-11-26 Nick MathewsonFix a misplaced ) in http_server.c
next