summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* active-connection: update D-Bus properties of active-connection when settings...th/settings-cleanup-bgo765000Thomas Haller2016-04-131-7/+43
* settings: merge "connection-updated" and "connection-updated-by-user" signalsThomas Haller2016-04-134-67/+52
* settings: combine "updated" and "updated-by-user" signal in NMSettingsConnectionThomas Haller2016-04-133-32/+34
* settings: emit NM_SETTINGS_CONNECTION_UPDATED right away and not on an idle h...Thomas Haller2016-04-131-23/+2
* device/bluez: delay check_emit_usable() for NM_CP_SIGNAL_CONNECTION_UPDATEDThomas Haller2016-04-131-3/+18
* device/bluez: refactor registering to connectionsThomas Haller2016-04-131-34/+35
* policy: handle schedule_activate_all() in an idle handlerThomas Haller2016-04-131-5/+22
* settings: drop signal slots from NMSettingsThomas Haller2016-04-134-37/+8
* settings: refactor connection_changed()Thomas Haller2016-04-131-13/+15
* settings: refactor connection-changed handlerThomas Haller2016-04-131-9/+13
* settings: use NM_GOBJECT_PROPERTIES_DEFINE in NMSettings/NMSettingsConnection...Thomas Haller2016-04-133-340/+310
* device: drop available_connections_notify() and call _notify() directlyThomas Haller2016-04-131-10/+4
* manager: fix implementation of NMManager's "startup-completeThomas Haller2016-04-132-1/+8
* po: update Swedish (sv) translation (bgo #764750)Anders Jonsson2016-04-131-529/+619
* po: update Polish (pl) translation (bgo #764955)Piotr Drąg2016-04-131-55/+54
* po: translation fixes (bgo#764956)Thomas Haller2016-04-122-2/+2
|\
| * po: fix syntax error in Telugu (te) translationPiotr Drąg2016-04-121-1/+1
| * po: fix syntax error in French (fr) translationPiotr Drąg2016-04-121-1/+1
|/
* device: minor logging change in platform_link_added()Francesco Giudici2016-04-121-0/+3
* libnm-core,core: merge branch 'th/nm-ip-address-zero-prefix'Thomas Haller2016-04-114-54/+43
|\
| * ifcfg-rh: support zero prefix length for IP addresses in readerThomas Haller2016-04-111-30/+22
| * core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-112-8/+0
| * libnm-core: drup unused @allow_zero_prefix argument from valid_prefix()Thomas Haller2016-04-111-16/+14
| * libnm-core: allow zero prefix length in NMIPAddressThomas Haller2016-04-111-3/+3
| * libnm-core/trivial: add code commentThomas Haller2016-04-111-0/+7
|/
* platform: merge branch 'th/platform-route-resync'Thomas Haller2016-04-1141-799/+1475
|\
| * platform: set NLM_F_EXCL when adding linksThomas Haller2016-04-111-8/+8
| * platform: ensure cache consistency for routes by workaround missing kernel eventThomas Haller2016-04-113-6/+174
| * platform: use _NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-04-111-41/+33
| * platform: track refresh-all actions that are in progressThomas Haller2016-04-111-14/+117
| * platform: refactor calling event_seq_check()Thomas Haller2016-04-111-6/+10
| * platform: refactor delayed_action_wait_for_nl_response_complete()Thomas Haller2016-04-111-10/+5
| * platform: #ifdef out nlh_seq_last_handled if it's unusedThomas Haller2016-04-111-0/+4
| * platform: add macro FOR_EACH_DELAYED_ACTION()Thomas Haller2016-04-111-42/+39
| * platform: expose nmp_utils_ip_config_source_to/from_rtprot()Thomas Haller2016-04-113-41/+50
| * platform/tests: improve nmtstp_wait_for_signal() to return number of signalsThomas Haller2016-04-112-17/+32
| * platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-116-165/+233
| * platform/tests: change build order to first build test-common.c and platform ...Thomas Haller2016-04-111-8/+8
| * platform/tests/trivial: rename ip4_route_exists() functions to have nmtstp pr...Thomas Haller2016-04-113-25/+25
| * platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-119-18/+20
| * platform/tests: cleanup includesThomas Haller2016-04-112-3/+0
| * platform/tests/trivial: move code aroundThomas Haller2016-04-112-177/+214
| * platform/tests: use nm_linux_platform_new()Thomas Haller2016-04-112-7/+7
| * platform: add NM_PLATFORM_NETNS_SUPPORT_DEFAULTThomas Haller2016-04-112-1/+3
| * platform: add nm_linux_platform_new() constructorThomas Haller2016-04-112-1/+12
| * platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-1114-59/+84
| * platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-1118-62/+83
| * nmp-object: refactor handling of NMPCacheId to consider only relevant part of...Thomas Haller2016-04-112-20/+54
| * nmp-object: refactor initializing NMPCacheIdThomas Haller2016-04-112-10/+44
| * shared: add _nm_packed macro for __attribute__((packed))Thomas Haller2016-04-111-1/+3