Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unix: include reorg | E. Westbrook | 2019-03-10 | 1 | -3/+0 |
| | |||||
* | 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 |
| | | | | | | Add backwards compatibility aliases "tcp" and "udp" for the recently renamed "stream" and "dgram" functions, as well as a wrapper function and metatable setup so that socket.unix() calls socket.unix.stream(). | ||||
* | 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 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | 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 |
| | | | | | It used to error only on invalid argument strings that started with 's', 'r', or 'b'. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -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-integration | Sam Roberts | 2012-04-11 | 1 | -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 Devine | 2012-04-11 | 1 | -2/+2 |
| | | | | | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | | 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 |