aboutsummaryrefslogtreecommitdiff
path: root/src/unix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :shutdown() errors on all invalid argument stringsSam Roberts2012-04-261-19/+5
| | | | | It used to error only on invalid argument strings that started with 's', 'r', or 'b'.
* Making progress toward a releaseDiego Nehab2012-04-231-2/+0
| | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵Liam Devine2012-04-111-2/+2
| | | | | | | | sorting out to take maybe a version number and also the local paths need removing.
* | Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
| |
* | Decent makefiles!Diego Nehab2009-05-271-5/+5
|/
* Fixing bugs...Diego Nehab2006-03-131-68/+78
|
* Returning a function.Diego Nehab2005-10-051-7/+1
|
* Almost ready to release.Diego Nehab2005-09-291-2/+2
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-7/+20
|
* Gonna try my luck on windows...Diego Nehab2004-07-261-61/+61
|
* Compiles with g++.Diego Nehab2004-07-011-2/+2
|
* Fixed unix domain sockets.Diego Nehab2004-07-011-6/+21
|
* Added support for unix stream sockets.Diego Nehab2004-06-221-0/+324
|
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-326/+0
|
* Closer to release...Diego Nehab2003-03-281-6/+9
|
* Ported to Win32!Diego Nehab2003-03-211-6/+4
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-4/+4
|
* Initial revisionDiego Nehab2002-07-081-0/+325