aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-24introduce the `Origin command`-headerMattias Andrée1-13/+21
2015-08-24style + error messages should include message id + fix buffer overflowMattias Andrée1-37/+26
2015-08-24libmdsserver: styleMattias Andrée1-13/+13
2015-08-23error transmissionsMattias Andrée1-0/+152
2015-08-19add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywordsMattias Andrée1-0/+221
2015-08-19add strict_atoj and strict_atoujMattias Andrée1-0/+95
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée1-0/+25
2015-07-12there is no longer any need for prepare_reexec to be canned immediatelyMattias Andrée1-3/+0
2015-07-12fix race condition in prepare_reexecMattias Andrée1-0/+4
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-2/+1
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-21/+20
2014-12-08rename pfail to failMattias Andrée1-1/+1
2014-12-08no more goto failMattias Andrée1-3/+2
2014-09-20add verify_utf8Mattias Andrée1-0/+77
2014-08-26typoMattias Andrée1-1/+1
2014-08-26mMattias Andrée1-1/+2
2014-08-23full_read returns lengthMattias Andrée1-14/+19
2014-08-12mMattias Andrée1-4/+4
2014-08-12macros for ato* with castMattias Andrée1-3/+2
2014-08-11the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the serverMattias Andrée1-11/+46
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-0/+39
2014-08-03the rest of the clipboardMattias Andrée1-0/+25
2014-06-07beginning of mds-respawnMattias Andrée1-3/+3
2014-05-18reduce code complexityMattias Andrée1-2/+26
2014-05-16mMattias Andrée1-0/+1
2014-05-14fix dumb-client and memory errorsMattias Andrée1-2/+2
2014-05-12m fixMattias Andrée1-1/+1
2014-05-08m + add full_write and add full_readMattias Andrée1-0/+72
2014-05-07use more macros and do not du null-check before free:ing, free does that for usMattias Andrée1-0/+27
2014-05-07derpMattias Andrée1-1/+1
2014-05-07miscMattias Andrée1-0/+39
2014-05-06add xsigactionMattias Andrée1-0/+26
2014-05-06add util.cMattias Andrée1-0/+82