Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc + update e-mailHEADmaster | Mattias Andrée | 2024-10-05 | 1 | -10/+10 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Work on changing style | Mattias Andrée | 2017-11-05 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update year and e-mail address | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Work on changing style, and an important typo fix | Mattias Andrée | 2017-11-05 | 1 | -366/+333 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix new GCC warnings | Mattias Andrée | 2016-07-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | attributes | Mattias Andrée | 2015-08-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | introduce the `Origin command`-header | Mattias Andrée | 2015-08-24 | 1 | -19/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter | Mattias Andrée | 2015-08-19 | 1 | -0/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add xmemdup macro | Mattias Andrée | 2014-12-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-08 | 1 | -36/+33 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + make sure we never lose errno | Mattias Andrée | 2014-12-08 | 1 | -2/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -3/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | replace all variants of goto pfail with fail_if | Mattias Andrée | 2014-12-08 | 1 | -4/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 2014-12-08 | 1 | -6/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-11-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc style fix | Mattias Andrée | 2014-09-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | message id is unsigned 32-bit | Mattias Andrée | 2014-08-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | macros for ato* with cast | Mattias Andrée | 2014-08-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | the rest of the clipboard | Mattias Andrée | 2014-08-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-registry: add time-to-live | Mattias Andrée | 2014-08-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-registry: notify client | Mattias Andrée | 2014-08-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2014-08-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2014-08-02 | 1 | -40/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc | Mattias Andrée | 2014-07-29 | 1 | -6/+58 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-registry: restructure registry | Mattias Andrée | 2014-07-29 | 1 | -94/+105 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split out registry from mds-registry | Mattias Andrée | 2014-07-29 | 1 | -0/+450 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |