| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use _nm_utils_ip4_*() utils functions | Thomas Haller | 2017-09-05 | 1 | -7/+2 |
* | all: cleanup switch fall-through comments for -Wimplicit-fallthrough warning | Thomas Haller | 2017-02-06 | 1 | -1/+1 |
* | all: modify line separator comments to be 80 chars wide | Thomas Haller | 2016-10-03 | 1 | -3/+3 |
* | all: replace _nm_utils_string_in_list() with g_strv_contains() | Thomas Haller | 2016-06-17 | 1 | -13/+1 |
* | build: drop internal field __nm_git_sha from libraries | Thomas Haller | 2016-03-30 | 1 | -5/+0 |
* | libnm-util: remove unneeded check for non-null after dereferencing pointer | Thomas Haller | 2016-03-06 | 1 | -4/+2 |
* | all: don't include error->code in log messages | Thomas Haller | 2016-03-03 | 1 | -4/+2 |
* | all: clean-up usage of GError | Thomas Haller | 2016-03-03 | 1 | -4/+2 |
* | all: cleanup includes and let "nm-default.h" include "config.h" | Thomas Haller | 2016-02-19 | 1 | -2/+1 |
* | all/trivial: rename STRLEN() macro to NM_STRLEN() | Thomas Haller | 2016-02-14 | 1 | -1/+1 |
* | build: cleanup default includes | Thomas Haller | 2016-02-12 | 1 | -3/+3 |
* | core: final gdbus porting | Dan Winship | 2015-08-10 | 1 | -0/+1 |
* | all: drop includes to <glib/gi18n.h> for "nm-default.h" | Dan Winship | 2015-08-05 | 1 | -1/+0 |
* | all: make use of new header file "nm-default.h" | Thomas Haller | 2015-08-05 | 1 | -1/+1 |
* | all: rename nm-glib-compat.h to nm-glib.h, use everywhere | Dan Winship | 2015-07-24 | 1 | -2/+1 |
* | libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078) | David Shea | 2015-07-16 | 1 | -0/+15 |
* | build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h" | Thomas Haller | 2015-06-01 | 1 | -1/+1 |
* | libnm: fix documentation for nm_utils_file_search_in_paths() | Thomas Haller | 2015-01-08 | 1 | -1/+1 |
* | docs: misc small fixes | Dan Winship | 2014-12-18 | 1 | -24/+31 |
* | build: embed git-commit-id as string inside libnm binary | Thomas Haller | 2014-12-18 | 1 | -0/+6 |
* | libnm: fix wrong g_return_if_fail() in nm_utils_file_search_in_paths() | Thomas Haller | 2014-12-05 | 1 | -1/+1 |
* | libnm: fix gtkdoc annotations for nm_utils_file_search_in_paths() | Thomas Haller | 2014-12-05 | 1 | -2/+2 |
* | libnm: add function nm_utils_file_search_in_paths() | Thomas Haller | 2014-12-05 | 1 | -0/+78 |
* | libnm: don't heap allocate uuid temporary variable | Thomas Haller | 2014-12-04 | 1 | -7/+4 |
* | libnm/test: add test for nm_utils_uuid_generate_from_string() | Thomas Haller | 2014-12-04 | 1 | -0/+2 |
* | libnm-util: Note that nm_utils_deinit() is a no-op | Dan Winship | 2014-12-04 | 1 | -12/+4 |
* | libnm*: fix library gettext usage | Dan Winship | 2014-11-13 | 1 | -0/+4 |
* | libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detected | Dan Winship | 2014-08-01 | 1 | -0/+13 |
* | libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labels | Dan Winship | 2014-08-01 | 1 | -11/+9 |
* | libnm-util, libnm-glib: whitespace fixes | Dan Winship | 2014-07-15 | 1 | -29/+26 |
* | libnm-util, libnm-glib: standardize copyright/license headers | Dan Winship | 2014-07-15 | 1 | -7/+2 |
* | libnm-util, libnm-glib: tweak (element-type) annotations in docs | Dan Winship | 2014-07-15 | 1 | -4/+4 |
* | trivial: add a missing word to documentation | Dan Winship | 2014-07-07 | 1 | -1/+1 |
* | libnm-util: merge nm-util-private and nm-utils-private | Dan Williams | 2014-07-02 | 1 | -0/+42 |
* | docs: fix multi-line Since notation | Dan Williams | 2014-07-01 | 1 | -1/+2 |
* | libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"... | Dan Winship | 2014-06-19 | 1 | -8/+8 |
* | misc: remove some dead code | Dan Winship | 2014-06-12 | 1 | -4/+2 |
* | libnm-util: fix an error noticed by coverity | Dan Williams | 2014-06-06 | 1 | -1/+1 |
* | libnm-util: optimize nm_utils_hwaddr_ntoa_len() | Thomas Haller | 2014-05-30 | 1 | -9/+17 |
* | libnm-util: make hwaddr functions more robust against invalid arguments | Thomas Haller | 2014-05-29 | 1 | -13/+43 |
* | libnm-util: add nm_utils_rsa_key_encrypt_aes() encrypting RSA key with AES | Jiří Klimeš | 2014-05-12 | 1 | -13/+87 |
* | libnm-util: remove assert to nm_utils_ip4_netmask_to_prefix | Thomas Haller | 2014-03-14 | 1 | -5/+0 |
* | libnm-util: add nm_utils_check_virtual_device_compatibility() | Dan Winship | 2014-03-06 | 1 | -0/+62 |
* | docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdoc | Jiří Klimeš | 2014-02-24 | 1 | -10/+10 |
* | libnm-util: add assert to nm_utils_ip4_netmask_to_prefix | Thomas Haller | 2014-01-21 | 1 | -0/+5 |
* | libnl-util: refactor nm_utils_ip4_prefix_to_netmask/netmask_to_prefix | Thomas Haller | 2014-01-10 | 1 | -26/+20 |
* | libnm-util: don't introspect nm_utils_inet[46]_ntop | Dan Winship | 2013-12-16 | 1 | -2/+2 |
* | libnm-util: add nm_utils_inet[46]_ntop functions | Thomas Haller | 2013-12-09 | 1 | -0/+55 |
* | coverity: fix various warnings detected with Coverity | Thomas Haller | 2013-11-13 | 1 | -1/+3 |
* | trivial: whitespace fix | Thomas Haller | 2013-11-07 | 1 | -1/+1 |