aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on changing styleMattias Andrée2017-11-0510-2153/+2124
* Update year and e-mail addressMattias Andrée2017-11-0518-18/+18
* Work on changing style, and an important typo fixMattias Andrée2017-11-0513-461/+425
* close_files: do not close the fd to the dir whilst readingMattias Andrée2017-03-291-9/+12
* If send fails with EPIPE, set errno to ECONNRESET insteadMattias Andrée2016-08-061-0/+2
* mMattias Andrée2016-07-151-1/+1
* Fix probable bufMattias Andrée2016-07-111-4/+4
* Fix bugMattias Andrée2016-07-111-1/+1
* Use *_MAX instead of __WORDSIZEMattias Andrée2016-07-114-23/+18
* Fix new GCC warningsMattias Andrée2016-07-104-3/+36
* Bump yearMattias Andrée2016-07-0918-18/+18
* mMattias Andrée2015-10-111-2/+4
* Whilst POSIX leaves it explicitly unspecify whether close(2) closes the fildes on interruption, Linux (and possibly some other kernels) specify tha...Mattias Andrée2015-10-111-8/+16
* add libmds_messageMattias Andrée2015-09-041-1/+1
* how did that get thereMattias Andrée2015-09-031-1/+1
* info: strendMattias Andrée2015-09-031-2/+1
* mds-kbdc: minor optimisationMattias Andrée2015-09-011-0/+13
* everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headersMattias Andrée2015-08-282-5/+15
* add pkg-config files and soname to libs and versioned so filesMattias Andrée2015-08-251-0/+9
* m + attributesMattias Andrée2015-08-2512-31/+133
* 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