summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2017-12-13applying gps fixes: group repetitive code under a macroGravatar Jan Mulder
2017-12-13Do not prefer gps fixes just for being into dive timeGravatar Jan Mulder
2017-12-13Add pSCR divemode detectionGravatar Jan Mulder
2017-12-13Rename DC_DIVEMODE_CC to DC_DIVEMODE_CCRGravatar Jan Mulder
2017-12-12Update to the latest libdc versionGravatar Dirk Hohndel
2017-12-11Use the copy_string() helper function in set_filename()Gravatar Berthold Stoeger
2017-12-11Remove second parameter (bool force) in set_filename()Gravatar Berthold Stoeger
2017-12-10location service: reduce default thresholdsGravatar Salvador Cuñat
2017-12-08Cleanup: remove unused parameterGravatar Dirk Hohndel
2017-12-08Cleanup: rename file to avoid confusionGravatar Dirk Hohndel
2017-12-07Show BT device names firstGravatar Robert C. Helling
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