- 27 Jan, 2025 10 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Empty path shall result with /, not with an empty string. Even if it is handled by some backends, it's a kind of a lie, especially, when additional path from the request come in. XXX - is that really the place to fix it?
-
Łukasz Nowak authored
-
Łukasz Nowak authored
XXX: * improve it more * adapt tests Test backend needs to mimic all possible real backend cases. Just an example of how tests shall be rewritten. Also backend is backward compatible in old bad way, with representing headers as a dict instead of sorted list of lists.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Fixes handling failed backups and default_exception_handler.
-
- 24 Jan, 2025 7 commits
-
-
Xavier Thompson authored
See merge request nexedi/slapos!1685
-
Xavier Thompson authored
-
Xavier Thompson authored
Stop using deprecated ssl.wrap_socket, and let unset key-file mean the key is included in cert-file, as is done in python ssl module. Also let the server crash if specified cert-file or key-file does not exist, instead of silently falling back to non-TLS http.
-
Xavier Thompson authored
Add 'socketpath' and 'abstract' options for path based unix sockets and abstract unix sockets respectively.
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 23 Jan, 2025 2 commits
-
-
Titouan Soulard authored
-
Romain Courteaud authored
-
- 22 Jan, 2025 1 commit
-
-
Jérome Perrin authored
See merge request nexedi/slapos!1716
-
- 21 Jan, 2025 6 commits
-
-
Julien Muchembled authored
See nexedi/neoppod@f4a5fe3b.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This was sometimes causing false positives, for example if site have only one hit and this hit takes more than one second, apdex is 0% and promise failed, it seems useful to at least have a way to disable. We are discussed on nexedi/slapos!1716 (comment 225941) an idea of introducing a "minimal number of hits" parameter to not detect this false positive on sites that are not accessed enough to calculate a meaningful apdex.
-
Joanne Hugé authored
-
- 20 Jan, 2025 1 commit
-
-
Ivan Tyagov authored
-
- 16 Jan, 2025 2 commits
-
-
Joanne Hugé authored
Needed for password authentication to websocket A bug was discovered in previous version
-
Thomas Gambier authored
-
- 15 Jan, 2025 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 14 Jan, 2025 1 commit
-
-
Thomas Gambier authored
-
- 13 Jan, 2025 9 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
See merge request !1717
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
used in theia or with security vulnerabilities (idna & Werkzeug)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
With fixes for two critical CVE
-
Jérome Perrin authored
-