summaryrefslogtreecommitdiff
path: root/libnm
AgeCommit message (Expand)AuthorFilesLines
2018-06-15libnm-core: add wake-on-wlan configuration itemsSimon Fels1-0/+2
2018-06-14macsec: enable send-sci by default and make the option configurableBeniamino Galvani1-0/+1
2018-06-13wifi: expose the LastScan propertyLubomir Rintel3-0/+47
2018-06-11libnm/remote-connection: add filename propertyLubomir Rintel3-0/+42
2018-06-08libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici1-0/+1
2018-05-31build/meson: fix meson build for shared filesThomas Haller1-13/+14
2018-05-31build: use default NM_BUILD_* defines for testsThomas Haller2-3/+1
2018-05-23doc: add units to nm_device_get_mtu()Thomas Haller1-1/+1
2018-05-23doc: add units to some libnm (and libnm-glib) function docsHarry Mallon2-6/+6
2018-05-11build: meson: add missing nm-autoptr.h to libnm headersBeniamino Galvani1-0/+1
2018-05-11clients/tests: add python test script for nmcli testsThomas Haller1-3/+9
2018-05-11tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller3-5/+75
2018-05-11doc: fix GTK-Doc NMRoute linksHarry Mallon1-1/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel4-6/+6
2018-05-05libnm: export nm_connection_get_setting_tc_config()Beniamino Galvani1-0/+1
2018-05-02libnm: add missing device includes to NetworkManager.hBeniamino Galvani1-0/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani15-20/+0
2018-04-18shared: drop duplicate c-list.h headerBeniamino Galvani2-2/+2
2018-04-16all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller3-0/+43
2018-04-13all: unify spelling of translators hint in source codeThomas Haller1-1/+1
2018-04-12build: meson: add prefix to test namesBeniamino Galvani1-1/+1
2018-04-12build: meson: enable all tests againBeniamino Galvani1-4/+3
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-04-04libnm: rework checkpoint APIThomas Haller5-105/+104
2018-04-04checkpoint: allow resetting the rollback timeout via D-BusThomas Haller5-0/+166
2018-04-04checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller1-0/+1
2018-04-04libnm: fix crash creating checkpoint during find_checkpoint_info()Thomas Haller1-10/+30
2018-04-04libnm: minor cleanup of nm_manager_get_device_by_path()Thomas Haller1-5/+3
2018-03-28libnm: don't use GTK-Doc comment in nm-autoptr.hBeniamino Galvani1-2/+2
2018-03-27libnm: add nm-autoptr.h headerThomas Haller2-0/+87
2018-03-26libnm: don't use deprecated tags for GOobject introspectionThomas Haller2-10/+4
2018-03-26libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2-12/+4
2018-03-26gobject-introspection: made several fixes to the annotationsCorentin Noël12-40/+17
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg9-0/+82
2018-02-26libnm/tests: fix compilation of test-generalThomas Haller1-2/+2
2018-02-26libnm/tests: avoid compiler message about -fvar-tracking-assignments in test-...Thomas Haller1-2081/+2117
2018-02-23libnm/device: use the type name for description if the product is emptyLubomir Rintel1-2/+5
2018-02-23libnm/device: (trivial) move some function upwardsLubomir Rintel1-130/+130
2018-02-23libnm/device: prefer FROM_DATABASE udev propertiesLubomir Rintel1-7/+6
2018-02-23libnm/utils: drop part after a dash in product nameLubomir Rintel2-0/+17
2018-02-23libnm/utils: extend the product fixup phrase listLubomir Rintel4-41/+2070
2018-02-23libnm/utils: ignore parts of vendor name after a slashLubomir Rintel2-2/+17
2018-02-23libnm/utils: deal with the square brackets on producr/vendor fixupLubomir Rintel2-5/+38
2018-02-23libnm/utils: ignore stuff in parentheses for vendor/product fixupsLubomir Rintel2-2/+19
2018-02-23libnm/utils: add more phrases to vendor fixup listLubomir Rintel2-1/+174
2018-02-23libnm/utils: split out vendor fixupLubomir Rintel4-74/+258
2018-02-08libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel2-2/+18
2018-02-07all: replace non-leading tabs with spacesThomas Haller2-2/+2
2018-01-23trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller1-2/+3
2018-01-17libnm: fix empty statements that were supposed to return NULLPavel Šimerda1-3/+3