Klaas Freitag
|
4440acdb1d
|
Add fileId data support to csync.
That stores a life time lasting unique Id for every file which
is maintained by the server. It is used on the client to detect
server side moves.
|
2013-10-25 13:12:59 +02:00 |
|
Olivier Goffart
|
79c1514a2b
|
Chenge the headers to LGPL for the file that were added in the dav branch
The LGPL changes was not merged for the new files
|
2013-08-21 13:23:52 +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 |
|
Klaas Freitag
|
0a15f0e7ad
|
New progress API: Consolidate to one progress Callback having all info.
Before there were two callbacks, one for the individual file and one for
for the overall progress. Now its more easy and clean.
|
2013-07-25 15:36:46 +02:00 |
|
Markus Goetz
|
9b4eb40216
|
Remove timedelta stuff
|
2013-05-08 14:27:59 +02:00 |
|
Markus Goetz
|
639f1127b7
|
Move stuff to _util.c
|
2013-05-08 13:59:07 +02:00 |
|