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
/
core
/
divesite.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: pass dive-site pointers to merge_dive_sites()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to delete_dive_site()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to is_dive_site_used()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to nr_of_dives_at_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
Core: accept NULL-pointer in free_trip() and free_divesite()
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-13
Dive site: use own copy of taxonomy in dive-site-edit widget
Berthold Stoeger
2018-10-07
Leak fix: free taxonomy data in delete_dive_site()
Berthold Stoeger
2018-07-11
core: remove clang warning in divesite.c
jan Iversen
2018-07-06
core: don't crash on merge of non-existing dive site
Dirk Hohndel
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-01-11
Introduce helper function empty_string()
Berthold Stoeger
2018-01-05
core: free() in a safe way, reverse geolookup unstability
Jan Mulder
2017-12-31
divesite.c: use union in create_divesite_uuid()
Lubomir I. Ivanov
2017-12-19
git storage: invalidate cache on merge dive site
Jan Mulder
2017-10-05
divesite.c: use NULL instead of 0 for char* buffers
Lubomir I. Ivanov
2017-10-05
divesite.c: prevent double free()
Lubomir I. Ivanov
2017-10-04
Don't add separate country field, use taxonomy
Dirk Hohndel
2017-10-04
Add taxonomy copy helper function
Dirk Hohndel
2017-10-02
[Divesite] Add country on divesite
Tomaz Canabrava
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2017-02-19
Fix dive site string merging
Linus Torvalds
2017-02-19
Properly handle dive sites loaded from XML
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel