1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-17 07:42:46 +02:00

Commit Graph

  • 09980fcf5a fix hundreds of these warnings: csync.c:272:75: warning: ISO C99 requires rest arguments to be used Christian Jann 2011-03-23 19:44:30 +0100
  • f76d9fbcc3 added kate's suffix for backupfiles to .gitignore Christian Jann 2011-03-23 19:39:50 +0100
  • a4c5996f47 Make the folders network state aware Duncan Mac-Vicar P 2011-04-06 15:57:18 +0200
  • 65c41b6368 add simple network location infrastructure Duncan Mac-Vicar P 2011-04-06 15:22:40 +0200
  • 5162b9def2 missing goal Duncan Mac-Vicar P 2011-04-06 13:50:31 +0200
  • 598929a22f better goals Duncan Mac-Vicar P 2011-04-06 13:49:58 +0200
  • 098c848e02 Merge branch 'master' of github.com:dmacvicar/mirall Duncan Mac-Vicar P 2011-04-06 12:10:33 +0200
  • 293333b28e add license text Duncan Mac-Vicar P 2011-04-06 12:10:16 +0200
  • f882fe46e2 Use icons from theme. Qt already handles this in a nice way Duncan Mac-Vicar P 2011-04-06 12:09:56 +0200
  • 2411b0c9b7 add proper licensing Duncan Mac-Vicar P 2011-04-06 11:48:02 +0200
  • 9a6a87d9af add proper licensing Duncan Mac-Vicar P 2011-04-06 11:45:05 +0200
  • 637068236f fix markdown in README Duncan Mac-Vicar P 2011-04-06 11:31:54 +0200
  • 5ebaca5b8d preparing for first packaging Duncan Mac-Vicar P 2011-04-06 11:28:38 +0200
  • 493b6924c9 Setup the menu for new added folders Duncan Mac-Vicar P 2011-04-06 10:56:20 +0200
  • ab86052f8a typo, it is path() not root() Duncan Mac-Vicar P 2011-04-06 10:56:16 +0200
  • 79f28c7f10 stop poll timer when syncing, and add path to the debug messages Duncan Mac-Vicar P 2011-04-06 10:40:15 +0200
  • c19c9859e3 add alias to folder Duncan Mac-Vicar P 2011-04-06 09:52:02 +0200
  • c16fd94150 Fix crash at shutdown. Duncan Mac-Vicar P 2011-04-05 18:31:19 +0200
  • f1d6352f27 working folder wizard, only actual creation of the folder pending Duncan Mac-Vicar P 2011-04-05 18:31:14 +0200
  • 9055cdc60d move polling system to Folder where it belongs Duncan Mac-Vicar P 2011-04-05 12:16:24 +0200
  • e721acd7e8 add folder wizard class Duncan Mac-Vicar P 2011-04-05 11:10:44 +0200
  • 4e45cab2c1 - lot of stability improvements - the crash with threads goes away by using QMap - add a polling timer Duncan Mac-Vicar P 2011-04-04 18:41:14 +0200
  • 389507d92f Change icon when sync is running Duncan Mac-Vicar P 2011-04-04 12:23:30 +0200
  • 5aa1e08558 unused member variable Duncan Mac-Vicar P 2011-04-04 11:40:14 +0200
  • 8d5a760d91 implemented dynamic creation of folder configurations from INI files in user's home directory Duncan Mac-Vicar P 2011-04-04 11:36:44 +0200
  • f22caca96b - refactor tests repeat-myself with a cmake macro - enable cmake testing Duncan Mac-Vicar P 2011-03-31 20:26:51 +0200
  • 9ac0397ff9 unneeded Duncan Mac-Vicar P 2011-03-31 20:26:32 +0200
  • 3f32499c4e If the first event happens before 5 secs after starting the program, it will always cause it to queue it to avoid event flood (5 secs). So don't init the QTime for last event, and then check if it is null. Duncan Mac-Vicar P 2011-03-31 19:07:45 +0200
  • 7bac43c5c3 I missunderstood how mkdtemp worked. Allocate a buffer duplicating the template. Then free this buffer. Duncan Mac-Vicar P 2011-03-31 19:06:30 +0200
  • f917dbc2ad - Use a full sync (without -path) the first time unison is invoked - disable -confirmbigdel Duncan Mac-Vicar P 2011-03-31 08:19:04 +0200
  • bad489adcc add testcases for unison Duncan Mac-Vicar P 2011-03-30 23:36:30 +0200
  • 9d09b7ea5f show only a summary of subdirectories Duncan Mac-Vicar P 2011-03-29 22:23:42 +0200
  • 1b19507ca8 * Missing brackets changed all logic around an 'if' * Improve debug output Duncan Mac-Vicar P 2011-03-28 11:54:10 +0200
  • 15579232f7 refactor the notification timer in a new method some debug messages cleanup Duncan Mac-Vicar P 2011-03-27 23:29:45 +0200
  • 6b8589f4dc When syncing, disable event notifier and start accumulating them until the sync is done. When they are enabled again, a forced event is scheduled to empty the queue. Duncan Mac-Vicar P 2011-03-27 01:26:41 +0100
  • 64e4d531b3 sync process now runs, but no synchronization between sync processes Duncan Mac-Vicar P 2011-03-25 18:25:56 +0100
  • f31ddde36d Merge branch 'fix_inotify' Duncan Mac-Vicar P 2011-03-22 23:21:56 +0100
  • d885fe39f8 Implement an event queue: Duncan Mac-Vicar P 2011-03-22 23:03:43 +0100
  • f42169a8fc The unison folder class. Duncan Mac-Vicar P 2011-03-21 00:58:53 +0100
  • 25685de4fd move the subfolder list function to FileUtils Duncan Mac-Vicar P 2011-03-20 22:43:03 +0100
  • 89361db55d Only fire folderChanged if > 2 seconds since last event Duncan Mac-Vicar P 2011-03-20 22:38:33 +0100
  • d53490c67c add accessor for root folder Duncan Mac-Vicar P 2011-03-20 22:18:38 +0100
  • 3bb5869183 add some documentation Duncan Mac-Vicar P 2011-03-20 22:17:23 +0100
  • ad90a6c05e Make the socket read loop more robust, and handle the EINVAL when the read buffer is too small. Duncan Mac-Vicar P 2011-03-20 22:13:40 +0100
  • 8b5c371012 - listen to the right events - rename inotify signal - pass also the cookie Duncan Mac-Vicar P 2011-03-19 21:18:43 +0100
  • bd5effe78c - fix inotify/folderwatcher so that it uses full paths - make the test pass using QSignalSpy Duncan Mac-Vicar P 2011-03-18 13:54:32 +0100
  • e6a135273d - introduce a tmp dir class and rm-rf util function - start a testcase for the folder watcher part Duncan Mac-Vicar P 2011-03-18 01:14:45 +0100
  • 03194d3aae Make the inotify interface work with multiple paths Duncan Mac-Vicar P 2011-03-17 07:13:30 +0100
  • 5294bee2bf Infrastructure for inotify. To replace QFileSystemWatcher, which, due to a Qt bug, can't see modified files. See http://qt.gitorious.org/qt/qt/merge_requests/2301 Duncan Mac-Vicar P 2011-03-16 14:50:34 +0100
  • e2638aa487 react to its own signals to set the icons Duncan Mac-Vicar P 2011-02-17 15:10:06 +0100
  • 0af772f524 fix defines Duncan Mac-Vicar P 2011-02-17 15:10:03 +0100
  • cf88820069 rename action to openAction to add also forgetAction and others later Duncan Mac-Vicar P 2011-02-17 11:27:05 +0100
  • b7a3fc7ab8 first port to C++ Duncan Mac-Vicar P 2011-02-17 00:21:45 +0100
  • d9da6b6e91 Updated ChangeLog. Andreas Schneider 2010-02-15 12:31:15 +0100
  • f46817b2c1 Improved the interactive keyboard auth function. Andreas Schneider 2010-02-15 12:30:38 +0100
  • 94b7fdc8ca Improved the ssh auth functions. Andreas Schneider 2010-02-15 12:20:57 +0100
  • 84c77a2d5a Improve the server is known messages. Andreas Schneider 2010-02-15 12:10:17 +0100
  • 3a9bfdb489 Increase version numbers. Andreas Schneider 2010-02-15 11:56:35 +0100
  • 3df0eb527f Require at least libssh 0.4.0. Andreas Schneider 2010-02-15 11:55:48 +0100
  • 7394c19ea1 Update FindLibSSH module to the lastest version. Andreas Schneider 2010-02-15 11:55:15 +0100
  • fdd8236aeb Migrated sftp module to libssh 0.4. Andreas Schneider 2010-02-05 12:28:12 +0100
  • 511635c119 wurst Andreas Schneider 2010-01-30 00:05:01 +0100
  • 3ff5ad5f7a Added more cache entries to the default config. Andreas Schneider 2010-01-17 08:32:55 +0100
  • 96822d7f99 Fixed generate_findpackage_file. Andreas Schneider 2010-01-12 15:43:45 +0100
  • a46d5101d7 Fixed build warning. Andreas Schneider 2009-09-12 14:21:44 +0200
  • 6c2c86aa50 Fixed build warning. Andreas Schneider 2009-09-12 12:27:03 +0200
  • 3a265152d8 Set compiler to c99. Andreas Schneider 2009-09-12 12:26:09 +0200
  • 16c76166bd Improve detection of system libraries. Andreas Schneider 2009-09-01 12:25:10 +0200
  • 93acacfa62 Improve FindCheck module. Andreas Schneider 2009-09-01 12:16:51 +0200
  • f33a01216a Fix FindLog4C.cmake. Andreas Schneider 2009-09-01 12:16:31 +0200
  • 14c1366c86 Fix generate_findpackage_file. Andreas Schneider 2009-09-01 12:16:10 +0200
  • b608f782c3 Improve the Log4C module. Andreas Schneider 2009-09-01 12:08:52 +0200
  • 6ca27cd6c1 Improve generate_findpackage_file. Andreas Schneider 2009-09-01 12:01:04 +0200
  • d082c8479e Require at least version 0.3.3 of libssh. Andreas Schneider 2009-08-25 10:53:58 +0200
  • 5e282c1fc3 Add an improved FindLibSSH module. Andreas Schneider 2009-08-25 10:53:33 +0200
  • 44e9f4fea8 Fix name conflicts with newer libssh versions. Andreas Schneider 2009-08-25 10:47:12 +0200
  • c0671371ce Don't leak memory using sftp attributes. Andreas Schneider 2009-08-25 10:44:34 +0200
  • 200e3e7123 Add missing requirements. Andreas Schneider 2009-07-09 09:50:37 +0200
  • fbf2491406 Ignore all cscope files. Andreas Schneider 2009-07-09 09:44:50 +0200
  • 312c40d16f Improve c_list_find functions. Andreas Schneider 2009-06-05 11:22:06 +0200
  • f98265b30e Some code cleanups. Andreas Schneider 2009-06-05 10:51:22 +0200
  • 92abcf243b Update to version 0.43.0. Andreas Schneider 2009-05-25 18:20:06 +0200
  • 460aa67dca Document the propagation functions. Andreas Schneider 2009-05-25 12:58:34 +0200
  • 778640f1e1 Fix the documentation of the reconciliation. Andreas Schneider 2009-05-25 12:58:00 +0200
  • 62b33fbf2d Fix textwidth. Andreas Schneider 2009-05-25 11:59:30 +0200
  • 7c88ed8454 Document Reconcilation. Andreas Schneider 2009-05-25 11:58:51 +0200
  • 022731b241 Add a group for update detection functions. Andreas Schneider 2009-05-25 11:58:31 +0200
  • 7ab802a3b2 Document update detection functions. Andreas Schneider 2009-05-25 11:42:46 +0200
  • 3c05e000f8 Reformat some code in update detection functions. Andreas Schneider 2009-05-25 11:33:18 +0200
  • f57576f08a Cleanup c_list_insert_sorted(). Andreas Schneider 2009-05-23 11:57:15 +0200
  • 5dda8fdfa5 Some code reformating. Andreas Schneider 2009-05-22 20:23:54 +0200
  • 1d7ce7d5fe Improve the documentation of csync_excluded(). Andreas Schneider 2009-05-22 20:21:20 +0200
  • dd3c9cd99e Document csync_config_load(). Andreas Schneider 2009-05-22 20:19:06 +0200
  • 6e893ab31c Document the return value of c_list_remove(). Andreas Schneider 2009-05-21 11:53:07 +0200
  • 44b5fd650e Fix Windows installation paths. Andreas Schneider 2009-05-14 19:40:33 +0200
  • 4e462e9762 Fix indent. Andreas Schneider 2009-05-14 19:38:40 +0200
  • 32ee0d9610 Add c_rmdirs() check. Andreas Schneider 2009-05-14 17:27:54 +0200
  • f79b291646 Add a c_rmdirs() function. Andreas Schneider 2009-05-14 17:22:42 +0200
  • 338370514e Don't force the build type or we can't overwrite it. Andreas Schneider 2009-05-14 11:22:38 +0200
  • fdea54edc5 Fix the vim modlines. Andreas Schneider 2009-05-13 10:12:07 +0200