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_dirlisting.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mod_dirlisting] use fdevent_rename() wrapper
Glenn Strauss
2023-02-04
1
-3
/
+2
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-11
/
+7
*
[multiple] employ ck_realloc_u32() shared code
Glenn Strauss
2022-12-10
1
-14
/
+6
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
1
-0
/
+1
*
[mod_dirlisting] send ETag, Cache-Control w/ cache
Glenn Strauss
2022-06-13
1
-3
/
+39
*
[core] buffer_append_bs_escaped_json()
Glenn Strauss
2022-06-10
1
-1
/
+1
*
[multiple] use preferred syntax for Content-Type
Glenn Strauss
2022-05-11
1
-1
/
+1
*
[core] buffer_append_bs_escaped()
Glenn Strauss
2022-05-11
1
-1
/
+1
*
[multiple] pedantic chunk.c checks for 0-len chunk
Glenn Strauss
2022-02-19
1
-2
/
+3
*
[mod_dirlisting] fix logic inversion in cache
Glenn Strauss
2021-12-16
1
-1
/
+1
*
[mod_dirlisting] fix bug not showing HEADER.txt
Glenn Strauss
2021-11-28
1
-1
/
+1
*
[core] extend pcre_keyvalue_ctx to pass more state
Glenn Strauss
2021-11-21
1
-1
/
+1
*
[core] use stack w/ pcre_exec unless save captures
Glenn Strauss
2021-11-20
1
-1
/
+1
*
[mod_dirlisting] (experimental) json (disabled)
Glenn Strauss
2021-11-17
1
-9
/
+186
*
[mod_dirlisting] check for disabled cache at start
Glenn Strauss
2021-11-17
1
-2
/
+4
*
[multiple] add assert after malloc in two spots
Glenn Strauss
2021-10-27
1
-0
/
+1
*
[mod_dirlisting] sort "../" to top (fixes #3109)
Glenn Strauss
2021-10-10
1
-2
/
+2
*
[multiple] avoid empty chunks in chunkqueue
Glenn Strauss
2021-09-30
1
-3
/
+4
*
[multiple] check feature flags funcs; code reuse
Glenn Strauss
2021-09-30
1
-5
/
+1
*
[multiple] fdevent_mkostemp()
Glenn Strauss
2021-09-30
1
-1
/
+1
*
[core] remove connection_list_append()
Glenn Strauss
2021-09-08
1
-1
/
+0
*
[core] adjust srv->srvconf.max_conns at startup
Glenn Strauss
2021-09-08
1
-1
/
+1
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-5
/
+5
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-36
/
+46
*
[multiple] static file optimization; reuse cache
Glenn Strauss
2021-05-06
1
-1
/
+7
*
[multiple] quiet coverity warnings
Glenn Strauss
2021-04-07
1
-0
/
+13
*
[mod_dirlisting] ignore error if include file fail
Glenn Strauss
2021-04-07
1
-1
/
+1
*
[mod_dirlisting] dir-listing.cache option
Glenn Strauss
2021-04-05
1
-0
/
+217
*
[mod_dirlisting] parse query string in javascript
Glenn Strauss
2021-04-05
1
-34
/
+26
*
[mod_dirlisting] upper limit on parallel dirlist
Glenn Strauss
2021-04-05
1
-0
/
+19
*
[mod_dirlisting] read dir in pieces; less blocking
Glenn Strauss
2021-04-02
1
-5
/
+10
*
[mod_dirlisting] restructure and keep state
Glenn Strauss
2021-04-02
1
-97
/
+176
*
[mod_dirlisting] process dir in subrequest handler
Glenn Strauss
2021-04-02
1
-2
/
+18
*
[multiple] use buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-45
/
+47
*
[multiple] strftime %F and %T
Glenn Strauss
2021-04-02
1
-2
/
+2
*
[multiple] http_header APIs to reduce str copies
Glenn Strauss
2021-03-26
1
-6
/
+6
*
[mod_dirlisting] limit buffer use for large dirs
Glenn Strauss
2021-03-26
1
-87
/
+156
*
[multiple] do not clear physical.path if finished
Glenn Strauss
2021-03-26
1
-3
/
+0
*
[multiple] buffer_has_slash_suffix()
Glenn Strauss
2021-03-26
1
-2
/
+1
*
[mod_dirlisting, mod_trigger_b4_dl] use keyvalue
Glenn Strauss
2021-03-22
1
-70
/
+29
*
[mod_dirlisting] hide unused variable on MacOS
Glenn Strauss
2021-01-12
1
-0
/
+2
*
[mod_dirlisting] use fdopendir(), fstatat()
Glenn Strauss
2021-01-11
1
-15
/
+50
*
[mod_dirlisting] quiet coverity false positive
Glenn Strauss
2021-01-07
1
-0
/
+6
*
[mod_dirlisting] place vars closer to where used
Glenn Strauss
2020-12-30
1
-60
/
+41
*
[multiple] employ http_date.h, sys-time.h
Glenn Strauss
2020-12-24
1
-19
/
+4
*
[multiple] use stat_cache_path_isdir()
Glenn Strauss
2020-10-13
1
-7
/
+5
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[mod_dirlisting] fix config parsing crash
Glenn Strauss
2020-10-11
1
-1
/
+2
*
[core] uint32_t is plenty large for path names
Glenn Strauss
2020-07-09
1
-4
/
+4
*
[core] r->uri.path always set, though might be ""
Glenn Strauss
2020-07-08
1
-1
/
+1
[next]