| .. |
|
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
|
Remove strange _tcslen define and fixed some potential leaks.
|
2013-02-07 14:45:12 +02:00 |
|
c_dir.h
|
Add a c_rmdirs() function.
|
2009-05-14 17:22:42 +02:00 |
|
c_file.c
|
Return an error if rename fails on win32.
|
2013-08-15 18:06:27 +02:00 |
|
c_file.h
|
Added rename function to csync library.
|
2013-07-09 11:11:49 +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
|
undef malloc only if not doing UNIT_TESTING.
|
2012-07-09 14:09:34 +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
|
Ignore false-positive compiler warnings
|
2013-08-02 15:19:41 +02:00 |
|
c_path.c
|
Do not use asprintf any more, added missing header.
|
2013-04-22 14:30:57 +02:00 |
|
c_path.h
|
Improve c_tmpname function to generate tmp name properly.
|
2013-04-04 12:59:39 +02:00 |
|
c_private.h
|
Eliminate all warnings
|
2013-07-31 13:12:10 +02:00 |
|
c_rbtree.c
|
rbtree: Fix finding the node with a NIL child.
|
2012-10-19 19:14:54 +02:00 |
|
c_rbtree.h
|
update: Add new exported file tree traverse functions.
|
2012-04-17 10:45:04 +02:00 |
|
c_string.c
|
Ignore false-positive compiler warnings
|
2013-08-02 15:19:41 +02:00 |
|
c_string.h
|
Add csync_clear_exclude_list
|
2013-07-15 14:37:18 +02:00 |
|
c_time.c
|
Added missing CloseHandle, detected by Coverty.
|
2013-06-05 16:34:58 +02:00 |
|
c_time.h
|
windows: add utimes implementation
|
2012-03-02 17:04:02 +01:00 |
|
CMakeLists.txt
|
Compile cstdlib with -fPIC.
|
2012-05-04 12:04:30 +02:00 |