| .. |
|
c_alloc.c
|
Fix check for CSYNC_NOMEMORY env variable.
|
2008-07-29 15:43:18 +02:00 |
|
c_alloc.h
|
Add a strndup function to c_stdlib.
|
2008-04-10 14:17:36 +02:00 |
|
c_dir.c
|
Add a c_rmdirs() function.
|
2009-05-14 17:22:42 +02:00 |
|
c_dir.h
|
Add a c_rmdirs() function.
|
2009-05-14 17:22:42 +02:00 |
|
c_file.c
|
Change name of the buffersize so that they can't conflict.
|
2008-06-02 16:05:40 +02:00 |
|
c_file.h
|
Change name of the buffersize so that they can't conflict.
|
2008-06-02 16:05:40 +02:00 |
|
c_jhash.h
|
Make the first argument of the hash algorithm const.
|
2008-04-23 17:36:36 +02:00 |
|
c_lib.h
|
Add c_list to standard lib header file.
|
2008-05-20 13:56:19 +02:00 |
|
c_list.c
|
Improve c_list_find functions.
|
2009-06-05 11:22:06 +02:00 |
|
c_list.h
|
Improve c_list_find functions.
|
2009-06-05 11:22:06 +02:00 |
|
c_macro.h
|
Add a macro to get the size of an array.
|
2009-05-06 19:35:21 +02:00 |
|
c_path.c
|
path: Fix dead assignment.
|
2012-02-04 12:44:15 +01:00 |
|
c_path.h
|
added new conflict resolution to libcsync
|
2011-04-06 16:57:24 +02:00 |
|
c_rbtree.c
|
Static functions should all start with an underscore.
|
2008-06-02 15:11:45 +02:00 |
|
c_rbtree.h
|
Add null pointer check to the c_rbtree_size function.
|
2008-04-28 12:19:01 +02:00 |
|
c_string.c
|
std: Add missing include.
|
2012-03-02 17:02:59 +01:00 |
|
c_string.h
|
Add a function to uppercase and to lowercase a string.
|
2009-04-21 09:05:40 +02:00 |
|
c_time.c
|
Move the functions to diff the time to the stdlib.
|
2008-05-19 17:30:17 +02:00 |
|
c_time.h
|
Move the functions to diff the time to the stdlib.
|
2008-05-19 17:30:17 +02:00 |
|
CMakeLists.txt
|
Don't require a C++ compiler.
|
2009-03-18 10:55:14 +01:00 |