aboutsummaryrefslogtreecommitdiffstats
path: root/core/uemis-downloader.c
AgeCommit message (Expand)Author
2019-01-19Import: don't add to new trip while downloadingGravatar Berthold Stoeger
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2018-12-23Cleanup: remove unused parameter was_autogenGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-19Uemis downloader: free ans_path on errorGravatar Berthold Stoeger
2018-11-19Warnings: silence new gcc warnings in uemis-downloader.cGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: use pointer instead of uuid in uemis_helperGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: remove uuid in Uemis' divesite-mapGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-06Core: remove dive->downloaded flagGravatar Berthold Stoeger
2018-10-05Cleanup: don't access downloadTable directly in Uemis-downloaderGravatar Berthold Stoeger
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-01-31uemis: code refactoringGravatar Oliver Schwaneberg
2018-01-31uemis: Fix mapping of object_ids to dive numbersGravatar Oliver Schwaneberg
2018-01-27uemis: speed up synchronisation of same divesitesGravatar Oliver Schwaneberg
2018-01-19Checking for ACK for getDive.Gravatar Oliver Schwaneberg
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-06Trivial: remove redundant declarations of downloadTableGravatar Berthold Stoeger
2017-12-30Cleanup: consistently handle file open failuresGravatar Dirk Hohndel
2017-12-30Cleanup: fix memory leakGravatar Dirk Hohndel
2017-12-27Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-26Cleanup: avoid out of bounds accessGravatar Dirk Hohndel
2017-07-17Resolve type confusionGravatar Dirk Hohndel
2017-06-27Switch over to SSRF_CUSTOM_IO v2Gravatar Linus Torvalds
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11divespot > dive spotGravatar Martin Měřinský
2017-03-11divelog > dive logGravatar Martin Měřinský
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2016-04-29Extend time parsing to before 1970Gravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel