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
/
uemis-downloader.c
Age
Commit message (
Expand
)
Author
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
2016-04-29
Extend time parsing to before 1970
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel