summaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
AgeCommit message (Expand)Author
2014-10-12Teach uemis downloader about downloading into private tripsGravatar Linus Torvalds
2014-10-12Pass the whole 'device_data_t' to the uemis downloaderGravatar Linus Torvalds
2014-08-17Uemis downloader: show the timestamp for dives while downloadingGravatar Dirk Hohndel
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-20Consistently use for_each_dive (and use it correctly)Gravatar Dirk Hohndel
2014-05-13rename 'get_dive_by_diveid' to 'get_dive_by_uemis_diveid'Gravatar Tomaz Canabrava
2014-05-12Uemis downloader: fix corner caseGravatar Dirk Hohndel
2014-05-07Fix stupid typoGravatar Dirk Hohndel
2014-05-05Uemis downloader: handle more corner casesGravatar Dirk Hohndel
2014-05-01Fix Uemis SDA downloadGravatar Dirk Hohndel
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