Klaas Freitag
|
e90b4a13b3
|
Added logging of the time values.
|
2012-07-11 16:05:40 +02:00 |
|
Klaas Freitag
|
b815e169f1
|
ownCloud: Disabled useless debugging output.
|
2012-04-14 03:13:27 +02:00 |
|
Klaas Freitag
|
254045780a
|
Add new exported file tree traverse functions.
|
2012-04-14 03:13:27 +02:00 |
|
Klaas Freitag
|
dbc9576876
|
Fix use of strerror_r on non GNU platforms.
|
2012-03-19 12:40:43 +01:00 |
|
Andreas Schneider
|
f0cf678c0e
|
Fix config checks.
|
2012-03-02 17:04:02 +01:00 |
|
Andreas Schneider
|
3c05e000f8
|
Reformat some code in update detection functions.
|
2009-05-25 11:33:18 +02:00 |
|
Andreas Schneider
|
fdea54edc5
|
Fix the vim modlines.
|
2009-05-13 10:12:07 +02:00 |
|
Andreas Schneider
|
f400f1852f
|
Improve the update detection.
Document and fix a problem in getting the phash value.
|
2008-09-03 09:48:19 +02:00 |
|
Andreas Schneider
|
9722fd0bad
|
Test if we have a correct path.
|
2008-08-01 15:57:19 +02:00 |
|
Andreas Schneider
|
8451d29d12
|
Replace strerror with thread safe version.
|
2008-07-18 11:35:02 +02:00 |
|
Andreas Schneider
|
e5286c7c8a
|
Rename journal functions to statedb.
|
2008-07-09 10:10:00 +02:00 |
|
Andreas Schneider
|
88690312d7
|
Rename the csync_journal files to csync_statedb.
|
2008-07-09 09:57:19 +02:00 |
|
Andreas Schneider
|
262348c7ef
|
Check if a path is excluded directly in the file tree walker.
This improves the performace of the update detection cause it doesn't have
to walk directories which are excluded.
|
2008-06-28 20:44:54 +02:00 |
|
Andreas Schneider
|
e1b1eaa6d5
|
Set dirent to NULL do avoid double free corruption.
|
2008-06-28 19:49:37 +02:00 |
|
Andreas Schneider
|
880530c079
|
Set instruction by default to NONE.
|
2008-06-28 17:14:20 +02:00 |
|
Andreas Schneider
|
bd8034170a
|
Fix printf attributes.
|
2008-06-27 18:52:09 +02:00 |
|
Andreas Schneider
|
0a4d1e41e1
|
Forgotten %llu fix for PPC.
|
2008-06-27 18:25:34 +02:00 |
|
Andreas Schneider
|
076c7fb819
|
More code cleanup for PPC.
|
2008-06-27 18:01:19 +02:00 |
|
Andreas Schneider
|
d9821b9780
|
Add getter and setter for the journal exists check.
|
2008-06-24 11:13:17 +02:00 |
|
Andreas Schneider
|
5a05f17187
|
Fix update detection. Don't sync special files.
|
2008-06-18 11:52:57 +02:00 |
|
Andreas Schneider
|
4246190524
|
Set O_NOATIME if we are the owner of the file or a superuser.
|
2008-06-16 17:49:45 +02:00 |
|
Andreas Schneider
|
4eb9965046
|
Revert "Improve the check for if we have the same hash really found."
This reverts commit 247aaeaacb .
Conflicts:
src/csync_update.c
|
2008-06-02 18:07:25 +02:00 |
|
Andreas Schneider
|
24d76f3e20
|
Revert "Improve the check for the inode."
This reverts commit 92bf414e4c .
|
2008-06-02 18:06:17 +02:00 |
|
Andreas Schneider
|
b8aeec4428
|
Revert "Sync on mtime and ctime changes if possible."
This reverts commit 575ca39e8b .
Conflicts:
src/csync_update.c
|
2008-06-02 18:03:24 +02:00 |
|
Andreas Schneider
|
e2b049c935
|
Static functions should all start with an underscore.
For better readablity...
|
2008-06-02 15:11:45 +02:00 |
|
Andreas Schneider
|
247aaeaacb
|
Improve the check for if we have the same hash really found.
|
2008-05-29 19:05:24 +02:00 |
|
Andreas Schneider
|
92bf414e4c
|
Improve the check for the inode.
|
2008-05-29 18:55:49 +02:00 |
|
Andreas Schneider
|
575ca39e8b
|
Sync on mtime and ctime changes if possible.
|
2008-05-27 14:31:57 +02:00 |
|
Andreas Schneider
|
d5aced82ca
|
Disable sync of symlinks cause they need a lot of work.
|
2008-05-26 17:09:42 +02:00 |
|
Andreas Schneider
|
66fd0e2de0
|
Add basic support for symbolic links.
A test to ensure that it is working is still needed.
|
2008-05-26 15:58:40 +02:00 |
|
Andreas Schneider
|
84bb336e8e
|
Add the file size to the file info struct.
|
2008-05-16 17:30:22 +02:00 |
|
Andreas Schneider
|
fce3fd8d46
|
Move debug message to the right position.
|
2008-05-15 20:09:07 +02:00 |
|
Andreas Schneider
|
e85647f2bc
|
Fix typo.
|
2008-05-15 20:01:30 +02:00 |
|
Andreas Schneider
|
cf545797a3
|
Get a more equalent debug output or trace.
|
2008-05-15 20:00:01 +02:00 |
|
Andreas Schneider
|
49543390e2
|
Fix synchronizer instruction on update detection for changed files.
|
2008-05-15 12:04:09 +02:00 |
|
Andreas Schneider
|
63e823778b
|
Print error if opendir fails.
|
2008-05-13 16:06:11 +02:00 |
|
Andreas Schneider
|
c5c01998c5
|
Cleanup comments.
|
2008-05-09 13:34:46 +02:00 |
|
Andreas Schneider
|
25e300c462
|
Implement detection of updates.
|
2008-04-30 16:24:50 +02:00 |
|
Andreas Schneider
|
0377c034f6
|
Check if journal exists to do update detection.
|
2008-04-29 09:27:49 +02:00 |
|
Andreas Schneider
|
0ff11694e9
|
Move ignore exclude files and check link count of files.
|
2008-04-29 09:26:42 +02:00 |
|
Andreas Schneider
|
69a4f9f1c1
|
Change name of link_count to nlink.
|
2008-04-29 09:07:30 +02:00 |
|
Andreas Schneider
|
2ea310ab54
|
Fill stat and add it to the red black tree.
Update detection needs still to be done.
|
2008-04-28 16:50:25 +02:00 |
|
Andreas Schneider
|
488b784dcf
|
Change name of dfs to dirent to be more clear.
Add hash testing too for now.
|
2008-04-26 10:42:20 +02:00 |
|
Andreas Schneider
|
6a2f1f0add
|
Add a file tree walker for the update detection.
|
2008-04-23 12:12:48 +02:00 |
|