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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify even more about various system-specific problems with getaddrinfo
Nick Mathewson
2009-11-17
1
-0
/
+4
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
3
-0
/
+176
*
Remove the stupid brokenness where DNS option names needed to end with a
Nick Mathewson
2009-11-16
1
-1
/
+2
*
Add an option to disable the timeval cache.
Nick Mathewson
2009-11-09
1
-1
/
+5
*
Implement queued timeouts for case where many timeouts are the same.
Nick Mathewson
2009-11-09
2
-1
/
+26
*
Build fixes for MSVC
Nick Mathewson
2009-11-05
1
-0
/
+3
*
Fix another ssize_t user
Nick Mathewson
2009-11-05
1
-3
/
+3
*
Implement size limits on HTTP header length and body length.
Nick Mathewson
2009-11-04
2
-0
/
+14
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
2
-1
/
+34
*
Call the bufferevent_flush_mode variable "mode" more consistently in the docu...
Nick Mathewson
2009-11-02
1
-3
/
+3
*
Keep openssl errors associated with the right bufferevent object.
Nick Mathewson
2009-10-30
1
-0
/
+2
*
Give event_assign a return value, and make it less inclined to exit().
Nick Mathewson
2009-10-27
1
-1
/
+3
*
API to replace all calls to exit() with a user-supplied fatal-error handler.
Nick Mathewson
2009-10-26
1
-0
/
+15
*
Expose a narrow window to the IOCP code.
Nick Mathewson
2009-10-23
1
-1
/
+3
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
3
-10
/
+8
*
Fix compilation for listener.h for C++ - missing extern "C". Patch from Fere...
Niels Provos
2009-10-19
1
-0
/
+8
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-1
/
+1
*
Declare struct timezone in util.h so that borken mingw versions do not complain
Nick Mathewson
2009-10-12
1
-0
/
+1
*
Apply Ka-Hing Cheung's event_base_got_[break|exit] patch, with locking and wh...
Nick Mathewson
2009-10-01
1
-0
/
+28
*
Define evhttp_del_accept_socket
Nick Mathewson
2009-08-16
1
-0
/
+16
*
Define evhttp_{bind,accept}_socket_with_handle
Nick Mathewson
2009-08-16
1
-0
/
+25
*
Make evhttp_bound_socket visible, and provide an accessor to its fd
Nick Mathewson
2009-08-16
1
-0
/
+10
*
Minor documentation fixes
Nick Mathewson
2009-08-16
1
-4
/
+6
*
New function to put an SSL bufferevent into a renegotiating state.
Nick Mathewson
2009-08-14
1
-0
/
+2
*
When bufferevent_socket_connect is called with no address, assume that our ex...
Nick Mathewson
2009-08-09
1
-0
/
+4
*
Add an evbuffer_search_range() to search a bounded range of a buffer
Nick Mathewson
2009-08-07
1
-0
/
+16
*
Refactor evbuffer_readln() into a search-for-eol function and an extract-line...
Nick Mathewson
2009-07-31
1
-0
/
+18
*
New function to expose bufferevent.enabled
Nick Mathewson
2009-07-31
1
-0
/
+7
*
Export sockaddr comparison functionality.
Nick Mathewson
2009-07-30
1
-0
/
+8
*
Add a function to extract the SSL object from a bufferevent_openssl.
Nick Mathewson
2009-07-30
1
-0
/
+4
*
Export an ev_socklen_t.
Nick Mathewson
2009-07-30
1
-0
/
+8
*
Accessor function to get a listener's associated fd
Nick Mathewson
2009-07-30
1
-0
/
+3
*
Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.
Nick Mathewson
2009-07-28
1
-0
/
+8
*
Various MSVC cleanups from Brodie Thiesfield.
Nick Mathewson
2009-07-28
1
-0
/
+1
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
2
-17
/
+97
*
Correct the signatures for evdns_configure_windows_nameservers(), now that it...
Nick Mathewson
2009-07-21
2
-2
/
+7
*
Rename encode_int(64) to avoid polluting the global namespace.
Nick Mathewson
2009-07-20
3
-4
/
+43
*
Use a uniform strategy when a function is not working: do not expose
Nick Mathewson
2009-07-17
1
-8
/
+13
*
Finish implementing new convention that whenever an optional function is decl...
Nick Mathewson
2009-07-17
1
-0
/
+1
*
Checking for MS_WINDOWS rather than WIN32 is a Tor-ism. Fix that!
Nick Mathewson
2009-07-17
1
-1
/
+2
*
Define a macro to indicate that we have defined one of the optional evthread_...
Nick Mathewson
2009-07-17
1
-0
/
+2
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
3
-14
/
+14
*
Make the headers compile happily with pedantic C compilers.
Nick Mathewson
2009-05-28
2
-4
/
+4
*
Spell-check the the headers
Nick Mathewson
2009-05-28
15
-76
/
+76
*
small doc fix.
Nick Mathewson
2009-05-27
1
-1
/
+1
*
Consistently say "eventcb" instead of "errorcb"
Nick Mathewson
2009-05-25
2
-3
/
+5
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-1
/
+1
*
Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...
Nick Mathewson
2009-05-21
1
-0
/
+9
*
Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.
Nick Mathewson
2009-05-19
1
-10
/
+76
*
Tweak the evconnlistener interface a little.
Nick Mathewson
2009-05-18
1
-1
/
+6
[next]