summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Drop automake build support.gregory guy2020-10-062-693/+0
| | | | | | | | Add basic cmake build instructions. Rework of the README and TODO files. Delete the NEWS file (no real content) Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed code formatting modelines.Michele Calgaro2020-09-1918-35/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix memory leak of lock error messagesOBATA Akio2020-04-062-0/+4
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to set error code and message properlyOBATA Akio2020-04-062-96/+91
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Simplify lock conditionOBATA Akio2020-04-062-12/+21
| | | | | | | | | | | | Change to handle as LOCK is not suuported for the case response of LOCK is unimplemented. Then * LOCKSUPPORT == FALSE: LOCK is not suuported * LOCKSUPPORT == TRUE: LOCK is supported * lock == 0: no LOCK error * lock == -1: failed to LOCK Signed-off-by: OBATA Akio <obache@wizdas.com>
* Prevent to disclose static function in the header fileOBATA Akio2020-02-081-8/+0
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Simplify string duplicationOBATA Akio2020-02-081-1/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Purge unused variablesOBATA Akio2020-02-082-2/+0
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* 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>
* Add support for GCC hidden visibility.Slávek Banko2019-10-101-0/+31
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2019-10-102-0/+70
| | | | | | | rfc4791.pdf has been moved to the doc folder. carddav pc file has been moved to the src folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix potential crash due to invalid return valuer14.0.0François Andriot2014-10-261-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix typos.Darrell Anderson2013-05-052-2/+2
|
* Fix crashTimothy Pearson2012-07-251-0/+6
| | | | | This resolves Bug 1126 Thanks to 'Skyliner' for the patch!
* Fix installation locations.Darrell Anderson2012-03-212-2/+2
| | | | This partially resolves bug report 701.
* Initial import of libcarddavTimothy Pearson2012-02-1622-0/+5756