summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: during @abort_parsing goto stop in event_handler_recvmsgs()th/platform-recvmsgs-fixes-bgo761959Thomas Haller2016-02-161-5/+2
* platform: don't set @err during stop: in event_handler_recvmsgs()Thomas Haller2016-02-161-1/+1
* platform: continue reading in event_handler_recvmsgs() when not handling eventsThomas Haller2016-02-161-1/+4
* platform: fix error handling in event_handler_recvmsgs()Thomas Haller2016-02-161-2/+3
* platform: downgrade logging message to TRACE level in event_handler_recvmsgs()Thomas Haller2016-02-161-2/+2
* platform: don't return number of messages from event_handler_recvmsgs()Thomas Haller2016-02-161-6/+1
* platform: simplify event_handler_recvmsgs() by using cleanup attributeThomas Haller2016-02-161-15/+5
* macros: add nm_auto_free macroThomas Haller2016-02-162-1/+11
* device: merge branch 'th/device-applied-connection-bgo760884'Thomas Haller2016-02-1611-28/+475
|\
| * introspection: document the meaning of active connectionsThomas Haller2016-02-161-0/+9
| * device: fix signature for @flags argument of impl_device_reapply()Thomas Haller2016-02-163-6/+6
| * libnm: add nm_device_get_applied_connection() functionThomas Haller2016-02-163-0/+194
| * core: add NMDevice's GetAppliedConnection D-Bus callThomas Haller2016-02-162-9/+151
| * all: add version-id argument to device's Reapply methodThomas Haller2016-02-166-6/+59
| * core: add version-id to NMActiveConnectionThomas Haller2016-02-163-5/+54
| * core/trivial: rename local function in "nm-settings-connection.c"Thomas Haller2016-02-161-7/+7
|/
* device: fix wrongly managing external devices by assuming on PLATFORM_INITThomas Haller2016-02-161-1/+1
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-168-32/+139
* dhcp/systemd: accept default gateway in classless static routes optionBeniamino Galvani2016-02-161-19/+39
* shared: add nm_streq() and nm_streq0() macroThomas Haller2016-02-151-0/+5
* core: merge branch 'lr/default-unmanaged-bgo746566'Thomas Haller2016-02-158-371/+534
|\
| * device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-158-346/+509
| * device/trivial: rename nm_device_set_unmanaged_flags()Thomas Haller2016-02-155-61/+61
| * device: for available connections check whether they are available for user-r...Thomas Haller2016-02-151-2/+2
|/
* device: always do a unrealized delete check when rechecking available connect...Lubomir Rintel2016-02-151-3/+2
* device: check avaliable connections are really availableLubomir Rintel2016-02-151-4/+9
* core: merge branch 'th/kill_dnsmasq_bgo762008'Thomas Haller2016-02-152-27/+32
|\
| * utils: use stack allocated buffer for path in nm_utils_get_start_time_for_pid()Thomas Haller2016-02-151-2/+2
| * dnsmasq: refactor creating dnsmasq command line args to pass listen_address a...Thomas Haller2016-02-151-10/+8
| * dnsmasq: kill running process from pidfile synchronouslyThomas Haller2016-02-151-15/+22
|/
* platform: fix detection of link-type for netlink eventThomas Haller2016-02-151-1/+1
* platform: change format to print link-type in nm_platform_link_to_string()Thomas Haller2016-02-151-3/+2
* nmtst: drop deprecated test helper macro ASSERT()Thomas Haller2016-02-151-8/+0
* ifcfg-rh/tests: refactor test using helper functions and drop ASSERT() macroThomas Haller2016-02-152-4717/+1123
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-153-34/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-144-227/+112
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...Thomas Haller2016-02-141-98/+35
* nmtst: add nmtst_assert_no_success() macroThomas Haller2016-02-141-0/+6
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-237/+69
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-142-337/+167
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-1428-84/+84
* libnm/keyfile/trivial: rename VPN_SECRETS_GROUP define to NM_KEYFILE_GROUP_VP...Thomas Haller2016-02-143-5/+5
* device/vlan: check existence of ip6 configuration before reapplying itBeniamino Galvani2016-02-121-1/+2
* systemd: don't use <uchar.h>Thomas Haller2016-02-123-0/+10
* travis: fix setting NMTST_DEBUG for travis-check.sh scriptThomas Haller2016-02-121-1/+1
* cli: remove some dead codeLubomir Rintel2016-02-121-7/+1
* test: assert that the signal connection succeeds properlyLubomir Rintel2016-02-121-1/+1
* device: warn if we couldn't reapply the ip configurationLubomir Rintel2016-02-121-4/+8
* test: avoid assert with side effectLubomir Rintel2016-02-121-2/+4
* build: cleanup default includesThomas Haller2016-02-1248-165/+142