aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/receiving.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year and e-mail addressMattias Andrée2017-11-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on changing style, and an important typo fixMattias Andrée2017-11-051-240/+225
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Bump yearMattias Andrée2016-07-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* attributesMattias Andrée2015-08-251-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-server: styleMattias Andrée2015-08-241-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-02-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add xmemdup macroMattias Andrée2014-12-101-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-7/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* with a few exceptions, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-091-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename pfail to failMattias Andrée2014-12-081-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more goto failMattias Andrée2014-12-081-7/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* macros for ato* with castMattias Andrée2014-08-121-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed explicit castMattias Andrée2014-08-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-191-0/+334
Signed-off-by: Mattias Andrée <maandree@operamail.com>