Age | Commit message (Expand) | Author |
2015-08-25 | Cloud storage: attempt to deal with conflicts about deleted files | Dirk Hohndel |
2015-08-25 | Cloud storage: test offline operation | Dirk Hohndel |
2015-08-25 | Cloud storage: adjust debugging messages | Dirk Hohndel |
2015-08-25 | Cloud storage: be more verbose if asked to be verbose | Dirk Hohndel |
2015-08-25 | Cloud storage: try to brute force your way around merge issues | Dirk Hohndel |
2015-08-25 | Cloud storage: be very strict about renames | Dirk Hohndel |
2015-08-25 | When building against libgit2 v0.23 or newer we can assume API23 | Dirk Hohndel |
2015-08-25 | Cloud storage: clean up after the merge | Dirk Hohndel |
2015-08-25 | Cloud storage: move git merge into its own function | Dirk Hohndel |
2015-08-25 | Cloud storage: better error message for dirty state | Dirk Hohndel |
2015-08-22 | Cloud storage: use merge options to avoid conflicts | Dirk Hohndel |
2015-08-22 | Cloud storage: merge local and remote changes if there is no conflict | Dirk Hohndel |
2015-08-17 | Explicit cast to stop compiler warning | Robert C. Helling |
2015-07-13 | Cloud storage: recognize our server certificate and accept it | Dirk Hohndel |
2015-07-13 | Cloud storage: provide more information in debug builds | Dirk Hohndel |
2015-06-21 | Fix incorrect buffer length calculation | Dirk Hohndel |
2015-06-19 | Use remote transport parameter instead of comparing strings | Dirk Hohndel |
2015-06-16 | git save: fix crash with no remote | Linus Torvalds |
2015-06-16 | Cloud storage: warn the user if we are not online | Dirk Hohndel |
2015-06-15 | Cloud storage: use preference member instead of hard coded strings | Dirk Hohndel |
2015-06-14 | Fix compiling against libgit2-0.22.1 | Gaetan Bisson |
2015-06-13 | Cloud storage: clean up error propagation | Dirk Hohndel |
2015-06-13 | Cloud storage: initialize local cache and remote on first use | Dirk Hohndel |
2015-06-13 | Cloud storage: if there is no remote tracking branch, create it | Dirk Hohndel |
2015-06-13 | Cloud storage: don't print confusing warning | Dirk Hohndel |
2015-06-13 | Cloud storage: setup proxy before cloning new repository | Dirk Hohndel |
2015-06-13 | Cloud storage: give user friendly error messages | Dirk Hohndel |
2015-06-13 | Cloud storage: check connectivity before trying to connect | Dirk Hohndel |
2015-06-13 | Move git related declarations into their own header file | Dirk Hohndel |
2015-06-12 | Cloud storage: sync the remote after save | Dirk Hohndel |
2015-06-12 | Add header for Qt helpers used from C functions | Dirk Hohndel |
2015-06-12 | Cloud storage: check connection before connecting | Dirk Hohndel |
2015-06-12 | Cloud storage: Unset the proxy if none is configured | Dirk Hohndel |
2015-06-12 | Cloud storage: Setup http proxy for git connection | Dirk Hohndel |
2015-06-10 | Cloud storage: use our credentials when updating the remote | Dirk Hohndel |
2015-06-10 | Cloud storage | Dirk Hohndel |
2015-06-10 | Cloud storage: track the repository type and pass the information around | Dirk Hohndel |
2015-06-10 | git storage: actually update the remote repository if the local cache is more... | Linus Torvalds |
2015-06-10 | git storage: re-organize code to make 'origin' remote more widely available | Linus Torvalds |
2015-06-10 | git storage: actually update cached copy from remote | Linus Torvalds |
2015-06-09 | Cloud storage: be more careful when trying to determine a user name | Dirk Hohndel |
2015-05-31 | Add strndup.h header so we can use this useful function | Dirk Hohndel |
2015-05-31 | Cloud storage: first stab at implementing cloud storage | Dirk Hohndel |
2015-05-31 | Cloud storage: rethink the terminology used | Dirk Hohndel |
2015-05-31 | Cloud storage: add support for https based remote | Dirk Hohndel |
2015-05-28 | Remote storage: second attempt to fix build with older libgit2 | Dirk Hohndel |
2015-05-28 | Remote storage: turns out you need a newer libgit2 | Dirk Hohndel |
2015-05-28 | Remote storage: provide credentials for ssh based remotes | Dirk Hohndel |
2015-05-28 | Add USE_LIBGIT23_API as cmake option | Dirk Hohndel |
2015-05-28 | Fix parsing of git branch encoded in file name | Dirk Hohndel |