Age | Commit message (Expand) | Author |
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 |
2015-02-24 | Fix Ubuntu compilation error. | Patrick Valsecchi |
2015-02-15 | Remove unnecessary use of non-portable 'mkdir()' | Linus Torvalds |
2015-02-15 | Start parsing remote git repository addresses | Linus Torvalds |
2015-02-15 | git-access: use the new format_string helpers | Linus Torvalds |
2015-02-15 | Start splitting out git repo helper routines | Linus Torvalds |