summaryrefslogtreecommitdiffstats
path: root/src/carddav.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-191-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unwanted memory allocation for responseOBATA Akio2020-02-031-16/+4
| | | | | | | | It is expected as pointer to struct response with size of the struct, not pointer to the pointer, but never returned to caller. It should be allocated by caller. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Initial import of libcarddavTimothy Pearson2012-02-161-0/+868