Lines Matching refs:evhttp
22 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
25 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
122 BUGFIXES (evhttp):
435 …o Add evhttp server alias interface, correct flagging of proxy requests. (aab8c38 Christopher Davi…
439 o Fix Content-Length when trying send more than 100GB of data (!) on an evhttp. (525da3e)
446 o evhttp: Return 501 when we get an unrecognized method, not 400. (536311a)
451 o Preliminary support for Continue expectation in evhttp. (fa9305f Christopher Davis)
499 o Units test for unexpected evhttp methods. (75e3320)
1039 …o New functions to explicitly reference a socket used by an evhttp object. Patches from David Reis…
1148 o small improvements to evhttp documentation
1226 o migrate the evhttp header to event2/ but accessors are still missing.
1260 …o Allow setting of local port for evhttp connections to support millions of connections from a sin…