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
...
*
Fix crashing http server when callback do not reply in place from *gencb*
Azat Khuzhin
2017-11-04
1
-2
/
+2
*
Allow bodies for GET/DELETE/OPTIONS/CONNECT
Azat Khuzhin
2017-10-30
1
-7
/
+6
*
Do not crash when evhttp_send_reply_start() is called after a timeout.
Andreas Gustafsson
2017-10-30
1
-0
/
+4
*
Fix crashing http server when callback do not reply in place
Azat Khuzhin
2017-10-29
1
-3
/
+5
*
fix handling of close_notify (ssl) in http with openssl bufferevents
Azat Khuzhin
2017-10-22
1
-0
/
+2
*
http: do not use local settings for Date header
Vis Virial
2016-12-19
1
-14
/
+1
*
http: fix formatter for pritnf for req->ntoread (osx)
Azat Khuzhin
2016-12-06
1
-2
/
+2
*
use ev_uint16_t instead of unsigned short for port
Thomas Bernard
2016-10-26
1
-4
/
+4
*
Fix evhttp_uriencode() regression.
Zonr Chang
2016-08-27
1
-1
/
+1
*
removed unused vars
Mark Ellzey
2016-08-14
1
-1
/
+0
*
pointer overflow checks for evhttp_uriencode
Mark Ellzey
2016-08-14
1
-5
/
+27
*
[Issue #313] set method to ASCII "NULL" if evhttp_method() returns NULL
Mark Ellzey
2016-06-24
1
-1
/
+4
*
evhttp_have_expect(): fix -Wlogical-not-parentheses
Azat Khuzhin
2016-03-25
1
-1
/
+1
*
http: set fd to -1 unconditioally, to avoid leaking of DNS requests
Azat Khuzhin
2016-03-24
1
-1
/
+1
*
http: avoid leaking of fd in evhttp_connection_free()
Azat Khuzhin
2016-03-23
1
-0
/
+3
*
http: get fd from be layer during connection reset
Azat Khuzhin
2016-03-23
1
-0
/
+3
*
http: make fallback for EVHTTP_CON_READ_ON_WRITE_ERROR more cleaner
Azat Khuzhin
2016-03-11
1
-13
/
+10
*
http: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn't supported by OS
Azat Khuzhin
2016-03-11
1
-0
/
+7
*
http: do not do function calls under EVUTIL_ASSERT() to fix NDEBUG builds
Azat Khuzhin
2016-03-11
1
-2
/
+5
*
http: fix leaking of response_code_line
Azat Khuzhin
2016-03-11
1
-0
/
+2
*
http: fix "Expect: 100-continue" client side
Azat Khuzhin
2016-03-11
1
-22
/
+47
*
http: assert's that evbuffer_drain() success on connection reset
Azat Khuzhin
2016-03-11
1
-2
/
+2
*
http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue"
Azat Khuzhin
2016-03-09
1
-8
/
+22
*
http: lingering close (like nginx have) for entity-too-large
Azat Khuzhin
2016-03-09
1
-4
/
+42
*
http: read server response even after server closed the connection
Azat Khuzhin
2016-03-09
1
-0
/
+29
*
http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDR
Azat Khuzhin
2016-02-24
1
-5
/
+6
*
http: coding style issue
Azat Khuzhin
2016-02-24
1
-2
/
+1
*
http: avoid epoll_ctl() on already closed fd (triggers by http/chunk_out)
Azat Khuzhin
2015-11-20
1
-0
/
+1
*
http: install timeout for read too during connect for ssl
Azat Khuzhin
2015-11-18
1
-2
/
+2
*
Include <sys/ioctl.h>, <sys/resource.h> and <sys/wait.h> optionally.
Ed Schouten
2015-09-10
1
-4
/
+8
*
http: fix evhttp_request_own() by checking EVHTTP_USER_OWNED in more cases
Azat Khuzhin
2015-09-09
1
-11
/
+19
*
http: fix detecting EOF without write
Azat Khuzhin
2015-09-09
1
-8
/
+3
*
http: eliminate warning about "socklen" in evhttp_connection_connect_()
Azat Khuzhin
2015-08-19
1
-4
/
+2
*
http: reuse connected address only with EVHTTP_CON_REUSE_CONNECTED_ADDR
Azat Khuzhin
2015-08-18
1
-1
/
+17
*
http: use IP address that we got before (if any) during retrying
Azat Khuzhin
2015-08-18
1
-2
/
+17
*
bufferevent: move conn_address out from http into bufferevent
Azat Khuzhin
2015-08-18
1
-13
/
+1
*
http: introduce evhttp_request_free_() helper
Azat Khuzhin
2015-08-18
1
-4
/
+9
*
http: introduce evhttp_is_request_connection_close() helper
Azat Khuzhin
2015-08-18
1
-8
/
+10
*
Merge pull request #190 from JohnOhl/evhttp-post-fix
Mark Ellzey
2015-06-17
1
-0
/
+3
|
\
|
*
evhttp: Fix failure to send all output data for POST/PUT requests
John Ohl
2014-11-24
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/pr/182'
Nick Mathewson
2014-11-30
1
-0
/
+34
|
\
\
|
*
|
Prevent duplicate event_del on fd
John Ohl
2014-11-16
1
-0
/
+1
|
*
|
Implement interface that provides the ability to have an outbound evhttp_conn...
John Ohl
2014-10-26
1
-0
/
+33
|
|
/
*
|
http: reset connection before installing retry timer (fix http retries handling)
Azat Khuzhin
2014-09-30
1
-1
/
+1
|
/
*
Merge pull request #118 from azat/http-forward-family-to-bufferevent
Nick Mathewson
2014-09-18
1
-1
/
+8
|
\
|
*
Add evhttp_connection_set_family() to set addrinfo->family for DNS requests
Azat Khuzhin
2014-03-21
1
-1
/
+8
*
|
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
[prev]
[next]