💻 Desktop sync client for Nextcloud
Find a file
Andreas Schneider 364a9015d3 Improve the speed of the push_file function.
The stat() calls in mkdirs() slows down the execution of this
function. Now we spend the most time for asprintf().
2008-06-04 18:19:14 +02:00
build Fix typo in the build script. 2008-05-19 16:28:34 +02:00
client Fix the remove-journal paramater and add new functions for it. 2008-06-02 17:02:22 +02:00
cmake Disable check for C++ compiler. 2008-06-03 11:00:50 +02:00
config Disable sync of symlinks cause they need a lot of work. 2008-05-26 17:09:42 +02:00
doc Initial commit 2008-02-27 18:56:47 +01:00
modules Return an error if basename fails on uri in stat command. 2008-05-21 16:06:45 +02:00
src Improve the speed of the push_file function. 2008-06-04 18:19:14 +02:00
tests Static functions should all start with an underscore. 2008-06-02 15:11:45 +02:00
.gitignore Add a gitignore file 2008-02-28 11:56:09 +01:00
AUTHORS Initial commit 2008-02-27 18:56:47 +01:00
CMakeLists.txt Disable check for C++ compiler. 2008-06-03 11:00:50 +02:00
config.h.cmake Fix tests and remove developer mode. 2008-05-07 15:33:55 +02:00
ConfigureChecks.cmake Fix tests and remove developer mode. 2008-05-07 15:33:55 +02:00
COPYING Add license file. 2008-02-29 17:50:52 +01:00
CTestConfig.cmake Add a custom ctest config to ignore the jhash check. 2008-03-03 13:43:12 +01:00
CTestCustom.cmake Add a custom ctest config to ignore the jhash check. 2008-03-03 13:43:12 +01:00
DefineOptions.cmake Fix tests and remove developer mode. 2008-05-07 15:33:55 +02:00
INSTALL Add sqlite3 to the requriements and suggest version numbers. 2008-02-28 14:30:06 +01:00
README Add a line to the README :) 2008-04-29 14:32:41 +02:00
TODO Disable sync of symlinks cause they need a lot of work. 2008-05-26 17:09:42 +02:00

csync - just another tool to harm your system