summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* Increase timeout in test-nm-client to 30sMichael Biebl2018-07-051-1/+1
* client: support 6lowpan settingLubomir Rintel2018-06-262-0/+7
* client: support wpan settingLubomir Rintel2018-06-262-2/+9
* tests: add nmtstc_auto_service_cleanup macroThomas Haller2018-06-251-1/+3
* shared: use nm_hash_update() instead of c_siphash_append()Thomas Haller2018-06-221-1/+1
* tests: expose current state in local context of NMTST_WAIT()Thomas Haller2018-06-201-1/+7
* shared: support nm_g_slice_free_fcn() for arguments with sizeof() of 10 bytesThomas Haller2018-06-191-0/+3
* release: bump version to 1.13.0 (development)1.13.0-devth/releaseThomas Haller2018-06-151-0/+1
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-151-2/+3
* systemd: merge branch systemd into masterThomas Haller2018-06-151-3/+1
|\
| * systemd: update code from upstream (2018-06-15)Thomas Haller2018-06-153-226/+1
* | shared: simplify nm_g_object_ref_set()Thomas Haller2018-06-151-13/+9
* | shared/trivial: add code comment to explain NMUtilsEnumValueInfo consistency ...Thomas Haller2018-06-011-0/+9
* | build/meson: fix meson build for shared filesThomas Haller2018-05-311-36/+46
* | all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-315-243/+13
* | build: use default NM_BUILD_* defines for testsThomas Haller2018-05-311-4/+6
* | build: don't add shared/nm-utils directory to include search pathThomas Haller2018-05-311-1/+0
* | shared: don't use nm_str_hash() in "nm-enum-utils.c"Thomas Haller2018-05-301-1/+1
* | shared: don't allow aliases re-numbering in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-25/+73
* | shared/trivial: rename local variable classThomas Haller2018-05-291-21/+21
* | shared: fix parsing aliases for flags in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-1/+1
* | n-acd: better handle interfaces going temporarily downBeniamino Galvani2018-05-291-11/+21
* | n-acd: use RFC 5227 timeout for announcementsBeniamino Galvani2018-05-292-1/+10
* | shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-261-7/+4
* | shared/trivial: fix typo on commentFrancesco Giudici2018-05-241-1/+1
* | shared: add nm_utils_dbus_path_cmp() helperThomas Haller2018-05-142-0/+91
* | shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2018-05-142-0/+17
* | shared: add nm_utf8_collate0() helperThomas Haller2018-05-141-0/+10
* | shared: add NM_CMP_DIRECT_STRCMP0() macroThomas Haller2018-05-141-0/+3
* | tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-112-26/+134
* | tests: minor code cleanup of nmtst_main_loop_run()Thomas Haller2018-05-111-12/+5
* | shared: add NM_PID_T_INVAL macro for invalid PIDsThomas Haller2018-05-111-0/+2
* | shared: add nm_auto_unref_gsource cleanup macroThomas Haller2018-05-111-0/+8
* | all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* | all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-0/+6
* | all: remove consecutive empty linesBeniamino Galvani2018-04-303-6/+0
* | shared: add nm_utils_user_data_pack() and unpack helpersThomas Haller2018-04-242-0/+53
* | systemd: merge branch systemd into masterThomas Haller2018-04-231-13/+0
|\ \ | |/
| * systemd: update code from upstream (2018-04-23)Thomas Haller2018-04-231-13/+0
* | n-acd: don't use a return value in deallocatorLubomir Rintel2018-04-232-5/+3
* | shared: move cmp functions to nm-shared-utils.cThomas Haller2018-04-193-48/+56
* | build: meson: link NM against n-acdBeniamino Galvani2018-04-181-0/+25
* | shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-183-399/+2
* | shared: fix nmtst_main_loop_run()Beniamino Galvani2018-04-181-1/+4
* | n-acd: use CLOCK_MONOTONIC timers on older kernelsBeniamino Galvani2018-04-181-0/+7
* | Merge commit '23cbce4bc9c70fc33d3413fc1b9a5f3303498036' as 'shared/n-acd'Beniamino Galvani2018-04-1820-0/+2256
* | Merge commit 'afe2594a7799d3113470c40664c6eda88b83c7e5' as 'shared/c-list'Beniamino Galvani2018-04-1814-0/+1750
* | Merge commit '1ea09eb549dbd910ea593e01fb6f746ae20b4beb' as 'shared/c-siphash'Beniamino Galvani2018-04-1815-0/+1570
* | all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-2/+2
* | shared: add nm_utils_dbus_normalize_object_path() helperThomas Haller2018-04-181-0/+12