Klaas Freitag
|
3ce614039a
|
Added c_compare_file function and test - WIP.
|
2013-03-22 10:23:17 +01:00 |
|
Daniel Molkentin
|
49d2fd685b
|
iconv support
This allows for files on mac to automatically be converted to UNC
|
2012-12-07 13:03:01 +01:00 |
|
Olivier Goffart
|
a4db29c277
|
c_copy: return error code on windows if there is an error
This fixes a compiler warning about not returning a value
|
2012-11-07 17:46:13 +01:00 |
|
Klaas Freitag
|
2bb52ef6f9
|
Merge branch 'master' into dav - get cmocka tests and database move.
Conflicts:
CMakeLists.txt
cmake/Modules/FindCMocka.cmake
src/csync.c
src/csync_exclude.c
src/csync_reconcile.c
src/csync_statedb.c
src/csync_update.c
src/csync_util.c
src/vio/csync_vio.c
tests/CMakeLists.txt
tests/csync_tests/check_csync_exclude.c
tests/csync_tests/check_csync_statedb_load.c
tests/csync_tests/check_csync_statedb_query.c
tests/csync_tests/check_csync_update.c
tests/std_tests/check_std_c_path.c
|
2012-10-27 19:27:14 +02:00 |
|
Andreas Schneider
|
5844b203e6
|
file: Use a smaller buffer value for c_copy().
|
2012-10-19 20:37:13 +02:00 |
|
Andreas Schneider
|
6456cc36a5
|
file: Ensure we don't call close() on negative numbers on error.
Found by Coverity.
|
2012-10-19 19:42:04 +02:00 |
|
Klaas Freitag
|
9b64825c69
|
win32: use wide char variant of CopyFile for file copy.
|
2012-06-13 17:32:13 +02:00 |
|
Klaas Freitag
|
9ec8d70822
|
Do proper handling of Win32 special characters.
Introduced a tchar based handling of wide character encoding that
is happening on Windows platforms.
|
2012-05-09 16:55:56 +02:00 |
|
Klaas Freitag
|
3ae453cc36
|
std: Renamed struct_stat to csync_stat_t and use c_private.h again.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2012-03-21 13:48:41 +01:00 |
|
Klaas Freitag
|
ffd2e0e767
|
Fixed file copy for Win32 platform by using API function FileCopy.
|
2012-03-19 12:40:30 +01:00 |
|
Dominik Schmidt
|
d1ea29f4aa
|
Don't check for links on non-unix platforms
|
2012-03-02 17:04:02 +01:00 |
|
Dominik Schmidt
|
ee6c631f28
|
windows: add missing status codes, types and return-values
|
2012-03-02 17:04:02 +01:00 |
|
Andreas Schneider
|
5168e3ee70
|
Change name of the buffersize so that they can't conflict.
|
2008-06-02 16:05:40 +02:00 |
|
Andreas Schneider
|
393c3ce9db
|
Initialize variables.
|
2008-05-08 16:07:15 +02:00 |
|
Andreas Schneider
|
1b29a420bc
|
Initial commit
|
2008-02-27 18:56:47 +01:00 |
|