Age | Commit message (Expand) | Author |
2020-03-17 | cleanup: remove record_dive() function | Berthold Stoeger |
2019-12-05 | Cleanup: introduce empty_weightsystem constant | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from add_empty_cylinder() | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from cylinder_start() in parser | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-10-26 | Cleanup: don't add invalid dive to trip | Dirk Hohndel |
2019-10-26 | Cleanup: free nickname only once | Dirk Hohndel |
2019-08-08 | Cleanup: move error reporting function declarations to errorhelper.h | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-06-19 | Cleanup: use add_to_dive_table() in record_dive_to_table() | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-04-12 | Dive site: add dive site ref-counting | Berthold Stoeger |
2019-04-12 | Dive sites: prepare for dive site ref-counting | Berthold Stoeger |
2019-04-12 | Dive site: set UUID only on save or load | Berthold Stoeger |
2019-04-12 | Parser: parse into custom dive site table | Berthold Stoeger |
2019-04-12 | Dive site: add dive site table parameter to dive site functions | Berthold Stoeger |
2019-01-09 | Parser: add trip_table parameter to parsing functions | Berthold Stoeger |
2019-01-09 | Core: add trip_table parameter to trip-functions | Berthold Stoeger |
2019-01-03 | Use state structure for sample rate info | Miika Turkia |
2018-11-20 | Core: remove ASSIGNED_TRIP trip flag | Berthold Stoeger |
2018-11-18 | Parser: add dive to trip at end of dive-parsing | Berthold Stoeger |
2018-11-18 | Core: unify insert_trip() and insert_trip_dont_merge() | Berthold Stoeger |
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 |