summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek
2013-03-31strbuf: replace quick sort with bubble sortZbigniew Jędrzejewski-Szmek
2013-03-31strbuf: fix leak on memory errorZbigniew Jędrzejewski-Szmek
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek
2013-03-31bus: parse matches locally and allow registration of callbacks for themLennart Poettering
2013-03-30bus: implement server mode, and anonymous authenticationLennart Poettering
2013-03-30prioq: consider a NULL prioq emptyLennart Poettering
2013-03-30unit: no need to export variables if we can avoid itLennart Poettering
2013-03-29utmp: make gcc shut up, we need to pass an int here, not size_tLennart Poettering
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek
2013-03-28tests: add some silly tests for path-util.cZbigniew Jędrzejewski-Szmek
2013-03-28catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek
2013-03-28utmp-wtmp: don't try to read past end of stringZbigniew Jędrzejewski-Szmek
2013-03-27shared: free dt (temporary dir name) on failVáclav Pavlín
2013-03-26tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek
2013-03-26Simplify the meaning of %sZbigniew Jędrzejewski-Szmek
2013-03-25bus: implement 'unixexec:' protocolLennart Poettering
2013-03-25bus: implement support for FD passingLennart Poettering
2013-03-23conf-parser: when we parse a string list, always fill in somethingLennart Poettering
2013-03-22dbus: Do send out "replies" to signalsColin Walters
2013-03-22util: workaround two gcc warningsZbigniew Jędrzejewski-Szmek
2013-03-22build-sys: move acl searching code into libsystemd-aclZbigniew Jędrzejewski-Szmek
2013-03-22util: be more picky when validating hostnamesLennart Poettering
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering
2013-03-21efivars: fix return codeZbigniew Jędrzejewski-Szmek
2013-03-21bus: implement full method call timeout logicLennart Poettering
2013-03-21shared: add simple priority queue implementationLennart Poettering
2013-03-20Remove some unused variablesZbigniew Jędrzejewski-Szmek
2013-03-20bus: implement demarshallerLennart Poettering
2013-03-20util: add hexmem() and strextend() callsLennart Poettering
2013-03-20macro: add CHAR_TO_STR macro to make a one character string from a charLennart Poettering
2013-03-20macro: don't redefine CLAMP if it is already defined by glib or some other li...Lennart Poettering
2013-03-20Make PrivateTmp dirs also inaccessible from the outsideZbigniew Jędrzejewski-Szmek
2013-03-18journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar
2013-03-15strv: fix STRV_FOREACH_PAIR macro definitionLennart Poettering
2013-03-13fileio: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-03-13logs-show: export logic to add matches for unitsZbigniew Jędrzejewski-Szmek
2013-03-13util, manager: and mempset() and use itMichal Schmidt
2013-03-10bootctl: print secure boot flagsKay Sievers
2013-03-08util: fix printing of welcome messageMichal Schmidt
2013-03-08shared: inline trivial auto-cleanup functionsMichal Schmidt
2013-03-08shared: remove pointless checks in auto-cleanup functionsMichal Schmidt
2013-03-07pager: add -M to $LESS to make the bottom line nicerLennart Poettering
2013-03-07pager: always override LESSLennart Poettering
2013-03-07pager: introduce "jump to end" optionHarald Hoyer
2013-03-07util: Fix grammar in commentJan Janssen
2013-03-07virt: check for /sys/hypervisor/type for detecting xen PVLennart Poettering
2013-03-05util: properly escape corner cases in bus_path_escape(), tooLennart Poettering
2013-03-02job: print the "OK" status messages in normal greenMichal Schmidt