aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/macros.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use more macros and do not du null-check before free:ing, free does that for usMattias Andrée2014-05-071-0/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add monotone macroMattias Andrée2014-05-061-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée2014-05-061-0/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use macros in mds.cMattias Andrée2014-05-061-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add buf_set/get_next macrosMattias Andrée2014-05-061-0/+28
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use more macrosMattias Andrée2014-05-051-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use more macrosMattias Andrée2014-05-051-0/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add xsnprintf macroMattias Andrée2014-05-051-0/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>