aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)Author
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