Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |