index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdivecomputer.c
Age
Commit message (
Expand
)
Author
2015-12-06
Only warn about different number of tanks and gases if there are tanks
Dirk Hohndel
2015-12-06
Don't overwrite air temperature
Dirk Hohndel
2015-10-26
Fix building without BT support
Dirk Hohndel
2015-10-25
Interpolate depth for samples that have no depth
Linus Torvalds
2015-10-22
Interpretive dance to parse Suunto EON Steel tank sizes
Dirk Hohndel
2015-09-23
libdivecomputer.c: fix warnings about unused variables
Lubomir I. Ivanov
2015-09-13
Store the number of detected o2 sensors
Anton Lundin
2015-09-13
Remove leftover bits between sensors and setpoint
Anton Lundin
2015-09-09
Exit with failure if the first dc_open method fails
Claudiu Olteanu
2015-08-31
Support multiple o2 sensor values from libdc
Anton Lundin
2015-08-31
Store DC_SAMPLE_PPO2 as a o2 sensor
Anton Lundin
2015-08-20
Connect up serial_ftdi custom serial
Anton Lundin
2015-07-30
Add support for RBT reported sample value
Salvador Cuñat
2015-07-07
Allow to compile Subsurface with upstream libdivecomputer
Dirk Hohndel
2015-07-06
Implement the custom Bluetooth serial communication and use it
Claudiu Olteanu
2015-07-02
Use tank pressure data from libdivecomputer's DC_FIELD_TANK
Dirk Hohndel
2015-06-21
Fix a number of resource leaks
Dirk Hohndel
2015-05-28
Add explicit casts to silence compiler warnings
Robert C. Helling
2015-05-27
Enable diagnostic logs from dc configuration
Anton Lundin
2015-04-29
Add a default case for switch over dc_family_t
Anton Lundin
2015-04-04
libdivecomputer.c: Remove unused parameter in parse_gasmixes
Salvador Cuñat
2015-04-04
libdivecomputer.c: Add support for raw data buffer parse using libdc
Salvador Cuñat
2015-04-04
libdivecomputer.c: Split dive_cb() callback in two
Salvador Cuñat
2015-04-04
Add errmsg() function for libdivecomputer.c
Salvador Cuñat
2015-03-19
Fix a couple of typos
Torstein Husebø
2015-02-09
Prevent a tank from looking undefined by mistake
Dirk Hohndel
2015-01-22
Set divemode to FREEDIVE now when we support that
Anton Lundin
2015-01-19
Remove the two annoying debug statements
Dirk Hohndel
2015-01-10
Refactor dctype -> divemode
Robert C. Helling
2015-01-09
Now use our table when downloading from the dive computer
Dirk Hohndel
2015-01-09
Don't use the result of unsupported libdivecomputer calls
Dirk Hohndel
2014-12-29
Remove unused variable
Anton Lundin
2014-12-29
Clear stale pointers after free
Anton Lundin
2014-12-27
Keep undecoded firmware / serial info from libdivecomputer
Dirk Hohndel
2014-12-01
libdivecomputer.c: reduce the scope of 'i' in sample_cb()
Lubomir I. Ivanov
2014-11-25
Consistent representation of O₂
Tim Wootton
2014-11-24
Let's not store more or less random data
Dirk Hohndel
2014-11-21
Add serial and firmware to the extra data
Dirk Hohndel
2014-11-20
Remember serial and firmware for divecomputers
Dirk Hohndel
2014-11-20
Stop cluttering stout with DC_VENDOR data
Dirk Hohndel
2014-11-13
Add subsurface_access()
Lubomir I. Ivanov
2014-11-12
Shows an error about wrong permissions
Salvo 'LtWorf' Tomaselli
2014-11-11
Remove leftover code for directly parsing Cobalt tank sizes
Dirk Hohndel
2014-11-11
Fix getting tank information from libdivecomputer
Dirk Hohndel
2014-11-08
Fix previous commit to compile with older versions of libdivecomputer
Dirk Hohndel
2014-11-08
Use libdivecomputer tank size when available
Dirk Hohndel
2014-11-08
Add support for libdivecomputer DC_FIELD_DIVEMODE
Anton Lundin
2014-11-08
Move calculate_string_hash into DC_FIELD_STRING
Anton Lundin
2014-11-07
Add support for libdivecomputer's new TEMPERATURE fields
Dirk Hohndel
2014-11-07
Use the new DC_FIELD_STRING callback if it exists
Linus Torvalds
[next]