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
/
save-git.c
Age
Commit message (
Expand
)
Author
2018-02-17
Cleanup: Save hash from filename-to-hash map to git repository
Berthold Stoeger
2018-02-02
Free various struct membuffer in different functions
Stefan Fuchs
2018-01-19
Improve profile display in planner
Willem Ferguson
2018-01-19
Support non-https:// repositories for saving
Berthold Stoeger
2018-01-11
Use helper function empty_string() instead of manual checks
Berthold Stoeger
2018-01-06
Remove cloud_background_sync preferences option
Berthold Stoeger
2018-01-06
Sync with any remote git repository
Berthold Stoeger
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
2017-12-20
core: fix commit 46004c39e266fe7 for real (erroneous quotes)
Jan Mulder
2017-12-18
core: fix git storage save (regression 4.7.4 -> 4.7.5)
Jan Mulder
2017-11-27
Store and load the planner related depth info of a cylinder in logfile
Stefan Fuchs
2017-11-13
Init every struct sample with default values
Stefan Fuchs
2017-11-08
Do not save dive sites that are not used
Jan Mulder
2017-10-26
git save: create a better commit message for initial commit
Dirk Hohndel
2017-10-26
git save: don't save the git_id if just creating empty repo
Dirk Hohndel
2017-10-26
git save: remove redundant 'subsurface' from commit message
Dirk Hohndel
2017-10-26
git storage: print the actual error
Dirk Hohndel
2017-10-26
Move error reporting into its own source file
Dirk Hohndel
2017-10-04
Don't add separate country field, use taxonomy
Dirk Hohndel
2017-10-02
[Divesite] Load / Save divesite country on git
Tomaz Canabrava
2017-09-11
Do not save duration if it is zero
Miika Turkia
2017-08-26
Remove some unused variables
Dirk Hohndel
2017-07-25
Add support for loading and saving multiple pressure samples
Linus Torvalds
2017-07-21
Fix up o2 pressure sensor handling at load time
Linus Torvalds
2017-07-21
git save format: don't save redundant sample information
Linus Torvalds
2017-07-21
Start cleaning up sensor indexing for multiple sensors
Linus Torvalds
2017-07-20
Unify sample pressure and o2pressure as pressure[2] array
Linus Torvalds
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-04-22
Reduce default verbosity
Dirk Hohndel
2017-03-12
Only enable -Wmissing-field-initializers for Clang
Lubomir I. Ivanov
2017-02-05
Merge informational_prefs into git_prefs
Joakim Bygdell
2017-02-05
Save profile settings to git
Joakim Bygdell
2016-07-21
Add proper line ending for unit line in git save format
Linus Torvalds
2016-04-29
Extend time parsing to before 1970
Linus Torvalds
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
Simplify git tracking of git tree creation
Dirk Hohndel
2016-04-04
Start using the actual cylinder data for gas switch events
Linus Torvalds
2016-04-04
Make gas change events always have a cylinder index
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel