summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* logging: always print the timestamp and align locationth/logging-format-bgo762009Thomas Haller2016-02-161-4/+4
* logging: add LOG_FORMAT_FLAG_ALIGN_LOCATION flagThomas Haller2016-02-161-6/+36
* logging: add logging-format-flagsThomas Haller2016-02-161-29/+82
* core: use nm_utils_parse_debug_string() instead of g_parse_debug_string()Thomas Haller2016-02-161-9/+3
* utils: add nm_utils_parse_debug_string() to replace g_parse_debug_string()Thomas Haller2016-02-162-0/+65
* dispatcher: minor cleanup ignoring dispatcher scripts by filenameThomas Haller2016-02-161-3/+9
* platform: merge branch 'th/platform-recvmsgs-fixes-bgo761959'Thomas Haller2016-02-163-28/+24
|\
| * platform: during @abort_parsing goto stop in event_handler_recvmsgs()Thomas 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
|/
* travis: update .travis.yml not to run tests when build failsThomas Haller2016-02-161-4/+4
* platform/tests: workaround test failure for kernel bugThomas Haller2016-02-161-3/+11
* merge: branch 'bg/dhcp-timeout-property-bgo761464'Beniamino Galvani2016-02-1610-55/+55
|\
| * libnm-core: fix ifcfg-rh documentation for dhcp-timeout propertyBeniamino Galvani2016-02-161-2/+2
| * libnm-core: make ipvx.dhcp-timeout signedBeniamino Galvani2016-02-163-9/+9
| * libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-1610-52/+52
|/
* 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