index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2013-02-20
Add unzip support to divelogs.de exports
Henrik Brautaset Aronsen
2013-02-09
Finish removing accesses to first divecomputer instead of dive
Dirk Hohndel
2013-02-03
Fix compiling, old api of parse_xml_buffer
Martin Gysel
2013-01-31
Allow using two different tables to hold dives and gps locations
Dirk Hohndel
2013-01-23
Move more dive computer filled data to the divecomputer structure
Linus Torvalds
2013-01-11
Add default filename and divelist font to prefs structure
Linus Torvalds
2012-11-30
Remove the hack to mark parsed XML files as downloaded
Dirk Hohndel
2012-11-23
Move events and samples into a 'struct divecomputer'
Linus Torvalds
2012-11-23
Allocate dive samples separately from 'struct dive'
Linus Torvalds
2012-11-21
Fix "prefer download" behavior
Dirk Hohndel
2012-11-10
Fix default filename handling errors
Linus Torvalds
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-10-09
A file that we import should never become the default file we save to
Dirk Hohndel
2012-10-04
Use GLib's g_fopen() and g_open() when working with files
Lubomir I. Ivanov
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-15
Don't show an error if we can't load the default file
Dirk Hohndel
2012-09-03
Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'
Linus Torvalds
2012-08-26
file.c: open a file in binary mode in readfile()
Lubomir I. Ivanov
2012-07-12
file.c: Fix a file descriptor leak in readfile()
Andrew Clayton
2012-06-19
Fix cochran CSV pressure data import
Linus Torvalds
2012-06-19
cochran: add support for importing the exported CSV files
Linus Torvalds
2012-01-27
Add some initial cochran CAN file parsing
Linus Torvalds
2012-01-27
Import: always open and read the file before checking the filename extension
Linus Torvalds
2012-01-27
Fix typo ('suundo' instead of 'suunto')
Linus Torvalds
2012-01-26
Add "native" Suunto SDE zip file reading
Linus Torvalds
2012-01-26
Split up file reading from 'parse-xml.c' into 'file.c'
Linus Torvalds