index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
git-access.c
Age
Commit message (
Expand
)
Author
2019-03-17
Core: fix missing argument to report_error
Dirk Hohndel
2018-09-10
prefs: git_local_only is not a preference
Dirk Hohndel
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Core: don't inline rarely used function
Dirk Hohndel
2018-05-14
Android: build fix
Dirk Hohndel
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-02-26
Cleanup: Unify qthelper.h and qthelperfromc.h
Berthold Stoeger
2018-02-17
Coding-style: remove superfluous parentheses
Berthold Stoeger
2018-01-19
Unify username handling of remote git repositories
Berthold Stoeger
2018-01-19
Support non-https:// repositories for saving
Berthold Stoeger
2018-01-19
Create local cache and push to remote for any remote repository
Berthold Stoeger
2018-01-19
Check cloudserver availability only for cloud repositories
Berthold Stoeger
2018-01-19
Factor out counting of authentication attempts into function
Berthold Stoeger
2018-01-17
Use format_string() in core/git_access.c
Berthold Stoeger
2018-01-13
Fix leak(s) in core/git-access.c
Berthold Stoeger
2018-01-08
Enter offline mode if sync with cloud failed
Berthold Stoeger
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
2017-12-05
Gracefully handle cloud authentication failure in verbose mode
Berthold Stoeger
2017-12-03
Free unused git repository in git_create_local_repo()
Berthold Stoeger
2017-12-02
Fix file:// handling for git access.
Berthold Stoeger
2017-10-30
Add a useful error message if we fail to connect to cloud server
Dirk Hohndel
2017-10-30
Improve parsing of git error message
Dirk Hohndel
2017-07-29
Correctly create cloud account from mobile
Jan Mulder
2017-07-29
strstr is a case sensitive compare
Jan Mulder
2017-07-29
Fix small memory leak
Jan Mulder
2017-06-18
Clean up git storage update messages
Dirk Hohndel
2017-06-17
QML UI: redesign the user notification
Dirk Hohndel
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-03-28
Fix a crash when git init fails
Miika Turkia
2017-03-12
Only enable -Wmissing-field-initializers for Clang
Lubomir I. Ivanov
2017-02-24
Fix "Load/Save to cloudstorage" for non-ASCII user names
Jeremie Guichard
2016-08-14
Fix cloud storage authentication attempt counting
Linus Torvalds
2016-06-23
Support libgit2 api 0.24
Anton Lundin
2016-04-30
Merge branch 'offlineDefault'
Dirk Hohndel
2016-04-30
Only create the path to no cloud local storage once
Dirk Hohndel
2016-04-27
git storage: init local repository
Dirk Hohndel
2016-04-25
Abort git authentication attempt
Miika Turkia
2016-04-08
git storage: only sync with remote if git_local_only isn't set
Dirk Hohndel
2016-04-05
QML UI: more hacking around with git progress reporting
Dirk Hohndel
2016-04-05
git storage: add explanation for fast forward to remote
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel