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
*
Revise the event/evbuffer/bufferevent doxygen for clarity and accuracy
Nick Mathewson
2011-07-05
21
-477
/
+1060
*
Add missing words to EVLOOP_NONBLOCK documentation
Nick Mathewson
2011-05-02
1
-1
/
+1
*
Followup for Tomash Brechko's http patch
Nick Mathewson
2011-03-07
1
-13
/
+0
*
Workaround libevent bug
Tomash Brechko
2011-03-07
1
-0
/
+13
*
Make --no-libevent-install apply to headers too
Dave Hart
2011-02-25
1
-2
/
+9
*
Merge branch '20_uri_nonconformant' into patches-2.0
Nick Mathewson
2011-02-22
1
-1
/
+27
|
\
|
*
Make URI parser able to tolerate nonconformant URIs.
Nick Mathewson
2011-02-13
1
-1
/
+27
*
|
Be explicit about how long event loops run in event.h documentation
Nick Mathewson
2011-02-22
1
-1
/
+10
*
|
Correct evhttp_del_accept_socket documentation on whether socket is closed
Nick Mathewson
2011-02-15
1
-1
/
+4
*
|
Clarify event_set_mem_functions doc
Nick Mathewson
2011-02-13
1
-2
/
+3
|
/
*
Document that the cpu_hint is only used on Windows with IOCP for now
Nick Mathewson
2010-12-09
1
-1
/
+2
*
Consistentize tabs
Nick Mathewson
2010-12-09
2
-5
/
+6
*
Remove end-of-line whitespace
Nick Mathewson
2010-12-09
1
-4
/
+4
*
Reject overlong http requests early when Expect:100-continue is set
Constantine Verutin
2010-12-07
1
-0
/
+1
*
Preliminary support for Continue expectation in evhttp.
Christopher Davis
2010-11-29
1
-0
/
+1
*
Add evhttp server alias interface, correct flagging of proxy requests.
Christopher Davis
2010-11-26
2
-5
/
+35
*
Merge remote branch 'github/20_once_fixes'
Nick Mathewson
2010-11-25
1
-2
/
+6
|
\
|
*
Clarify EVLOOP_* documentation to be more precise.
Nick Mathewson
2010-11-14
1
-2
/
+6
*
|
If not WIN32, include <sys/socket.h> in event2/util.h.
Kevin Bowling
2010-11-23
1
-0
/
+2
*
|
Reworked AIX __ss_family workaround to use AC_STRUCT_MEMBER.
Kevin Bowling
2010-11-23
1
-0
/
+7
*
|
Remove _event_initialized(); make event_initialized() a function(); make it c...
Nick Mathewson
2010-11-23
2
-11
/
+10
*
|
Document event_get_assignment
Nick Mathewson
2010-11-23
1
-1
/
+10
*
|
Note that reentrant calls to libevent from logging cbs may fail badly
Nick Mathewson
2010-11-23
1
-0
/
+7
*
|
Fix some irix compilation warnings spotted by Kevin Bowling
Nick Mathewson
2010-11-22
1
-1
/
+1
*
|
Merge remote branch 'github/20_getaddrinfo_cancel_v2'
Nick Mathewson
2010-11-22
1
-1
/
+1
|
\
\
|
*
|
Use the US-English "canceled", not the UK "cancelled".
Nick Mathewson
2010-11-19
1
-1
/
+1
|
|
/
*
|
Disable changelist for epoll by default because of Linux dup() bug; add an op...
Nick Mathewson
2010-11-22
1
-3
/
+19
|
/
*
-
-
-
.
Merge remote branches 'github/20_evdns_cancel_segfault_v2', 'github/20_http_c...
Nick Mathewson
2010-11-09
1
-8
/
+36
|
\
\
\
|
|
|
*
Fix a mistake in http documentation found by Julien Blache
Nick Mathewson
2010-11-04
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
*
Tweak interface for allowed methods
Nick Mathewson
2010-11-04
1
-4
/
+14
|
|
*
Define enumerators for all HTTP methods, including PATCH from RFC5789
Felix Nawothnig
2010-11-04
1
-5
/
+21
|
|
/
|
*
Add evhttp_response_code to remove one more reason to include http_struct.h
Nick Mathewson
2010-11-03
1
-1
/
+3
|
/
*
Merge remote branch 'github/20_abi_breaks'
Nick Mathewson
2010-10-26
1
-10
/
+2
|
\
|
*
Note that 2.0.9 will break the ABI, and make changes we were postponing.
Nick Mathewson
2010-10-26
1
-10
/
+2
*
|
Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAX
Nick Mathewson
2010-10-26
1
-2
/
+5
|
/
*
Merge remote branch 'github/http_and_listener'
Nick Mathewson
2010-10-25
2
-2
/
+24
|
\
|
*
Functions to actually use evhttp_bound_socket with/as evconnlistener.
Nick Mathewson
2010-10-25
1
-0
/
+13
|
*
Add a function to change a listener's callback.
Nick Mathewson
2010-10-25
1
-2
/
+11
*
|
Make evbuffer_add_file take ev_off_t, not off_t
Nick Mathewson
2010-10-25
2
-2
/
+8
|
/
*
Merge branch 'http_uri_parse'
Nick Mathewson
2010-10-21
1
-3
/
+151
|
\
|
*
Make evhttp_uri non-public, and give it accessor functions.
Nick Mathewson
2010-10-21
1
-11
/
+64
|
*
Add evhttp_parse_query_str to be used with evhttp_uri_parse.
Nick Mathewson
2010-10-19
1
-5
/
+29
|
*
Document behavior of URI parsing more thoroughly.
Nick Mathewson
2010-10-19
2
-27
/
+52
|
*
Revise evhttp_uri_parse implementation to handle more of RFC3986
Nick Mathewson
2010-10-19
1
-4
/
+4
|
*
Do not silently truncate URIs in evhttp_uri_join. Also avoid evbuffer_pullup.
Nick Mathewson
2010-10-18
1
-1
/
+1
|
*
Introduce absolute URI parsing helpers.
Pavel Plesov
2010-10-18
2
-0
/
+46
*
|
Document that two bufferevent functions only work on socket bufferevents
Nick Mathewson
2010-10-21
1
-0
/
+5
*
|
Add a bufferevent_get_base function
Nick Mathewson
2010-10-21
1
-0
/
+4
*
|
Add evhttp_connection_get_base() to get the event_base from an http connection
Nick Mathewson
2010-10-21
1
-0
/
+5
|
/
*
Merge branch 'http_parse'
Nick Mathewson
2010-10-18
1
-9
/
+58
|
\
[next]