aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-01-11Fix indentations for plannernotes.cGravatar Willem Ferguson
2018-01-11Move always true ++lineptr out of while-conditionGravatar Berthold Stoeger
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-11Change return code of string comparison functions to boolGravatar Berthold Stoeger
2018-01-10Typo: indice -> indexGravatar Berthold Stoeger
2018-01-10cleanup: fix possbile buffer overrunGravatar Jan Mulder
2018-01-10cleanup: initilize local variableGravatar Jan Mulder
2018-01-10GpsLocation::clearGpsData() is only used in SUBSURFACE_MOBILEGravatar Jan Mulder
2018-01-10Unused code: has_hr_data()Gravatar Jan Mulder
2018-01-10Unused code: report_message()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_contains_all()Gravatar Jan Mulder
2018-01-10Unused code: remove weightsystems_equal()Gravatar Jan Mulder
2018-01-10Unused code: weekday()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_equal()Gravatar Jan Mulder
2018-01-10Unused code: remove shift_times()Gravatar Jan Mulder
2018-01-10Unused code: remove trip_has_selected_dives()Gravatar Jan Mulder
2018-01-10Unused code: remove PluginManager::socialNetworkIntegrationPlugins()Gravatar Jan Mulder
2018-01-08Move resetting of current file out of clear_dive_file_data()Gravatar Berthold Stoeger
2018-01-08Enter offline mode if sync with cloud failedGravatar Berthold Stoeger
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-08Remove unused function parse_mkvi_buffer()Gravatar Berthold Stoeger
2018-01-08Remove obsolete error/debug messagesGravatar Miika Turkia
2018-01-08Parse water temperature from ZDTGravatar Miika Turkia
2018-01-08Function to look for new line on DL7 importGravatar Miika Turkia
2018-01-08Use dynamic indexing instead of hard codedGravatar Miika Turkia
2018-01-08Add support for air temp on DL7 importGravatar Miika Turkia
2018-01-08Dummy parse empty divesGravatar Miika Turkia
2018-01-08Stricter check we get dive profileGravatar Miika Turkia
2018-01-08Ignore empty divesGravatar Miika Turkia
2018-01-08Refactor CSV importGravatar Miika Turkia
2018-01-06Remove cloud_background_sync preferences optionGravatar Berthold Stoeger
2018-01-06Sync with any remote git repositoryGravatar Berthold Stoeger
2018-01-06Trivial: remove redundant declarations of downloadTableGravatar Berthold Stoeger
2018-01-06Remove unused urlsGravatar Jan Mulder
2018-01-05core: free() in a safe way, reverse geolookup unstabilityGravatar Jan Mulder
2018-01-05Increase size of name_buffer to fit any integerGravatar Berthold Stoeger
2018-01-05Don't define cur_setting in header fileGravatar Berthold Stoeger
2018-01-04parse-xml.c: add get_bool() functionGravatar Berthold Stoeger
2018-01-04Turn autogroup from short into boolGravatar Berthold Stoeger
2018-01-04mark_divelist_changed(): only update title if necessaryGravatar Berthold Stoeger
2018-01-04Turn dive_list_changed into boolGravatar Berthold Stoeger
2017-12-31divesite.c: use union in create_divesite_uuid()Gravatar Lubomir I. Ivanov
2017-12-31Workaround for invalid bluetooth device namesGravatar Berthold Stoeger
2017-12-30Cleanup: consistently handle file open failuresGravatar Dirk Hohndel
2017-12-30Cleanup: fix memory leakGravatar Dirk Hohndel
2017-12-29cleanup: Uninitialized scalar fieldGravatar Jan Mulder
2017-12-29cleanup: Unchecked return value from libraryGravatar Jan Mulder
2017-12-28Planner notes: don't omit deco stops with rapid ascent ratesGravatar Rick Walsh
2017-12-28cleanup: correct signature and declare externGravatar Jan Mulder