summaryrefslogtreecommitdiff
path: root/luxio
Commit message (Expand)AuthorAgeFilesLines
* simple: Add fdopenRichard Ipsum2019-10-061-0/+18
* sio.tomode: interpret mode as octal valueRichard Ipsum2018-10-211-3/+2
* Fix regex in sio.tomodeRichard Ipsum2018-10-211-1/+1
* subprocess: convert to 3space indentsRichard Ipsum2018-06-261-77/+77
* luxio.simple: Don't try to call errno as a functionRichard Maw2016-11-051-1/+1
* Initial wrapper to solve opendir/readdir DT_UNKNOWN issue, untestedDaniel Silverstone2016-09-071-0/+97
* Fix typo which broke gc disabling on lua > 5.1Daniel Silverstone2016-09-021-1/+1
* Fix typo in execpRob Kendrick (playpus)2014-05-051-1/+1
* execp fix from Richard IpsumRob Kendrick (humdrum)2014-02-171-2/+2
* More luxio.simple documentation.Rob Kendrick (plinth)2013-12-091-0/+69
* Rearrange file handle methods to cope with ldoc's fussynessRob Kendrick (humdrum)2013-12-031-251/+255
* More documentation, start on luxio.simple docs.Rob Kendrick (plinth)2013-12-021-1/+92
* send(to), recv(from) in Luxio, and simple bindings to send and recv.Rob Kendrick (plinth)2013-11-261-1/+35
* Add string flag to number convience functionRob Kendrick (plinth)2013-11-251-1/+53
* Default sio open to read-only open if no flags passedRob Kendrick (plinth)2013-11-211-2/+1
* Mode flags to open already are being parsed intellegently, remove commentRob Kendrick (plinth)2013-11-211-1/+1
* Make read of a line return empty string for no inputRob Kendrick (plinth)2013-11-211-2/+3
* Second half of whitespace replacement of luxio.simpleRob Kendrick (plinth)2013-11-061-455/+455
* First half of luxio.simple reformatted to have consistent indentation; up to ...Rob Kendrick (humdrum)2013-11-061-262/+261
* Simple read can now return nil to show end of fileRob Kendrick (humdrum)2013-11-061-7/+17
* Some indentation sanityRob Kendrick (humdrum)2013-11-061-53/+53
* Add trivial examples of simple mq layer, fix simple mq layer for recent mq ch...Rob Kendrick (humdrum)2013-09-101-3/+3
* Some function naming consistencyRob Kendrick (humdrum)2012-09-121-10/+10
* Add prefork and preexec support to luxio.subprocess.spawnDaniel Silverstone2012-09-121-1/+32
* Add cwd='/path/to/foo' support to luxio.subprocess.spawnDaniel Silverstone2012-09-121-0/+15
* Fix infinite recursion in luxio.simple.chdir()Daniel Silverstone2012-09-121-1/+1
* Fix spello in luxio.simple.mkdir()Daniel Silverstone2012-08-301-1/+1
* simple: unlock wrapper tooRob Kendrick (monotony)2012-08-111-0/+7
* sio: advisory locksRob Kendrick (monotony)2012-08-111-0/+57
* sio: link, mkfifo, unlink, rmdir, renameRob Kendrick (monotony)2012-08-111-0/+62
* SUBPROCESS: Support not having any of std{in,out,err} and add a close_in_chil...Daniel Silverstone2012-08-051-3/+17
* Fix fcntl() calls in subprocess codeDaniel Silverstone2012-08-051-2/+2
* Subprocess: Fix spello preventing WIFSIGNALED from workingDaniel Silverstone2012-07-301-2/+2
* Load more 'simple' wrappersRob Kendrick (monotony)2012-05-291-0/+261
* Serialiser returns a tableRob Kendrick (monotony)2012-05-082-2/+3
* Tiny fixups to formattingDaniel Silverstone2012-05-081-3/+1
* Misc tidies, copyright statementsRob Kendrick (monotony)2012-05-072-1/+11
* Make sio check ABI versionRob Kendrick (monotony)2012-05-071-0/+3
* Create and use common error returning function for sioRob Kendrick (monotony)2012-05-071-27/+31
* Allow fourth octal digital to mode helperRob Kendrick (monotony)2012-05-071-1/+1
* Higher level MQ functions, with push/pull object serialisation. Delicate.Rob Kendrick (monotony)2012-05-052-0/+276
* stat, lstat and fstat bindings, complete with sio interfacesRob Kendrick (humdrum)2012-05-041-0/+39
* Make SIO release same as parent luxio release, expose luxio though sio for ac...Rob Kendrick (humdrum)2012-05-041-2/+4
* Add socketpair() to both luxio core, and sioRob Kendrick (humdrum)2012-05-011-1/+28
* Add doc comments for chmod and friend in sio, add release counter to sio and ...Rob Kendrick (humdrum)2012-05-011-2/+9
* Bind chmod and fchmod into sioRob Kendrick (humdrum)2012-05-011-0/+28
* SUBPROCESS: Add _exit to silence hiccoughDaniel Silverstone2012-03-211-0/+1
* SUBPROCESS: Update the documentationDaniel Silverstone2012-03-081-10/+40
* SUBPROCESS: Support env twiddlingDaniel Silverstone2012-03-071-3/+37
* SUBPROCESS: Simple subprocess runner/reaperDaniel Silverstone2012-03-071-0/+275