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> (cherry picked from commit b9c62203b8a0737f07a5eaba2e0c0763f657f035)
* Remove unwanted memory allocation for responseOBATA Akio2020-02-051-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> (cherry picked from commit 8d21538ce07e8c91023fd8d4997563d7db156ed6)
* Initial import of libcarddavTimothy Pearson2012-02-161-0/+868