summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-198-32/+56
* [core] remove cygwin O_NOFOLLOW workaroundGlenn Strauss2023-01-191-4/+0
* [core] add missed h2 state transition (fixes #3186)Glenn Strauss2023-01-191-0/+17
* [cmake] use LIGHTTPD_MODULES_DIR as relative path (fixes #3185)Glenn Strauss2023-01-141-6/+5
* [multiple] quiet some coverity false positivesGlenn Strauss2023-01-137-9/+9
* [cmake] SERVER_SRC variableGlenn Strauss2023-01-131-3/+3
* [core] avoid accept4() on ARM unless detectedGlenn Strauss2023-01-131-0/+14
* [lemon] fix -Wpendantic warnings for bad castsGlenn Strauss2023-01-131-26/+27
* [core] build configparser.y w/ -Werror workaroundsGlenn Strauss2023-01-132-1/+15
* [build] modify arguments to updated LEMON parserGlenn Strauss2023-01-093-3/+3
* [lemon] upgrade LEMON parser to SQLite maint verGlenn Strauss2023-01-092-1494/+3312
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-095-7/+7
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-075-8/+8
* [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
* [doc] remove references to removed modulesGlenn Strauss2023-01-032-4/+2
* [meson] remove t/test_mod_evasive.cGlenn Strauss2023-01-031-1/+0
* [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
* [mod_deflate] "deflate" should include zlib headerGlenn Strauss2023-01-011-5/+5
* [lighttpd-angel] simplifyGlenn Strauss2022-12-211-134/+82
* [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