Commit Graph

11 Commits (d61549de563fe66f46f8f7cd0a312bf40e12d67b)

Author SHA1 Message Date
Slávek Banko 15c4694676
Fix typos from commit afa497c628.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
OBATA Akio e4fca762b0 Fix memory leak of lock error messages
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio afa497c628 Fix to set error code and message properly
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio da62c8127a Simplify lock condition
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 <obache@wizdas.com>
5 years ago
OBATA Akio 9578e366c2 Remove unwanted memory allocation for response
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>
6 years ago
Slávek Banko 76812f6b91
Add support for GCC hidden visibility.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 19b046ec42
Conversion to the cmake building system.
rfc4791.pdf has been moved to the doc folder.
caldav pc file has been moved in the src folder.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
6 years ago
Darrell Anderson 074fd7751d Remove obsolete svn directories. 12 years ago
Darrell Anderson 014918eb7a Fix typos. 12 years ago
Darrell Anderson 03705c2239 Fix installation locations.
This partially resolves bug report 701.
14 years ago
Timothy Pearson 4462592a15 Initial import 14 years ago