You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcaldav/src
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
..
CMakeLists.txt Conversion to the cmake building system. 6 years ago
Makefile.am Fix installation locations. 14 years ago
Makefile.in Fix installation locations. 14 years ago
add-caldav-object.c Initial import 14 years ago
add-caldav-object.h Initial import 14 years ago
caldav-utils.c Initial import 14 years ago
caldav-utils.h Initial import 14 years ago
caldav.c Remove unwanted memory allocation for response 6 years ago
caldav.h Add support for GCC hidden visibility. 6 years ago
delete-caldav-object.c Simplify lock condition 5 years ago
delete-caldav-object.h Initial import 14 years ago
get-caldav-report.c Initial import 14 years ago
get-caldav-report.h Initial import 14 years ago
get-display-name.c Initial import 14 years ago
get-display-name.h Initial import 14 years ago
get-freebusy-report.c Initial import 14 years ago
get-freebusy-report.h Initial import 14 years ago
libcaldav.pc.cmake Conversion to the cmake building system. 6 years ago
lock-caldav-object.c Fix typos. 13 years ago
lock-caldav-object.h Fix typos. 13 years ago
md5.c Initial import 14 years ago
md5.h Initial import 14 years ago
modify-caldav-object.c Simplify lock condition 5 years ago
modify-caldav-object.h Initial import 14 years ago
options-caldav-server.c Initial import 14 years ago
options-caldav-server.h Initial import 14 years ago