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
*
ws: fix compile error on centos 7 - very old compiler (#1359)
Leon George
2022-10-23
1
-1
/
+1
*
Add minimal WebSocket server implementation for evhttp (#1322)
Dmitry Ilyin
2022-09-12
1
-0
/
+32
*
Fix non-std printf %p arguments (#1327)
mareksm
2022-08-28
1
-4
/
+4
*
http: allow setting bevcb per socket
Leon M. George
2022-08-13
1
-10
/
+27
*
http: suppress "flags may be used uninitialized in this function" error
Azat Khuzhin
2022-07-09
1
-2
/
+4
*
http: fix building under windows (guard with _WIN32 for unixsocket free)
Azat Khuzhin
2021-08-12
1
-0
/
+2
*
http: support unix domain sockets
Sean Young
2021-08-10
1
-34
/
+160
*
http: fix fd leak on fd reset (by using bufferevent_replacefd())
Azat Khuzhin
2021-03-23
1
-4
/
+4
*
http: fix invalid unsigned arithmetic
ihsinme
2021-02-11
1
-1
/
+1
*
http: eliminate redundant bev fd manipulating and caching [WIP]
Azat Khuzhin
2020-10-31
1
-88
/
+58
*
http: add EVHTTP_URI_HOST_STRIP_BRACKETS
Azat Khuzhin
2020-10-27
1
-15
/
+54
*
http: const out address param to evcon_get_peer
Leon M. George
2020-09-09
1
-1
/
+1
*
Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl()
Azat Khuzhin
2020-06-25
1
-1
/
+4
*
http: Merge branch 'http-max_connections-pr-592'
Azat Khuzhin
2020-05-25
1
-1
/
+39
|
\
|
*
Added evhttp max simultaneous connection limiting
Joseph Coffland
2018-01-30
1
-1
/
+39
*
|
http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else)
Azat Khuzhin
2020-05-19
1
-0
/
+5
*
|
http: fix EVHTTP_CON_AUTOFREE in case of connection error
Azat Khuzhin
2020-05-19
1
-0
/
+8
*
|
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
[next]