Commit Graph

34 Commits (599b4f05c8ccebd0c06074972824b930afc9c832)

Author SHA1 Message Date
Glenn Strauss 69d17e04cd [mod_expire] look up expire fallback "" explicitly
4 years ago
Glenn Strauss f69bd9cdb8 [core] perf: simple, quick buffer_clear()
4 years ago
Glenn Strauss 929909a999 [core] perf: skip redundant prepare copy calls
4 years ago
Glenn Strauss d61f33817c [multiple] code reuse: employ array_match_*()
5 years ago
Glenn Strauss 3dd3cde902 [core] abstraction layer for HTTP header manip
5 years ago
Glenn Strauss a53f662a30 [core] remove some unused header includes
6 years ago
Glenn Strauss bd77abe0f8 [config] more specific checks for array lists
6 years ago
Glenn Strauss 9f93454d56 [mod_expire] expire by mimetype (fixes #423)
7 years ago
Glenn Strauss 8abd06a7ff consistent inclusion of config.h at top of files (fixes #2073)
7 years ago
Stefan Bühler c512345fa2 [config] check config option scope; warn if server option is given in conditional
7 years ago
Stefan Bühler 33cebeb0f7 fix segfaults in many plugins if they failed configuration
8 years ago
Stefan Bühler ad3e93ea96 Use buffer API to read and modify "used" member
8 years ago
Stefan Bühler 4365bdbebe Remove buffer_prepare_copy() and buffer_prepare_append()
8 years ago
Stefan Bühler 6afad87d2e fix buffer, chunk and http_chunk API
8 years ago
Stefan Bühler 57c661c191 fix unchecked return values from stream_open/stat_cache_get_entry
9 years ago
Stefan Bühler 6f208cfde1 fix/silence bugs reported by ccc-analyzer (clang)
9 years ago
Stefan Bühler 22e8b456a9 Fix header inclusion order, always include "config.h" before any system header
14 years ago
Elan Ruusamäe 6c75b7bf24 - Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
14 years ago
Stefan Bühler 099d37ef75 Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197)
14 years ago
Stefan Bühler 2f4120b37b Fix segfault in mod_expire after failed config parsing (fixes #1992)
14 years ago
Stefan Bühler 69987ea95f Fix max-age value in mod_expire for 'modification' (fixes #1978)
14 years ago
Stefan Bühler 63f785a2f8 Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
14 years ago
Stefan Bühler 52861d77df Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
15 years ago
Elan Ruusamäe 36544e2186 added now and weeks support to mod_expire. close #943
16 years ago
Marcus Rückert 8cd1471cb3 - white space cleanup part 2 this time 1.4 ;)
17 years ago
Jan Kneschke 6fcfa114f1 fixed cache-control value
18 years ago
Jan Kneschke 308e5ce017 send Cache-Control next to Expire headers (fixing #350)
18 years ago
Jan Kneschke b4d9d061c8 either remove include config.h or covered it in HAVE_CONFIG_H
18 years ago
Jan Kneschke bac9212c8f fixed possible uninit variables of the config-parser fails (merged [183])
18 years ago
Jan Kneschke f926c361f9 ..physical_path is gone and has ben replaced by subrequest_start
18 years ago
Jan Kneschke c8408d015c removed setup_connection (merged [295])
18 years ago
Jan Kneschke 5e134da075 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
18 years ago
Jan Kneschke c3662bebf1 'modification' as ignored and handled as 'access'
18 years ago
Jan Kneschke bcdc6a3bbc moved everything below trunk/ and added branches/ and tags/
18 years ago