summaryrefslogtreecommitdiff
path: root/test/regress_http.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wtautological-constant-out-of-range-compare in regress_http under OSXAzat Khuzhin2023-05-141-1/+2
* test: fix potential null dereference in https_bind_ssl_bevcb (#1428)Zhipeng Xue2023-03-041-0/+4
* Fix memleak in regress testsDmitry Ilyin2022-10-041-6/+6
* Add helpers and all regress tests are passedDmitry Ilyin2022-10-041-2/+2
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-121-4/+8
* http: allow setting bevcb per socketLeon M. George2022-08-131-0/+93
* test: fix leak in http/cancel_*server_timeout testsAzat Khuzhin2021-12-211-7/+17
* test/regress_http: mark data_length_constraints as retriableAzat Khuzhin2021-09-191-1/+1
* test/regress_http: fix unix_socket testAzat Khuzhin2021-09-191-4/+13
* test/regress_http: disable max_connections/data_length_constraints under windowsAzat Khuzhin2021-09-191-2/+9
* test: cleanup stalled socket after running http/unix_sockAzat Khuzhin2021-09-191-0/+1
* test: http_unix_socket_test: fix url could be freed uninitializedPierce Lopez2021-09-171-1/+1
* test: regress_http: skip unix socket parsing tests in windowsPierce Lopez2021-09-171-0/+2
* test: fix regress_http evhttp_bind_unixsocket() on macOSPierce Lopez2021-09-171-1/+2
* test: fix checking test args for http_parse_uri_testAzat Khuzhin2021-08-101-4/+6
* http: support unix domain socketsSean Young2021-08-101-4/+125
* test/regress_http: cover reading of chunked payload by serverAzat Khuzhin2021-01-191-0/+117
* http: add EVHTTP_URI_HOST_STRIP_BRACKETSAzat Khuzhin2020-10-271-0/+25
* test: fix windows error when mbedtls httpsokhowang(王沛文)2020-09-161-2/+5
* test: add https with mbedtlsokhowang(王沛文)2020-09-141-30/+117
* Fix: long -> enum evhttp_cmd_type typeBerbe2020-08-291-2/+2
* test: fix memory leaks for https (add BEV_OPT_CLOSE_ON_FREE)Azat Khuzhin2020-06-251-21/+19
* test: do not pass NULL to memcmp() in evbuffer_datacmp() helperAzat Khuzhin2020-06-251-0/+2
* test/regress_http: remove second ARRAY_SIZE macrosAzat Khuzhin2020-06-021-1/+0
* http: Merge branch 'http-max_connections-pr-592'Azat Khuzhin2020-05-251-0/+71
|\
| * test: cover evhttp max connectionsAzat Khuzhin2020-05-251-0/+71
* | Merge branch 'evdns-tcp-pr-1004'Azat Khuzhin2020-05-251-4/+4
|\ \
| * | evdns: Implement dns requests via tcpayuseleznev2020-05-211-4/+4
* | | test: http/autofree_connection cleanupAzat Khuzhin2020-05-251-11/+5
|/ /
* | test: cleanup http/autofree_connectionAzat Khuzhin2020-05-191-8/+8
* | test: fix http/autofree_connectionAzat Khuzhin2020-05-191-0/+3
* | Add callback support for error pagesnntrab2020-01-131-0/+183
* | Added http method extendingThomas Bernard2019-04-111-5/+153
* | Disable logging for tests that assume printing warningsAzat Khuzhin2019-04-031-13/+13
* | http: add WebDAV methods supportAlexander Drozdov2019-03-141-18/+100
* | http: implement separate timeouts for read/write/connect phaseAzat Khuzhin2019-03-051-0/+91
* | Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)Azat Khuzhin2019-01-291-24/+32
* | test: add logging for http/read_on_write_error and rearrange codeAzat Khuzhin2019-01-291-15/+18
* | test: add TT_RETRIABLE for http/cancel_by_host_no_nsAzat Khuzhin2018-11-231-1/+1
* | Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)Azat Khuzhin2018-11-201-4/+6
* | regress_http: fix compilation with !EVENT__HAVE_OPENSSLAzat Khuzhin2018-11-201-0/+2
* | regress: test for HTTP/HTTPS with IOCP enabledAzat Khuzhin2018-11-131-0/+5
* | regress_http: disable http/read_on_write_error under win32Azat Khuzhin2018-11-051-8/+0
* | regress_http: make https_basic non time dependentAzat Khuzhin2018-11-041-26/+23
* | regress_http: use TT_BLAZER() over event_debug()Azat Khuzhin2018-10-281-10/+10
* | regress_ssl: reset static variables on test setup/cleanup and eliminate leaksAzat Khuzhin2018-10-281-1/+1
* | Add evhttp_parse_query_str_flags()Azat Khuzhin2018-10-271-0/+57
* | regress_http: basic evhttp_parse_query_str() coverageAzat Khuzhin2018-10-271-0/+22
* | Fix http https_basic/https_filter_basic under valgrind (increase timeout)Azat Khuzhin2018-10-231-0/+2
* | http: cover various non RFC3986 conformant URIsAzat Khuzhin2018-10-231-22/+29