aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-09-06cleanup: make taxonomy_index_for_category() local to taxonomy.cGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_value() instead of taxonomy_get_index()Gravatar Berthold Stoeger
2020-09-06cleanup: create taxonomy_get_value() functionGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_country() in get_dive_country()Gravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_index_for_category() in taxonomy_set_category()Gravatar Berthold Stoeger
2020-09-06cleanup: make alloc_taxonomy local to taxonomy.cGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_set_category() functionGravatar Berthold Stoeger
2020-09-06cleanup: copy string in taxonomy_set_[country|category]Gravatar Berthold Stoeger
2020-09-06cleanup: add helper function to set taxonomy categoryGravatar Berthold Stoeger
2020-09-06cleanup: leak fix in taxonomy_set_country()Gravatar Berthold Stoeger
2020-09-06Function for "gravity conversion"Gravatar Robert C. Helling
2020-09-05[Bug #2934] Geo Lookup - support for remote dive sitesGravatar Michael Werle
2020-09-04Implement Seac SeacSync databaser parser.Gravatar James Wobser
2020-09-03datatrak.c: return const string for tank typeGravatar Salvador Cuñat
2020-09-03datatrak.c: Do not duplicate string as it's not being freedGravatar Salvador Cuñat
2020-09-03datatrak.c: use two_bytes_to_int() to get little endian valuesGravatar Salvador Cuñat
2020-09-03datatrak.c - Do not return unsigned negative valuesGravatar Salvador Cuñat
2020-09-03DataTrak import: Add support for WLog extensions.Gravatar Salvador Cuñat
2020-09-02Planner: Properly initialize salinityGravatar Robert C. Helling
2020-08-22core/BLE: delay characteristics discovery until service discovery completeGravatar Dirk Hohndel
2020-08-22core/BLE: provide state and error updates during BLE discoveryGravatar Dirk Hohndel
2020-08-22core/bluetooth: stop discovery once the dive computer has been foundGravatar Dirk Hohndel
2020-08-22macOS/bluetooth: remove the forced rescanGravatar Dirk Hohndel
2020-08-22core/BLE: correct the reference for the Shearwater characteristicGravatar Dirk Hohndel
2020-08-22core/BLE: detect Sherwater PeregrineGravatar Dirk Hohndel
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-08-21Update to current libdivecomputerGravatar Linus Torvalds
2020-08-21cleanup: remove obsolete logic in getFormattedCylinder()Gravatar Berthold Stoeger
2020-08-18core/bt-discovery: recognize BT names of four more dive computersGravatar Dirk Hohndel
2020-08-17core: fix dive renumbering logic on importGravatar Berthold Stoeger
2020-08-16core/localized-parsing: correctly handle group and decimal separatorGravatar Dirk Hohndel
2020-08-15Fix event merging when merging divesGravatar Linus Torvalds
2020-07-27core: detect McLean Extreme dive computer as BLE deviceGravatar Dirk Hohndel
2020-07-14core/BLE: add detection of Scubapro Aladin A1Gravatar Dirk Hohndel
2020-07-11helper functions: remove timestamp argument from gettiemzoneoffset()Gravatar Dirk Hohndel
2020-07-11mobile/location-service: stop using broken adjustment functionGravatar Dirk Hohndel
2020-07-11mobile/location-service: fix timezone issue in GPS timestampsGravatar Dirk Hohndel
2020-07-11Make MND display depend on O2 narcotic preferenceGravatar Robert C. Helling
2020-07-02profile: fix displaying of profiles with multiple pressure sensorsGravatar Berthold Stoeger
2020-06-29Fix dive merging with multiple cylindersGravatar Linus Torvalds
2020-06-25Add support for the Oceans S1 and McLean ExtremeGravatar Linus Torvalds
2020-06-18core: fix compile issue with older g++Gravatar Dirk Hohndel
2020-06-18core: fix libdivecomputer dc_custom callbacks structuresGravatar Linus Torvalds
2020-06-16cleanup: remove indirection when passing arguments to parser functionsGravatar Berthold Stoeger
2020-06-14git-storage: add global flag to indicate successful cloud syncGravatar Dirk Hohndel
2020-06-14git storage: significantly expand logging to stderrGravatar Dirk Hohndel
2020-06-13download: don't warn on unknown gasmixesGravatar Berthold Stoeger
2020-05-29cleanup: make local functions of static linkageGravatar Berthold Stoeger
2020-05-26Print correct template name on CSV exportGravatar Miika Turkia
2020-05-22cleanup: constify time_during_dive_with_offset() functionGravatar Berthold Stoeger