aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2017-12-06Allocate CheckCloudConnection object on stackGravatar Berthold Stoeger
2017-12-06Remove self-include of core/checkcloudconnection.hGravatar Berthold Stoeger
2017-12-05Gracefully handle cloud authentication failure in verbose modeGravatar Berthold Stoeger
2017-12-04Gracefully handle deletion of a picture that doesn't existGravatar Berthold Stoeger
2017-12-03Free unused git repository in git_create_local_repo()Gravatar Berthold Stoeger
2017-12-02Add debug output for vendor/product tuplesGravatar Dirk Hohndel
2017-12-02Add Heinrichs Weikamp BLE dive computers for iOSGravatar Dirk Hohndel
2017-12-02iOS: save BT DeviceInfo on discoveryGravatar Murillo Bernardes
2017-12-02Fix file:// handling for git access.Gravatar Berthold Stoeger
2017-12-01Remove unnecessary #include and correct whitespaceGravatar Robert C. Helling
2017-12-01Document background computation of variationsGravatar Robert C. Helling
2017-12-01Disable plan variation in recreational modeGravatar Rick Walsh
2017-12-01Round up diveplan duration the same way values in diveplan are roundedGravatar Stefan Fuchs
2017-12-01Actually compute variations in backgroundGravatar Robert C. Helling
2017-12-01Cut off excessive deco timesGravatar Robert C. Helling
2017-11-29Fix signed/unsigned issueGravatar Dirk Hohndel
2017-11-29Remove commented out codeGravatar Miika Turkia
2017-11-29Move Divinglog DB import into its own fileGravatar Miika Turkia
2017-11-29Move Cobalt DB import to its own fileGravatar Miika Turkia
2017-11-29Move Shearwater DB import into its own fileGravatar Miika Turkia
2017-11-29Move Suunto DB import into its own fileGravatar Miika Turkia
2017-11-28Merging dives: Improve merging of divemaster, buddy and notesGravatar Stefan Fuchs
2017-11-27Hopefully fix Android buildGravatar Miika Turkia
2017-11-27Move Cobalt and Divinglog DB parsing to parse-db.cGravatar Miika Turkia
2017-11-27Move atoi_n to parse.cGravatar Miika Turkia
2017-11-27Move Shearwater DB parsing into parse-db.cGravatar Miika Turkia
2017-11-27Move metric variable to parse.cGravatar Miika Turkia
2017-11-27Move add_dive_site to parse.cGravatar Miika Turkia
2017-11-27Move Suunto DB imports into parse-db.cGravatar Miika Turkia
2017-11-27Refactore parse-xml.c into parse.c and parse-xml.cGravatar Miika Turkia
2017-11-27Code cleanup: Move index declarations into for loopGravatar Stefan Fuchs
2017-11-27Use MAX_SENSORS define everywhereGravatar Stefan Fuchs
2017-11-27Add debug function dump_cylindersGravatar Stefan Fuchs
2017-11-27Compile dump_tissues function only if needed based on defineGravatar Stefan Fuchs
2017-11-27Store and load the planner related depth info of a cylinder in logfileGravatar Stefan Fuchs
2017-11-26Update list of divecomputers supported in Subsurface-mobileGravatar Dirk Hohndel
2017-11-25In strings start lower case in parenthesisGravatar Stefan Fuchs
2017-11-25In planner.c remove unused variable o2break_doneGravatar Stefan Fuchs
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Run variations calculation in backgroundGravatar Robert C. Helling
2017-11-25Add logic parentheses to make compiler happyGravatar Robert C. Helling
2017-11-25Fix crash when dives have no dive siteGravatar Dirk Hohndel
2017-11-25mobile: autocomplete location namesGravatar Jan Mulder
2017-11-25Fix ownership issues in preferences codeGravatar Berthold Stoeger
2017-11-25Cleanup: remove unused extern declarationGravatar Berthold Stoeger
2017-11-24Include stdbool.h also from prefs.h if included from C fileGravatar Stefan Fuchs
2017-11-24Change prefs.show_units_table to boolGravatar Stefan Fuchs
2017-11-22Clean up system_default_filename()Gravatar Berthold Stoeger
2017-11-22Copy default filename string when assigning to default preferencesGravatar Berthold Stoeger