aboutsummaryrefslogtreecommitdiffstats
path: root/core/git-access.c
AgeCommit message (Expand)Author
2020-09-22cleanup: silence two compiler warnings in git-access.cGravatar Berthold Stoeger
2020-06-14git-storage: add global flag to indicate successful cloud syncGravatar Dirk Hohndel
2020-06-14git storage: significantly expand logging to stderrGravatar Dirk Hohndel
2020-04-18core: debug cert callsGravatar Dirk Hohndel
2020-04-18core: bring back libgit2 certificate callbackGravatar Dirk Hohndel
2020-04-18debug output: ensure our debug output is captured on AndroidGravatar Dirk Hohndel
2020-04-15git-storage: add helper function to delete remote branchGravatar Dirk Hohndel
2020-04-15git-storage: fix up old broken local caches to use the right branchGravatar Linus Torvalds
2020-04-15git-storage: make creation of empty cache repo set the initial branchGravatar Linus Torvalds
2020-04-10Merge pull request #2736 from Subsurface-divelog/removeCloudOverrideGravatar Dirk Hohndel
2020-04-10cloud-storage: create consistent commit message for mergesGravatar Dirk Hohndel
2020-04-09cleanup: remove support for ancient versions of libgit2Gravatar Dirk Hohndel
2020-04-09core: remove cloud certificate overrideGravatar Dirk Hohndel
2019-08-08Cleanup: move file-related function declarations to file.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-04-12Cleanup: remove "sha1.h" include in "dive.h"Gravatar Berthold Stoeger
2019-03-17Core: fix missing argument to report_errorGravatar Dirk Hohndel
2018-09-10prefs: git_local_only is not a preferenceGravatar Dirk Hohndel
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
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