Lines Matching refs:evhttp
484 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl)
524 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin)
788 New APIs (evhttp)
805 Bugfixes (evhttp)
865 evhttp callbacks, and more. There are also numerous bugfixes, including
894 New APIs (evhttp)
992 Bugfixes (evhttp)
993 o Fix a double close() bug in evhttp when the underlying bufferevent uses
1116 up the code in a couple of places. It has a new callback in evhttp for
1150 Bugfixes (evhttp, crash fix, from 2.0)
1246 o Add sample/https-client.c, an example of stacking evhttp as a client on
1388 BUGFIXES (evhttp)
1451 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
1454 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
1551 BUGFIXES (evhttp):
1918 o Save syscalls when constructing listener sockets for evhttp (af6c9d8)
1998 o bev_ssl: Be more specific in event callbacks. evhttp in particular gets
2016 o Add evhttp callback for bufferevent creation; this lets evhttp
2018 o Remove calls to deprecated bufferevent functions from evhttp.c (4d63758)
2019 o evhttp: Add evhttp_foreach_bound_socket. (a2c48e3 Samy Al Bahra)
2087 o New evhttp function to adjust initial retry timeout (350a3c4)