summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-1920-38/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 181edfe79723dca9a71d9c71439bf2b3ac140be2)
* Fix typos from commit afa497c628eb6a8a96f234db5215d5c4cc0489af.Slávek Banko2020-05-071-2/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 15c4694676d36d5809f7cec431d9061ba440ebca)
* Fix memory leak of lock error messagesOBATA Akio2020-05-062-0/+4
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit e4fca762b010f5a9367134d00070daf835e68762)
* Fix to set error code and message properlyOBATA Akio2020-05-062-94/+91
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit afa497c628eb6a8a96f234db5215d5c4cc0489af)
* Simplify lock conditionOBATA Akio2020-05-062-12/+21
| | | | | | | | | | | | | Change to handle as LOCK is not supported for the case response of LOCK is unimplemented. Then * LOCKSUPPORT == FALSE: LOCK is not supported * LOCKSUPPORT == TRUE: LOCK is supported * lock == 0: no LOCK error * lock == -1: failed to LOCK Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit da62c8127a8396b8623c22c1337d07dcc6d4c2f6)
* 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 <[email protected]> (cherry picked from commit 9578e366c28fa0e4f17202d90260a68e941c8f21)
* Add support for GCC hidden visibility.Slávek Banko2019-10-111-0/+32
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 76812f6b91c5b481e1d9b4eae0dbc503d85def39)
* Conversion to the cmake building system.gregory guy2019-10-112-0/+89
| | | | | | | | rfc4791.pdf has been moved to the doc folder. caldav pc file has been moved in the src folder. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 19b046ec429c32f88658352232e6cc92276dff97)
* Remove obsolete svn directories.r14.0.6r14.0.5r14.0.4r14.0.3r14.0.2r14.0.1r14.0.0Darrell Anderson2013-05-0524-5940/+0
|
* Fix typos.Darrell Anderson2013-05-054-4/+4
|
* Fix installation locations.Darrell Anderson2012-03-212-2/+2
| | | | This partially resolves bug report 701.
* Initial importTimothy Pearson2012-02-1648-0/+12232