Age | Commit message (Expand) | Author |
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-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-11-03 | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering |
2015-11-03 | log-generator: add option to generate easily compressible data | Zbigniew Jędrzejewski-Szmek |
2015-11-01 | journal-remote: remove unused variable warning when building without GNUTLS. | Lennart Poettering |
2015-10-30 | journal-remote: increase memory limit per connection to avoid errors with HTTPS | Dongsu Park |
2015-10-28 | journal-remote: port to extract_first_word | Susant Sahani |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-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-05 | Merge pull request #1406 from blaskovic/journal-remote-typo | Tom Gundersen |
2015-09-30 | journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd servers | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-29 | journal-remote: typo in log_error when no sources are specified | Branislav Blaskovic |
2015-09-09 | Merge pull request #1218 from poettering/safe-fclose | Daniel Mack |
2015-09-09 | util: introduce safe_fclose() and port everything over to it | Lennart Poettering |
2015-09-09 | tree-wide: replace while(1) by for(;;) everywhere | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
2015-08-07 | strv: convert strv_split_quotes into a generic strv_split_extract | Richard Maw |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-29 | socket-util: library calls shouldn't log on their own | Lennart Poettering |
2015-07-07 | journal-gatewayd: fix tmpfile logic | Daniel Mack |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-04-12 | journal-gatewayd: use (void) to silence coverity | Zbigniew Jędrzejewski-Szmek |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-27 | fix gcc warnings about uninitialized variables | Harald Hoyer |
2015-03-26 | util: rework word parsing and c unescaping code | Lennart Poettering |
2015-03-15 | journal-gatewayd: factor out opening of temp file | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | journal-remote: explain why source->buf cannot be null | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | journal-remote: make process_data static | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | µhttp-util: setup gnutls logs in one function | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |