aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/macros.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-12document siginfo and add it to macros.hMattias Andrée1-0/+9
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-11mMattias Andrée1-0/+13
2014-12-10mMattias Andrée1-1/+2
2014-12-10make it easier to track memory allocationsMattias Andrée1-3/+101
2014-12-10add xmemdup macroMattias Andrée1-0/+16
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-2/+49
2014-12-10typoMattias Andrée1-2/+2
2014-12-09make sure errno is not changed during fail_ifMattias Andrée1-0/+2
2014-12-09improve with_mutex and with_mutex_if alsoMattias Andrée1-8/+22
2014-12-09make exit_if easier on the syntaxMattias Andrée1-1/+1
2014-12-09make some macros easiler on the syntaxMattias Andrée1-31/+37
2014-12-09make fail_if friendlier to complex if-statementsMattias Andrée1-4/+4
2014-12-09do no print whence an error occurred if it is EMSGSIZE, ECONNRESET or EINTR, those are not real errors, just abnormalitiesMattias Andrée1-3/+9
2014-12-08rename pfail to failMattias Andrée1-2/+2
2014-12-08typoMattias Andrée1-2/+2
2014-12-08whenever fail_if gotos to the failure clause, print whenceMattias Andrée1-2/+4
2014-12-07fail_if supports sequences without being double bracketedMattias Andrée1-2/+2
2014-12-06mds-kbdc: m + function callingMattias Andrée1-6/+5
2014-11-22Starting on some reworkMattias Andrée1-0/+13
2014-09-28m + make sure the code ends with a new lineMattias Andrée1-0/+14
2014-09-20SIGRTMAX is used internally by valgrindMattias Andrée1-1/+1
2014-08-25mMattias Andrée1-1/+1
2014-08-25m docMattias Andrée1-5/+5
2014-08-25m docMattias Andrée1-17/+17
2014-08-25m docMattias Andrée1-1/+1
2014-08-25mMattias Andrée1-6/+6
2014-08-25m docMattias Andrée1-6/+6
2014-08-25mMattias Andrée1-2/+2
2014-08-25m docMattias Andrée1-2/+2
2014-08-25m docMattias Andrée1-21/+26
2014-08-24if the system is awesome enough to have sigupdate defined, use it instead of sigusr1Mattias Andrée1-0/+9
2014-08-20add sigdanger supportMattias Andrée1-0/+10
2014-08-12macros for ato* with castMattias Andrée1-0/+1
2014-08-02miscMattias Andrée1-2/+11
2014-07-28reduce code complexityMattias Andrée1-0/+14
2014-06-07test and fix mds-respawn + add missed staging: monotonic clock should be rawMattias Andrée1-1/+1
2014-06-07whitespaceMattias Andrée1-1/+1
2014-05-18reduce code complexityMattias Andrée1-1/+1
2014-05-18mMattias Andrée1-1/+1
2014-05-18reduce code complexityMattias Andrée1-0/+27
2014-05-18style + reduce code complexityMattias Andrée1-2/+19
2014-05-11a much of multicasting stuffMattias Andrée1-2/+2
2014-05-07mMattias Andrée1-2/+2
2014-05-07use more macros and do not du null-check before free:ing, free does that for usMattias Andrée1-0/+68
2014-05-06add monotone macroMattias Andrée1-0/+12
2014-05-06add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée1-0/+35
2014-05-06use macros in mds.cMattias Andrée1-3/+3
2014-05-06add buf_set/get_next macrosMattias Andrée1-0/+28
2014-05-05use more macrosMattias Andrée1-0/+97