index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
file.c
Age
Commit message (
Expand
)
Author
2019-04-12
Cleanup: move parse-function declarations out of "dive.h"
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-01-09
Parser: add trip_table parameter to parsing functions
Berthold Stoeger
2018-12-29
Initial support for Shearwater Cloud
Miika Turkia
2018-09-28
Parser: parse text-based files into arbitrary table
Berthold Stoeger
2018-08-23
Parse: pass dive_table argument to parse_file()
Berthold Stoeger
2018-08-23
Cleanup: fix memory leak on failed DLF import
Berthold Stoeger
2018-08-23
Cleanup: fix memory leak in OSTC import
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-02-26
Cleanup: Unify qthelper.h and qthelperfromc.h
Berthold Stoeger
2018-01-11
Introduce helper function empty_string()
Berthold Stoeger
2018-01-08
Make a few functions of static linkage
Berthold Stoeger
2018-01-08
Refactor CSV import
Miika Turkia
2017-12-27
Cleanup: avoid dereferencing NULL pointer
Dirk Hohndel
2017-12-14
Remove function isCloudUrl()
Berthold Stoeger
2017-09-11
Inform user if there was no dive profile in DL7/ZXU file
Miika Turkia
2017-09-11
Import dive number from DL7 log
Miika Turkia
2017-08-03
Fix Poseidon MkVI txt file import sensor pressures
Linus Torvalds
2017-07-20
Unify sample pressure and o2pressure as pressure[2] array
Linus Torvalds
2017-05-07
Merge branch 'seabear-refactor'
Dirk Hohndel
2017-05-07
Datatrak import rework: changes of file.c and file.h
Salvador Cuñat
2017-05-07
Fix NDL and TTS for Seabear import
Miika Turkia
2017-05-07
Refactor Seabear import
Miika Turkia
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2016-11-09
Clean up some warnings in file.c
Dirk Hohndel
2016-11-09
Parse multiple dives from single DL7 log file
Miika Turkia
2016-06-11
Remove unused variable
Dirk Hohndel
2016-05-05
NULL terminate the parameters array
Miika Turkia
2016-05-05
Allow parsing of .txt files on import
Miika Turkia
2016-05-03
Parse date and time from on APD import
Miika Turkia
2016-05-02
Print xsltproc command line on verbose mode
Miika Turkia
2016-04-30
Fix typo
Dirk Hohndel
2016-04-30
Merge branch 'offlineDefault'
Dirk Hohndel
2016-04-30
Don't pretend that opening git repo succeeded
Dirk Hohndel
2016-04-25
Parse date and time in DL7 import
Miika Turkia
2016-04-25
Grab the payload of DL7 file
Miika Turkia
2016-04-05
QML UI: don't fetch the remote twice when loading
Dirk Hohndel
2016-04-05
git storage: compare with correct SHA when checking if cache is current
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel