aboutsummaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
AgeCommit message (Expand)Author
2015-09-19Uemis downloader: start downloading using the correct dive IDGravatar Linus Torvalds
2015-09-19Uemis downloader: avoid NULL pointer dereferenceGravatar Linus Torvalds
2015-09-18Uemis downloader: minor coding style changesGravatar Dirk Hohndel
2015-09-18Uemis downloader: don't try to download divespots that weren't setGravatar Dirk Hohndel
2015-09-18Uemis downloader: reduce the amount of dive stops to be readGravatar Guido Lerch
2015-09-17Uemis downloader: fix algorithm to find matching dive detailsGravatar glerch
2015-09-16Uemis downloader: code cleanupGravatar glerch
2015-09-16Uuemis downloader: make sure import reacts to cancelGravatar glerch
2015-09-15Uemis downloader: new memory calculationGravatar glerch
2015-09-15Uemis - fixup debuggingGravatar glerch
2015-09-14Uemis - bugfix wrong variable addressingGravatar glerch
2015-09-14Uemis downloader: more code restructuringGravatar glerch
2015-09-14Uemis downloader: code restructuringGravatar glerch
2015-09-14Uemis bugfixGravatar glerch
2015-09-11Uemis downloader: code optimizationGravatar glerch
2015-09-11Uemis downloader: cleaning up debug bitsGravatar glerch
2015-09-10Uemis downloader: remove memory leaksGravatar glerch
2015-09-10Uemis downloader: assure empty divespots are not addedGravatar glerch
2015-09-10Uemis downloader: remove code not needed anymoreGravatar glerch
2015-09-10Uemis downloader: new logic for divespotsGravatar glerch
2015-09-10Uemis downloader: deleting code because of design changeGravatar glerch
2015-09-10Uemis downloader: new routine to load divespotsGravatar glerch
2015-09-10Uemis downloader: fix bug when creating dive siteGravatar glerch
2015-09-09Fix another memory leak on uemis downloaderGravatar Miika Turkia
2015-09-09Fix memory leak on uemis downloaderGravatar Miika Turkia
2015-09-09Initialize variable before useGravatar Miika Turkia
2015-09-09Two small string changesGravatar Dirk Hohndel
2015-09-08Uemis downloader: don't use unknown type u_int32_tGravatar Lubomir I. Ivanov
2015-09-07Uemis downloader: code cleanupGravatar glerch
2015-09-07Uemis downloader: original dive number supportGravatar glerch
2015-09-07Uemis downloader: multiple buddy supportGravatar glerch
2015-09-06Uemis downloader: change download logicGravatar Guido Lerch
2015-09-05Uemis downloader: add helper function to dump bufferGravatar Guido Lerch
2015-09-05Uemis downloader: add heler function to delete diveGravatar Guido Lerch
2015-09-05Uemis downloader: parse dive_no as wellGravatar Guido Lerch
2015-09-05Uemis downloader: add helper function to estimate memory needsGravatar Guido Lerch
2015-09-05Uemis downloader: parse_divespot should return if it was successfulGravatar Guido Lerch
2015-09-05Uemis downloader: add constant for maximum number of ANS filesGravatar Guido Lerch
2015-09-05Uemis downloader: fix and move helper functionGravatar Guido Lerch
2015-09-05Uemis downloader: various changes to the debugging outputGravatar Guido Lerch
2015-09-05Uemis downloader: small whitespace changeGravatar Guido Lerch
2015-08-25Make created dive site uuid deterministicGravatar Dirk Hohndel
2015-06-24Uemis downloader: create the req.txt file if it went missingGravatar Dirk Hohndel
2015-06-22Better error handlingGravatar Dirk Hohndel
2015-06-21Uemis downloader: open returns -1 on errorGravatar Dirk Hohndel
2015-06-21Fix a number of resource leaksGravatar Dirk Hohndel
2015-05-21Merge branch 'v4.4-branch' into newmasterGravatar Dirk Hohndel
2015-04-30Uemis downloader: better error reportingGravatar Dirk Hohndel
2015-04-30Uemis downloader: adjust the threshold for stopping downloadsGravatar Dirk Hohndel
2015-04-30Uemis downloader: download additional dive data after every batchGravatar Dirk Hohndel