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