summaryrefslogtreecommitdiff
path: root/luxio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix double free bugRichard Ipsum2013-09-301-0/+1
* add syslogRichard Ipsum2013-09-251-1/+71
* Update release version (oops) and copyright years ready for next releaseRob Kendrick (humdrum)2013-08-281-3/+3
* Change message queues to use user data. Include simple test scripts.Rob Kendrick (trite)2013-08-271-23/+64
* Cast away a warningRob Kendrick (NetBSD)2013-03-251-1/+1
* Merge FreeBSD fix changesRob Kendrick (monotony)2013-01-281-142/+142
* Some FreeBSD compatibility workRob Kendrick (fatigue-freebsd)2013-01-281-2/+14
* Bump release to 1, update READMEluxio-1Rob Kendrick (humdrum)2012-09-121-1/+1
* symlink() and readlink() supportDaniel Silverstone2012-08-301-0/+39
* luxio: advisory locking via fcntlRob Kendrick (monotony)2012-08-111-1/+36
* Load more 'simple' wrappersRob Kendrick (monotony)2012-05-291-0/+2
* More docs, docgen now expands \tRob Kendrick (humdrum)2012-05-291-1/+30
* Begin socket docsRob Kendrick (humdrum)2012-05-281-1/+31
* MOAR DOCUMENTATIONRob Kendrick (monotony)2012-05-271-1/+37
* Import MQ stuff directly into LuxioRob Kendrick (monotony)2012-05-271-4/+200
* More documentationRob Kendrick (monotony)2012-05-271-17/+225
* Simplify simple doc comment handlerRob Kendrick (monotony)2012-05-271-32/+32
* Fix forkRob Kendrick (monotony)2012-05-271-2/+3
* Remove reduntant bracketsRob Kendrick (monotony)2012-05-261-1/+1
* Beginnings of documentation. ./docgen.lua < luxio.c | pandoc -f markdown -t ...Rob Kendrick (monotony)2012-05-261-26/+175
* Fix fdatasync, add spliceRob Kendrick (octopus)2012-05-101-1/+29
* Tiny fixups to formattingDaniel Silverstone2012-05-081-9/+7
* nanosleepRob Kendrick (humdrum)2012-05-081-1/+18
* 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-071-0/+33
* Misc tidies, copyright statementsRob Kendrick (monotony)2012-05-071-3/+5
* 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
* Low-level POSIX message passing binding. No mq_notify, as that's message-based.Rob Kendrick (monotony)2012-05-051-2/+6
* 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
* stat, lstat and fstat bindings, complete with sio interfacesRob Kendrick (humdrum)2012-05-041-0/+89
* mkdirRob Kendrick (humdrum)2012-05-031-0/+13
* Add socketpair() to both luxio core, and sioRob Kendrick (humdrum)2012-05-011-0/+26
* Add doc comments for chmod and friend in sio, add release counter to sio and ...Rob Kendrick (humdrum)2012-05-011-0/+15
* Bind chmod() and fchmod()Rob Kendrick (humdrum)2012-05-011-0/+26
* LUXIO: unlink() and rename()Daniel Silverstone2012-03-211-0/+32
* Expose d_type if under LinuxRob Kendrick (humdrum)2012-03-131-1/+14
* dirent-related stuffRob Kendrick (humdrum)2012-03-091-1/+165
* kill() binding, expose signal namesRob Kendrick (humdrum)2012-03-081-0/+26
* LUXIO: Rename _luxio_exec to luxio__exec so it doesn't protrude into the libc...Daniel Silverstone2012-03-081-3/+3
* LUXIO: {{un,}set,get}envDaniel Silverstone2012-03-071-0/+43
* _exit() support for low level exit behaviourDaniel Silverstone2012-03-071-1/+12
* exec{,p}Daniel Silverstone2012-03-071-2/+20
* Remove C99ism from execRob Kendrick2012-03-071-1/+4
* Simple bindings to fork, exec, and waitpidRob Kendrick (monotony)2012-03-061-1/+101