Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | resolved: support for TCP DNS queries | Lennart Poettering | |
2014-07-16 | dns-packet: allow dynamic resizing of DNS packets | Lennart Poettering | |
2014-07-16 | dns-domain: introduce macros for accessing all DNS header fields | Lennart Poettering | |
2014-07-16 | update TODO | Lennart Poettering | |
2014-07-16 | journal: add systemd-journal-remote to sysusers | Kay Sievers | |
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-16 | shared: include stdbool.h in mkdir.h | Sjoerd Simons | |
2014-07-16 | build-sys: don't move libgudev to /lib | Michael Biebl | |
It depends on libgobject and libgmodule which are installed in /usr/lib. | |||
2014-07-16 | test-compress-benchmark: add missing % before PRIu64 format | Thomas Hindoe Paaboel Andersen | |
2014-07-16 | test-socket-util: silence warnings | Thomas Hindoe Paaboel Andersen | |
2014-07-15 | units/serial-getty@.service: use the default RestartSec | Michael Olbrich | |
For pluggable ttys such as USB serial devices, the getty is restarted and exits in a loop until the remove event reaches systemd. Under certain circumstances the restart loop can overload the system in a way that prevents the remove event from reaching systemd for a long time (e.g. at least several minutes on a small embedded system). Use the default RestartSec to prevent the restart loop from overloading the system. Serial gettys are interactive units, so waiting an extra 100ms really doesn't make a difference anyways compared to the time it takes the user to log in. | |||
2014-07-15 | resolve: avoid use of uninitalized variable | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | test-compress-benchmark: silence warnings | Marc-Antoine Perennou | |
and btw make it pass for 32bits where size_t != uint64_t | |||
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 | Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX | Zbigniew Jędrzejewski-Szmek | |
Define DATA_SIZE_MAX to mean the maximum size of a single field, and ENTRY_SIZE_MAX to mean the size of the whole entry, with some rough calculation of overhead over the payload. Check if entries are not too big when processing native journal messages. | |||
2014-07-15 | µhttp-util: fix compilation without gnutls | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: describe new filename rules for journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: document systemd-journal-upload | 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 | Constify ConfigTableItem tables | 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 | shared/socket-label: fix error message | Zbigniew Jędrzejewski-Szmek | |
Was: Failed to listen on [::]:2000: Success | |||
2014-07-15 | shared/socket-util: add function to query remote address | 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 | build-sys: add check for libcurl | 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. | |||
2014-07-15 | microhttp-util: rework gnutls logging | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek | |
If a file was opened for writing, and then closed immediately without actually writing any entries, on subsequent opening, it would be considered "corrupted". This should be totally fine, and even in read mode, an empty file can become non-empty later on. | |||
2014-07-16 | resolved: add busname unit file | Kay Sievers | |
2014-07-16 | resolved: add legacy dbus service and policy files | Kay Sievers | |
2014-07-16 | update TODO | Lennart Poettering | |
2014-07-16 | resolved: add small NSS module that uses resolved to resolve DNS names | Lennart Poettering | |
2014-07-16 | nss: various minor fixes to nss-myhostname + nss-mymachines | Lennart Poettering | |
2014-07-16 | dns-domain: never allow labels that are larger than 63 chars | Lennart Poettering | |
2014-07-16 | dns-domain: fix generation of reverse IP address lookup name | Lennart Poettering | |
2014-07-16 | resolve: add distinct bus error code for hosts that exist but lack A or AAAA ↵ | Lennart Poettering | |
records |