Block a user
2b4e6d3a4d
[build] add .github workflow
d9e4b2e4d7
[tests] try to use shorter socket filenames
643514a9c7
[core] recent g_module_open handles lib prefix and suffixes better; try that first
7c2d19ed24
[core] add proper error handling to li_module_load
14679eedb7
[meson] fix module dependencies (must be a list)
a9725af5f3
[meson] fix building without unwind (optional dependency)
7c926c9245
[meson] compiler.has_type requires meson 1.0 to use array for prefix - join manually to support meson 0.61
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
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
bb473ed334
[mimetypes.conf] adding new mimetypes
3a34f793cd
[mimetypes.conf] dropping some mimetypes
b9efcc316e
[mimetypes.conf] changing various mimetypes (text/javascript and others)
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
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
10586541b5
[tests] remove concept of feature_check - always test everything
c691084b48
[tests] use local fcgi-cgi written in python
42d554bd3e
[angel] fix use-after-free of cached listening sockets
6791ccbaec
[angel] fix handling of notifications on worker stop