aboutsummaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
AgeCommit message (Expand)Author
2014-03-06Don't leak file descriptor in the error caseGravatar Dirk Hohndel
2014-03-05Uemis downloader: don't ignore return values from fs operationsGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2013-12-19Files: use the new opendir() wrapperGravatar Lubomir I. Ivanov
2013-12-19Files: use the new open() wrappersGravatar Lubomir I. Ivanov
2013-12-11uiemis-downloader.c: fix preceding limit checkGravatar Lubomir I. Ivanov
2013-12-11Plug potential memory leak in process_raw_bufferGravatar Anton Lundin
2013-11-09Don't access a NULL pathGravatar Dirk Hohndel
2013-11-07Fix stupid off by one errorGravatar Dirk Hohndel
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Next round of code removal and header cleanupGravatar Dirk Hohndel
2013-10-06Make Windows cross compile againGravatar Dirk Hohndel
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-07-04Fix Uemis Zurich downloadsGravatar Linus Torvalds
2013-06-24Enable downloads from the UEMIS ZurichGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
2013-04-06Separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-08Fix Uemis downloader to download all matching dive infomrationGravatar Dirk Hohndel
2013-02-04Fix minor translation tool issue in Uemis downloaderGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-29Add missing strings for translationsGravatar Dirk Hohndel
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Ensure each dive has its own copy of the location text (UEMIS importer)Gravatar Dirk Hohndel
2013-01-18Improve handling for old XML files in Uemis downloaderGravatar Dirk Hohndel
2013-01-18Consistently use uint32_t for deviceidGravatar Dirk Hohndel
2012-12-29Make sure the model is non-NULL before comparing with itGravatar Dirk Hohndel
2012-12-28Don't store notes that are just one space on the UemisGravatar Dirk Hohndel
2012-12-28Correct the detection of existing dives in the Uemis downloaderGravatar Dirk Hohndel
2012-12-07Fix potential uninitialized readGravatar Dirk Hohndel
2012-12-05Fix retrieval of object_id value in Uemis downloaderGravatar Dirk Hohndel
2012-12-05Improve reading of extra dive data for UemisGravatar Dirk Hohndel
2012-12-05Change Uemis code to use locale indepent floating point parsingGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-05Pick up dive numbers from Uemis SDA when starting with empty data fileGravatar Dirk Hohndel
2012-12-04Change Uemis debug code to test for bit valuesGravatar Dirk Hohndel
2012-12-01Small cosmetic cleanups of Uemis downloader codeGravatar Dirk Hohndel
2012-12-01Fix stupid error in last minute cleanup of Uemis rewriteGravatar Dirk Hohndel
2012-11-30Convert Uemis downloader to directly create divesGravatar Dirk Hohndel
2012-11-28Track Uemis last dive downloaded on a per data-file basisGravatar Dirk Hohndel
2012-11-20Allow the user to cancel a dive computer downloadGravatar Dirk Hohndel
2012-11-19Merge branch 'uemis-downloader-fixes'Gravatar Dirk Hohndel
2012-11-19Fix another off by one error in Uemis native downloaderGravatar Dirk Hohndel
2012-11-19Fix stupid off by one error in Uemis downloaderGravatar Dirk Hohndel