aboutsummaryrefslogtreecommitdiffstats
path: root/core/parse-xml.c
AgeCommit message (Expand)Author
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
2018-09-09DLF import: document deco eventGravatar Miika Turkia
2018-09-09DLF import: comment measured HeGravatar Miika Turkia
2018-09-09DLF import: Record battery statusGravatar Miika Turkia
2018-08-30Parser: split out name-comparison from match() functionGravatar Berthold Stoeger
2018-08-30Parser: move match() into core/parse-xml.cGravatar Berthold Stoeger
2018-08-23Parse: pass dive_table argument to parse_file()Gravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Read and write divemode changes (xml and git)Gravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-03-02Warning Fix: add missing include to core/parse-xml.cGravatar Berthold Stoeger
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-08Remove unused function parse_mkvi_buffer()Gravatar Berthold Stoeger
2018-01-04parse-xml.c: add get_bool() functionGravatar Berthold Stoeger
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-11-27Move Cobalt and Divinglog DB parsing to parse-db.cGravatar Miika Turkia
2017-11-27Move atoi_n to parse.cGravatar Miika Turkia
2017-11-27Move Shearwater DB parsing into parse-db.cGravatar Miika Turkia
2017-11-27Move metric variable to parse.cGravatar Miika Turkia
2017-11-27Move add_dive_site to parse.cGravatar Miika Turkia
2017-11-27Move Suunto DB imports into parse-db.cGravatar Miika Turkia
2017-11-27Refactore parse-xml.c into parse.c and parse-xml.cGravatar Miika Turkia
2017-11-27Store and load the planner related depth info of a cylinder in logfileGravatar Stefan Fuchs
2017-11-10Fix warningGravatar Jan Mulder
2017-10-20Silence random warningsGravatar Dirk Hohndel
2017-10-07Store RBT value on DivingLog importGravatar Miika Turkia