| Commit message (Expand) | Author | Age | Files | Lines |
* | unix.c: use LUASOCKET_API | E. Westbrook | 2019-02-25 | 1 | -1/+3 |
* | Add backwards compatibility wrappers for socket.unix | Courtney Bane | 2017-01-25 | 1 | -5/+45 |
* | rename unix.tcp to unix.stream, unix.udp to unix.dgram | enginix | 2016-12-25 | 1 | -4/+4 |
* | support datagram unix domain sockets | enginix | 2016-06-24 | 1 | -314/+14 |
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -36/+20 |
* | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 1 | -0/+1 |
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -3/+8 |
* | :shutdown() errors on all invalid argument strings | Sam Roberts | 2012-04-26 | 1 | -19/+5 |
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -2/+0 |
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -4/+4 |
|\ |
|
* | | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti... | Liam Devine | 2012-04-11 | 1 | -2/+2 |
* | | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -1/+1 |
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -5/+5 |
|/ |
|
* | Fixing bugs... | Diego Nehab | 2006-03-13 | 1 | -68/+78 |
* | Returning a function. | Diego Nehab | 2005-10-05 | 1 | -7/+1 |
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -7/+20 |
* | Gonna try my luck on windows... | Diego Nehab | 2004-07-26 | 1 | -61/+61 |
* | Compiles with g++. | Diego Nehab | 2004-07-01 | 1 | -2/+2 |
* | Fixed unix domain sockets. | Diego Nehab | 2004-07-01 | 1 | -6/+21 |
* | Added support for unix stream sockets. | Diego Nehab | 2004-06-22 | 1 | -0/+324 |
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -326/+0 |
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -6/+9 |
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 1 | -6/+4 |
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 1 | -4/+4 |
* | Initial revision | Diego Nehab | 2002-07-08 | 1 | -0/+325 |