| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-10-05 | misc + update e-mail | Mattias Andrée | 18 | -293/+38 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2017-11-05 | Work on changing style | Mattias Andrée | 10 | -2150/+2121 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-11-05 | Update year and e-mail address | Mattias Andrée | 18 | -18/+18 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-11-05 | Work on changing style, and an important typo fix | Mattias Andrée | 13 | -461/+425 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-03-29 | close_files: do not close the fd to the dir whilst reading | Mattias Andrée | 1 | -9/+12 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | If send fails with EPIPE, set errno to ECONNRESET instead | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-11 | Fix probable buf | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-11 | Fix bug | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-11 | Use *_MAX instead of __WORDSIZE | Mattias Andrée | 4 | -23/+18 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-10 | Fix new GCC warnings | Mattias Andrée | 4 | -3/+36 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-09 | Bump year | Mattias Andrée | 18 | -18/+18 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2015-10-11 | m | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | Whilst POSIX leaves it explicitly unspecify whether close(2) closes the fildes on interruption, Linux (and possibly some other kernels) specify ↵ | Mattias Andrée | 1 | -8/+16 | |
| that it does close. Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-04 | add libmds_message | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-03 | how did that get there | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-03 | info: strend | Mattias Andrée | 1 | -2/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | mds-kbdc: minor optimisation | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-28 | everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headers | Mattias Andrée | 2 | -5/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-25 | add pkg-config files and soname to libs and versioned so files | Mattias Andrée | 1 | -0/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-25 | m + attributes | Mattias Andrée | 12 | -31/+133 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | introduce the `Origin command`-header | Mattias Andrée | 2 | -19/+32 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | hash-list: style | Mattias Andrée | 1 | -10/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 2 | -40/+33 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | libmdsserver: style | Mattias Andrée | 1 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | hash list optimisation | Mattias Andrée | 1 | -21/+96 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | info: construct_error_message and send_error | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-23 | error transmissions | Mattias Andrée | 2 | -0/+207 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-23 | signal handlers that return should not modify errno | Mattias Andrée | 1 | -0/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-22 | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 1 | -0/+43 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-22 | typo + mds-colour: print colour list on SIGINFO | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-21 | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 1 | -5/+54 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-20 | m + info: hash list | Mattias Andrée | 1 | -65/+95 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | work on mds-colour and list alternative to hash table | Mattias Andrée | 3 | -2/+486 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords | Mattias Andrée | 2 | -0/+409 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 1 | -0/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | add strict_atoj and strict_atouj | Mattias Andrée | 2 | -2/+117 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter | Mattias Andrée | 2 | -0/+37 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-07-12 | there is no longer any need for prepare_reexec to be canned immediately | Mattias Andrée | 1 | -3/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-07-12 | fix race condition in prepare_reexec | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-04-18 | m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn | Mattias Andrée | 1 | -0/+27 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-04-12 | document siginfo and add it to macros.h | Mattias Andrée | 1 | -0/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-02-13 | bump year | Mattias Andrée | 17 | -17/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | m | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | m | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | make it easier to track memory allocations | Mattias Andrée | 1 | -3/+101 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | add xmemdup macro | Mattias Andrée | 5 | -54/+29 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 4 | -43/+69 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | make sure errno is not changed during fail_if | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
