summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* luxio: advisory locking via fcntlRob Kendrick (monotony)2012-08-114-1/+84
* sio: link, mkfifo, unlink, rmdir, renameRob Kendrick (monotony)2012-08-111-0/+62
* Merge from DanielRob Kendrick (monotony)2012-08-051-5/+19
|\
| * 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
|/
* Merge from Daniel: subprocess fixRob Kendrick (monotony)2012-07-311-2/+2
|\
| * Subprocess: Fix spello preventing WIFSIGNALED from workingDaniel Silverstone2012-07-301-2/+2
* | Tweak to makefile to allow setting of LDFLAGSRob Kendrick (monotony)2012-07-311-2/+2
|/
* Load more 'simple' wrappersRob Kendrick (monotony)2012-05-292-0/+263
* More docs, docgen now expands \tRob Kendrick (humdrum)2012-05-292-2/+31
* Begin socket docsRob Kendrick (humdrum)2012-05-281-1/+31
* docgen tidiesRob Kendrick (monotony)2012-05-271-6/+7
* MOAR DOCUMENTATIONRob Kendrick (monotony)2012-05-271-1/+37
* Import MQ stuff directly into LuxioRob Kendrick (monotony)2012-05-273-228/+202
* More documentationRob Kendrick (monotony)2012-05-272-18/+225
* Simplify simple doc comment handlerRob Kendrick (monotony)2012-05-272-118/+45
* Fix forkRob Kendrick (monotony)2012-05-271-2/+3
* Remove reduntant bracketsRob Kendrick (monotony)2012-05-261-1/+1
* Remove old doc effortRob Kendrick (monotony)2012-05-261-76/+0
* Beginnings of documentation. ./docgen.lua < luxio.c | pandoc -f markdown -t ...Rob Kendrick (monotony)2012-05-262-26/+399
* Hateful start of hateful documentationRob Kendrick (humdrum)2012-05-251-0/+76
* Merge from DanielRob Kendrick (humdrum)2012-05-161-4/+14
|\
| * Support local installsDaniel Silverstone2012-05-161-4/+14
|/
* EXIT_SUCCESS and FAILURERob Kendrick (monotony)2012-05-101-0/+3
* Fix fdatasync, add spliceRob Kendrick (octopus)2012-05-104-1/+82
* Add stuff to READMERob Kendrick (humdrum)2012-05-091-1/+4
* Serialiser returns a tableRob Kendrick (monotony)2012-05-082-2/+3
* Fixups from DanielRob Kendrick (monotony)2012-05-084-14/+10
|\
| * Tiny fixups to formattingDaniel Silverstone2012-05-084-14/+10
|/
* nanosleepRob Kendrick (humdrum)2012-05-081-1/+18
* README file.Rob Kendrick (humdrum)2012-05-081-0/+28
* A couple of terminal process group functions, tidy sources a little!Rob Kendrick (humdrum)2012-05-081-38/+64
* Better stat() macro coverageRob Kendrick (monotony)2012-05-072-0/+43
* librt fix from DanielRob Kendrick (monotony)2012-05-071-2/+2
|\
| * Use -Wl,--no-as-needed otherwise modern Ubuntu linker defaults mean -lrt etc ...Daniel Silverstone2012-05-071-2/+2
* | POSIX options and limits constantsRob Kendrick (monotony)2012-05-071-0/+53
* | Misc tidies, copyright statementsRob Kendrick (monotony)2012-05-073-4/+16
* | 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
* | Get rid of silly calls to pushcclosure(...,0)Rob Kendrick (monotony)2012-05-071-13/+13
* | Misc code cleanupsRob Kendrick (monotony)2012-05-071-31/+96
|/
* Higher level MQ functions, with push/pull object serialisation. Delicate.Rob Kendrick (monotony)2012-05-052-0/+276
* Low-level POSIX message passing binding. No mq_notify, as that's message-based.Rob Kendrick (monotony)2012-05-053-6/+232
* Use lua_createtable where possible to minimise allocations. Experimental.Rob Kendrick (octopus)2012-05-051-7/+7
* Prototype of sole external interface call (silences sparse)Rob Kendrick (humdrum)2012-05-041-2/+4
* Load more function bindingsRob Kendrick (humdrum)2012-05-041-2/+77
* More bindingsRob Kendrick (humdrum)2012-05-041-7/+118
* Reorganise luxio source to order functions roughly in the order that they app...Rob Kendrick (humdrum)2012-05-041-619/+755
* A whole bundle more file-related POSIX calls.Rob Kendrick (humdrum)2012-05-041-10/+104