index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
*
Bump version to 2.0.4-alpha-dev
Nick Mathewson
2010-02-28
*
Add a changelog for 2.0.4-alpha from Git, sorted by hand
Nick Mathewson
2010-02-28
*
Add stub header for 2.0.4-alpha changelog.
Nick Mathewson
2009-11-20
*
Remove most calls to event_err() in http and deal with memory errors instead
Niels Provos
2009-11-19
*
nick found a race condition in the pthreads test case
Niels Provos
2009-11-19
*
On FreeBSD and other OSes, connect can return ECONREFUSED immediately; instea...
Niels Provos
2009-11-19
*
Documentation adjustments
Nick Mathewson
2009-11-19
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
Remove the stupid brokenness where DNS option names needed to end with a
Nick Mathewson
2009-11-16
*
When running set[ug]id, don't check the environment.
Nick Mathewson
2009-11-15
*
Use arc4random() for dns transaction ids where available. Patch taken from O...
Nick Mathewson
2009-11-15
*
Change event_base.activequeues to "array of eventlist".
Nick Mathewson
2009-11-09
*
Patch from Ryan Phillips: accept ipv6 addresses returned by getaddrinfo in ht...
Nick Mathewson
2009-11-09
*
Make persistent timeouts more accurate.
Nick Mathewson
2009-11-09
*
Add an option to disable the timeval cache.
Nick Mathewson
2009-11-09
*
Implement queued timeouts for case where many timeouts are the same.
Nick Mathewson
2009-11-09
*
Fix kqueue.c build on GNU/kFreeBSD systems.
Nick Mathewson
2009-11-06
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Remove compat/sys/_time.h
Nick Mathewson
2009-11-03
*
Avoid calling exit() during event_base_new*()
Nick Mathewson
2009-10-27
*
Give event_assign a return value, and make it less inclined to exit().
Nick Mathewson
2009-10-27
*
Note assert-related change in changelog
Nick Mathewson
2009-10-26
*
API to replace all calls to exit() with a user-supplied fatal-error handler.
Nick Mathewson
2009-10-26
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
*
Fix win32 connect() event handling.
Nick Mathewson
2009-10-21
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
*
Fix compilation for listener.h for C++ - missing extern "C". Patch from Fere...
Niels Provos
2009-10-19
*
When a bufferevent_connect() call fails, give the client an error callback.
Nick Mathewson
2009-10-14
*
Fix some crash bugs when initializing evdns
Nick Mathewson
2009-10-14
*
Add changelog for last commit
Nick Mathewson
2009-10-02
*
Apply Ka-Hing Cheung's event_base_got_[break|exit] patch, with locking and wh...
Nick Mathewson
2009-10-01
*
Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
Niels Provos
2009-09-24
*
Forward-port: fix android compilation
Nick Mathewson
2009-09-23
*
Treat events with fd == -1 as addable.
Nick Mathewson
2009-09-11
*
Make epoll use less RAM.
Nick Mathewson
2009-09-11
*
Add a trivial race-fix from Chromium: do not try to re-detect whether we have...
Nick Mathewson
2009-09-11
*
Treat a negative number of bytes to read as the kernel saying "I don't know."
Nick Mathewson
2009-09-11
*
On connect, call only one of BEV_EVENT_CONNECTED or writecb.
Nick Mathewson
2009-08-19
*
Fix build warnings and add changelog entry for evhttp patches.
Nick Mathewson
2009-08-16
*
Support sendfile on solaris: patch from Caitlin Mercer.
Nick Mathewson
2009-08-16
*
Add a few missing changelog entries
Nick Mathewson
2009-08-09
*
Refactor evbuffer_readln() into a search-for-eol function and an extract-line...
Nick Mathewson
2009-07-31
*
New function to expose bufferevent.enabled
Nick Mathewson
2009-07-31
*
Export sockaddr comparison functionality.
Nick Mathewson
2009-07-30
*
Fix some bugs in bufferevent_socket_connect
Nick Mathewson
2009-07-30
*
Export an ev_socklen_t.
Nick Mathewson
2009-07-30
*
Accessor function to get a listener's associated fd
Nick Mathewson
2009-07-30
*
Changelog entry for msvc fixes.
Nick Mathewson
2009-07-28
*
Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.
Nick Mathewson
2009-07-28
*
Fix segfault during failed allocatino of locked evdns base.
Nick Mathewson
2009-07-28
[next]