Klaas Freitag
|
404073fe7f
|
Rename csync to ocsync to not collide with upstream csync.
|
2012-10-01 12:39:05 +02:00 |
|
Daniel Molkentin
|
6c33462842
|
Remove redundant code block
|
2012-09-27 10:05:06 +02:00 |
|
Daniel Molkentin
|
4bae545c90
|
vio plugin loading: cut of filename regardless of length.
|
2012-09-27 10:05:01 +02:00 |
|
Klaas Freitag
|
2af0d6f1a4
|
Be careful with memory, some fixes for that.
|
2012-09-26 15:32:38 +02:00 |
|
Klaas Freitag
|
ae94ce7430
|
Check if the file id method exists in the vio plugin.
|
2012-08-29 13:34:21 +03:00 |
|
Klaas Freitag
|
4750380565
|
Fix flag setting detection of the fields.
|
2012-08-28 17:52:28 +03:00 |
|
Klaas Freitag
|
1dc50eea5d
|
Decide if the file tree is read from db or stat'ed
|
2012-08-23 17:50:30 +03:00 |
|
Klaas Freitag
|
e9cf546818
|
Free the memory for the MD5 string.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
e3638ced2c
|
Add csync_get_file_id function for modules.
|
2012-08-23 17:43:51 +03:00 |
|
Klaas Freitag
|
ede710843b
|
Added csync_vio_file_id function and removed unused previous code.
|
2012-08-23 17:42:51 +03:00 |
|
Klaas Freitag
|
20f4ee16cc
|
removed unneeded initialisations.
|
2012-08-23 17:42:33 +03:00 |
|
Klaas Freitag
|
ae5394ad75
|
UniqID based syncing, first WIP state.
|
2012-08-23 17:38:44 +03:00 |
|
Klaas Freitag
|
d2ba37a419
|
Resolved merge conflict.
|
2012-08-23 17:38:25 +03:00 |
|
Klaas Freitag
|
8e401e662f
|
MD5 Support WIP
|
2012-08-23 17:34:19 +03:00 |
|
Klaas Freitag
|
3ae996c688
|
Fixed rename support for Win32. Need to use unit64 instead of ino_t.
|
2012-08-03 18:48:44 +03:00 |
|
Klaas Freitag
|
cad3da10db
|
Merge branch 'timedelta' into dav
|
2012-07-19 15:53:12 +02:00 |
|
Klaas Freitag
|
0ed8c57cad
|
make proper logging of the module capabilities.
|
2012-07-09 16:46:14 +02:00 |
|
Klaas Freitag
|
bcb31b6998
|
Merge branch 'dav' of ssh://milliways.cryptomilk.org/users/freitag/csync into dav
Conflicts:
src/csync.c
src/csync_propagate.c
src/std/c_private.h
src/vio/csync_vio.c
|
2012-07-09 16:39:11 +02:00 |
|
Klaas Freitag
|
43685f69a3
|
do the capabilities after the module was initialized.
|
2012-07-09 14:45:05 +02:00 |
|
Dominik Schmidt
|
77d71eb080
|
Load plugins on MacOSX.
|
2012-07-09 13:26:20 +02:00 |
|
Klaas Freitag
|
a47ddb59ae
|
Win32: Chdir to app path before searching module relative.
|
2012-07-09 13:25:59 +02:00 |
|
Klaas Freitag
|
b261ecb705
|
Do proper handling of Win32 special characters.
Introduced a tchar based handling of wide character encoding that
is happening on Windows platforms.
|
2012-07-09 13:25:59 +02:00 |
|
Dominik Schmidt
|
d5de27f289
|
Apple: Fix loading plugins inside bundles.
|
2012-07-09 13:25:33 +02:00 |
|
Dominik Schmidt
|
a216790c28
|
do plugins on apple
|
2012-07-09 13:25:11 +02:00 |
|
Klaas Freitag
|
de209ecdb9
|
ownCloud: Don't require time sync between server and client.
|
2012-07-04 16:32:17 +02:00 |
|
Klaas Freitag
|
6eb4e707d9
|
Add module capability about if a post copy size check is required.
|
2012-07-04 15:03:15 +02:00 |
|
Klaas Freitag
|
8ba2f483bf
|
Add a vio capabilites function to let a module define its capabilities.
|
2012-07-04 13:56:24 +02:00 |
|
Klaas Freitag
|
c1953d61c7
|
Do not log "module not found" messages if there is a second try.
|
2012-06-18 10:43:07 +02:00 |
|
Klaas Freitag
|
7f9003bc83
|
Win32: Chdir to app path before searching module relative.
|
2012-05-18 12:56:03 +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 |
|
Dominik Schmidt
|
c4667c893b
|
Fix loading plugins inside MacOSX bundles.
|
2012-05-04 12:05:22 +02:00 |
|
Dominik Schmidt
|
4c98f6bcd8
|
Load plugins on apple.
|
2012-05-04 12:04:36 +02:00 |
|
Klaas Freitag
|
44a078b991
|
Win32: Add win32 rename function that overwrites existing targets.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2012-04-17 10:49:51 +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
|
dbc9576876
|
Fix use of strerror_r on non GNU platforms.
|
2012-03-19 12:40:43 +01:00 |
|
Dominik Schmidt
|
4c22c84bd1
|
windows: fix loading plugins
|
2012-03-02 17:04:02 +01:00 |
|
Dominik Schmidt
|
da286857e0
|
windows: add utimes implementation
|
2012-03-02 17:04:02 +01:00 |
|
Dominik Schmidt
|
31389975e7
|
Add missing break statement
|
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 |
|
Dominik Schmidt
|
29f45a4ee5
|
windows: minor adjustments
|
2012-03-02 17:04:02 +01:00 |
|
Andreas Schneider
|
b99fd213b6
|
vio: Fix build errors.
|
2012-02-04 12:34:46 +01:00 |
|
Andreas Schneider
|
3c618a3d7d
|
Add possibility to pass userdata to the auth function.
|
2009-03-26 11:09:46 +01:00 |
|
Andreas Schneider
|
d177c57cfe
|
Check return value of mkdir in the mkdirs functions.
|
2008-11-13 10:53:24 +01:00 |
|
Andreas Schneider
|
8451d29d12
|
Replace strerror with thread safe version.
|
2008-07-18 11:35:02 +02:00 |
|
Andreas Schneider
|
c79c7bddc8
|
Implement a safe write on local file system.
This means that we try again if we got interrupted.
|
2008-06-28 15:36:30 +02:00 |
|
Andreas Schneider
|
d7309c4ff9
|
Rename the callback function.
|
2008-06-24 13:36:27 +02:00 |
|
Andreas Schneider
|
c16abe8a7b
|
Add error message in csync_vio_mkdir.
|
2008-05-21 16:43:08 +02:00 |
|
Andreas Schneider
|
0da1133bdb
|
Return an error if basename fails on uri in stat command.
|
2008-05-21 16:06:45 +02:00 |
|
Andreas Schneider
|
43aaa78a18
|
Add a vio mkdirs function.
|
2008-05-16 14:11:17 +02:00 |
|
Andreas Schneider
|
e76495a5cc
|
Add a module auth callback function.
This allows the client to create an authentication callback function and
let the module call it. This makes it independent from gui or commandline.
|
2008-05-13 13:38:03 +02:00 |
|