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
*
Add callback support for error pages
nntrab
2020-01-13
1
-45
/
+57
*
http: do not close connection for CONNECT
Azat Khuzhin
2020-01-12
1
-0
/
+3
*
http: do not assume body for CONNECT
Azat Khuzhin
2020-01-12
1
-0
/
+1
*
http: rename bind_socket_ai() to create_bind_socket_nonblock()
yuangongji
2019-09-18
1
-5
/
+4
*
http: make sure the other fields in ext_method are not changed by the callback
yuangongji
2019-09-18
1
-1
/
+12
*
http: do not name variable "sun" since this breaks solaris builds
Azat Khuzhin
2019-05-25
1
-2
/
+2
*
http: avoid use of uninitialized value for AF_UNIX/AF_LOCAL sockaddr
Azat Khuzhin
2019-05-12
1
-2
/
+16
*
Added http method extending
Thomas Bernard
2019-04-11
1
-38
/
+93
*
http: Update allowed_methods field from 16 to 32bits.
Thomas Bernard
2019-04-11
1
-1
/
+1
*
http: replace EVHTTP_REQ_UNKNOWN_ with 0
Azat Khuzhin
2019-04-10
1
-8
/
+7
*
http: add WebDAV methods support
Alexander Drozdov
2019-03-14
1
-12
/
+96
*
http: suppress -Wwrite-string in evhttp_parse_query_impl()
Azat Khuzhin
2019-03-13
1
-1
/
+1
*
http: implement separate timeouts for read/write/connect phase
Azat Khuzhin
2019-03-05
1
-50
/
+105
*
http: try to read existing data in buffer under EVHTTP_CON_READ_ON_WRITE_ERROR
Azat Khuzhin
2019-01-29
1
-0
/
+8
*
http: do not call deferred readcb if readcb is not set
Azat Khuzhin
2019-01-28
1
-1
/
+3
*
http: Preserve socket error from listen across closesocket cleanup
Luke Dashjr
2019-01-07
1
-0
/
+3
*
http: fix connection retries when there more then one request for connection
Azat Khuzhin
2018-12-12
1
-1
/
+7
*
http: improve error path for bufferevent_{setfd,enable,disable}()
Azat Khuzhin
2018-11-20
1
-9
/
+18
*
Fix conceivable UAF of the bufferevent in evhttp_connection_free()
Azat Khuzhin
2018-11-13
1
-8
/
+10
*
Add evhttp_parse_query_str_flags()
Azat Khuzhin
2018-10-27
1
-5
/
+18
*
http: allow non RFC3986 conformant during parsing request-line (http server)
Azat Khuzhin
2018-10-23
1
-8
/
+8
*
http: do not try to parse request-line if we do not have enough bytes
Azat Khuzhin
2018-10-22
1
-0
/
+2
*
http: allow trailing spaces (and only them) in request-line (like nginx)
Azat Khuzhin
2018-10-22
1
-2
/
+9
*
http: cleanup of the request-line parsing
Azat Khuzhin
2018-10-22
1
-11
/
+10
*
[http] fix C90 warnings
Nathan French
2018-07-05
1
-1
/
+3
*
Fix evhttp_connection_get_addr() fox incomming http connections
Greg Hazel
2018-04-24
1
-0
/
+1
*
http: remove message in case !Content-Length and Connection!=close
Azat Khuzhin
2018-02-20
1
-4
/
+0
*
http: fix leaks in evhttp_uriencode()
Azat Khuzhin
2018-01-09
1
-10
/
+10
*
http: add callback to allow server to decline (and thereby close) incoming co...
John Fremlin
2017-12-18
1
-7
/
+18
*
CONNECT method only takes an authority
Greg Hazel
2017-12-11
1
-3
/
+38
*
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
[next]