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
/
parse.c
Age
Commit message (
Expand
)
Author
2018-10-29
Dive site: replace dive->dive_site_uuid by dive_site
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in create_dive_site_*()
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in get_dive_site_*()
Berthold Stoeger
2018-10-23
Parser: make parser (mostly) reentrant
Berthold Stoeger
2018-10-22
Parser: remove webservice related code
Berthold Stoeger
2018-10-21
Parser: free old string in utf8_string
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-15
Parser: fix leakage of dive-site and dive data
Berthold Stoeger
2018-10-14
Cleanup: move clear_table() to divesite.c
Berthold Stoeger
2018-10-14
Parser: remove global variable dive_id
Berthold Stoeger
2018-10-11
Undo: make diverse trip-related operations undo-able
Berthold Stoeger
2018-09-11
cleanup[1/6]: do not set userid/save_userid_local from storage
Jan Mulder
2018-08-30
Parser: move match() into core/parse-xml.c
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-17
Coding-style: remove superfluous parentheses
Berthold Stoeger
2018-01-11
Introduce helper function empty_string()
Berthold Stoeger
2018-01-05
Don't define cur_setting in header file
Berthold Stoeger
2017-12-17
CLeanup: remove duplicate typedef
Dirk Hohndel
2017-11-29
Remove commented out code
Miika Turkia
2017-11-27
Hopefully fix Android build
Miika Turkia
2017-11-27
Move atoi_n to parse.c
Miika Turkia
2017-11-27
Move metric variable to parse.c
Miika Turkia
2017-11-27
Move add_dive_site to parse.c
Miika Turkia
2017-11-27
Refactore parse-xml.c into parse.c and parse-xml.c
Miika Turkia