summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Update release version number to R14.0.9.Michele Calgaro2020-05-221-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Update version number for R14.0.8 final release.r14.0.8Slávek Banko2020-04-111-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Fix memory leak of lock error messagesOBATA Akio2020-04-062-0/+4
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit d0ad6c0960052d1de75d38117d2474ee2d0a4a57)
* Fix to set error code and message properlyOBATA Akio2020-04-062-96/+91
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit b3bb3dbd4b7546e4affdb94d2b77735a67da1dcd)
* 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 <[email protected]> (cherry picked from commit b03db896434a9a2eb7f47690a38750641d97cf5f)
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Prevent to disclose static function in the header fileOBATA Akio2020-02-091-8/+0
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 52200a5d4d7874d134b6cfd87e7b575f099738a4)
* Simplify string duplicationOBATA Akio2020-02-091-1/+1
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit c4f584b28d0290d1b8e78162ee548b5ab70cb143)
* Purge unused variablesOBATA Akio2020-02-092-2/+0
| | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 5c66fbf273a9878d9c5940a92bb2fcae2f59d4b5)
* 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 <[email protected]> (cherry picked from commit 8d21538ce07e8c91023fd8d4997563d7db156ed6)
* Update version number for R14.0.7 final release.r14.0.7Slávek Banko2019-12-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/dependencies/libcarddav/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Add support for GCC hidden visibility.Slávek Banko2019-10-111-0/+31
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 19b0ebb41636aaaadcaa189812f027013b0511b5)
* cmake: Install libraries according to multi-arch rules.Slávek Banko2019-10-111-0/+5
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 07bdc95e0b5ebec3f03a3d69f0965873d6bc5725)
* Add common directories.Slávek Banko2019-10-112-0/+3
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d02dfe785ff42840c916532ea8476bb8eb60eb85)
* Conversion to the cmake building system.gregory guy2019-10-117-0/+199
| | | | | | | | rfc4791.pdf has been moved to the doc folder. carddav pc file has been moved to the src folder. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit e2b50ac8f07a0fd04ee7ad5f4ad72075fddad215)
* Add basic version information to the changelogr14.0.6r14.0.5r14.0.4r14.0.3r14.0.2r14.0.1Slávek Banko2015-01-151-0/+1
| | | | | | | This allows proper regeneration of automake build system Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 389d5fba667704de679db9c2efea8b5429b28031)
* Fix potential crash due to invalid return valuer14.0.0François Andriot2014-10-261-1/+1
| | | | Signed-off-by: François Andriot <[email protected]>
* Fix typos.Darrell Anderson2013-05-052-2/+2
|
* Fix unintended rename of lnkscriptSlávek Banko2013-02-191-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Fix crashTimothy Pearson2012-07-251-0/+6
| | | | | This resolves Bug 1126 Thanks to 'Skyliner' for the patch!
* Fix installation locations.Darrell Anderson2012-03-213-3/+3
| | | | This partially resolves bug report 701.
* Clear out old invalid ChangeLog fileTimothy Pearson2012-02-191-124/+0
|
* Initial import of libcarddavTimothy Pearson2012-02-1653-0/+56395