Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen | |
This is a continuation of the previous include sort patch, which only sorted for .c files. | |||
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header ↵ | Lennart Poettering | |
files from core Stuff in src/shared or src/libsystemd should *never* include code from src/core or any of the tools, so don't do that here either. It's not OK! | |||
2014-09-08 | bus: add kdbus endpoint types | Daniel Mack | |
Add types to describe endpoints and associated policy entries, and add a BusEndpoint instace to ExecContext. |