summaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.c
AgeCommit message (Expand)Author
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-08libdivecomputer: remove ifdefs for ancient versionsGravatar Dirk Hohndel
2018-10-06Core: remove dive->downloaded flagGravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-10-06Fix error handling for libdivecomputer importGravatar Linus Torvalds
2018-10-05Cleanup: don't produce no-dives error message in libdivecomputer.cGravatar Berthold Stoeger
2018-09-22Actually create a UUID when creating a dive site during downloadGravatar Linus Torvalds
2018-09-16Always return status from ftdi_open when calledGravatar Anton Lundin
2018-09-03libdivecomputer: allow a "zero depth" deco stop depthGravatar Linus Torvalds
2018-09-03libdivecomputer: add support for DC_SAMPLE_TTS if it existsGravatar Linus Torvalds
2018-08-29parse "GPS" string fields and turn them into dive sites when downloadingGravatar Linus Torvalds
2018-08-27Add support for opening a DC_TRANSPORT_USBSTORAGE streamGravatar Linus Torvalds
2018-06-21FTDI support: try ftdi_open first if the device name is 'ftdi'Gravatar Dirk Hohndel
2018-06-21mobile: better message regarding logfilesGravatar Dirk Hohndel
2018-06-18libdc interface: remove debug messagesGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-12Add Qt header so Q_OS_xxx macros workGravatar Dirk Hohndel
2018-05-11iOS: only DC_TRANSPORT_BLE is supportedGravatar Dirk Hohndel
2018-04-27Create one function to determine the supported transportsGravatar Dirk Hohndel
2018-04-27libdc transport debuggingGravatar Dirk Hohndel
2018-04-27Do a better job of picking which transport to useGravatar Linus Torvalds
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