index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_expire.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] quiet compiler warnings
Glenn Strauss
2021-09-04
1
-1
/
+1
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-3
/
+3
*
[core] http_date_time_append() convenience macro
Glenn Strauss
2021-08-27
1
-3
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-6
/
+5
*
[mod_expire] send only Cache-Control to >=HTTP/1.1
Glenn Strauss
2021-04-27
1
-30
/
+48
*
[mod_expire] check for default if mime not found
Glenn Strauss
2021-04-26
1
-4
/
+9
*
[mod_expire] accept time labels without plural 's'
Glenn Strauss
2021-04-25
1
-41
/
+16
*
[mod_expires,mod_webdav] fix truncated date string
Glenn Strauss
2021-04-24
1
-3
/
+3
*
[multiple] more reuse of http_date_time_to_str()
Glenn Strauss
2021-04-05
1
-3
/
+4
*
[multiple] strftime %F and %T
Glenn Strauss
2021-04-02
1
-1
/
+1
*
[multiple] http_header APIs to reduce str copies
Glenn Strauss
2021-03-26
1
-15
/
+13
*
[multiple] employ http_date.h, sys-time.h
Glenn Strauss
2020-12-24
1
-2
/
+3
*
[multiple] stat_cache_path_stat() for struct st
Glenn Strauss
2020-10-19
1
-3
/
+3
*
[multiple] extend enum http_header_e list
Glenn Strauss
2020-10-11
1
-1
/
+3
*
[core] r->uri.path always set, though might be ""
Glenn Strauss
2020-07-08
1
-2
/
+0
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-14
/
+14
*
[multiple] copy small struct instead of memcpy()
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[core] convenience macros to check req methods
Glenn Strauss
2020-07-08
1
-2
/
+1
*
[multiple] generic config array type checking
Glenn Strauss
2020-07-08
1
-16
/
+2
*
[mod_expire] parse config into structured data
Glenn Strauss
2020-07-08
1
-58
/
+48
*
[multiple] stat_cache singleton
Glenn Strauss
2020-07-08
1
-2
/
+1
*
[multiple] extern log_epoch_secs
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] reduce direct use of srv->cur_ts
Glenn Strauss
2020-07-08
1
-17
/
+15
*
[multiple] connection hooks no longer get (srv *)
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-16
/
+12
*
[multiple] plugin.c handles common FREE_FUNC code
Glenn Strauss
2020-07-08
1
-12
/
+0
*
[mod_expire] use config_plugin_values_init()
Glenn Strauss
2020-05-23
1
-166
/
+132
*
[core] const char *name in struct plugin
Glenn Strauss
2020-05-23
1
-3
/
+1
*
[core] simpler config_check_cond()
Glenn Strauss
2020-05-23
1
-3
/
+2
*
[core] inline buffer as part of data_string value
Glenn Strauss
2020-02-24
1
-6
/
+6
*
[core] inline buffer key for *_patch_connection()
Glenn Strauss
2020-02-24
1
-2
/
+2
*
[core] inline buffer as part of DATA_UNSET key
Glenn Strauss
2020-02-24
1
-2
/
+2
*
[core] differentiate array_get_* for ro and rw
Glenn Strauss
2020-02-24
1
-6
/
+6
*
[stat_cache] separate func for symlink policy chk
Glenn Strauss
2019-04-29
1
-3
/
+3
*
[multiple] cleaner calloc use in SETDEFAULTS_FUNC
Mohammed Sadiq
2019-04-20
1
-1
/
+1
*
[mod_expire] look up expire fallback "" explicitly
Glenn Strauss
2019-01-21
1
-1
/
+1
*
[core] perf: simple, quick buffer_clear()
Glenn Strauss
2018-11-23
1
-1
/
+1
*
[core] perf: skip redundant prepare copy calls
Glenn Strauss
2018-10-25
1
-1
/
+1
*
[multiple] code reuse: employ array_match_*()
Glenn Strauss
2018-09-23
1
-45
/
+18
*
[core] abstraction layer for HTTP header manip
Glenn Strauss
2018-09-23
1
-15
/
+17
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-1
/
+0
*
[config] more specific checks for array lists
Glenn Strauss
2017-03-08
1
-0
/
+12
*
[mod_expire] expire by mimetype (fixes #423)
Glenn Strauss
2016-10-20
1
-6
/
+71
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
[config] check config option scope; warn if server option is given in conditi...
Stefan Bühler
2015-11-07
1
-1
/
+2
*
fix segfaults in many plugins if they failed configuration
Stefan Bühler
2015-05-14
1
-1
/
+2
*
Use buffer API to read and modify "used" member
Stefan Bühler
2015-02-08
1
-14
/
+7
*
Remove buffer_prepare_copy() and buffer_prepare_append()
Stefan Bühler
2015-02-08
1
-1
/
+1
*
fix buffer, chunk and http_chunk API
Stefan Bühler
2015-02-08
1
-1
/
+1
*
fix unchecked return values from stream_open/stat_cache_get_entry
Stefan Bühler
2014-02-16
1
-1
/
+7
[next]