Age | Commit message (Expand) | Author | Files | Lines |
2018-05-10 | all: use the elvis operator wherever possible | Lubomir Rintel | 1 | -4/+4 |
2018-03-26 | libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tags | Jiří Klimeš | 1 | -2/+1 |
2018-03-08 | Add calls to g_simple_async_result_set_check_cancellable | Benjamin Berg | 1 | -0/+6 |
2017-11-16 | all: don't use g_direct_equal() for hash table equality function | Thomas Haller | 1 | -1/+1 |
2017-05-28 | all: fix typos in documentation, translated strings and comments | Yuri Chornoivan | 1 | -1/+1 |
2016-10-03 | all: modify line separator comments to be 80 chars wide | Thomas Haller | 1 | -4/+4 |
2016-08-17 | auth: check when setting statistics refresh rate | Alfonso Sanchez-Beato | 1 | -0/+2 |
2016-08-17 | permissions: properly add checkpoint-rollback permission | Thomas Haller | 1 | -0/+2 |
2016-06-01 | all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" header | Thomas Haller | 1 | -14/+1 |
2016-06-01 | manager: add Reload() D-Bus command | Thomas Haller | 1 | -0/+3 |
2016-06-01 | libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNS | Thomas Haller | 1 | -0/+3 |
2016-03-04 | libnm: fix clearing real-devices in NMManager's free_devices() | Thomas Haller | 1 | -1/+1 |
2016-03-03 | all: don't include error->code in log messages | Thomas Haller | 1 | -3/+3 |
2016-03-03 | all: clean-up usage of GError | Thomas Haller | 1 | -2/+2 |
2016-02-19 | all: cleanup includes and let "nm-default.h" include "config.h" | Thomas Haller | 1 | -3/+3 |
2016-02-12 | build: cleanup default includes | Thomas Haller | 1 | -3/+3 |
2016-01-26 | libnm-glib: fix another memory leak around update_permissions() | Thomas Haller | 1 | -12/+6 |
2016-01-26 | libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply() | Thomas Haller | 1 | -1/+1 |
2016-01-21 | libnm-glib: fix leak in get_permissions_reply() | Dan Williams | 1 | -0/+2 |
2015-12-04 | libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices property | Dan Williams | 1 | -21/+135 |
2015-08-05 | all: make use of new header file "nm-default.h" | Thomas Haller | 1 | -1/+1 |
2015-07-24 | libnm-glib: drop private bus support | Dan Winship | 1 | -36/+26 |
2015-07-24 | all: rename nm-glib-compat.h to nm-glib.h, use everywhere | Dan Winship | 1 | -1/+1 |
2015-05-26 | libnm-glib: do not access NULL GError variable (rh #1224819) | Jiří Klimeš | 1 | -4/+6 |
2015-03-19 | libnm,core: don't mix up enum types | Lubomir Rintel | 1 | -1/+1 |
2015-01-08 | libnm-glib/nm-client: zero the CheckConnectivityData structure | Rui Matos | 1 | -1/+1 |
2014-12-18 | docs: misc small fixes | Dan Winship | 1 | -3/+3 |
2014-11-13 | all: consistently include config.h | Dan Winship | 1 | -0/+2 |
2014-10-05 | libnm, libnm-glib: clarify nm_client_activate_connection() semantics | Dan Winship | 1 | -0/+10 |
2014-08-07 | libnm, libnm-glib: belatedly replace _nm_client_is_object_path() | Dan Winship | 1 | -46/+2 |
2014-08-01 | libnm-glib: fix a crash when using multiple NMClients | Dan Winship | 1 | -1/+1 |
2014-07-31 | libnm-glib: disconnect the connectivity check cancellable signal after the ca... | Giovanni Campagna | 1 | -0/+5 |
2014-07-27 | libnm-glib: fix gtk-doc for NMClient:active-connections | Thomas Haller | 1 | -1/+1 |
2014-07-25 | libnm-glib: document some properties | Dan Winship | 1 | -9/+9 |
2014-07-15 | libnm-util, libnm-glib: whitespace fixes | Dan Winship | 1 | -23/+23 |
2014-07-15 | libnm-util, libnm-glib: standardize copyright/license headers | Dan Winship | 1 | -4/+2 |
2014-07-15 | libnm-util, libnm-glib: tweak (element-type) annotations in docs | Dan Winship | 1 | -5/+5 |
2014-06-19 | all: remove remaining GParamSpec name/blurb strings | Dan Winship | 1 | -72/+57 |
2014-06-19 | libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"... | Dan Winship | 1 | -3/+3 |
2014-01-23 | libnm-glib: convert NMClient Devices to a real property | Dan Williams | 1 | -23/+20 |
2013-11-13 | coverity: fix various warnings detected with Coverity | Thomas Haller | 1 | -1/+6 |
2013-10-31 | libnm-glib: add support for NULL connections to nm_client_activate_connection() | Dan Williams | 1 | -3/+7 |
2013-10-22 | core: cleanup freeing of glib collections of pointers | Thomas Haller | 1 | -2/+1 |
2013-10-14 | libnm-glib: fix a crash in nm_client_new() (rh #1010288) | Jiří Klimeš | 1 | -5/+30 |
2013-10-11 | libnm-util, libnm-glib: fix up some gtk-doc comments | Dan Winship | 1 | -2/+2 |
2013-10-03 | libnm: more valgrinding fixes | Dan Winship | 1 | -2/+4 |
2013-09-11 | libnm-glib: change "Since: 0.9.10" to "Since: 0.9.8.6" for backported API | Dan Winship | 1 | -9/+9 |
2013-08-28 | libnm-glib: Add NMClient:primary-connection and :activating-connection | Dan Winship | 1 | -0/+98 |
2013-08-28 | libnm-glib: support new connectivity property/methods | Dan Winship | 1 | -0/+212 |
2013-08-16 | libnm-glib: add NMClient:startup, nm_client_get_startup() | Dan Winship | 1 | -0/+43 |