summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] modify arguments to updated LEMON parserGlenn Strauss2023-01-094-4/+4
* [lemon] upgrade LEMON parser to SQLite maint verGlenn Strauss2023-01-092-1494/+3312
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-0912-15/+15
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-077-10/+10
* [TLS] fix spurious warning trace (fixes #3182)Glenn Strauss2023-01-055-10/+10
* [cmake] do not link with fam if inotify or kqueueGlenn Strauss2023-01-041-1/+1
* [cmake] use mysql_config cflags and ldflags (#3181)Glenn Strauss2023-01-041-3/+5
* [cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)Glenn Strauss2023-01-041-1/+6
* [cmake] remove -I/usr/include/mysql for mysql.h (#3181)Glenn Strauss2023-01-041-9/+2
* [core] update ls-hpackGlenn Strauss2023-01-044-21/+21
* [meson] fix typo in sbindirGlenn Strauss2023-01-041-4/+4
* [meson] add meson.build to install man pages (fixes #3181)Glenn Strauss2023-01-043-0/+3
* [cmake] add doc/CMakeLists.txt to dist tar ball (#3181)Glenn Strauss2023-01-041-0/+1
* [doc] remove references to removed modulesGlenn Strauss2023-01-0310-204/+2
* [meson] remove t/test_mod_evasive.cGlenn Strauss2023-01-031-1/+0
* - next is 1.4.69Glenn Strauss2023-01-034-4/+4
* [doc] NEWSlighttpd-1.4.68Glenn Strauss2023-01-021-0/+91
* [core] temporarily disable O_NOFOLLOW on CygwinGlenn Strauss2023-01-021-0/+4
* [core] wrap server_main_setup_workers w/ HAVE_FORKGlenn Strauss2023-01-021-0/+2
* [core] save ptr to avoid static analyzer realloc warnGlenn Strauss2023-01-021-1/+2
* [tests] disable Nagle on client, remove sleepsGlenn Strauss2023-01-021-26/+16
* [tests] fix "deflate" tests for added zlib headerGlenn Strauss2023-01-011-2/+2
* [mod_deflate] "deflate" should include zlib headerGlenn Strauss2023-01-011-5/+5
* [tests] disable auth.delay-invalid-creds for testsGlenn Strauss2022-12-311-0/+2
* [lighttpd-angel] simplifyGlenn Strauss2022-12-211-134/+82
* [doc] default lighttpd.conf: omit server.use-ipv6Glenn Strauss2022-12-191-5/+1
* [core] ignore config dir-listing.* if not enabledGlenn Strauss2022-12-191-0/+4
* [mod_wolfssl] match mod_openssl CLOSE_NOTIFYGlenn Strauss2022-12-111-18/+16
* [mod_openssl] CLOSE_NOTIFY handling with KTLSGlenn Strauss2022-12-111-18/+16
* [core] config_check_cond_nocache_eval() tweakGlenn Strauss2022-12-101-3/+2
* [core] chunk.c tweaksGlenn Strauss2022-12-101-6/+4
* [lighttpd-angel] remove unused includesGlenn Strauss2022-12-101-3/+0
* [core] create non-inlined vector_resize()Glenn Strauss2022-12-102-14/+13
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-1071-392/+203
* [core] log_buffer_vsprintf tweaksGlenn Strauss2022-12-101-5/+8
* [mod_wstunnel] store value in tmp before byteswapGlenn Strauss2022-12-101-2/+5
* [build] omit unused vector.[ch] from buildGlenn Strauss2022-12-104-8/+2
* [core] use data_config_list for configGlenn Strauss2022-12-104-11/+26
* [core] mark gw_proc_free() coldGlenn Strauss2022-12-101-0/+2
* [multiple] employ ck_realloc_u32() shared codeGlenn Strauss2022-12-1014-141/+62
* [core] ck_calloc() ck_malloc() ck_realloc_u32()Glenn Strauss2022-12-102-1/+56
* [core] server_main_setup() variable scopingGlenn Strauss2022-12-071-10/+6
* [core] server_main_setup_workers() separate funcGlenn Strauss2022-12-071-132/+128
* [core] server_main_setup_signals() separate funcGlenn Strauss2022-12-071-53/+54
* [core] check ifndef NDEBUG before setting NDEBUGGlenn Strauss2022-12-071-0/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-0747-1/+60
* [core] reduce M_TOP_PAD to default on small systemGlenn Strauss2022-12-061-0/+5
* [core] build core modules into lighttpd executableGlenn Strauss2022-12-054-1/+74
* [core] check for built-in plugins before dlopenGlenn Strauss2022-12-051-0/+13
* [core] _WIN32 impl of plugins_load()Glenn Strauss2022-12-051-68/+45