summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-04-18core: debug cert callsGravatar Dirk Hohndel
2020-04-18core: bring back libgit2 certificate callbackGravatar Dirk Hohndel
2020-04-18debug output: ensure our debug output is captured on AndroidGravatar Dirk Hohndel
2020-04-18Fix CSV for profile exportGravatar Robert C. Helling
2020-04-18profile: avoid double-free when reusing plot_infoGravatar Berthold Stoeger
2020-04-15git-storage: add additional debug outputGravatar Dirk Hohndel
2020-04-15git-storage: add helper function to delete remote branchGravatar Dirk Hohndel
2020-04-15git-storage: fix up old broken local caches to use the right branchGravatar Linus Torvalds
2020-04-15git-storage: make creation of empty cache repo set the initial branchGravatar Linus Torvalds
2020-04-13divelist: when removing/adding a dive unregister/register fulltextGravatar Berthold Stoeger
2020-04-13mobile: remove fine-grained notificationGravatar Berthold Stoeger
2020-04-13Remove extra argument and add a testGravatar Robert C. Helling
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-04-13Fix compiler warning about variable length field not last in struct.Gravatar Robert C. Helling
2020-04-11media: invalidate correct dive when removing pictureGravatar Berthold Stoeger
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10Merge pull request #2736 from Subsurface-divelog/removeCloudOverrideGravatar Dirk Hohndel
2020-04-10Merge pull request #2737 from Subsurface-divelog/libgitCleanupGravatar Dirk Hohndel
2020-04-10code cleanup: once we find a match, stop checkingGravatar Dirk Hohndel
2020-04-10BLE dive computer detectionGravatar Dirk Hohndel
2020-04-10mobile/models: correctly reset the connection modelGravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-10cleanup: remove picture_free()Gravatar Berthold Stoeger
2020-04-10cleanup: remove dive_get_picture_count() functionGravatar Berthold Stoeger
2020-04-10cloud-storage: create consistent commit message for mergesGravatar Dirk Hohndel
2020-04-09cloud-storage: simplify creation of git authorshipGravatar Dirk Hohndel
2020-04-09cleanup: remove support for ancient versions of libgit2Gravatar Dirk Hohndel
2020-04-09core: remove cloud certificate overrideGravatar Dirk Hohndel
2020-04-08fulltext: don't call words.clear() in FullText::populate()Gravatar Berthold Stoeger
2020-04-08fulltext: rename fulltext_reload() to fulltext_populate()Gravatar Berthold Stoeger
2020-04-07git: don't check for git sha in parse_file()Gravatar Berthold Stoeger
2020-04-07undo: more fine-grained editing of cylinderGravatar Berthold Stoeger
2020-04-07cleanup: remove same_cylinderGravatar Berthold Stoeger
2020-04-07cylinders: use preferences modpO2 preferences valueGravatar Berthold Stoeger
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove vintage report_error() function declarationGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07cleanup: move add_gas_switch_event to dive.cGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-04-07cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() callsGravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07undo: add cylinder undo commands by copy & pasteGravatar Berthold Stoeger
2020-04-07cleanup: move fill_default_cylinder from planner.c to equipment.cGravatar Berthold Stoeger
2020-04-07core: add create_new_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: introduce set_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: make free_cylinder() globalGravatar Berthold Stoeger