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
2020-10-26
cleanup: remove unused function argument
Dirk Hohndel
2020-10-25
cleanup: split out divecomputer functions from dive.c
Berthold Stoeger
2020-10-25
cleanup: break out event-related code into event.[c|h]
Berthold Stoeger
2020-10-24
divecomputer: add device to provided table instead of global table
Berthold Stoeger
2020-10-23
libdc: free value strings given by libdc's dc_parser_get_field()
Berthold Stoeger
2020-10-16
cleanup: use correct printf format
Dirk Hohndel
2020-10-16
core: add device_table parameter to device table functions
Berthold Stoeger
2020-10-16
core: use C accessors in core/libdivecomputer.c instead of callback
Berthold Stoeger
2020-10-05
cleanup: remove libdc_serial field in device_data_t
Berthold Stoeger
2020-10-05
cleanup: remove DC_FIELD_STRING conditional compilation
Berthold Stoeger
2020-10-05
libdc/debug: provide better info regarding libdc interaction
Dirk Hohndel
2020-09-29
Prefer "GPS1" for divecomputer download dive site resolution
Linus Torvalds
2020-09-19
core/bluetooth: only Linux / Windows are supported by libdc rfcomm
Dirk Hohndel
2020-09-19
core/bluetooth: switch to use libdivecomputer rfcomm support
Linus Torvalds
2020-08-21
Update to current libdivecomputer
Linus Torvalds
2020-06-13
download: don't warn on unknown gasmixes
Berthold Stoeger
2020-05-01
cleanup: move declaration of utc_mk* functions to new subsurface-time.h header
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-03-16
android/usb: pass in the UsbDevice when downloading
Dirk Hohndel
2020-03-10
Add timestamps to libdivecomputer.log
Christof Arnosti
2020-03-09
Android: don't list devices with unsupported transport
Dirk Hohndel
2020-03-07
usb-serial-for-android: Implementation
Christof Arnosti
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
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
[next]