Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/csync
AgeCommit message (Expand)Author
2015-08-11csync: ignore files/folder for which stat failsOlivier Goffart
2015-08-07Fixup ce5be89a1846b4b75ec8bfa98bdb594773983bebOlivier Goffart
2015-08-06Fix warningOlivier Goffart
2015-08-06check_vio_ext.c: assert_string_equal is a macro and we cannot have #ifdef in itOlivier Goffart
2015-08-05Csync tests: fix on linuxOlivier Goffart
2015-08-04CSync: Proper error for invalid filenames #2777 #3128 #2240Markus Goetz
2015-08-04check_vio_ext: Fix on OS XMarkus Goetz
2015-07-31Reconcile: Improve debug outputMarkus Goetz
2015-07-30csync cmake: Removed not needed define of DATADIR.Klaas Freitag
2015-07-27Fix test, make it independent on the sort order of readdir.Klaas Freitag
2015-07-27Confirm feature: Confirm for any folder, not only shared onesOlivier Goffart
2015-07-15csync_update: Reorg the code a bit to make it easier to read and understandKlaas Freitag
2015-07-15csync: Initialize the hidden files flag properly.Klaas Freitag
2015-07-15csync: Updated and added some documentation.Klaas Freitag
2015-07-15Hidden Files: Add a setting to ignore hidden files or not.Klaas Freitag
2015-07-15csync_update: store the remote ignore information into tree (from tmp)Klaas Freitag
2015-07-15Sync: Store information about ignored files on the server in database.Klaas Freitag
2015-07-15csync_update: set has_ignored_files in case of hidden files.Klaas Freitag
2015-07-15csync_update: Handling hidden files as excluded files, as intended.Klaas Freitag
2015-07-15vio_local: Properly detect if files are hidden.Klaas Freitag
2015-07-13CSync: Split csync_vio_local.cMarkus Goetz
2015-07-09Rename should_update_etag to should_update_metadataOlivier Goffart
2015-07-08c_path: Fix function description.Klaas Freitag
2015-07-08vio_local: strncat only needs two chars as limit.Klaas Freitag
2015-07-08vio_local: Give strncpy and strncat enough space to copy closing zero.Klaas Freitag
2015-07-08vio_local: Simplify and fix the error out behaviour of win32 impl.Klaas Freitag
2015-07-08vio_local: Remove commented code.Klaas Freitag
2015-07-08Fix comment for c_path_to_UNC, plus cleanup of superflous debug.Klaas Freitag
2015-07-08Use strncat and strncpy rather than the strcpy and friends.Klaas Freitag
2015-07-08do not use the path function here.Klaas Freitag
2015-07-08Added another test case with content in the deep path (also win32).Klaas Freitag
2015-07-08Created two functions c_utf8_string_to_locale and c_utf8_path_to_locale.Klaas Freitag
2015-07-08Moved the makeWinLongPath function to c_path and rename to c_path_to_UNCKlaas Freitag
2015-07-08Removed dead code from csync_utils. Functionality moved to Qt based code.Klaas Freitag
2015-07-08Long Win Pathes: Added test to test dir traversal with long pathes.Klaas Freitag
2015-07-08CMocka Testing: Install the cmocka libraryKlaas Freitag
2015-07-08long win pathes: Some minor refinements and documentationsKlaas Freitag
2015-07-08Add cross platform definition for chdir and getcwd.Klaas Freitag
2015-07-08Long win pathes: Make makeLongWinPath function return the num of alloc bytes.Klaas Freitag
2015-07-08vio local: Use win32 native functions to traverse the file tree.Klaas Freitag
2015-07-08Add a FIXME comment.Klaas Freitag
2015-07-08Remove definition of TDIR, its not longer in use.Klaas Freitag
2015-07-08Unit test for the long filename conversion on win32Klaas Freitag
2015-07-08Added function to change the filename to be longer than MAX_PATHKlaas Freitag
2015-07-08Removed the setFileHidden function for nowKlaas Freitag
2015-07-02test: Fix compile of check_csync_update.Christian Kamm
2015-07-01csync: Do not ignore hard links anymoreOlivier Goffart
2015-06-26Merge remote-tracking branch 'origin/1.8'Olivier Goffart
2015-06-26csync_statedb: fix leakOlivier Goffart
2015-06-25Merge remote-tracking branch 'origin/1.8'Olivier Goffart