aboutsummaryrefslogtreecommitdiffstats
path: root/core/parse-xml.c
AgeCommit message (Expand)Author
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07cleanup: move add_gas_switch_event to dive.cGravatar Berthold Stoeger
2020-03-20Core: introduce invalid flag for divesGravatar Berthold Stoeger
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2020-01-06core: read and write the user-specified salinityGravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-09Parser: set timestamp to zero if parsing failedGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Cleanup: return cylinder from cylinder_start() in parserGravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-08-29 Fix broken windows build with latest MXEGravatar Paul Buxton
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-11Cleanup: move parse_location() declaration into header fileGravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-02Initial support for Mares importGravatar Miika Turkia
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-03-18Core: fix another variable name conflictGravatar Robert C. Helling
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-23Parser: make parser (mostly) reentrantGravatar Berthold Stoeger
2018-10-22Parser: remove webservice related codeGravatar Berthold Stoeger
2018-10-21Parser: free city and country after useGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-16Parser: don't leak extra data key/value pairsGravatar Berthold Stoeger
2018-10-15Cleanup: make xml_parsing_units local to parse-xml.cGravatar Berthold Stoeger
2018-09-26Allow XML sample times to have hh:mm:sec formatGravatar Linus Torvalds
2018-09-22Trivial: un-static function-local bufferGravatar Berthold Stoeger
2018-09-12DLF import: Remove old debug printGravatar Anton Lundin
2018-09-12DLF import: Decode all sensors, when we got them.Gravatar Anton Lundin
2018-09-12DLF import: Set initial gas as first cylinderGravatar Anton Lundin
2018-09-12DLF import: Name dive siteGravatar Anton Lundin
2018-09-12DLF import: Decode device configuration into extra stringsGravatar Anton Lundin
2018-09-12DLF import: Create separate solenoid open/close eventsGravatar Anton Lundin
2018-09-12DLF import: record starting battery levelGravatar Miika Turkia
2018-09-12DLF import: use battery_end in preparationGravatar Miika Turkia
2018-09-11cleanup[1/6]: do not set userid/save_userid_local from storageGravatar Jan Mulder