Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | journal-remote: remove obsolete variable | Zbigniew Jędrzejewski-Szmek | |
2014-07-16 | journal-remote: fix double typedef and add missing header | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: avoid copying input data | Zbigniew Jędrzejewski-Szmek | |
Instead of copying fields into new memory allocations, simply keep pointers into the receive buffer. Data in this buffer is only copied when there is not enough space for new data and a large chunk of the buffer contains old data. | |||
2014-07-15 | µhttp-util: fix compilation without gnutls | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add config file | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: let user specify just the main part of the url | Zbigniew Jędrzejewski-Szmek | |
We can append /upload ourselves. | |||
2014-07-15 | journal-remote: rework fd and writer reference handling | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: improve some messages | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Fix problem with allocating large buffers and log leftovers | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: allow splitting incoming logs by source host | Zbigniew Jędrzejewski-Szmek | |
Previously existing scheme where the file name would be based on the source was just too ugly and unpredicatable. Now there are only two options: 1. just one file (until rotation), 2. one file per source host, using the hostname as filename part. For the cases where the source is specified by the user, only option one is allowed, and the full of the file must be specified. | |||
2014-07-15 | Allow addresses to be specified for --listen-... args | Zbigniew Jędrzejewski-Szmek | |
Hostnames still aren't accepted. | |||
2014-07-15 | Add simple generator of fake journal export stream | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: add units and read certs from default locations | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add watchdog support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: make state persistent | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: use journal as the source | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: HTTPS support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: a tool to push messages to systemd-journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: reject fields above maximum size | Zbigniew Jędrzejewski-Szmek | |
Also fix an infinite loop on E2BIG. Remember what range we already scanned for '\n', to avoid quadratic behaviour on long "text" fields. | |||
2014-07-15 | journal-remote: small fixes | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Move network-related journal programs to src/journal-remote/ | Zbigniew Jędrzejewski-Szmek | |
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. |