Age | Commit message (Expand) | Author |
2014-12-08 | sd-bus: rework ELF error mapping table magic | Lennart Poettering |
2014-11-28 | treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 | Lennart Poettering |
2014-11-26 | Introduce CONF_DIRS_NULSTR helper to define standard conf dirs | Josh Triplett |
2014-08-28 | macro: use unique variable names for math-macros | David Herrmann |
2014-08-27 | shared: make container_of() use unique variable names | David Herrmann |
2014-08-27 | shared: drop UNIQUE() | David Herrmann |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-15 | macro: add CONST_MAX() macro | David Herrmann |
2014-08-15 | macro: const'ify MIN/MAX/... macros | David Herrmann |
2014-07-16 | resolved: add a DNS client stub resolver | Lennart Poettering |
2014-07-11 | shared: add MIN3 macro | David Herrmann |
2014-06-16 | macro: add DISABLE_WARNING_SHADOW | David Herrmann |
2014-05-13 | shared: add ALIGN_POWER2 macro | David Herrmann |
2014-03-12 | macro: make sure we can use IN_SET() also with complex function calls as firs... | Lennart Poettering |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-02-20 | macro: add nice macro for disabling -Wnonnull temporarily | Lennart Poettering |
2014-02-20 | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | util: get rid of warnings around assert_cc() macro | Lennart Poettering |
2014-01-11 | journald: do not free space when disk space runs low | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-12-17 | __thread --> thread_local for C11 compat | Shawn Landden |
2013-12-10 | macro: log assertion at debug level in assert_return() | Lennart Poettering |
2013-12-03 | macro: better make IN_SET() macro use const arrays | Lennart Poettering |
2013-12-02 | macro: add a macro to test whether a value is in a specified list | Lennart Poettering |
2013-11-30 | macro.h: fix typo in comment | Thomas Hindoe Paaboel Andersen |
2013-11-25 | swap: split state machine state ACTIVATING into two | Lennart Poettering |
2013-11-22 | macro: fix problem with __LINE__ macro expansion | Lukasz Skalski |
2013-11-22 | macro: fix assert_cc() fallback | David Herrmann |
2013-11-20 | macro: add _unlikely_() to assert_return() | Lennart Poettering |
2013-11-20 | macro: change assert_cc() so that it can appear outside of functions | Lennart Poettering |
2013-11-07 | util: add circle to special chars we can draw | Lennart Poettering |
2013-10-21 | bus: remove static introspection file export | Kay Sievers |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-10-11 | macro: add new assert_return() macro for early parameter checking in functions | Lennart Poettering |
2013-08-22 | remove hasprefix(), use startswith() | Shawn Landden |
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | Add hasprefix macro to check prefixes of fixed length | Zbigniew Jędrzejewski-Szmek |
2013-05-17 | bus: add APIs for negotiating what is attached to messages | Lennart Poettering |
2013-05-14 | bus: add and use UINT64_TO_PTR() | Kay Sievers |
2013-04-25 | Make up for attribute malloc with alloc_size | Zbigniew Jędrzejewski-Szmek |
2013-04-19 | Reintroduce f_type comparison macro | Harald Hoyer |
2013-04-18 | Revert f_type fixups | Harald Hoyer |
2013-04-18 | macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c... | Harald Hoyer |
2013-04-18 | rename CMP_F_TYPE to F_TYPE_CMP | Harald Hoyer |
2013-04-18 | Add ugly CMP_F_TYPE() macro | Harald Hoyer |
2013-04-16 | util: make generation of profcs PID paths nicer | Lennart Poettering |
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering |
2013-04-12 | bus: don't calculate kmsg message too large | Lennart Poettering |
2013-04-11 | macro: make sure ALIGN() can be calculated constant by the compiler | Lennart Poettering |