summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-glib/test: add asserts to test-remote-settings-clientThomas Haller2014-08-011-1/+11
* libnm-glib/test: fix crash in test-remote-settings-clientThomas Haller2014-08-011-0/+2
* libnm-glib: disconnect the connectivity check cancellable signal after the ca...Giovanni Campagna2014-07-311-0/+5
* tools: move libnm-glib's fake NM service implementations hereDan Winship2014-07-303-934/+5
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* libnm-glib: implement nm_device_delete() for D-Bus device' Delete() methodJiří Klimeš2014-07-223-14/+58
* libnm-glib: add nm_device_is_software() function to NMDeviceJiří Klimeš2014-07-223-0/+22
* libnm-glib: evaluate assert check only once in test-remote-settings-clientThomas Haller2014-07-211-2/+5
* libnm-glib: fix assertion-failure messages in test-remote-settings-clientDan Winship2014-07-201-2/+1
* build: more srcdir!=builddir fixesDan Winship2014-07-152-2/+0
* libnm-glib: drop separate test libraryDan Winship2014-07-155-32/+17
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-1535-218/+206
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-1572-240/+110
* libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship2014-07-1513-23/+23
* trivial/libnm-glib: rename internal PROP_* enum valuesThomas Haller2014-07-141-8/+8
* libnm-glib: fix initialization of NMObject typeThomas Haller2014-07-141-7/+4
* libnm-glib/tests: remove waiting time for initializing NMClientThomas Haller2014-07-081-16/+0
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-1929-666/+525
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-198-28/+28
* libnm-glib: don't use deprecated nm_access_point_get_hw_address()Thomas Haller2014-06-071-1/+1
* libnm-glib-vpn: bump soname (1.1.0 -> 1.2.0) for API additionsDan Williams2014-06-061-1/+1
* libnm-glib: bump soname (4.7.0 -> 4.8.0) for API additionsDan Williams2014-06-061-1/+1
* libnm-glib: fix double unref() when object creation failsJiří Klimeš2014-06-051-6/+7
* libnm-glib: fix resetting IP config during additional SetConfig() callsThomas Haller2014-06-041-20/+18
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-274-0/+9
* docs: clarify some uses of nm_active_connection_get_connection()Dan Williams2014-05-221-3/+6
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* libnm-glib: add documentation for NMRemoteSettings and connection additionDan Williams2014-04-101-1/+95
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* trivial: make clear the maximum bitrate is in kbit/sJiří Klimeš2014-04-012-6/+6
* libnm-glib: add nm_device_get_setting_type()Dan Winship2014-03-0616-1/+124
* libnm-glib: fix a double free in NMDeviceVlanDan Winship2014-03-051-1/+0
* libnm-glib: support 'type', 'id' properties in NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-053-0/+92
* libnm-glib: fix glib-mkenums warningsDan Winship2014-02-281-2/+2
* replace snprintf by g_snprintfThomas Haller2014-02-241-2/+1
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-2/+2
* libnm-glib: take reference in NMRemoteConnection before calling DBUSThomas Haller2014-02-213-80/+170
* libnm-glib: accept omitting callback in nm_remote_connection_*Thomas Haller2014-02-211-3/+0
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-1315-0/+40
* libnm-util, libnm-glib: add some missing "Since: 0.9.10" tagsDan Winship2014-02-132-0/+12
* libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is setDan Williams2014-02-131-41/+36
* libnm-glib: zero 'secrets' to prevent crash getting secretsDan Williams2014-01-311-1/+1