gerrit pushed to master at lighttpd/lighttpd2 2023-09-11 18:51:35 +00:00
f1bf458341 [meson] rename shared libs to what autobuild created
gerrit pushed to master at lighttpd/lighttpd2 2023-09-11 16:21:31 +00:00
727ec90417 [autobuild] drop autobuild
1fffbd1a9e [automake] include meson files
7f843c75a6 [cmake] drop cmake support - use meson instead
232e1837bd [mod_openssl] drop support for openssl1.0 and older (probably includes libressl)
c60df4f141 [mod_openssl] support openssl3 ECDH curve selection
Compare 6 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-09-08 13:59:19 +00:00
10f54c2d83 [core] don't release mainaction before stopping workers
dca280076b [angel] improve instance related logging
522a9e221b [angel] improve startup/stop logging
a19d73ecd5 [angel] server_module not shared anymore, drop refcount handling
0ced2aa60a [angel] remove config reload handling, don't unload plugins while instance is running
Compare 7 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-07-23 13:25:33 +00:00
23164d557f [mod_progress] accept any 2xx status codes as success (fixes #2357)
gerrit pushed to master at lighttpd/lighttpd2 2023-07-16 17:11:03 +00:00
184efd18f7 [doc] fix typo in email address
gerrit pushed to master at lighttpd/lighttpd2 2023-07-15 16:43:22 +00:00
bb473ed334 [mimetypes.conf] adding new mimetypes
3a34f793cd [mimetypes.conf] dropping some mimetypes
b9efcc316e [mimetypes.conf] changing various mimetypes (text/javascript and others)
Compare 3 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-07-12 23:06:12 +00:00
698c1a54ef [doc] update my email address
6d7d0b784c [doc] convert http:// to https:// links if valid
29d4a1543d [doc] convert from textile to markdown; don't allow simple text in section/description anymore
7472bb4b18 [tests] fix cleanup if prepare fails
69ca252e48 [tests] chmod -x tests/pylt/run.py
Compare 5 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-07-12 15:33:05 +00:00
77f9f06c2a [tests] disable non-prefix crypt auth (deprecated, not available on all platforms)
dd17dcc380 [crypt] some crypt[_r] implementations return NULL instead of a failure token; li_safe_crypt returns FALSE in that case (and clears the buffer)
52b19412af fix glib g_string_append_len usage (broken with GSTR_LEN macro)
0c3ee6741d [build] add meson support
Compare 4 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-01-15 11:37:26 +00:00
10586541b5 [tests] remove concept of feature_check - always test everything
c691084b48 [tests] use local fcgi-cgi written in python
Compare 2 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-01-08 16:21:22 +00:00
24025686d4 [core] stream plug should forward "abort" to dest (source disconnect before closing)
gerrit pushed to master at lighttpd/lighttpd2 2023-01-08 00:31:30 +00:00
0ff166282f [core] stream plug should stop when source disconnects too
gerrit pushed to master at lighttpd/lighttpd2 2023-01-07 19:57:41 +00:00
56aae45f6d [mod_debug] support repeating output of pending events on stop
gerrit pushed to master at lighttpd/lighttpd2 2023-01-07 14:56:44 +00:00
42d554bd3e [angel] fix use-after-free of cached listening sockets
6791ccbaec [angel] fix handling of notifications on worker stop
Compare 2 commits »
gerrit pushed to master at lighttpd/lighttpd2 2023-01-07 13:07:17 +00:00
87e125bffa [tests] package moved python files
gerrit pushed to master at lighttpd/lighttpd2 2023-01-07 12:58:32 +00:00
cbcc2e48a9 [core] use union of sockaddr_* pointers instead of pointer to storage union
gerrit pushed to master at lighttpd/lighttpd2 2023-01-07 11:30:06 +00:00
5a02032485 [tests] refactor python tests
gerrit pushed to master at lighttpd/lighttpd2 2023-01-06 19:18:50 +00:00
a5e8c80bf8 [tests] reorganize python tests
gerrit pushed to master at lighttpd/lighttpd2 2023-01-05 12:59:08 +00:00
f046f4fac1 [core] improve comments
gerrit pushed to master at lighttpd/lighttpd2 2023-01-05 12:56:31 +00:00
a615411747 fix spelling
gerrit pushed to master at lighttpd/lighttpd2 2023-01-05 12:52:20 +00:00
b96d2495f4 [core] remove HEDLEY_FALL_THROUGH from empty case