]> mj.ucw.cz Git - moe.git/history - isolate/isolate.c
Merge commit '700824d3e9bce9219819e4e5096ab94da301d44b' from branch bernard/master
[moe.git] / isolate / isolate.c
2014-07-09 Martin MaresMerge commit '700824d3e9bce9219819e4e5096ab94da301d44b...
2013-03-09 Bernard Blackhamisolate: Replace system() calls with implementations
2013-03-08 Bernard Blackhamisolate: Fix security issue from PATH expansion.
2013-03-08 Bernard Blackhamisolate: Make memsw controller optional.
2013-02-17 Bernard Blackhamisolate: Switch to libcgroup-based directory hierarchy...
2013-01-21 Bernard BlackhamIsolate: Update Copyright years.
2013-01-21 Bernard BlackhamIsolate: Allow the same command to be specified multipl...
2013-01-21 Bernard BlackhamIsolate: Add chdir flag. Repurpose --cg shorthand flag.
2013-01-21 Bernard BlackhamIsolate: Add informative error message for bad command...
2013-01-21 Bernard BlackhamIsolate: Fix missing short option for box-id.
2012-09-24 Martin MaresMerge branch 'container'
2012-04-22 Martin MaresIsolate: Added support for setting disk quotas
2012-04-21 Martin MaresIsolate: Let "--cleanup" remove the whole box directory
2012-04-21 Martin MaresIsolate: Fix up some bugs
2012-04-21 Martin MaresIsolate: Support for multiple sandboxes
2012-04-21 Martin MaresIsolate: Fix processing of mount options
2012-04-21 Martin MaresIsolate: Directory rules can have flags
2012-04-21 Martin MaresIsolate: Fix creation of directories
2012-04-21 Martin MaresIsolate: Introduce directory rules
2012-04-21 Martin MaresIsolate: Polished help text
2012-04-21 Martin MaresIsolate: Put /lib64 to the box
2012-04-21 Martin MaresIsolate: Fix bug in time measurement without --cg
2012-04-01 Martin MaresIsolate: Initial comment
2012-04-01 Martin MaresIsolate: --version
2012-04-01 Martin MaresIsolate: Cleanups, configuration and TODO
2012-04-01 Martin MaresIsolate: Box setup split to several functions
2012-04-01 Martin MaresIsolate: Report internal errors from inside the box
2012-04-01 Martin MaresIsolate: Control groups and multi-process mode
2012-03-27 Martin MaresIsolate: First working version
2012-03-26 Martin MaresIsolate: First experiments
2012-03-26 Martin MaresIsolate: Some bits shamelessly stolen from box.c