Searched refs:headers (Results 1 – 12 of 12) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | regress_http.c | 2404 struct evkeyvalq headers; in http_bad_header_test() local 2406 TAILQ_INIT(&headers); in http_bad_header_test() 2415 evhttp_clear_headers(&headers); in http_bad_header_test() 2432 struct evkeyvalq headers; in http_parse_query_test() local 2435 TAILQ_INIT(&headers); in http_parse_query_test() 2440 evhttp_clear_headers(&headers); in http_parse_query_test() 2446 evhttp_clear_headers(&headers); in http_parse_query_test() 2451 evhttp_clear_headers(&headers); in http_parse_query_test() 2456 evhttp_clear_headers(&headers); in http_parse_query_test() 2503 struct evkeyvalq headers; in http_parse_query_str_test() local [all …]
|
| /libevent-2.1.12/include/event2/ |
| H A D | http.h | 863 const char *evhttp_find_header(const struct evkeyvalq *headers, 875 int evhttp_remove_header(struct evkeyvalq *headers, const char *key); 887 int evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value); 895 void evhttp_clear_headers(struct evkeyvalq *headers); 987 int evhttp_parse_query(const char *uri, struct evkeyvalq *headers); 1007 int evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers);
|
| /libevent-2.1.12/ |
| H A D | http.c | 506 evhttp_add_header(headers, "Date", date); in evhttp_maybe_add_date_header() 1903 TAILQ_FOREACH(header, headers, next) { in evhttp_find_header() 1916 for (header = TAILQ_FIRST(headers); in evhttp_clear_headers() 1918 header = TAILQ_FIRST(headers)) { in evhttp_clear_headers() 1919 TAILQ_REMOVE(headers, header, next); in evhttp_clear_headers() 1936 TAILQ_FOREACH(header, headers, next) { in evhttp_remove_header() 1945 TAILQ_REMOVE(headers, header, next); in evhttp_remove_header() 1969 evhttp_add_header(struct evkeyvalq *headers, in evhttp_add_header() argument 2009 TAILQ_INSERT_TAIL(headers, header, next); in evhttp_add_header_internal() 3264 TAILQ_INIT(headers); in evhttp_parse_query_impl() [all …]
|
| H A D | whatsnew-2.0.txt | 40 write good, well-supported libevent code. The new headers are divided 43 There are *regular headers*, like event2/event.h. These headers contain 46 There are *backward compatibility headers*, like event2/event_compat.h. 47 These headers contain declarations for deprecated functions from older 51 future release. New programs should generally not include these headers. 53 Finally, there are *structure headers*, like event2/event_struct.h. 54 These headers contain definitions of some structures that Libevent has 58 layout of some object. We've moving them into separate headers so 61 include these headers unless they really know what they are doing, are 74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and [all …]
|
| H A D | ChangeLog-1.4 | 54 o Remove the limit on size of HTTP headers by removing static buffers. 76 o Fix a memory leak when reading multi-line headers 85 …o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test … 90 o Correct handling of trailing headers in chunked replies; from Scott Lamb. 91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 92 o Reject negative Content-Length headers; anonymous bug report 168 o always generate Date and Content-Length headers for HTTP/1.1 replies 181 …o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charle…
|
| H A D | ChangeLog-2.0 | 360 o Fix make distcheck & installation of libevent 1 headers (b5a1f9f Dave Hart) 371 o Comment internal headers used in sample code. (4eb281c) 396 o tests: Use new event2 headers instead of old compatibility headers. (4f33209 Evan Jones) 482 o Stop using Libevent-1 headers in regress_http (1f507d7) 960 o Add some headers to fix freebsd compilation (b72be50) 1011 o Reduce windows header includes in our own headers. (da6135e) 1149 o always generate Date and Content-Length headers for HTTP/1.1 replies 1244 o Correct handling of trailing headers in chunked replies; from Scott Lamb. 1245 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 1246 o Reject negative Content-Length headers; anonymous bug report [all …]
|
| H A D | CMakeLists.txt | 894 # first for some previous versions of the headers that are installed. 927 # Generate the configure headers. 1492 # Install compat headers 1497 # Install public headers
|
| H A D | ChangeLog | 291 o include win32 specific headers for socklen_t detection on win32/mingw (d7579fb9) 674 o be: include all variations of headers for sockaddr_in6 struct (c212291 Azat Khuzhin) 702 …o cmake: check for ZLIB_INCLUDE_DIR, since we can have only library without headers (c4dfb93 Azat … 901 o Allow registering callback for parsing HTTP headers (b0bd7fe Balint Reczey) 956 o Forgotten headers for old nmake project compatability. (8697b99 1789 o Fix make distcheck & installation of libevent 1 headers (b5a1f9f Dave Hart) 1800 o Comment internal headers used in sample code. (4eb281c) 1842 o ignore LWS after field-content in headers (370a2c0 Artem Germanov) 1844 o Remove trailing tabs in HTTP headers as well. (ac42519) 1845 o Remove internal ws from multiline http headers correctly (c6ff381) [all …]
|
| H A D | whatsnew-2.1.txt | 430 Whitespace between lines in headers is now folded into a single space; 455 invoked while parsing headers. 694 anything magic before including the Libevent headers, either, since
|
| H A D | Vagrantfile | 347 # chocolatey openssl.light package does not contains headers
|
| /libevent-2.1.12/sample/ |
| H A D | http-server.c | 137 struct evkeyvalq *headers; in dump_request_cb() local 157 headers = evhttp_request_get_input_headers(req); in dump_request_cb() 158 for (header = headers->tqh_first; header; in dump_request_cb()
|
| /libevent-2.1.12/m4/ |
| H A D | ax_check_funcs_ex.m4 | 5 # $2: the headers in where the function declared
|