aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-10add xmemdup macroMattias Andrée5-54/+29
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée4-43/+69
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ée2-42/+43
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-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée6-84/+99
2014-12-08rename pfail to failMattias Andrée5-7/+7
2014-12-08typoMattias Andrée1-2/+2
2014-12-08m + make sure we never lose errnoMattias Andrée2-3/+9
2014-12-08no more goto failMattias Andrée3-19/+17
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-26make derp + sed config.hMattias Andrée1-74/+26
2014-09-20SIGRTMAX is used internally by valgrindMattias Andrée1-1/+1
2014-09-20verify that headers in messages are encoded with proper utf-8Mattias Andrée1-1/+7
2014-09-20add verify_utf8Mattias Andrée2-1/+87
2014-09-13doc style fixMattias Andrée8-11/+11
2014-09-12mMattias Andrée2-12/+12
2014-08-31create and export process groupMattias Andrée1-0/+9
2014-08-29m + info: mds_message_tMattias Andrée1-2/+2
2014-08-29m + info: tablesMattias Andrée3-7/+7
2014-08-29typoMattias Andrée2-4/+4
2014-08-26typoMattias Andrée2-2/+2
2014-08-26mMattias Andrée2-2/+4
2014-08-25mMattias Andrée1-0/+48
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-24m + do not any assumtion of int typedefsMattias Andrée3-12/+12
2014-08-23full_read returns lengthMattias Andrée2-17/+23
2014-08-22beginning of mds-vtMattias Andrée1-0/+16
2014-08-20add sigdanger supportMattias Andrée1-0/+10
2014-08-12typoMattias Andrée1-1/+1
2014-08-12mMattias Andrée2-8/+8
2014-08-12fix tabulationMattias Andrée1-3/+3
2014-08-12macros for ato* with castMattias Andrée4-4/+163