Age | Commit message (Expand) | Author |
2016-01-12 | capabilities: keep bounding set in non-inverted format. | Ismo Puustinen |
2015-12-10 | importd: drop dkr support | Lennart Poettering |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: make macros for converting fds to pointers and back generic and us... | Lennart Poettering |
2015-11-17 | Merge pull request #1923 from zonque/siphash | Lennart Poettering |
2015-11-16 | siphash24: let siphash24_finalize() and siphash24() return the result directly | Daniel Mack |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-05 | import: report error before losing errno | Michal Schmidt |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | util-lib: move web-related calls into web-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out file attribute calls to chattr-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split xattr-related calls into xattr-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-27 | util: move filename_is_valid() and path_is_safe() to path-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-22 | import: don't claim we moved .nspawn file into place when in fact we did not | Lennart Poettering |
2015-10-22 | import: correct handling if .nspawn file could not be downloaded | Lennart Poettering |
2015-10-22 | import: when downloading images, create a subtree quota group for them | Lennart Poettering |
2015-10-22 | btrfs: beef-up btrfs support with a limited understanding of quota | Lennart Poettering |
2015-10-07 | import: hash URL in paths if they are too long | Jan Synacek |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering |
2015-09-22 | importd: make sure we don't accidentally close fd 0 | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | importd: fix typos | Daniel Mack |
2015-09-09 | Merge pull request #1210 from poettering/import-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-08 | importd: for .raw and .tar images, try to download .nspawn settings file too | Lennart Poettering |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
2015-08-26 | Merge pull request #998 from vbatts/tar_nosparse_flag | Lennart Poettering |
2015-08-24 | util: make machine_name_is_valid() a macro and move it to hostname-util.h | Lennart Poettering |
2015-08-20 | import: don't create sparse tar archives | Vincent Batts |
2015-08-08 | Coverity #1299013 | reverendhomer |