aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2021-10-01Don't access gasmix.o2.fractionGravatar Robert C. Helling
2021-09-22core: don't write pressure samples with "no sensor"Gravatar Berthold Stoeger
2021-09-22core: properly clear pressure data of invalid sensorsGravatar Berthold Stoeger
2021-09-20core: remove superfluous argumentsGravatar Dirk Hohndel
2021-09-19Re-do the libdivecomputer fingerprint save/load codeGravatar Linus Torvalds
2021-09-13core: remove location service preferencesGravatar Dirk Hohndel
2021-09-13mobile: remove GpsLocationGravatar Dirk Hohndel
2021-09-13mobile: remove GpsListModelGravatar Dirk Hohndel
2021-09-06core: fix off-by-one causing incorrect profile displayGravatar Josh Torres
2021-09-03core: add a function to test for sensors of a given cylinderGravatar Berthold Stoeger
2021-09-03parser: XML_PARSE_RECOVER to xmlReadMemory()Gravatar Berthold Stoeger
2021-08-19Planner: Correctly compute CNS and OTU for bailout segmentsGravatar Robert C. Helling
2021-08-18undo/device: adjust device management infrastructureGravatar Dirk Hohndel
2021-08-18core: add get_or_add helper for dc tableGravatar Dirk Hohndel
2021-08-18Don't share dive computer data allocationsGravatar Linus Torvalds
2021-08-18Update the serial number and deviceid in sync when loadingGravatar Linus Torvalds
2021-08-18Clean up divecomputer 'device' handlingGravatar Linus Torvalds
2021-08-15core: add downloaded GPS to existing dive siteGravatar Dirk Hohndel
2021-08-06export: clean up temp file after divelogs.de uploadGravatar Richard Fuchs
2021-08-03export: use unique temporary file for divelogs.de uploadGravatar Richard Fuchs
2021-07-23core/import: fix string check logicGravatar Dirk Hohndel
2021-07-23core/csv-import: don't do pointer math after reallocGravatar Dirk Hohndel
2021-07-23core: always create a fake profile if there are no samplesGravatar Berthold Stoeger
2021-07-23core: recalculate CNS values on mergeGravatar Berthold Stoeger
2021-07-23cleanup: don't NUL-terminate membuffer in uploadDiveLogsDEGravatar Berthold Stoeger
2021-07-23cleanup: replace membuffer by membufferpp in C-codeGravatar Berthold Stoeger
2021-07-23core: C++-ify membufferGravatar Berthold Stoeger
2021-07-23core: use int16_t for sensor-idGravatar Berthold Stoeger
2021-07-20core/ble: add auto detection for Aladin A2Gravatar Dirk Hohndel
2021-07-19core: sanitize pressure-sensor cylinder ids in fixup_dive()Gravatar Berthold Stoeger
2021-07-19parser: don't create samples with invalid cylinder idsGravatar Berthold Stoeger
2021-07-19core: add a special NO_SENSOR value for sample::sensorGravatar Berthold Stoeger
2021-07-19Fix coverity reported memory leaksGravatar Miika Turkia
2021-07-18Export unused cylinders to divelogs.deGravatar Miika Turkia
2021-05-19desktop: Add the capability to copy / paste dive number and date / time.Gravatar mikeller
2021-05-08profile: rename GF_LINE color to DURATION_LINEGravatar Berthold Stoeger
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-07The planner should not always ascent from the depth ofGravatar Robert C. Helling
2021-04-21xml parsing: add XML_PARSE_HUGE flag to xmlReadMemory()Gravatar Linus Torvalds
2021-04-19cleanup: don't hardcode array lengthGravatar Dirk Hohndel
2021-04-19cloudstorage: update remote if cloud server changesGravatar Dirk Hohndel
2021-04-19cloudstorage: try alternative server if first connection failsGravatar Dirk Hohndel
2021-04-19cloudstorage: create consistent local directory namesGravatar Dirk Hohndel
2021-04-19cloudstorage: try to pick between multiple cloud serversGravatar Dirk Hohndel
2021-04-19cloudstorage: add API to just update on-disk settingGravatar Dirk Hohndel
2021-04-19cloudstorage: some cleanup of cloud url handlingGravatar Dirk Hohndel
2021-04-19cloudstorage: remove ancient SSL hackGravatar Dirk Hohndel
2021-03-31core: initialize dive selection after resetting the dataGravatar Berthold Stoeger
2021-03-24planner: fix deco calculationGravatar Berthold Stoeger
2021-03-12Use PSCR gas when computing O2 toxicityGravatar Robert C. Helling