summaryrefslogtreecommitdiffstats
path: root/src/util/sandbox.cpp
AgeCommit message (Expand)Author
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Const references here and there in ConfigObject.RJ Ryan
2014-04-17warning unused parameterMarcos CARDINOT
2014-03-29Add more if-defs for sandbox APIs.RJ Ryan
2014-03-29Try fixing non-sandbox builds by gating bookmark code on 10.7 instead of 10.6.RJ Ryan
2014-02-13Turn off Sandbox debug printing.RJ Ryan
2014-02-13Improve the formatting of the askForAccess dialog.RJ Ryan
2014-02-13Make askForAccess return true if sandbox is not enabled.RJ Ryan
2014-02-13Address review comments.RJ Ryan
2014-02-13Make Sandbox::canAccessPath public.RJ Ryan
2014-02-13Add a security token cache to avoid repeated (slow) opening and closing ofRJ Ryan
2014-02-13Add useful debug message.RJ Ryan
2014-02-13Use reference counting for SandboxSecurityToken.RJ Ryan
2014-02-13Convert Sandbox from a Singleton to a static class.RJ Ryan
2014-02-13Delete sandbox config in ~Sandbox().RJ Ryan
2014-02-13Add Sandbox, a singleton class for managing sandbox-related operations.RJ Ryan