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
*
Catch over-large port numbers early in http
Nick Mathewson
2014-03-18
1
-0
/
+2
*
evhttp_request_set_on_complete_cb to be more specific about what the function...
Andrew Sweeney
2014-01-06
1
-2
/
+2
*
Provide on request complete callback facility
Andrew Sweeney
2014-01-05
1
-0
/
+12
*
Allow registering callback for parsing HTTP headers
Balint Reczey
2013-11-18
1
-0
/
+15
*
Add a variant of evhttp_send_reply_chunk() with a callback on evhttp_write_bu...
Julien BLACHE
2013-11-18
1
-2
/
+8
*
http: implement new evhttp_connection_get_addr() api.
Azat Khuzhin
2013-10-14
1
-0
/
+18
*
Tweak indentation
Nick Mathewson
2013-10-10
1
-2
/
+2
*
add a http default content type option
Nicolas Martyanoff
2013-09-30
1
-2
/
+11
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-09-09
1
-2
/
+2
|
\
|
*
Avoid racy bufferevent activation
Nate Rosenblum
2013-09-09
1
-2
/
+2
*
|
Fix an unlikely but possible error case for http connections
Nick Mathewson
2013-08-06
1
-0
/
+6
*
|
Add evhttp_connection_get_server().
Maxime Henrion
2013-07-31
1
-0
/
+6
*
|
Fix a double close() bug in evhttp when the underlying bufferevent uses BEV_O...
Maxime Henrion
2013-05-24
1
-1
/
+3
*
|
Add new error_cb for actual reporting of HTTP request errors.
Azat Khuzhin
2013-04-25
1
-21
/
+35
*
|
Move prototype of evhttp_decode_uri_internal() to http-internal.h
Azat Khuzhin
2013-03-01
1
-3
/
+1
*
|
uri decode: changed the test for the existence of the next character
Azat Khuzhin
2013-02-28
1
-1
/
+1
*
|
uri decode: fix for warning "use of uninitialised value"
Azat Khuzhin
2013-02-28
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-02-14
1
-2
/
+5
|
\
\
|
|
/
|
*
fix #73 and fix http_connection_fail_test to catch it
Greg Hazel
2013-02-14
1
-2
/
+5
*
|
Merge pull request #39 from azat/fix-http-for-ipv6
Nick Mathewson
2013-02-04
1
-7
/
+18
|
\
\
|
*
|
Fix ipv6 support for http. When URL contain domain, not IP address.
Azat Khuzhin
2013-01-23
1
-7
/
+18
*
|
|
fix some hinky indentation in evhttp_make_request
Patrick Pelletier
2013-01-18
1
-7
/
+7
|
/
/
*
|
Fix harmless clang enum warning
Sebastian Hahn
2012-12-31
1
-1
/
+1
*
|
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
[next]