aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)Author
2013-02-20Add unzip support to divelogs.de exportsGravatar Henrik Brautaset Aronsen
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-02-03Fix compiling, old api of parse_xml_bufferGravatar Martin Gysel
2013-01-31Allow using two different tables to hold dives and gps locationsGravatar Dirk Hohndel
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2012-11-30Remove the hack to mark parsed XML files as downloadedGravatar Dirk Hohndel
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-21Fix "prefer download" behaviorGravatar Dirk Hohndel
2012-11-10Fix default filename handling errorsGravatar Linus Torvalds
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09A file that we import should never become the default file we save toGravatar Dirk Hohndel
2012-10-04Use GLib's g_fopen() and g_open() when working with filesGravatar Lubomir I. Ivanov
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-15Don't show an error if we can't load the default fileGravatar Dirk Hohndel
2012-09-03Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'Gravatar Linus Torvalds
2012-08-26file.c: open a file in binary mode in readfile()Gravatar Lubomir I. Ivanov
2012-07-12file.c: Fix a file descriptor leak in readfile()Gravatar Andrew Clayton
2012-06-19Fix cochran CSV pressure data importGravatar Linus Torvalds
2012-06-19cochran: add support for importing the exported CSV filesGravatar Linus Torvalds
2012-01-27Add some initial cochran CAN file parsingGravatar Linus Torvalds
2012-01-27Import: always open and read the file before checking the filename extensionGravatar Linus Torvalds
2012-01-27Fix typo ('suundo' instead of 'suunto')Gravatar Linus Torvalds
2012-01-26Add "native" Suunto SDE zip file readingGravatar Linus Torvalds
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds