summaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)Author
2015-08-09Report empty file error instead of OOMGravatar Miika Turkia
2015-07-27Add debug print on CSV importGravatar Miika Turkia
2015-07-27CSV import: add support for DC hw infoGravatar Miika Turkia
2015-07-27Add hw info to Seabear importGravatar Miika Turkia
2015-07-22Include debug printout for easier manual testingGravatar Miika Turkia
2015-07-22Fix Seabear CSV importGravatar Miika Turkia
2015-07-22Clean up some parameters on CSV importGravatar Miika Turkia
2015-07-22Fix Seabear import if line ends with NLGravatar Miika Turkia
2015-07-22Increase the recursion for Seabear CSV importGravatar Miika Turkia
2015-07-21Add setpoint support for CSV importGravatar Miika Turkia
2015-07-12Divinglog import: basic dive info for DB importGravatar Miika Turkia
2015-07-12Divinglog import: hook up processing of .sql filesGravatar Miika Turkia
2015-07-02More debug message cleanupGravatar Dirk Hohndel
2015-06-27Move model tagging to xsltGravatar Anton Lundin
2015-06-27Add support for importing O2 sensors from CSV fileGravatar Anton Lundin
2015-06-21Prevent null dereferenceGravatar Dirk Hohndel
2015-06-21Fix a number of resource leaksGravatar Dirk Hohndel
2015-06-16Remove all the no longer necessary code that aborts read of first V2 fileGravatar Dirk Hohndel
2015-06-16Don't crash with NULL string in settingsGravatar Dirk Hohndel
2015-06-15Cloud storage: use preference member instead of hard coded stringsGravatar Dirk Hohndel
2015-06-13Cloud storage: Remove another git related messageGravatar Dirk Hohndel
2015-06-13Don't show an error if you fail to open the cloud storageGravatar Dirk Hohndel
2015-06-13Move git related declarations into their own header fileGravatar Dirk Hohndel
2015-06-12Cloud storage: sync the remote after saveGravatar Dirk Hohndel
2015-04-24Add suit field for CSV importGravatar Miika Turkia
2015-04-22Remove debug output about verbosityGravatar Dirk Hohndel
2015-04-04OSTCTools-Add support to import .dive filesGravatar Salvador Cuñat
2015-04-04Move extern declaration to header fileGravatar Salvador Cuñat
2015-03-30Fix a bug in detecting CSV file contentGravatar Miika Turkia
2015-03-23Import support for new Seabear formatGravatar Miika Turkia
2015-03-23Fix Seabear new line detectionGravatar Miika Turkia
2015-03-23File.c - Missing break in switchGravatar Marcos CARDINOT
2015-03-14Add verbose debug output to parse_manual_fileGravatar Dirk Hohndel
2015-03-14Temporary fix to allow importing of CSV filesGravatar Dirk Hohndel
2015-03-11datatrak: some codings style fixes and fopen() usageGravatar Lubomir I. Ivanov
2015-03-10Import Datatrak/WLog filesGravatar Salvador Cuñat
2015-02-17xsltMaxVars was only introduced in libxslt 1.1.27Gravatar Dirk Hohndel
2015-02-10Increase the limits for recursion and variables on XSLT parsingGravatar Miika Turkia
2015-02-01Fix crash if one selects incorrectly Seabear CSVGravatar Miika Turkia
2015-01-24Fix a bug if CSV file does not have ending new lineGravatar Miika Turkia
2015-01-22When importing dives from CSV, mark them accordinglyGravatar Dirk Hohndel
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-08Adjust array size to fit all csv paramsGravatar Anton Lundin
2015-01-06Add missing divemaster field to the manual importGravatar Dirk Hohndel
2015-01-04Do not add uninitialized setpoint or ndlGravatar Miika Turkia
2014-12-31Add duration format to XSLT callGravatar Miika Turkia
2014-12-28Initial support for Divesoft FreedomGravatar Miika Turkia
2014-12-20Glue between GUI and XSLT for additions in CSV importGravatar Miika Turkia
2014-12-20Bare implementation of Cobalt Divelog ProgramGravatar Miika Turkia
2014-12-13Remove debug printfGravatar Anton Lundin