aboutsummaryrefslogtreecommitdiffstats
path: root/core/git-access.c
AgeCommit message (Expand)Author
2018-05-14Core: don't inline rarely used functionGravatar Dirk Hohndel
2018-05-14Android: build fixGravatar Dirk Hohndel
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-01-19Unify username handling of remote git repositoriesGravatar Berthold Stoeger
2018-01-19Support non-https:// repositories for savingGravatar Berthold Stoeger
2018-01-19Create local cache and push to remote for any remote repositoryGravatar Berthold Stoeger
2018-01-19Check cloudserver availability only for cloud repositoriesGravatar Berthold Stoeger
2018-01-19Factor out counting of authentication attempts into functionGravatar Berthold Stoeger
2018-01-17Use format_string() in core/git_access.cGravatar Berthold Stoeger
2018-01-13Fix leak(s) in core/git-access.cGravatar Berthold Stoeger
2018-01-08Enter offline mode if sync with cloud failedGravatar Berthold Stoeger
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-05Gracefully handle cloud authentication failure in verbose modeGravatar Berthold Stoeger
2017-12-03Free unused git repository in git_create_local_repo()Gravatar Berthold Stoeger
2017-12-02Fix file:// handling for git access.Gravatar Berthold Stoeger
2017-10-30Add a useful error message if we fail to connect to cloud serverGravatar Dirk Hohndel
2017-10-30Improve parsing of git error messageGravatar Dirk Hohndel
2017-07-29Correctly create cloud account from mobileGravatar Jan Mulder
2017-07-29strstr is a case sensitive compareGravatar Jan Mulder
2017-07-29Fix small memory leakGravatar Jan Mulder
2017-06-18Clean up git storage update messagesGravatar Dirk Hohndel
2017-06-17QML UI: redesign the user notificationGravatar Dirk Hohndel
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-28Fix a crash when git init failsGravatar Miika Turkia
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov
2017-02-24Fix "Load/Save to cloudstorage" for non-ASCII user namesGravatar Jeremie Guichard
2016-08-14Fix cloud storage authentication attempt countingGravatar Linus Torvalds
2016-06-23Support libgit2 api 0.24Gravatar Anton Lundin
2016-04-30Merge branch 'offlineDefault'Gravatar Dirk Hohndel
2016-04-30Only create the path to no cloud local storage onceGravatar Dirk Hohndel
2016-04-27git storage: init local repositoryGravatar Dirk Hohndel
2016-04-25Abort git authentication attemptGravatar Miika Turkia
2016-04-08git storage: only sync with remote if git_local_only isn't setGravatar Dirk Hohndel
2016-04-05QML UI: more hacking around with git progress reportingGravatar Dirk Hohndel
2016-04-05git storage: add explanation for fast forward to remoteGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel