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