lp:~ted/url-dispatcher/is-scope-check
Created by
Ted Gould
on
2015-06-22
and last modified on
2016-08-30
- Get this branch:
- bzr branch lp:~ted/url-dispatcher/is-scope-check
Branch merges
- unity-api-1-bot: Needs Fixing (continuous-integration) on 2016-09-12
- Larry Price: Approve on 2016-08-11
- PS Jenkins bot: Pending (continuous-integration) requested 2016-08-04
-
Diff: 904 lines (+571/-18)17 files modifiedCMakeLists.txt (+8/-2)
debian/control (+7/-5)
debian/rules (+3/-0)
service/CMakeLists.txt (+6/-1)
service/dispatcher.c (+119/-3)
service/dispatcher.h (+2/-1)
service/scope-checker-facade.h (+27/-0)
service/scope-checker.cpp (+114/-0)
service/scope-checker.h (+29/-0)
service/service.c (+9/-1)
tests/CMakeLists.txt (+3/-0)
tests/app-id-test.cc (+1/-1)
tests/apparmor-mock.c (+36/-0)
tests/apparmor-mock.h (+20/-0)
tests/dispatcher-test.cc (+84/-1)
tests/scope-mock.h (+95/-0)
tests/service-test.cc (+8/-3)
- PS Jenkins bot: Approve (continuous-integration) on 2015-06-26
- Indicator Applet Developers: Pending requested 2015-06-22
-
Diff: 863 lines (+563/-11)16 files modifiedCMakeLists.txt (+6/-0)
debian/control (+2/-0)
service/CMakeLists.txt (+6/-1)
service/dispatcher.c (+120/-3)
service/dispatcher.h (+2/-1)
service/scope-checker-facade.h (+27/-0)
service/scope-checker.cpp (+120/-0)
service/scope-checker.h (+28/-0)
service/service.c (+9/-1)
tests/CMakeLists.txt (+3/-0)
tests/app-id-test.cc (+1/-1)
tests/apparmor-mock.c (+36/-0)
tests/apparmor-mock.h (+20/-0)
tests/dispatcher-test.cc (+84/-1)
tests/scope-mock.h (+91/-0)
tests/service-test.cc (+8/-3)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:url-dispatcher/15.10
