Olivier Goffart
|
b5ed352aa3
|
Merge remote-tracking branch 'origin/master' into ocsync
Only confluct resolution, do not compile or works
Conflicts:
CMakeLists.txt
CPackConfig.cmake
ConfigureChecks.cmake
client/csync_client.c
cmake/Modules/DefineCompilerFlags.cmake
cmake/Modules/DefineInstallationPaths.cmake
cmake/Modules/FindIconv.cmake
cmake/Modules/FindIniparser.cmake
cmake/Modules/FindNeon.cmake
config.h.cmake
config/CMakeLists.txt
config/ocsync.conf
doc/CMakeLists.txt
modules/csync_owncloud.c
modules/csync_sftp2.c
src/CMakeLists.txt
src/csync.c
src/csync.h
src/csync_config.c
src/csync_exclude.c
src/csync_lock.c
src/csync_macros.h
src/csync_misc.c
src/csync_misc.h
src/csync_private.h
src/csync_propagate.c
src/csync_statedb.c
src/csync_statedb.h
src/csync_update.c
src/csync_util.c
src/csync_util.h
src/std/c_dir.c
src/std/c_file.c
src/std/c_private.h
src/std/c_string.c
src/std/c_string.h
src/std/c_time.c
src/vio/csync_vio.c
src/vio/csync_vio.h
src/vio/csync_vio_file_stat.h
src/vio/csync_vio_local.c
src/vio/csync_vio_method.h
tests/CMakeLists.txt
tests/csync_tests/check_csync_statedb_load.c
tests/csync_tests/check_csync_statedb_query.c
tests/csync_tests/check_csync_treewalk.c
tests/csync_tests/check_csync_update.c
tests/ownCloud/HTTP/DAV.pm
tests/ownCloud/ownCloud/Test.pm
tests/std_tests/check_std_c_str.c
tests/vio_tests/check_vio.c
|
2013-08-18 16:21:18 +02:00 |
|
Olivier Goffart
|
4f5bfbdb78
|
Use int64_t instead of off_t
off_t is 64 or 32 bit depending on the architecture and the defines for
large file support. It is better to always use int64_t which is always
64 bits
|
2013-07-30 16:33:19 +02:00 |
|
Andreas Schneider
|
d80da2a088
|
LICENSE: Change license of libcsync from GPL to LGPL.
All contributors have agreed to change the license of libcsync to LGPL.
|
2013-07-29 14:04:37 +02:00 |
|
Klaas Freitag
|
3b6d1cab91
|
Test for csync_commit
|
2013-04-24 14:21:51 +02:00 |
|
Andreas Schneider
|
7fefdc1800
|
modules: Fix csync_dummy modules license header.
|
2012-12-04 13:51:11 +01:00 |
|
Andreas Schneider
|
351c6089fc
|
modules: Return in dummy_stat() if we have no memory.
|
2012-10-19 20:37:13 +02:00 |
|
Dominik Schmidt
|
1fbba4f158
|
mingw: resolve name clashes in dummy module and link it against libcsync
|
2012-03-02 17:04:02 +01:00 |
|
Andreas Schneider
|
fdea54edc5
|
Fix the vim modlines.
|
2009-05-13 10:12:07 +02:00 |
|
Andreas Schneider
|
3c618a3d7d
|
Add possibility to pass userdata to the auth function.
|
2009-03-26 11:09:46 +01:00 |
|
Andreas Schneider
|
d7309c4ff9
|
Rename the callback function.
|
2008-06-24 13:36:27 +02:00 |
|
Andreas Schneider
|
4e6a65ab9d
|
Use the auth callback in the modules.
|
2008-05-13 13:39:34 +02:00 |
|
Andreas Schneider
|
e6f4a4cf4b
|
Add a module dummy for testing.
|
2008-05-09 10:56:38 +02:00 |
|