Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 1 | -1/+1 |
| | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
* | Select loadstring or load for Lua 5.1/5.2 respectively | Florian Zeitz | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | testsrvr asserts when test finishes successfully. | Sam Roberts | 2012-04-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | When the test client finishes, the test server asserts with a "closed" message. After looking carefully at this, I think the tests are running successfully and passing. Since it appears to be a test failure, I modified the server to allow the client to close the control connection. | ||||
* | | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -1/+1 |
|/ | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -0/+1 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -1/+1 |
| | |||||
* | Changed send function. | Diego Nehab | 2004-07-18 | 1 | -24/+9 |
| | |||||
* | tiny bug in test. | Diego Nehab | 2004-07-02 | 1 | -1/+0 |
| | |||||
* | Fixing send/recv and optimizing. | Diego Nehab | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -1/+1 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 1 | -1/+0 |
| | |||||
* | Runs on Linux. | Diego Nehab | 2004-06-15 | 1 | -1/+1 |
| | |||||
* | Changed require"luasocket" to require"socket". | Diego Nehab | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Previous bug fix caused a new bug. :o/ | Diego Nehab | 2004-05-28 | 1 | -0/+2 |
| | |||||
* | Bug feioso no UDP e possivelmente no TCP também. | Diego Nehab | 2004-05-28 | 1 | -2/+2 |
| | |||||
* | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 2004-03-21 | 1 | -0/+2 |
| | | | | | | on error, return partial result in the end. http.lua rewritten. | ||||
* | Adjusted wsocket to match usocket. Adjusted windows projects. | Diego Nehab | 2004-01-21 | 1 | -1/+2 |
| | |||||
* | Few adjustments for windows. | Diego Nehab | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -2/+3 |
| | | | | Some testing still needed. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -1/+2 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -3/+3 |
| | |||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 1 | -3/+3 |
| | |||||
* | Testes reformulados. | Diego Nehab | 2002-07-08 | 1 | -93/+21 |
| | |||||
* | sleep became _sleep. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
| | |||||
* | Set timeout on data socket, to avoid hangs due to no keepalive packets. | Diego Nehab | 2001-03-12 | 1 | -0/+2 |
| | |||||
* | Updated for release 1.2.1. | Diego Nehab | 2001-03-07 | 1 | -11/+1 |
| | | | | Added '*w' pattern test. | ||||
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 1 | -11/+11 |
| | | | | LuaSocket release 1.2.1 | ||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -90/+104 |
| | |||||
* | Initial revision | Diego Nehab | 2000-12-29 | 1 | -0/+90 |