~snappy-dev/snapd/+git/snapd-pawel:reload-connections-hotplug

Last commit made on 2018-10-31
Get this branch:
git clone -b reload-connections-hotplug https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
reload-connections-hotplug
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

a3e2ac8... by Paweł Stołowski

Don't reload connection marked with hotplug-gone: true.

0bb1673... by Paweł Stołowski

Merge pull request #6068 from stolowski/find-conns-helper

ifacestate/helpers: findConnsForHotplugKey helper

f70f23c... by Paweł Stołowski

Sort connections returned by findConnsForHotplugKey.

dc1ae3a... by Paweł Stołowski

Merge branch 'master' into find-conns-helper

ed5bed0... by Paweł Stołowski

Added a comment.

6e2c5d8... by Michael Vogt

Merge pull request #6064 from chipaca/precompile-some-regexps

many: move regexp.(Must)Compile out of non-init functions into variables

758053e... by Paweł Stołowski

FindConnsForHotplugKey helper.

34ccf19... by Maciej Borzecki

Merge pull request #6063 from chipaca/also-chmod-delta

store: also make snaps downloaded via deltas 0600

99c0263... by Zygmunt Krynicki

Merge pull request #6059 from zyga/tweak/readinfo-lstat

snap: use Lstat to determine snap size, remove ReadSnapInfoExceptSize

8db4fb0... by John Lenton

many: move regexp.(Must)Compile out of non-init functions into variables

Several regexp compilations had snuck in. This fixes that.