summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: optimize nm_manager_get_connection_iface()lr/conn-device-ifnameThomas Haller2016-02-171-0/+14
* device: don't overwrite get_connection_iface() by defaultThomas Haller2016-02-171-20/+7
* manager: reused the factory looked up in nm_manager_get_connection_iface()Thomas Haller2016-02-171-7/+10
* device: remove interface name checks from all classesLubomir Rintel2016-02-176-44/+3
* device: move the interface name check from managerLubomir Rintel2016-02-172-12/+13
* manager: export nm_manager_get_connection_iface()Lubomir Rintel2016-02-172-12/+18
* device-factory: always use the factory to determine the connection's interfac...Lubomir Rintel2016-02-178-64/+49
* utils: fix NM_UTILS_ENUM2STR_DEFINE() which always returned the last elementThomas Haller2016-02-171-1/+1
* platform: add IN6_ADDR_GEN_MODE_RANDOM to nm_platform_link_inet6_addrgenmode2...Thomas Haller2016-02-172-0/+2
* platform: use nm_platform_link_inet6_addrgenmode2str() in link-to-stringThomas Haller2016-02-171-17/+3
* platform: stack-allocate temporary string in nm_platform_link_tun_get_propert...Thomas Haller2016-02-171-8/+5
* contrib/rpm: add README, improve usage output and rename --no-build option to...Thomas Haller2016-02-172-6/+32
* shared: move definition of "bool" to nm-macros-internal.hThomas Haller2016-02-162-47/+47
* manager: fix typo in error messageBeniamino Galvani2016-02-161-1/+1
* 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