Lines Matching refs:evhttp
171 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl)
211 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin)
475 New APIs (evhttp)
492 Bugfixes (evhttp)
552 evhttp callbacks, and more. There are also numerous bugfixes, including
581 New APIs (evhttp)
679 Bugfixes (evhttp)
680 o Fix a double close() bug in evhttp when the underlying bufferevent uses
803 up the code in a couple of places. It has a new callback in evhttp for
837 Bugfixes (evhttp, crash fix, from 2.0)
933 o Add sample/https-client.c, an example of stacking evhttp as a client on
1075 BUGFIXES (evhttp)
1138 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
1141 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
1238 BUGFIXES (evhttp):
1605 o Save syscalls when constructing listener sockets for evhttp (af6c9d8)
1685 o bev_ssl: Be more specific in event callbacks. evhttp in particular gets
1703 o Add evhttp callback for bufferevent creation; this lets evhttp
1705 o Remove calls to deprecated bufferevent functions from evhttp.c (4d63758)
1706 o evhttp: Add evhttp_foreach_bound_socket. (a2c48e3 Samy Al Bahra)
1774 o New evhttp function to adjust initial retry timeout (350a3c4)