aboutsummaryrefslogtreecommitdiffstats
path: root/core/save-git.c
AgeCommit message (Expand)Author
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-07-18Cleanup: rename trip->index to trip->savedGravatar Berthold Stoeger
2018-07-07save-git: allocate user_info members on the heapGravatar Lubomir I. Ivanov
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-24Cleanup: remove code related to picture-storage in git repositoriesGravatar Berthold Stoeger
2018-05-17core: corrected wrong default emailGravatar jan Iversen
2018-05-17Bugfix: Saving divemode to xml and to gitGravatar Willem Ferguson
2018-05-14Read and write divemode changes (xml and git)Gravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Cleanup: Save hash from filename-to-hash map to git repositoryGravatar Berthold Stoeger
2018-02-02Free various struct membuffer in different functionsGravatar Stefan Fuchs
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-19Support non-https:// repositories for savingGravatar Berthold Stoeger
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-06Remove cloud_background_sync preferences optionGravatar Berthold Stoeger
2018-01-06Sync with any remote git repositoryGravatar Berthold Stoeger
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-20core: fix commit 46004c39e266fe7 for real (erroneous quotes)Gravatar Jan Mulder
2017-12-18core: fix git storage save (regression 4.7.4 -> 4.7.5)Gravatar Jan Mulder
2017-11-27Store and load the planner related depth info of a cylinder in logfileGravatar Stefan Fuchs
2017-11-13Init every struct sample with default valuesGravatar Stefan Fuchs
2017-11-08Do not save dive sites that are not usedGravatar Jan Mulder
2017-10-26git save: create a better commit message for initial commitGravatar Dirk Hohndel
2017-10-26git save: don't save the git_id if just creating empty repoGravatar Dirk Hohndel
2017-10-26git save: remove redundant 'subsurface' from commit messageGravatar Dirk Hohndel
2017-10-26git storage: print the actual errorGravatar Dirk Hohndel
2017-10-26Move error reporting into its own source fileGravatar Dirk Hohndel
2017-10-04Don't add separate country field, use taxonomyGravatar Dirk Hohndel
2017-10-02[Divesite] Load / Save divesite country on gitGravatar Tomaz Canabrava
2017-09-11Do not save duration if it is zeroGravatar Miika Turkia
2017-08-26Remove some unused variablesGravatar Dirk Hohndel
2017-07-25Add support for loading and saving multiple pressure samplesGravatar Linus Torvalds
2017-07-21Fix up o2 pressure sensor handling at load timeGravatar Linus Torvalds
2017-07-21git save format: don't save redundant sample informationGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
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-04-22Reduce default verbosityGravatar Dirk Hohndel
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov
2017-02-05Merge informational_prefs into git_prefsGravatar Joakim Bygdell
2017-02-05Save profile settings to gitGravatar Joakim Bygdell
2016-07-21Add proper line ending for unit line in git save formatGravatar Linus Torvalds
2016-04-29Extend time parsing to before 1970Gravatar Linus Torvalds
2016-04-08git storage: only sync with remote if git_local_only isn't setGravatar Dirk Hohndel