Age | Commit message (Expand) | Author |
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 |
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 |