summaryrefslogtreecommitdiff
path: root/mesh/main.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Update the behavior of --io optionInga Stotland2023-05-121-28/+12
* mesh: Fix mesh to work with MESH_IO_TYPE_UNIT_TESTInga Stotland2022-10-051-1/+7
* mesh: Add new kernel MGMT based IO transportBrian Gix2022-09-261-4/+35
* mesh: Add missing "storage" option to help menuInga Stotland2021-05-131-1/+2
* tools/mesh-cfgtest: Non-iteractive test for meshInga Stotland2021-04-101-1/+9
* mesh: Add unit test IOBrian Gix2021-04-101-11/+30
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Align option names with functionalityInga Stotland2020-09-031-7/+8
* mesh: Helper packet print should depend on debug settingInga Stotland2020-06-011-1/+2
* mesh: Rename --index to --io, support additional io types.Michał Lowas-Rzechonek2020-01-161-20/+69
* mesh: Add mesh-main.conf file with general mesh configurationInga Stotland2019-12-161-3/+7
* mesh: Fix io inititalization sequenceInga Stotland2019-11-151-13/+29
* mesh: Adjust for changed l_dbus_object_manager_enable parametersMarcel Holtmann2019-10-311-1/+1
* mesh: test AEAD at startup to check kernel supportBrian Gix2019-09-011-0/+7
* mesh: Move HCI handling to mesh-io-genericMichał Lowas-Rzechonek2019-06-241-1/+3
* mesh: Do not daemonize, run in foreground or as serviceInga Stotland2019-06-061-11/+6
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-7/+0
* mesh: Update init for D-Bus and multi-node supportInga Stotland2019-01-081-8/+67
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* mesh: Fix various compiler warningsMarcel Holtmann2018-12-031-0/+1
* mesh: Up-rev ELL dependancies to >= 0.14Brian Gix2018-11-281-22/+9
* mesh: Add start up management command chainInga Stotland2018-09-061-14/+8
* mesh: Source files for mesh access layer and utilitiesInga Stotland2018-08-201-0/+174
* tools: Move meshctl tool under tools directoryInga Stotland2018-07-061-2010/+0
* mesh: Return exit status for non-interactiveERAMOTO Masaya2018-03-291-2/+3
* mesh/meshctl: Exit cleanly if start up failsInga Stotland2018-03-271-5/+9
* Mesh: Close net session on device disconnectionAtul Rai2018-03-181-2/+3
* mesh: Fix lines going beyond 80 columnsLuiz Augusto von Dentz2018-03-011-9/+14
* mesh: Use g_dbus_dict_append_{entry,array}()ERAMOTO Masaya2018-03-011-92/+8
* mesh/meshctl: Quit when done with commandLuiz Augusto von Dentz2018-02-281-33/+70
* mesh: meshctl: Correct display securitySteve Brown2017-12-251-2/+7
* tools: Remove monitor/uuid.{c,h}Luiz Augusto von Dentz2017-12-211-2/+1
* mesh: Remove cmd_scanLuiz Augusto von Dentz2017-12-081-29/+16
* mesh: Rework set_scan_filter_uuids parametersLuiz Augusto von Dentz2017-12-081-6/+6
* shell: Add bt_shell_optLuiz Augusto von Dentz2017-12-081-5/+20
* mesh: Make meshctl use bt_shell helpersLuiz Augusto von Dentz2017-12-081-434/+158
* mesh: meshctl add Node Identity option to connect commandSteve Brown2017-12-041-5/+14
* mesh: Add 'security' commandLuiz Augusto von Dentz2017-09-141-0/+37
* mesh: Add characteristic property name checkInga Stotland2017-09-111-2/+3
* mesh: Typo fixŁukasz Rymanowski2017-09-041-1/+1
* mesh: Fix for handling unprovisioned deviceŁukasz Rymanowski2017-09-041-1/+1
* mesh: Use DuplicateData filterLuiz Augusto von Dentz2017-08-301-5/+5
* mesh: Make use of rl_prompt_inputLuiz Augusto von Dentz2017-08-281-2/+2
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-211-12/+12
* mesh: Baseline Mesh implementationBrian Gix2017-08-211-0/+2269