summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CAPI: Add pairs/ipairs/next to CAPI to support proxiesDaniel Silverstone2012-08-052-0/+149
* Change README with new introDaniel Silverstone2012-08-041-11/+21
* SUPPLE: If we're on Linux we can lock ourselves down into seccomp mode 1 with...Daniel Silverstone2012-08-042-6/+57
* CAPI: rlimit the process HARD so even if it evades soft limits, it's pretty s...Daniel Silverstone2012-08-041-0/+43
* COMMS: Randomise the count-per-hook a little to make it harder to get aroundDaniel Silverstone2012-08-041-1/+3
* SUPPLE: Basic instruction count and/or memory consumption limits for the sandboxDaniel Silverstone2012-08-044-12/+84
* SUPPLE: Refine error reporting a little moreDaniel Silverstone2012-08-042-7/+50
* SUPPLE: Better support for error messages, show them in the exampleDaniel Silverstone2012-08-047-69/+144
* SUPPLE: Ensure clean_down happens on both endsDaniel Silverstone2012-08-033-2/+9
* Makefile: Installation support betterDaniel Silverstone2012-07-291-4/+11
* TEST: Test framework for comms and host modulesDaniel Silverstone2012-07-293-1/+102
* EXAMPLE: Simple exampleDaniel Silverstone2012-07-291-0/+46
* SUPPLE: Everything to get basic sandboxing workingDaniel Silverstone2012-07-2910-25/+282
* SANDBOX: Enough sandboxing to get us further. Testing the wrapper is hardDaniel Silverstone2012-07-298-19/+334
* WRAPPER: Initial interpreter wrapper work ready for subprocess sandboxingDaniel Silverstone2012-07-293-6/+62
* NotesDaniel Silverstone2012-07-281-0/+22
* SUPPLE.REQUEST: Support requests, responses and deserialising, and test it allDaniel Silverstone2012-07-213-1/+149
* SUPPLE.OBJECTS: Everything tested and managing of local and remote objects lo...Daniel Silverstone2012-07-212-4/+116
* Lots of stuffDaniel Silverstone2012-07-2111-11/+729
* Initial framework for SuppleDaniel Silverstone2012-07-2119-0/+1272