summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAge
* Optimize startswith() to macroKay Sievers2013-08-22
* systemd-delta: Only print colors when on a ttyDaniel Schaal2013-08-04
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-18
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-16
* journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek2013-06-10
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-09
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-07
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-06
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* Annotate some functions as _const_Cristian Rodríguez2013-05-01
* util: Add _sentinel_ to strextend()Colin Walters2013-04-30
* id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering2013-04-30
* Use attribute(unused) in PROTECT_ERRNOZbigniew Jędrzejewski-Szmek2013-04-25
* Add some extra __attribute__ ((format)) sCristian Rodríguez2013-04-25
* Make up for attribute malloc with alloc_sizeZbigniew Jędrzejewski-Szmek2013-04-25
* Remove erroneous attribute((malloc)) annotationsZbigniew Jędrzejewski-Szmek2013-04-25
* util: rework safe_atod() to be locale-independentLennart Poettering2013-04-25
* core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek2013-04-19
* path-util: unify code for detecting OS treesLennart Poettering2013-04-16
* macro: rework how we define cleanup macrosLennart Poettering2013-04-16
* util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH()Lennart Poettering2013-04-16
* util: introduce alloca0() and use it at a number of placesLennart Poettering2013-04-14
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-13
* util: add wrapper for realloc to avoid specyfing typeZbigniew Jędrzejewski-Szmek2013-04-12
* systemctl: ellipsize job list only when necessary, highlight runningZbigniew Jędrzejewski-Szmek2013-04-10
* machine-id: fix missing initializationLennart Poettering2013-04-08
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-05
* PAM, uaccess: check for logind, not for systemdMartin Pitt2013-04-05
* journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez2013-04-05
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-04
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-02
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-31
* bus: implement server mode, and anonymous authenticationLennart Poettering2013-03-30
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-29
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-28
* Simplify the meaning of %sZbigniew Jędrzejewski-Szmek2013-03-26
* journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering2013-03-22
* bus: implement demarshallerLennart Poettering2013-03-20
* util: add hexmem() and strextend() callsLennart Poettering2013-03-20
* Make PrivateTmp dirs also inaccessible from the outsideZbigniew Jędrzejewski-Szmek2013-03-20
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-18
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-15
* util, manager: and mempset() and use itMichal Schmidt2013-03-13
* shared: inline trivial auto-cleanup functionsMichal Schmidt2013-03-08
* job: print the "OK" status messages in normal greenMichal Schmidt2013-03-02
* core/manager: print status messages about running jobsMichal Schmidt2013-02-28
* util: split resolving of /dev/console into a new functionMichal Schmidt2013-02-28
* util, core: add support for ephemeral status linesMichal Schmidt2013-02-28
* bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen2013-02-14
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14