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
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use EVUTIL_SOCKET_ERROR() wrapper to save/restor errno in evhttp_connection_f...
Nick Mathewson
2012-11-16
1
-2
/
+2
*
Merge remote-tracking branch 'ppelleti/preserve-errno'
Nick Mathewson
2012-11-16
1
-0
/
+7
|
\
|
*
preserve errno in evhttp_connection_fail_ for inspection by the callback
Patrick Pelletier
2012-11-13
1
-0
/
+7
*
|
add evhttp_request_get_response_code_line
Jay R. Wren
2012-11-16
1
-0
/
+6
*
|
Move evutil_rtrim_lws_ to evutil.c where it belongs
Nick Mathewson
2012-11-16
1
-21
/
+0
*
|
Remove internal ws from multiline http headers correctly
Nick Mathewson
2012-11-16
1
-3
/
+10
*
|
Remove trailing tabs in HTTP headers as well.
Nick Mathewson
2012-11-16
1
-3
/
+3
*
|
Clean up rtrim implementation
Nick Mathewson
2012-11-16
1
-7
/
+14
*
|
ignore LWS after field-content in headers
Artem Germanov
2012-11-16
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-02
1
-17
/
+24
|
\
|
*
Fix compilation on mingw64 with -DUSE_DEBUG
Nick Mathewson
2012-11-02
1
-17
/
+24
*
|
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-01
1
-2
/
+4
|
\
\
|
|
/
|
*
Compile without warnings on mingw64
Nick Mathewson
2012-11-01
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
1
-3
/
+6
|
\
\
|
|
/
|
*
Check more setsockopt return values when binding sockets. Found by coverity
Nick Mathewson
2012-07-26
1
-3
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-17
1
-3
/
+2
|
\
\
|
|
/
|
*
Fix a memory leak on error in evhttp_uriencode
Nick Mathewson
2012-07-17
1
-3
/
+2
*
|
Restore our priority-inversion-prevention code with deferreds
Nick Mathewson
2012-05-09
1
-1
/
+2
*
|
Replace more deferred_cb names with event_callback
Nick Mathewson
2012-05-09
1
-2
/
+2
*
|
Replace deferred_cbs with event_callback-based implementation.
Nick Mathewson
2012-05-09
1
-1
/
+2
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-70
/
+70
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-24
/
+24
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-11
/
+11
*
|
Merge remote-tracking branch 'github/21_fast_syscalls'
Nick Mathewson
2012-02-15
1
-6
/
+2
|
\
\
|
*
|
Save syscalls when constructing listener sockets for evhttp
Nick Mathewson
2012-02-10
1
-6
/
+2
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
New evhttp function to adjust initial retry timeout
Nick Mathewson
2012-01-24
1
-20
/
+30
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-20
1
-1
/
+1
|
\
\
|
|
/
|
*
Force strict validation of HTTP version in response.
Catalin Patulea
2012-01-20
1
-1
/
+1
|
*
Backport evhttp_connection_get_bufferevent to Libevent 2.0
Arno Bakker
2011-12-14
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
evhttp: Add evhttp_foreach_bound_socket.
Samy Al Bahra
2011-10-25
1
-0
/
+10
*
|
Remove calls to deprecated bufferevent functions from evhttp.c
Nick Mathewson
2011-09-12
1
-18
/
+18
*
|
Add evhttp callback for bufferevent creation; this lets evhttp support SSL.
Nick Mathewson
2011-09-12
1
-9
/
+40
*
|
Add missing break to evhttp_parse_request_line
Nick Mathewson
2011-08-01
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-05
1
-11
/
+13
|
\
\
|
|
/
|
*
Use the correct printf args when formatting size_t
Nick Mathewson
2011-06-08
1
-11
/
+13
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-06-08
1
-2
/
+8
|
\
\
|
|
/
|
*
Check if the `evhttp_new_object' function in `http.c' returns NULL.
Mansour Moufid
2011-06-08
1
-2
/
+8
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-27
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix a couple of signed/unsigned warnings in http.c
Nick Mathewson
2011-05-27
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-26
1
-11
/
+45
|
\
\
|
|
/
|
*
Fix compilation.
Nick Mathewson
2011-05-26
1
-3
/
+1
|
*
updated EV_S(s)IZE definitions
Mark Ellzey
2011-05-26
1
-7
/
+7
|
*
Added overflow checks in evhttp_read_body and evhttp_get_body
Mark Ellzey
2011-05-26
1
-7
/
+16
|
*
Added several checks for under/overflow conditions in evhttp_handle_chunked_read
Mark Ellzey
2011-05-26
1
-3
/
+30
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-6
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-23
1
-19
/
+33
|
\
\
|
|
/
[next]