aboutsummaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.c
AgeCommit message (Expand)Author
2018-04-24use libdivecomputer 'fingerprint' to avoid downloading extra dataGravatar Linus Torvalds
2018-04-24Actually tie in the new libdivecomputer IO model to open the dive computer de...Gravatar Linus Torvalds
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-05Increase size of name_buffer to fit any integerGravatar Berthold Stoeger
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-26Cleanup: prevent potential out of bounds writeGravatar Dirk Hohndel
2017-12-13Add pSCR divemode detectionGravatar Jan Mulder
2017-12-13Rename DC_DIVEMODE_CC to DC_DIVEMODE_CCRGravatar Jan Mulder
2017-11-16During DC import reset cns, ndl, other values inbetween divesGravatar Stefan Fuchs
2017-11-16libdivecomputer.c init sticky values for samples for current sampleGravatar Stefan Fuchs
2017-09-28Save Subsurface version to libdivecomputer logfileGravatar Miika Turkia
2017-09-20DC download: fix 'no new dives' messageGravatar Dirk Hohndel
2017-09-17DC download: tell user when no new dives were foundGravatar Dirk Hohndel
2017-08-21Improve error message when opening dive computer failsGravatar Dirk Hohndel
2017-07-25Make sample pressure helper functions available to everybodyGravatar Linus Torvalds
2017-07-25Try to sanely download multiple concurrent cylinder pressuresGravatar 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-07-17Resolve type confusionGravatar Dirk Hohndel
2017-07-09Tell user if we reached a dive that was already thereGravatar Dirk Hohndel
2017-07-09More meaningful device info displayGravatar Dirk Hohndel
2017-07-09Revert "Add support for tank sensor battery for Perdix AI"Gravatar Dirk Hohndel
2017-07-09QML UI: add dev_info data to AppLogGravatar Dirk Hohndel
2017-07-08If we detect a different model than expected, use itGravatar Dirk Hohndel
2017-07-07Add support for tank sensor battery for Perdix AIGravatar Dirk Hohndel
2017-06-27Update Subsurface-branch of libdivecomputer checkGravatar Dirk Hohndel
2017-06-27Switch over to SSRF_CUSTOM_IO v2Gravatar Linus Torvalds
2017-06-22Warn when not compiling against the matching libdc versionGravatar Dirk Hohndel
2017-06-22Convert to new libdivecomputer custom IO modelGravatar Linus Torvalds
2017-05-29FTDI support: add minimal debugging outputGravatar Dirk Hohndel
2017-05-29More optimal searchGravatar Jan Mulder
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-04-24Do not carry po2 setpoint data over dive boundariesGravatar Jan Mulder
2017-04-13Cleanup some unnecessary include statementsGravatar Jef Driesen
2017-03-30Shift fake tank pressures up by 30barGravatar Dirk Hohndel
2017-03-29Accept 0 as valid endpressure for Uwatec devicesGravatar Dirk Hohndel
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11divemode > dive modeGravatar Martin Měřinský
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-02-03Correct: Handle more tanks than gasmixesGravatar Robert Helling
2017-02-02Handle more tanks than gasmixesGravatar Robert C. Helling
2017-01-17Make event string translation when downloading from libdivecomputer more obviousGravatar Linus Torvalds
2017-01-16Add support for libdivecomputer using DC_SAMPLE_GASMIXGravatar Linus Torvalds
2017-01-12ostctools_import: Switch to using dc_parser_new2Gravatar Anton Lundin
2017-01-12Stop accessing the internals of dc_descriptor_tGravatar Anton Lundin