aboutsummaryrefslogtreecommitdiff
path: root/test/testsrvr.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-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 respectivelyFlorian Zeitz2012-04-291-1/+1
|
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-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 Roberts2012-04-111-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 Devine2012-04-111-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 Nehab2005-02-081-0/+1
|
* Almost ready for beta3Diego Nehab2004-11-271-1/+1
|
* Changed send function.Diego Nehab2004-07-181-24/+9
|
* tiny bug in test.Diego Nehab2004-07-021-1/+0
|
* Fixing send/recv and optimizing.Diego Nehab2004-06-231-1/+1
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-1/+1
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-1/+0
|
* Runs on Linux.Diego Nehab2004-06-151-1/+1
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
|
* Previous bug fix caused a new bug. :o/Diego Nehab2004-05-281-0/+2
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-281-2/+2
|
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-0/+2
| | | | | | on error, return partial result in the end. http.lua rewritten.
* Adjusted wsocket to match usocket. Adjusted windows projects.Diego Nehab2004-01-211-1/+2
|
* Few adjustments for windows.Diego Nehab2003-06-261-1/+1
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-2/+3
| | | | Some testing still needed.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-1/+2
|
* Closer to release...Diego Nehab2003-03-281-3/+3
|
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-031-3/+3
|
* Testes reformulados.Diego Nehab2002-07-081-93/+21
|
* sleep became _sleep.Diego Nehab2001-06-081-1/+1
|
* Set timeout on data socket, to avoid hangs due to no keepalive packets.Diego Nehab2001-03-121-0/+2
|
* Updated for release 1.2.1.Diego Nehab2001-03-071-11/+1
| | | | Added '*w' pattern test.
* Updated to remove use of global methods. Conforming toDiego Nehab2001-03-061-11/+11
| | | | LuaSocket release 1.2.1
* Updated for LuaSocket 1.2.Diego Nehab2001-01-251-90/+104
|
* Initial revisionDiego Nehab2000-12-291-0/+90