summaryrefslogtreecommitdiffstats
path: root/src/caldav.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-091-24/+6
| | | | | | | | It is expected as pointer to struct response with size fo the struct, not pointer to the pointer, but never returned to the caller. It should be allocated by the caller. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Initial importTimothy Pearson2012-02-161-0/+995