summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add NEWS file.HEADv1.0.8masterDaniel Silverstone2017-08-021-0/+16
* security: clear environmentRichard Ipsum2017-07-301-6/+5
* Remove supple_paths.h because it was confusing dh-luaDaniel Silverstone2017-07-233-11/+5
* Allow baking of LUA_PATH and LUA_CPATH env varsRichard Ipsum2017-07-203-4/+31
* Allow lua link option to be overriddenRichard Ipsum2017-07-201-2/+3
* Squash compiler warning of ignored ret valueRichard Ipsum2017-07-081-3/+8
* setuid only if rootRichard Ipsum2017-07-081-2/+4
* Do not link capi.so against the lua interpreterdsilvers/link-fixupDaniel Silverstone2017-07-081-1/+1
* Move wrapper path from supple.host into supple.capiv1.0.7Daniel Silverstone2016-10-173-3/+6
* Block GC during make_call to be more safev1.0.6Daniel Silverstone2016-10-141-0/+2
* 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 CoCDaniel Silverstone2016-05-301-0/+20
* Add user documentation. Skipping internal docs for nowDaniel Silverstone2015-11-024-2/+146
* Better support testing supple during things like package buildsv1.0Daniel Silverstone2015-10-153-7/+16
* Support debugging the simple example a bit more, and ensure we hit ram limitsDaniel Silverstone2015-10-151-2/+8
* Force some garbage collection so that we don't get confused ordering in repliesDaniel Silverstone2015-10-151-1/+5
* Allow tests to run in the absence of luacovDaniel Silverstone2015-10-158-8/+8
* Also clean html docsDaniel Silverstone2015-07-031-0/+1
* Very beginnings of ldoc supportDaniel Silverstone2015-07-033-0/+11
* Fix indented code sectionDaniel Silverstone2015-07-031-2/+2
* Support 5.2 style load() as well as 5.1's loadstring()/setfenv() comboDaniel Silverstone2015-02-031-2/+7
* Add fake __gc and support newer library registrationDaniel Silverstone2015-02-031-0/+14
* Don't use luaconf.h defines, they're not stable, also switch away from lua_cp...Daniel Silverstone2015-02-031-4/+7
* Install the supple binary into libDaniel Silverstone2013-04-251-2/+2
* PREFIX, not INST_ROOT, pleaseDaniel Silverstone2013-04-141-1/+3
* Submodule instructionsDaniel Silverstone2012-09-201-0/+5
* Move luacov out to a submoduleDaniel Silverstone2012-09-0913-986/+3
* TEST: Ensure we don't lock down during sandbox.run() testDaniel Silverstone2012-08-211-0/+2
* TEST: Remove dubious 'not optimised' assertDaniel Silverstone2012-08-201-1/+0
* OBJECTS: Don't use tostring() because it might loop via __tostring infinitelyDaniel Silverstone2012-08-161-2/+2
* Merge branch 'diagnosis'Daniel Silverstone2012-08-1511-39/+289
|\
| * OBJECTS: Refcount tags (proxies) so that we only pass __gc across when we rea...diagnosisDaniel Silverstone2012-08-131-4/+14
| * TRACK: Cope with negative depths and nil tracksDaniel Silverstone2012-08-131-1/+6
| * SANDBOX: Update sandbox and wrapper so that we write to stderr (dead, but who...Daniel Silverstone2012-08-132-2/+18
| * TEST: Add missing requireDaniel Silverstone2012-08-131-1/+1
| * SUPPLE: Lots of diagnosis stuffDaniel Silverstone2012-08-1210-35/+254
|/
* Credits fileDaniel Silverstone2012-08-111-0/+11
* EXAMPLE: Add demonstration for supple.host.loadstring()Daniel Silverstone2012-08-081-0/+16
* HOST: Simple loadstring for the sandboxDaniel Silverstone2012-08-081-0/+5
* SANDBOX: Ensure the first wrappered load is direct and the rest are wrapperedDaniel Silverstone2012-08-081-2/+9
* SANDBOX: Ensure we use the same globals for every loadstringDaniel Silverstone2012-08-081-5/+3
* 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
* EXAMPLE: Show pairs, ipairs and next working, and allow lprint() to show simp...Daniel Silverstone2012-08-051-1/+47
* HOST: Ensure we simplify return values to local types so we can clean down if...Daniel Silverstone2012-08-051-0/+28
* COMMS: if read() fails, propagate the errorDaniel Silverstone2012-08-051-1/+4
* SUPPLE: Ensure __next is set on proxied tables by defaultDaniel Silverstone2012-08-052-0/+6
* SANDBOX: Wrapper unpack() so it works transparentlyDaniel Silverstone2012-08-051-1/+14
* SANDBOX: Use the CAPI variants of ipairs,pairs,next for transparent proxy beh...Daniel Silverstone2012-08-051-1/+4