| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libnm-glib/test: add asserts to test-remote-settings-client | Thomas Haller | 2014-08-01 | 1 | -1/+11 |
* | libnm-glib/test: fix crash in test-remote-settings-client | Thomas Haller | 2014-08-01 | 1 | -0/+2 |
* | libnm-glib: disconnect the connectivity check cancellable signal after the ca... | Giovanni Campagna | 2014-07-31 | 1 | -0/+5 |
* | tools: move libnm-glib's fake NM service implementations here | Dan Winship | 2014-07-30 | 3 | -934/+5 |
* | libnm-glib: fix gtk-doc for NMClient:active-connections | Thomas Haller | 2014-07-27 | 1 | -1/+1 |
* | libnm-glib: document some properties | Dan Winship | 2014-07-25 | 6 | -10/+65 |
* | libnm-glib: implement nm_device_delete() for D-Bus device' Delete() method | Jiří Klimeš | 2014-07-22 | 3 | -14/+58 |
* | libnm-glib: add nm_device_is_software() function to NMDevice | Jiří Klimeš | 2014-07-22 | 3 | -0/+22 |
* | libnm-glib: evaluate assert check only once in test-remote-settings-client | Thomas Haller | 2014-07-21 | 1 | -2/+5 |
* | libnm-glib: fix assertion-failure messages in test-remote-settings-client | Dan Winship | 2014-07-20 | 1 | -2/+1 |
* | build: more srcdir!=builddir fixes | Dan Winship | 2014-07-15 | 2 | -2/+0 |
* | libnm-glib: drop separate test library | Dan Winship | 2014-07-15 | 5 | -32/+17 |
* | libnm-util, libnm-glib: whitespace fixes | Dan Winship | 2014-07-15 | 35 | -218/+206 |
* | libnm-util, libnm-glib: standardize copyright/license headers | Dan Winship | 2014-07-15 | 72 | -240/+110 |
* | libnm-util, libnm-glib: tweak (element-type) annotations in docs | Dan Winship | 2014-07-15 | 13 | -23/+23 |
* | trivial/libnm-glib: rename internal PROP_* enum values | Thomas Haller | 2014-07-14 | 1 | -8/+8 |
* | libnm-glib: fix initialization of NMObject type | Thomas Haller | 2014-07-14 | 1 | -7/+4 |
* | libnm-glib/tests: remove waiting time for initializing NMClient | Thomas Haller | 2014-07-08 | 1 | -16/+0 |
* | all: remove remaining GParamSpec name/blurb strings | Dan Winship | 2014-06-19 | 29 | -666/+525 |
* | libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"... | Dan Winship | 2014-06-19 | 8 | -28/+28 |
* | libnm-glib: don't use deprecated nm_access_point_get_hw_address() | Thomas Haller | 2014-06-07 | 1 | -1/+1 |
* | libnm-glib-vpn: bump soname (1.1.0 -> 1.2.0) for API additions | Dan Williams | 2014-06-06 | 1 | -1/+1 |
* | libnm-glib: bump soname (4.7.0 -> 4.8.0) for API additions | Dan Williams | 2014-06-06 | 1 | -1/+1 |
* | libnm-glib: fix double unref() when object creation fails | Jiří Klimeš | 2014-06-05 | 1 | -6/+7 |
* | libnm-glib: fix resetting IP config during additional SetConfig() calls | Thomas Haller | 2014-06-04 | 1 | -20/+18 |
* | all: g_type_init() has been deprecated in GLib 2.35.0 | Jiří Klimeš | 2014-05-27 | 4 | -0/+9 |
* | docs: clarify some uses of nm_active_connection_get_connection() | Dan Williams | 2014-05-22 | 1 | -3/+6 |
* | all: set G_LOG_DOMAIN appropriately, for better g_log() messages | Dan Winship | 2014-04-23 | 1 | -0/+1 |
* | libnm-glib: add documentation for NMRemoteSettings and connection addition | Dan Williams | 2014-04-10 | 1 | -1/+95 |
* | build: add some missing -DNM_VERSION_MAX_ALLOWED | Dan Winship | 2014-04-07 | 1 | -0/+1 |
* | trivial: make clear the maximum bitrate is in kbit/s | Jiří Klimeš | 2014-04-01 | 2 | -6/+6 |
* | libnm-glib: add nm_device_get_setting_type() | Dan Winship | 2014-03-06 | 16 | -1/+124 |
* | libnm-glib: fix a double free in NMDeviceVlan | Dan Winship | 2014-03-05 | 1 | -1/+0 |
* | libnm-glib: support 'type', 'id' properties in NMActiveConnection (rh #1061822) | Jiří Klimeš | 2014-03-05 | 3 | -0/+92 |
* | libnm-glib: fix glib-mkenums warnings | Dan Winship | 2014-02-28 | 1 | -2/+2 |
* | replace snprintf by g_snprintf | Thomas Haller | 2014-02-24 | 1 | -2/+1 |
* | docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdoc | Jiří Klimeš | 2014-02-24 | 1 | -2/+2 |
* | libnm-glib: take reference in NMRemoteConnection before calling DBUS | Thomas Haller | 2014-02-21 | 3 | -80/+170 |
* | libnm-glib: accept omitting callback in nm_remote_connection_* | Thomas Haller | 2014-02-21 | 1 | -3/+0 |
* | libnm-util, libnm-glib: add versioned deprecation/availability macros | Dan Winship | 2014-02-13 | 15 | -0/+40 |
* | libnm-util, libnm-glib: add some missing "Since: 0.9.10" tags | Dan Winship | 2014-02-13 | 2 | -0/+12 |
* | libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is set | Dan Williams | 2014-02-13 | 1 | -41/+36 |
* | libnm-glib: zero 'secrets' to prevent crash getting secrets | Dan Williams | 2014-01-31 | 1 | -1/+1 |
* | libnm-glib: fix leak in nm_remote_connection_get_secrets | Thomas Haller | 2014-01-30 | 1 | -0/+2 |
* | libnm-glib: add function nm_remote_settings_get_connection_by_id() | Thomas Haller | 2014-01-27 | 3 | -0/+43 |
* | libnm-util, libnm-glib: add device/connection describing functions | Dan Winship | 2014-01-27 | 3 | -10/+453 |
* | libnm-glib: chain up the parent constructed() of NMRemoteConnection | Jiří Klimeš | 2014-01-27 | 1 | -0/+2 |
* | trivial: remove unused #defines | Dan Williams | 2014-01-23 | 16 | -71/+0 |
* | libnm-glib: add testing framework and testcases | Dan Williams | 2014-01-23 | 3 | -3/+1744 |
* | libnm-glib: remove unused pseudo-property code | Dan Williams | 2014-01-23 | 2 | -240/+1 |