index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
libdivecomputer.c
Age
Commit message (
Expand
)
Author
2019-09-11
Add 'download_error()' helper for libdivecomputer download error reporting
Linus Torvalds
2019-09-11
Keep parsing dives even if one dive parse failed
Linus Torvalds
2019-08-08
Core: pass dive, cylinder-id to fill_default_cylinder
Berthold Stoeger
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-07-19
Cleanup: remove bogus mark_divelist_changed() calls
Berthold Stoeger
2019-05-11
Cleanup: move parse_location() declaration into header file
Berthold Stoeger
2019-04-15
FTDI support: ignore case when comparing magic device name
Dirk Hohndel
2019-04-12
Dive site: add dive site ref-counting
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Cleanup: remove "sha1.h" include in "dive.h"
Berthold Stoeger
2019-04-12
Dive site: set UUID only on save or load
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-04-12
Dive site: add dive site table parameter to dive site functions
Berthold Stoeger
2019-01-22
libdivecomputer: small wording change in a warning
Dirk Hohndel
2019-01-19
Import: don't add to new trip while downloading
Berthold Stoeger
2019-01-19
Dive download: add trip_table to device_data_t
Berthold Stoeger
2019-01-09
Core: add trip_table parameter to trip-functions
Berthold Stoeger
2018-12-17
Import: unglobalize downloadTable
Berthold Stoeger
2018-10-29
Dive site: replace dive->dive_site_uuid by dive_site
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in create_dive_site_*()
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-08
libdivecomputer: remove ifdefs for ancient versions
Dirk Hohndel
2018-10-06
Core: remove dive->downloaded flag
Berthold Stoeger
2018-10-06
Core: remove preexisting field from struct dive_table
Berthold Stoeger
2018-10-06
Fix error handling for libdivecomputer import
Linus Torvalds
2018-10-05
Cleanup: don't produce no-dives error message in libdivecomputer.c
Berthold Stoeger
2018-09-22
Actually create a UUID when creating a dive site during download
Linus Torvalds
2018-09-16
Always return status from ftdi_open when called
Anton Lundin
2018-09-03
libdivecomputer: allow a "zero depth" deco stop depth
Linus Torvalds
2018-09-03
libdivecomputer: add support for DC_SAMPLE_TTS if it exists
Linus Torvalds
2018-08-29
parse "GPS" string fields and turn them into dive sites when downloading
Linus Torvalds
2018-08-27
Add support for opening a DC_TRANSPORT_USBSTORAGE stream
Linus Torvalds
2018-06-21
FTDI support: try ftdi_open first if the device name is 'ftdi'
Dirk Hohndel
2018-06-21
mobile: better message regarding logfiles
Dirk Hohndel
2018-06-18
libdc interface: remove debug messages
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-05-12
Add Qt header so Q_OS_xxx macros work
Dirk Hohndel
2018-05-11
iOS: only DC_TRANSPORT_BLE is supported
Dirk Hohndel
2018-04-27
Create one function to determine the supported transports
Dirk Hohndel
2018-04-27
libdc transport debugging
Dirk Hohndel
2018-04-27
Do a better job of picking which transport to use
Linus Torvalds
2018-04-24
use libdivecomputer 'fingerprint' to avoid downloading extra data
Linus Torvalds
2018-04-24
Actually tie in the new libdivecomputer IO model to open the dive computer de...
Linus Torvalds
2018-04-24
Convert our custom IO model to new libdivecomputer IO model
Linus Torvalds
2018-04-11
Cleanup: unconstify results of two functions
Berthold Stoeger
2018-02-17
Coding-style: remove superfluous parentheses
Berthold Stoeger
2018-01-11
Introduce helper function empty_string()
Berthold Stoeger
2018-01-05
Increase size of name_buffer to fit any integer
Berthold Stoeger
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
[next]