Commit Graph

44 Commits (e3dc34d142b43db5b3245b5e62024b507a09641d)

Author SHA1 Message Date
Glenn Strauss 6eb34ef5ab [core] add const to callers of http_header_*_get()
3 years ago
Glenn Strauss 62e97967ca [core] prefer uint32_t to size_t in base.h
3 years ago
Glenn Strauss 80d12919d1 [core] replace connection_set_state w/ assignment
3 years ago
Glenn Strauss e3874a20ba [core] use buffer_eq_icase* funcs
4 years ago
Glenn Strauss 6572976e06 [core] chunkqueue perf: code reuse
4 years ago
Glenn Strauss 9948537721 [core] discard oversized trailers
4 years ago
Glenn Strauss 23b0d867c5 [core] replace con->response.keep_alive
4 years ago
Glenn Strauss f69bd9cdb8 [core] perf: simple, quick buffer_clear()
4 years ago
Glenn Strauss f13db69012 [core] fix setting of headers previously reset (fixes #2919)
4 years ago
Glenn Strauss 062089ff14 [core] perf: array_reset_data_strings()
4 years ago
Glenn Strauss 9725299587 [core] code reuse with http_response_body_clear()
5 years ago
Glenn Strauss 3dd3cde902 [core] abstraction layer for HTTP header manip
5 years ago
Glenn Strauss 5868b8ca12 [core] add missing includes to quiet compiler warn
5 years ago
Glenn Strauss 04d76e7afd [core] some header cleanup
5 years ago
Glenn Strauss 58a1793964 [core] fix 32-bit compile POST w/ chunked request body (#2854)
5 years ago
Glenn Strauss dc1675ea32 [core] fix POST with chunked request body (fixes #2854)
5 years ago
Glenn Strauss 1367f60626 [core] isolate sock_addr manipulation
5 years ago
Glenn Strauss 0528e2e712 [core] limit use of TCP_CORK
6 years ago
Glenn Strauss a156fdbc7b [core] fix triggered assert on HTTP chunked input (fixes #2822)
6 years ago
Glenn Strauss e685ef70f1 [core] act as transparent proxy after con Upgrade
6 years ago
Glenn Strauss 76ad82434f [mod_proxy] remove use of con->got_response
6 years ago
Glenn Strauss 37dac9a23c [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438)
6 years ago
Glenn Strauss 82feb70588 [core] move con throttling to connections-glue.c
6 years ago
Glenn Strauss d0f17f1e10 [core] move connection_read_cq() to connections.c
6 years ago
Glenn Strauss bdbea2aea8 [mod_openssl] move openssl code into mod_openssl
6 years ago
Glenn Strauss 2bc94dee82 [core] con interface for read/write; isolate SSL
6 years ago
Glenn Strauss b03c496298 [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)
6 years ago
Glenn Strauss 4d7f5737f1 [core] support Transfer-Encoding: chunked req body (fixes #2156)
6 years ago
Glenn Strauss ac9822f468 [core] combine duplicated connection reset code
6 years ago
Glenn Strauss 8047c2f448 fix errors detected by Coverity Scan
7 years ago
Glenn Strauss a95aaa9de9 [TLS] read all available records from SSL_read()
7 years ago
Glenn Strauss bce293e4a7 [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
7 years ago
Glenn Strauss acad2c903a fix some warnings reported by cppcheck
7 years ago
Glenn Strauss 8861c2bb54 [mod_cgi] handle local redirect response (fixes #2108)
7 years ago
Glenn Strauss bfac0285a7 remove excess calls to joblist_append()
7 years ago
Glenn Strauss f69f209e6d [core] option to stream request body to backend (fixes #376)
7 years ago
Glenn Strauss 695c8f4e07 [config] config options to stream request/response (#949, #376)
7 years ago
Glenn Strauss 0fb91b026e minor: add missing #include <errno.h>
7 years ago
Glenn Strauss 49c74fff65 [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
7 years ago
Glenn Strauss 635ab6f802 mv funcs from connections.c to connections-glue.c
7 years ago
Glenn Strauss 8abd06a7ff consistent inclusion of config.h at top of files (fixes #2073)
7 years ago
Stefan Bühler a6218765c2 Fix some problems with more strict compilers (#1923)
14 years ago
Marcus Rückert 8cd1471cb3 - white space cleanup part 2 this time 1.4 ;)
17 years ago
Jan Kneschke d26f6893d9 moved external functions to *-glue.c
18 years ago