summaryrefslogtreecommitdiff
path: root/lib/supple/host.lua
Commit message (Expand)AuthorAgeFilesLines
* Move wrapper path from supple.host into supple.capiv1.0.7Daniel Silverstone2016-10-171-1/+1
* Fix a bit of bad documentationv1.0.5Daniel Silverstone2016-05-301-1/+1
* Change return ABI for supple.host.run()Daniel Silverstone2016-05-301-1/+6
* Add user documentation. Skipping internal docs for nowDaniel Silverstone2015-11-021-1/+83
* Better support testing supple during things like package buildsv1.0Daniel Silverstone2015-10-151-1/+1
* SUPPLE: Lots of diagnosis stuffDaniel Silverstone2012-08-121-2/+5
* HOST: Simple loadstring for the sandboxDaniel Silverstone2012-08-081-0/+5
* HOST: Allow set_globals to define a set of globals to pass to all supple sand...Daniel Silverstone2012-08-081-8/+18
* HOST: Ensure sandbox's FDs are more likely to be closed cleanlyDaniel Silverstone2012-08-061-2/+3
* HOST: Ensure we simplify return values to local types so we can clean down if...Daniel Silverstone2012-08-051-0/+28
* SUPPLE: Basic instruction count and/or memory consumption limits for the sandboxDaniel Silverstone2012-08-041-1/+17
* SUPPLE: Better support for error messages, show them in the exampleDaniel Silverstone2012-08-041-5/+22
* SUPPLE: Ensure clean_down happens on both endsDaniel Silverstone2012-08-031-1/+3
* SUPPLE: Everything to get basic sandboxing workingDaniel Silverstone2012-07-291-0/+76