summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test for syslog from Richardluxio-6Rob Kendrick (humdrum)2013-10-011-0/+32
|\
| * Add a test for syslogRichard Ipsum2013-10-011-0/+32
* | Merge from Richard for double-free bug in syslogRob Kendrick (humdrum)2013-10-011-0/+1
|\ \ | |/
| * Fix double free bugRichard Ipsum2013-09-301-0/+1
|/
* add syslogRichard Ipsum2013-09-252-1/+102
* Add trivial examples of simple mq layer, fix simple mq layer for recent mq ch...Rob Kendrick (humdrum)2013-09-103-3/+39
* Update release version (oops) and copyright years ready for next releaseRob Kendrick (humdrum)2013-08-281-3/+3
* MergeRob Kendrick (plinth)2013-08-273-23/+108
|\
| * Change message queues to use user data. Include simple test scripts.Rob Kendrick (trite)2013-08-273-23/+108
* | Add support for SO_REUSEPORTRob Kendrick (plinth)2013-08-251-0/+1
|/
* Copy copyright notices from lua.h for each of lua-5.1.c and lua-5.2.c to appe...luxio-5Rob Kendrick (trite)2013-07-302-0/+44
* Include LDFLAGS when linkingluxio-4Rob Kendrick (humdrum)2013-06-181-2/+2
* Ignore luxio-5.x binariesRob Kendrick (humdrum)2013-06-111-0/+2
* Subprocess exampleRob Kendrick (humdrum)2013-06-111-0/+20
* Add simple socket usage exampleRob Kendrick (humdrum)2013-06-111-0/+24
* Reorder link lines to cope with systems that automatically pass --no-as-neede...Rob Kendrick (trite)2013-06-091-2/+2
* Makefile bugfix from Daniel Silverstoneluxio-3Rob Kendrick (octopus)2013-04-271-2/+2
|\
| * The LUAxx_HAS_MODINST commands were using shell expansion syntax in Make. Fi...Daniel Silverstone2013-04-271-2/+2
|/
* Correct spellingluxio-2Rob Kendrick (humdrum)2013-04-262-1/+1
* Licensing changes from Lars Wirzenius to make suitable for Debian packaging.Rob Kendrick (humdrum)2013-04-262-1/+22
|\
| * Add a copy of the copyright licenseLars Wirzenius2013-04-262-1/+22
|/
* Install REPLRob Kendrick (monotony)2013-03-291-0/+4
* Make REPLs load luxio libraryRob Kendrick (monotony)2013-03-292-3/+9
* Add upstread lua REPLs and build them linking to luxio libraryRob Kendrick (monotony)2013-03-293-4/+899
* Makefile message tidiesRob Kendrick (monotony)2013-03-291-5/+7
* Build under Solaris 11. Had to remove -Wl,--no-as-needed from link stage; ma...Rob Kendrick (solaris)2013-03-292-2/+7
* Check if CC is meaningfull, and override if not. For Solaris.Rob Kendrick (solaris)2013-03-291-2/+7
* Add check for pkg-configRob Kendrick (monotony)2013-03-291-0/+4
* MINIX 3 build compatible. Stock MINIX 3 Lua package does not support dlopen ...Rob Kendrick (monotony)2013-03-262-3/+7
* Cast away a warningRob Kendrick (NetBSD)2013-03-251-1/+1
* Remove use of shell test command for making decisionsRob Kendrick (NetBSD)2013-03-251-8/+36
* Now builds under OpenBSD: different pkg-config package name, and no need to l...Rob Kendrick (humdrum)2013-03-211-7/+20
* Merge FreeBSD fix changesRob Kendrick (monotony)2013-01-281-142/+142
* Some FreeBSD compatibility workRob Kendrick (fatigue-freebsd)2013-01-282-2/+19
* Fix from Rob Taylor <rob.taylor@codethink.co.uk> for Fedora's lacking pkgconfigRob Kendrick (octopus)2012-10-021-2/+12
* Bump release to 1, update READMEluxio-1Rob Kendrick (humdrum)2012-09-122-2/+3
* Some function naming consistencyRob Kendrick (humdrum)2012-09-121-10/+10
* Fixes from DanielRob Kendrick (humdrum)2012-09-122-1/+47
|\
| * 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
* | Attempt to make docgen work with C, tooRob Kendrick (humdrum)2012-09-121-6/+12
|/
* Merge from DanielRob Kendrick (octopus)2012-08-301-0/+39
|\
| * symlink() and readlink() supportDaniel Silverstone2012-08-301-0/+39
|/
* Merge from DanielRob Kendrick (octopus)2012-08-301-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
* 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