Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-17 | journal: expose and make use of cutoff times of journal | Lennart Poettering | |
This helps explaining when the log output of "systemctl status" is incomplete because the logs got rotated since the service was started. | |||
2012-06-17 | journal: add basic object definition for signatures | Lennart Poettering | |
2012-06-17 | journal: replace arena offset by header size | Lennart Poettering | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-03-22 | add sparse support to detect endianness bug | Frederic Crozat | |
le16/32/64_t type should be used when storing little-endian value header to integrate with sparse from Josh Triplett <josh@joshtriplett.org> | |||
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering | |
2011-12-21 | journal: add inline compression support with XZ | Lennart Poettering | |
2011-12-20 | journal: fix space reservation limit enforcement | Lennart Poettering | |
2011-11-08 | journal: implement multiple field matches | Lennart Poettering | |
2011-10-15 | journal: properly implement matching with multiple matches | Lennart Poettering | |
2011-10-13 | journal: implementation rotation | Lennart Poettering | |
2011-10-08 | journal: implement parallel traversal in client | Lennart Poettering | |
2011-10-07 | journal: store XOR combination of entry data object hashes to identify hash ↵ | Lennart Poettering | |
lines | |||
2011-10-07 | journal: add preliminary incomplete implementation | Lennart Poettering | |