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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] modify arguments to updated LEMON parser
Glenn Strauss
2023-01-09
4
-4
/
+4
*
[lemon] upgrade LEMON parser to SQLite maint ver
Glenn Strauss
2023-01-09
2
-1494
/
+3312
*
[multiple] spelling: github action check-spelling
Glenn Strauss
2023-01-09
12
-15
/
+15
*
[multiple] codespell: correct spelling in comments
Glenn Strauss
2023-01-07
7
-10
/
+10
*
[TLS] fix spurious warning trace (fixes #3182)
Glenn Strauss
2023-01-05
5
-10
/
+10
*
[cmake] do not link with fam if inotify or kqueue
Glenn Strauss
2023-01-04
1
-1
/
+1
*
[cmake] use mysql_config cflags and ldflags (#3181)
Glenn Strauss
2023-01-04
1
-3
/
+5
*
[cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)
Glenn Strauss
2023-01-04
1
-1
/
+6
*
[cmake] remove -I/usr/include/mysql for mysql.h (#3181)
Glenn Strauss
2023-01-04
1
-9
/
+2
*
[core] update ls-hpack
Glenn Strauss
2023-01-04
4
-21
/
+21
*
[meson] fix typo in sbindir
Glenn Strauss
2023-01-04
1
-4
/
+4
*
[meson] add meson.build to install man pages (fixes #3181)
Glenn Strauss
2023-01-04
3
-0
/
+3
*
[cmake] add doc/CMakeLists.txt to dist tar ball (#3181)
Glenn Strauss
2023-01-04
1
-0
/
+1
*
[doc] remove references to removed modules
Glenn Strauss
2023-01-03
10
-204
/
+2
*
[meson] remove t/test_mod_evasive.c
Glenn Strauss
2023-01-03
1
-1
/
+0
*
- next is 1.4.69
Glenn Strauss
2023-01-03
4
-4
/
+4
*
[doc] NEWS
lighttpd-1.4.68
Glenn Strauss
2023-01-02
1
-0
/
+91
*
[core] temporarily disable O_NOFOLLOW on Cygwin
Glenn Strauss
2023-01-02
1
-0
/
+4
*
[core] wrap server_main_setup_workers w/ HAVE_FORK
Glenn Strauss
2023-01-02
1
-0
/
+2
*
[core] save ptr to avoid static analyzer realloc warn
Glenn Strauss
2023-01-02
1
-1
/
+2
*
[tests] disable Nagle on client, remove sleeps
Glenn Strauss
2023-01-02
1
-26
/
+16
*
[tests] fix "deflate" tests for added zlib header
Glenn Strauss
2023-01-01
1
-2
/
+2
*
[mod_deflate] "deflate" should include zlib header
Glenn Strauss
2023-01-01
1
-5
/
+5
*
[tests] disable auth.delay-invalid-creds for tests
Glenn Strauss
2022-12-31
1
-0
/
+2
*
[lighttpd-angel] simplify
Glenn Strauss
2022-12-21
1
-134
/
+82
*
[doc] default lighttpd.conf: omit server.use-ipv6
Glenn Strauss
2022-12-19
1
-5
/
+1
*
[core] ignore config dir-listing.* if not enabled
Glenn Strauss
2022-12-19
1
-0
/
+4
*
[mod_wolfssl] match mod_openssl CLOSE_NOTIFY
Glenn Strauss
2022-12-11
1
-18
/
+16
*
[mod_openssl] CLOSE_NOTIFY handling with KTLS
Glenn Strauss
2022-12-11
1
-18
/
+16
*
[core] config_check_cond_nocache_eval() tweak
Glenn Strauss
2022-12-10
1
-3
/
+2
*
[core] chunk.c tweaks
Glenn Strauss
2022-12-10
1
-6
/
+4
*
[lighttpd-angel] remove unused includes
Glenn Strauss
2022-12-10
1
-3
/
+0
*
[core] create non-inlined vector_resize()
Glenn Strauss
2022-12-10
2
-14
/
+13
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
71
-392
/
+203
*
[core] log_buffer_vsprintf tweaks
Glenn Strauss
2022-12-10
1
-5
/
+8
*
[mod_wstunnel] store value in tmp before byteswap
Glenn Strauss
2022-12-10
1
-2
/
+5
*
[build] omit unused vector.[ch] from build
Glenn Strauss
2022-12-10
4
-8
/
+2
*
[core] use data_config_list for config
Glenn Strauss
2022-12-10
4
-11
/
+26
*
[core] mark gw_proc_free() cold
Glenn Strauss
2022-12-10
1
-0
/
+2
*
[multiple] employ ck_realloc_u32() shared code
Glenn Strauss
2022-12-10
14
-141
/
+62
*
[core] ck_calloc() ck_malloc() ck_realloc_u32()
Glenn Strauss
2022-12-10
2
-1
/
+56
*
[core] server_main_setup() variable scoping
Glenn Strauss
2022-12-07
1
-10
/
+6
*
[core] server_main_setup_workers() separate func
Glenn Strauss
2022-12-07
1
-132
/
+128
*
[core] server_main_setup_signals() separate func
Glenn Strauss
2022-12-07
1
-53
/
+54
*
[core] check ifndef NDEBUG before setting NDEBUG
Glenn Strauss
2022-12-07
1
-0
/
+2
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
47
-1
/
+60
*
[core] reduce M_TOP_PAD to default on small system
Glenn Strauss
2022-12-06
1
-0
/
+5
*
[core] build core modules into lighttpd executable
Glenn Strauss
2022-12-05
4
-1
/
+74
*
[core] check for built-in plugins before dlopen
Glenn Strauss
2022-12-05
1
-0
/
+13
*
[core] _WIN32 impl of plugins_load()
Glenn Strauss
2022-12-05
1
-68
/
+45
[next]