aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduce the `Origin command`-headerMattias Andrée2015-08-242-19/+32
* hash-list: styleMattias Andrée2015-08-241-10/+10
* style + error messages should include message id + fix buffer overflowMattias Andrée2015-08-242-40/+33
* libmdsserver: styleMattias Andrée2015-08-241-13/+13
* hash list optimisationMattias Andrée2015-08-241-21/+96
* info: construct_error_message and send_errorMattias Andrée2015-08-241-2/+0
* error transmissionsMattias Andrée2015-08-232-0/+207
* signal handlers that return should not modify errnoMattias Andrée2015-08-231-0/+17
* ensure that all PF_ and AF_ aliases exists if any existMattias Andrée2015-08-221-0/+43
* typo + mds-colour: print colour list on SIGINFOMattias Andrée2015-08-221-1/+1
* add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée2015-08-211-5/+54
* m + info: hash listMattias Andrée2015-08-201-65/+95
* work on mds-colour and list alternative to hash tableMattias Andrée2015-08-193-2/+486
* add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywordsMattias Andrée2015-08-192-0/+409
* use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not definedMattias Andrée2015-08-191-0/+6
* add strict_atoj and strict_atoujMattias Andrée2015-08-192-2/+117
* put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée2015-08-192-0/+37
* 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
* m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée2015-04-181-0/+27
* document siginfo and add it to macros.hMattias Andrée2015-04-121-0/+9
* bump yearMattias Andrée2015-02-1317-17/+17
* mMattias Andrée2014-12-111-0/+13
* mMattias Andrée2014-12-101-1/+2
* make it easier to track memory allocationsMattias Andrée2014-12-101-3/+101
* add xmemdup macroMattias Andrée2014-12-105-54/+29
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-104-43/+69
* typoMattias Andrée2014-12-101-2/+2
* merge track-errors and resolve conflictMattias Andrée2014-12-097-106/+135
|\
| * make sure errno is not changed during fail_ifMattias Andrée2014-12-091-0/+2
| * make exit_if easier on the syntaxMattias Andrée2014-12-091-1/+1
| * make fail_if friendlier to complex if-statementsMattias Andrée2014-12-091-4/+4
| * do no print whence an error occurred if it is EMSGSIZE, ECONNRESET or EINTR, those are not real errors, just abnormalitiesMattias Andrée2014-12-091-3/+9
| * with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-086-84/+99
| * rename pfail to failMattias Andrée2014-12-085-7/+7
| * m + make sure we never lose errnoMattias Andrée2014-12-082-3/+9
| * no more goto failMattias Andrée2014-12-083-19/+17
| * whenever fail_if gotos to the failure clause, print whenceMattias Andrée2014-12-081-2/+4
* | improve with_mutex and with_mutex_if alsoMattias Andrée2014-12-091-8/+22
* | make some macros easiler on the syntaxMattias Andrée2014-12-092-42/+43
* | typoMattias Andrée2014-12-081-2/+2
|/
* fail_if supports sequences without being double bracketedMattias Andrée2014-12-071-2/+2
* mds-kbdc: m + function callingMattias Andrée2014-12-061-6/+5
* Starting on some reworkMattias Andrée2014-11-221-0/+13
* m + make sure the code ends with a new lineMattias Andrée2014-09-281-0/+14
* make derp + sed config.hMattias Andrée2014-09-261-74/+26
* SIGRTMAX is used internally by valgrindMattias Andrée2014-09-201-1/+1
* verify that headers in messages are encoded with proper utf-8Mattias Andrée2014-09-201-1/+7
* add verify_utf8Mattias Andrée2014-09-202-1/+87
* doc style fixMattias Andrée2014-09-138-11/+11