aboutsummaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2014-12-08Don't ignore when we can't parse a fileGravatar Dirk Hohndel
2014-12-04Fix DM4/DM5 importGravatar Miika Turkia
2014-12-03Parse converted DM4 logs on DM5 importGravatar Miika Turkia
2014-12-03Fix crash with converted DM5 logGravatar Miika Turkia
2014-11-18Remove unused variablesGravatar Miika Turkia
2014-11-18Limit pressure and temperature valuesGravatar Miika Turkia
2014-11-17Use cylinder use helper functionGravatar Dirk Hohndel
2014-11-17For CCR dives, the diluent cylinder is the current cylinderGravatar Robert C. Helling
2014-11-16Load and save the dc type for CCR divesGravatar Dirk Hohndel
2014-11-16Save CCR cylinder use in XML and gitGravatar Dirk Hohndel
2014-11-15Initial support for Suunto DM5 importGravatar Miika Turkia
2014-11-07Load and save extra data in Subsurface XML formatGravatar Dirk Hohndel
2014-10-28Fix reading of CDATA elementsGravatar Miika Turkia
2014-10-26Make the buffers const char *Gravatar Dirk Hohndel
2014-10-26Support for importing Poseidon MK6 logsGravatar Miika Turkia
2014-10-22Set dctype of dives with pO2 setpoint information to CCR.Gravatar Robert C. Helling
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-10-12Start sanitizing gaschange event informationGravatar Linus Torvalds
2014-10-11CCR patch: Import and store oxygen sensor dataGravatar willem ferguson
2014-09-11CCR patch: adapt code for diluent cylinder pressures (3)Gravatar willem ferguson
2014-07-17Accept negative pressure readingsGravatar Robert C. Helling
2014-07-12Detect proper event type based on helium contentGravatar Miika Turkia
2014-07-12Add type for gaschange events, if missingGravatar Miika Turkia
2014-07-09Add support divecomputer based TTSGravatar Anton Lundin
2014-07-08Fix picture loadingGravatar Dirk Hohndel
2014-06-23Be more consistent in partial pressure namingGravatar Henrik Brautaset Aronsen
2014-06-11Simplify codeGravatar Dirk Hohndel
2014-06-11Provide for a dive_computer_type variable within dc structureGravatar Willem Ferguson
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-09Picture handling: parse and convert old style picture eventsGravatar Dirk Hohndel
2014-06-08Picture handling: parse XML dataGravatar Dirk Hohndel
2014-06-07Make parse-xml callbacks be type-safeGravatar Linus Torvalds
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Fix dive water temperature XML parsingGravatar Linus Torvalds
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-09Parse basic trip and dive data from the git blobsGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-02-16Whitespace cleanup for parse-xml.c and save-xml.cGravatar Dirk Hohndel
2014-02-15Remove some unused variablesGravatar Dirk Hohndel
2014-02-14Import gas info for Shearwater DesktopGravatar Miika Turkia
2014-02-14Import Shearwater Desktop divelog databaseGravatar Miika Turkia
2014-02-14Refactoring sqlite import supportGravatar Miika Turkia
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-02-09parse-xml.c: Fix a warning about missing bracesGravatar Lubomir I. Ivanov
2014-02-08Check XML attribute to detect correct XSLTGravatar Miika Turkia