Age | Commit message (Expand) | Author |
2019-11-16 | Check if all required bytes were read | Robert C. Helling |
2019-10-27 | Cleanup: consider lseek return value | Dirk Hohndel |
2019-10-27 | Cleanup: close open file before returning | Dirk Hohndel |
2019-08-08 | Cleanup: move file-related function declarations to file.h | Berthold Stoeger |
2019-08-08 | Cleanup: move error reporting function declarations to errorhelper.h | Berthold Stoeger |
2019-07-19 | Cleanup: remove bogus mark_divelist_changed() calls | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-06-19 | Cleanup: move tag 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 | Cleanup: move declaration of get_stylesheet() to qthelper.h | 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-03-17 | Core: remove variable name conflict | Dirk Hohndel |
2019-02-28 | Uemis: remove trip deletion on dive deletion | Berthold Stoeger |
2019-01-19 | Import: don't add to new trip while downloading | Berthold Stoeger |
2019-01-09 | Core: add trip_table parameter to trip-functions | Berthold Stoeger |
2018-12-23 | Cleanup: remove unused parameter was_autogen | Berthold Stoeger |
2018-11-20 | Core: replace tripflag by notrip boolean | Berthold Stoeger |
2018-11-19 | Uemis downloader: free ans_path on error | Berthold Stoeger |
2018-11-19 | Warnings: silence new gcc warnings in uemis-downloader.c | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-29 | Dive site: use pointer instead of uuid in uemis_helper | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to delete_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: remove uuid in Uemis' divesite-map | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in get_dive_site_*() | Berthold Stoeger |
2018-10-06 | Core: remove dive->downloaded flag | Berthold Stoeger |
2018-10-05 | Cleanup: don't access downloadTable directly in Uemis-downloader | Berthold Stoeger |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-01-31 | uemis: code refactoring | Oliver Schwaneberg |
2018-01-31 | uemis: Fix mapping of object_ids to dive numbers | Oliver Schwaneberg |
2018-01-27 | uemis: speed up synchronisation of same divesites | Oliver Schwaneberg |
2018-01-19 | Checking for ACK for getDive. | Oliver Schwaneberg |
2018-01-11 | Use helper function empty_string() instead of manual checks | Berthold Stoeger |
2018-01-06 | Trivial: remove redundant declarations of downloadTable | Berthold Stoeger |
2017-12-30 | Cleanup: consistently handle file open failures | Dirk Hohndel |
2017-12-30 | Cleanup: fix memory leak | Dirk Hohndel |
2017-12-27 | Cleanup: avoid memory leak | Dirk Hohndel |
2017-12-26 | Cleanup: avoid out of bounds access | Dirk Hohndel |
2017-07-17 | Resolve type confusion | Dirk Hohndel |
2017-06-27 | Switch over to SSRF_CUSTOM_IO v2 | Linus Torvalds |
2017-05-27 | Separate the download thread from the widget logic | Tomaz Canabrava |
2017-04-29 | Add SPDX header to core C files | Dirk Hohndel |
2017-03-11 | Merge branch 'master' of https://github.com/dje29/subsurface | Dirk Hohndel |
2017-03-11 | divespot > dive spot | Martin Měřinský |
2017-03-11 | divelog > dive log | Martin Měřinský |
2017-03-09 | Fix potential double/float to int rounding errors | Jeremie Guichard |
2017-03-08 | Change calls to rint into lrint avoiding conversion warnings | Jeremie Guichard |