aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04add libmds_messageMattias Andrée1-1/+1
2015-09-03how did that get thereMattias Andrée1-1/+1
2015-09-03info: strendMattias Andrée1-2/+1
2015-09-01mds-kbdc: minor optimisationMattias Andrée1-0/+13
2015-08-28everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headersMattias Andrée2-5/+15
2015-08-25add pkg-config files and soname to libs and versioned so filesMattias Andrée1-0/+9
2015-08-25m + attributesMattias Andrée12-31/+133
2015-08-24introduce the `Origin command`-headerMattias Andrée2-19/+32
2015-08-24hash-list: styleMattias Andrée1-10/+10
2015-08-24style + error messages should include message id + fix buffer overflowMattias Andrée2-40/+33
2015-08-24libmdsserver: styleMattias Andrée1-13/+13
2015-08-24hash list optimisationMattias Andrée1-21/+96
2015-08-24info: construct_error_message and send_errorMattias Andrée1-2/+0
2015-08-23error transmissionsMattias Andrée2-0/+207
2015-08-23signal handlers that return should not modify errnoMattias Andrée1-0/+17
2015-08-22ensure that all PF_ and AF_ aliases exists if any existMattias Andrée1-0/+43
2015-08-22typo + mds-colour: print colour list on SIGINFOMattias Andrée1-1/+1
2015-08-21add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée1-5/+54
2015-08-20m + info: hash listMattias Andrée1-65/+95
2015-08-19work on mds-colour and list alternative to hash tableMattias Andrée3-2/+486
2015-08-19add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywordsMattias Andrée2-0/+409
2015-08-19use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not definedMattias Andrée1-0/+6
2015-08-19add strict_atoj and strict_atoujMattias Andrée2-2/+117
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée2-0/+37
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-04-18m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée1-0/+27
2015-04-12document siginfo and add it to macros.hMattias Andrée1-0/+9
2015-02-13bump yearMattias Andrée17-17/+17
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é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