Age | Commit message (Expand) | Author |
2021-01-02 | cleanup: don't save PASCAL pressure units to git | Berthold Stoeger |
2020-10-26 | cleanup: fix resource leak | Dirk Hohndel |
2020-10-25 | cleanup: split out divecomputer functions from dive.c | Berthold Stoeger |
2020-10-25 | cleanup: break out event-related code into event.[c|h] | Berthold Stoeger |
2020-10-16 | core: use C accessors in core/save-git.c instead of callback | Berthold Stoeger |
2020-09-29 | filter: implement saving of filter presets to git repositories | Berthold Stoeger |
2020-05-06 | media: use table instead of linked list for media | Berthold Stoeger |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-04-18 | debug output: ensure our debug output is captured on Android | Dirk Hohndel |
2020-04-15 | git-storage: add additional debug output | Dirk Hohndel |
2020-04-10 | Merge pull request #2737 from Subsurface-divelog/libgitCleanup | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |
2020-04-10 | cloud-storage: create consistent commit message for merges | Dirk Hohndel |
2020-04-09 | cloud-storage: simplify creation of git authorship | Dirk Hohndel |
2020-04-09 | cleanup: remove support for ancient versions of libgit2 | Dirk Hohndel |
2020-03-20 | Core: introduce invalid flag for dives | Berthold Stoeger |
2020-03-10 | cloud storage: add list of changes made to commit messages | Dirk Hohndel |
2020-01-06 | core: read and write the user-specified salinity | willemferguson |
2019-12-03 | Desktop: add additional star widgets to Information tab | willemferguson |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
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-07-14 | Fix cylinder gas type saving when we have bogus gas use data | Linus Torvalds |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger |
2019-05-15 | Convert the atmospheric pressure in the Information Tab to an editable field | willemferguson |
2019-04-12 | Remove check for whether a site is used before saving it. | Doug Junkins |
2019-04-12 | Dive sites: prepare for dive site ref-counting | Berthold Stoeger |
2019-04-12 | Dive site: add dive site table parameter to dive site functions | Berthold Stoeger |
2019-02-28 | Cleanup: remove deletion of webservice dive sites | Berthold Stoeger |
2019-01-16 | Don't allow empty username for git | Robert C. Helling |
2019-01-09 | Core: keep trips in table(s) | Berthold Stoeger |
2019-01-07 | Dive sites: don't delete unused dive sites on save | Berthold Stoeger |
2018-11-20 | Core: replace tripflag by notrip boolean | Berthold Stoeger |
2018-11-18 | Core: remove "when" field of struct dive_trip | Berthold Stoeger |
2018-10-31 | Core: Do not crash on save dives with no dive site (git storage) | Jan Mulder |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | 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-21 | Add 'location_t' data structure | Linus Torvalds |
2018-09-11 | cleanup[3/6]: do not save the userid any more | Jan Mulder |
2018-09-10 | prefs: git_local_only is not a preference | Dirk Hohndel |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-23 | Cleanup: return gasmix by value | Berthold Stoeger |
2018-07-18 | Cleanup: rename trip->index to trip->saved | Berthold Stoeger |
2018-07-07 | save-git: allocate user_info members on the heap | Lubomir I. Ivanov |
2018-07-04 | Dive pictures: remove hashes | Berthold Stoeger |
2018-05-24 | core: replace (void) with UNUSED(x) and include ssrf.h | jan Iversen |