summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* libnm,libnm-glib: add Device.Managed setterLubomir Rintel2015-09-183-0/+37
* tests: raise the mock service startup timeoutLubomir Rintel2015-08-171-1/+1
* libnm-glib: add NM_AVAILABLE_IN_1_2 for API nm_access_point_get_last_seen()Thomas Haller2015-08-091-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-052-2/+0
* nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-051-0/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0533-33/+33
* libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hDan Winship2015-07-251-0/+46
* libnm-glib: drop private bus supportDan Winship2015-07-247-210/+106
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2433-51/+35
* include: add nm-dbus-compat.hDan Winship2015-07-245-9/+9
* libnm/libnm-glib: don't quit in the middle of asking for secrets (bgo #752237)Dan Williams2015-07-161-3/+17
* libnm/libnm-glib: clean up VPN plugin timeoutsDan Williams2015-07-161-56/+25
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-122-6/+5
* test: initialize tests with nmtst_init()Thomas Haller2015-07-122-12/+10
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš2015-05-291-0/+9
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* build: switch to parallel test harnessLubomir Rintel2015-05-261-1/+1
* tests: always spawn private d-busLubomir Rintel2015-05-261-5/+3
* wifi: expose the last_seen property for a NMAccessPointMathieu Trudel-Lapierre2015-04-293-0/+47
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-172-0/+53
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* libnm-glib/tests: fix calling tests without valgrindThomas Haller2015-02-091-1/+1
* libnm/tests: enable valgrind for libnm testsThomas Haller2015-02-091-3/+5
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-1/+5
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm-glib/nm-client: zero the CheckConnectivityData structureRui Matos2015-01-081-1/+1
* libnm-glib: crash when NMRemoteSettings is quickly destroyed (bgo #742138)Dan Winship2015-01-051-1/+3
* libnm-util, libnm-glib: bump sonames for 1.0Dan Winship2014-12-181-1/+1
* docs: misc small fixesDan Winship2014-12-184-6/+14
* tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš2014-12-151-1/+3
* libnm: add missing (transfer) annotation for nm_device_vlan_get_parent()Jiří Klimeš2014-11-251-1/+1
* libnm-glib: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+43
* libnm*: fix library gettext usageDan Winship2014-11-132-2/+2
* all: consistently include config.hDan Winship2014-11-1338-16/+75
* tests: Don't run session-long dbus daemons for testsLubomir Rintel2014-10-241-3/+5
* remote-settings: Mark service as running when using private busFlorian Müllner2014-10-171-2/+3
* libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship2014-10-051-0/+10
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-271-1/+2
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-184-16/+16
* libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-071-46/+2
* libnm-glib: add tests of NMClient:manager-running and NMRemoteSettings:servic...Dan Winship2014-08-012-0/+154
* libnm-glib: fix a crash when using multiple NMClientsDan Winship2014-08-014-17/+19
* libnm-glib: make test-networkmanager-service.py automatically exit with its p...Dan Winship2014-08-014-158/+118
* libnm-glib: split out test service launching code from testsDan Winship2014-08-015-179/+224
* libnm-glib: use automake test infrastructure for test programsDan Winship2014-08-012-9/+13
* libnm-glib: compile test-networkmanager-service.py path into test binariesDan Winship2014-08-013-23/+10
* libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller2014-08-011-2/+2