Klaas Freitag
|
207c8d9786
|
Set version to 0.50.11 - for ownCloud 1.1.0 beta3
|
2012-10-04 12:59:38 +02:00 |
|
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
|
004f5ccce6
|
Fix state change for deleted or not longer existing directories.
|
2012-09-26 12:46:59 +02:00 |
|
Klaas Freitag
|
7b16fcf2a4
|
Avoid useless warnings.
|
2012-09-26 12:45:24 +02:00 |
|
Klaas Freitag
|
b976ac914d
|
Also check the files basename against the exclude pattern.
|
2012-09-25 15:41:55 +03:00 |
|
Klaas Freitag
|
34249e9f64
|
Use destination path in case of file rename.
|
2012-09-24 15:57:32 +03:00 |
|
Klaas Freitag
|
2354b9c52f
|
Fix detection of local file renames.
|
2012-09-24 15:56:42 +03:00 |
|
Klaas Freitag
|
77e79ea767
|
For rename, retrieve the new id and set in local tree.
|
2012-09-24 15:55:18 +03:00 |
|
Klaas Freitag
|
128926cac7
|
Check path for len exactly 1 when comparing on '.'.
|
2012-09-24 15:54:17 +03:00 |
|
Klaas Freitag
|
7a70a6fa69
|
Update version to 0.50.10
|
2012-09-20 17:57:58 +03:00 |
|
Klaas Freitag
|
44a6cf9bfc
|
Remove wrong free.
|
2012-09-20 17:54:23 +03:00 |
|
Klaas Freitag
|
50f698673c
|
Update version number to 0.50.9
|
2012-08-30 18:45:36 +03:00 |
|
Klaas Freitag
|
08f7fbbd71
|
Fix printf argument for win32 platform.
|
2012-08-30 17:01:52 +03:00 |
|
Klaas Freitag
|
caa1945daa
|
Added another check on file length.
|
2012-08-30 15:45:45 +03:00 |
|
Klaas Freitag
|
6fbc510aeb
|
Free memory of id_list lists.
|
2012-08-30 13:05:24 +03:00 |
|
Klaas Freitag
|
ffc5e6f0cc
|
Memory cleanups for id syncing, removed unused code.
|
2012-08-30 13:04:48 +03:00 |
|
Klaas Freitag
|
7600eb4a09
|
Memory cleanups for id syncing.
|
2012-08-30 13:04:14 +03:00 |
|
Klaas Freitag
|
d756c45c50
|
Free memory used by the id in csync_file_stat.
|
2012-08-30 13:01:21 +03:00 |
|
Klaas Freitag
|
99691059bf
|
Removed all usage of openSSL.
|
2012-08-29 15:37:31 +03: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
|
3950b18dc7
|
Fix memory leaks in new id sync code.
|
2012-08-28 17:53:26 +03:00 |
|
Klaas Freitag
|
4750380565
|
Fix flag setting detection of the fields.
|
2012-08-28 17:52:28 +03:00 |
|
Klaas Freitag
|
c491e8bb68
|
Check for valid result count after query.
|
2012-08-28 14:09:54 +03:00 |
|
Klaas Freitag
|
78c43e542c
|
Handle zero result list correctly.
|
2012-08-28 14:09:29 +03:00 |
|
Klaas Freitag
|
3b369c8b03
|
More robust query result access if columns are missing.
|
2012-08-26 20:07:36 +02:00 |
|
Klaas Freitag
|
ef64756334
|
Merge branch 'md5' of ssh://milliways.cryptomilk.org/users/freitag/csync into fastsync
Conflicts:
modules/csync_owncloud.c
src/csync_private.h
src/csync_propagate.c
src/csync_reconcile.c
src/csync_statedb.c
|
2012-08-23 18:04:32 +03:00 |
|
Klaas Freitag
|
2420eeffd1
|
Read remote file tree from db if id has not changed.
|
2012-08-23 17:55:39 +03:00 |
|
Klaas Freitag
|
5b5fe29eb5
|
Make sqlite_query function able to deal with multiple row queries.
|
2012-08-23 17:54:36 +03:00 |
|
Klaas Freitag
|
cf8f31914a
|
Added a file type column to the database.
|
2012-08-23 17:53:53 +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
|
1e41c469f0
|
Add the dbtree function module.
|
2012-08-23 17:49:47 +03:00 |
|
Klaas Freitag
|
e349df9f4c
|
Added flag to indicate to read the remote filetree from db.
|
2012-08-23 17:49:18 +03:00 |
|
Klaas Freitag
|
8876658810
|
Added functions to read the file tree from database.
|
2012-08-23 17:48:24 +03:00 |
|
Klaas Freitag
|
e9cf546818
|
Free the memory for the MD5 string.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
97a7e46595
|
Set to INSTRUCTION_UPDATED only for NONE instructions.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
7f7c2b977c
|
Avoid a null pointer dereference.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
337c56da66
|
Fix: If no database entry exists, the status is set to NEW.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
a0353249f1
|
Remove a database column comment that just blows the log file.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
868a07c322
|
Update the md5 also if the instruction is not UPDATE.
|
2012-08-23 17:44:07 +03:00 |
|
Klaas Freitag
|
f4c9ced446
|
Handle ID change propagation to the top directory.
|
2012-08-23 17:43:51 +03:00 |
|
Klaas Freitag
|
1c6da9c0bb
|
Update the md5 sum of files in merge.
|
2012-08-23 17:43:51 +03:00 |
|
Klaas Freitag
|
e3638ced2c
|
Add csync_get_file_id function for modules.
|
2012-08-23 17:43:51 +03:00 |
|
Klaas Freitag
|
62b49e8bcc
|
Query ids from database for local files, remove bogus code.
|
2012-08-23 17:43:51 +03:00 |
|
Klaas Freitag
|
9bd9949d68
|
Fixed merge conflict, only one md5 needed.
|
2012-08-23 17:43:21 +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
|
3fb3f78446
|
Add a visible log entry at program start, easier to read log output.
|
2012-08-23 17:41:53 +03:00 |
|