summaryrefslogtreecommitdiff
path: root/src/journal-remote/browse.html
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: add spdx header on source filesZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
| | | | version.h is tiny, but the other two certainly deserve a license header.
* fix(journal-gatewayd): use relative urls (not starting with '/')Markus Felten2019-06-181-4/+4
| | | | | if journal-gatewayd http is not mounted at '/' (proxy request) the request lose their initial path component
* journal-gateway: use localStorage["cursor"] only when it has valid valueYu Watanabe2018-06-271-4/+6
| | | | Discovered by LGTM.
* journal-gateway: explicitly declare local variablesYu Watanabe2018-06-271-5/+6
| | | | Suggested by LGTM.
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
|
* Move network-related journal programs to src/journal-remote/Zbigniew Jędrzejewski-Szmek2014-07-151-0/+544
Directory src/journal has become one of the largest directories, and since systemd-journal-gatewayd, systemd-journal-remote, and forthcoming systemd-journal-upload are all closely related, create a separate directory for them.