aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix makefile and test_socket_error.luaDiego Nehab2013-06-121-2/+6
* Unix domain tests still broken.Diego Nehab2013-05-302-12/+12
* Add. Allow get `error` option to socket.moteus2013-05-291-0/+27
* Fix. use table.unpack in mimetest on Lua 5.2.moteus2013-05-271-0/+2
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-2/+2
* Fix. Optional IPv6 testmoteus2013-05-271-2/+8
* Fix. setsockname fails with "*" as host.moteus2013-05-271-0/+6
* Fix. getaddrinfo returns garbage as address on Windows.moteus2013-05-271-0/+15
* Merge pull request #27 from catwell/pull-noargDiego Nehab2013-04-171-4/+4
|\
| * remove uses of arg in the codebasePierre Chapuis2013-01-231-4/+4
* | Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-253-9/+9
|/
* Fix udp:setpeername("*")Diego Nehab2012-08-232-0/+35
* Test server exits gracefully at command of test clientDiego Nehab2012-05-011-0/+7
* Update method list in testsFlorian Zeitz2012-04-291-1/+4
* Select loadstring or load for Lua 5.1/5.2 respectivelyFlorian Zeitz2012-04-291-1/+1
* Test method registration for IPv6 socketsFlorian Zeitz2012-04-291-4/+9
* Making progress toward a releaseDiego Nehab2012-04-231-10/+121
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-115-1/+141
|\
| * On failure, exit with a message instead of blocking indefinitely.Sam Roberts2012-04-111-2/+4
| * Support getoption method for tcp objects.Sam Roberts2012-04-111-0/+41
| * testsrvr asserts when test finishes successfully.Sam Roberts2012-04-111-1/+6
| * Utility to find how many TCP connections can be made.Sam Roberts2012-04-111-0/+32
| * Test showing failure to receive a zero-length packet.Sam Roberts2012-04-111-0/+35
| * Stop returning an error after successful send of zero length UDP packetsSam Roberts2012-04-111-0/+25
* | change localhost to loopback ip to prevent error on my mac box????Liam Devine2012-04-111-2/+3
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-112-6/+11
* | Saving before big changes to support IPv6.Diego Nehab2011-05-257-515/+543
* | Decent makefiles!Diego Nehab2009-05-276-10/+74
|/
* Removed os.exit from test.Diego Nehab2007-06-111-1/+0
* Crashy bug fixed in recvraw.Diego Nehab2007-06-112-2/+61
* Added simple unix tests.Diego Nehab2007-04-093-10/+17
* Couple bug fixes.Diego Nehab2007-03-123-10/+9
* Almost done 2.0.1.Diego Nehab2006-04-032-5/+2
* Final patches...Diego Nehab2006-04-034-6/+22
* Better image to test mail.Diego Nehab2006-04-021-0/+0
* Updates for 2.0.1 on the way.Diego Nehab2006-03-192-10/+5
* In pre release mode!Diego Nehab2005-11-201-2/+2
* Changed prefix of function names to match module names.Diego Nehab2005-11-201-2/+2
* Before compiling on Windows.Diego Nehab2005-10-071-6/+6
* Test back to localhost.Diego Nehab2005-09-291-2/+2
* Tested on Windows.Diego Nehab2005-09-291-2/+2
* Almost ready to release.Diego Nehab2005-09-292-3/+4
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-232-6/+40
* Final push for release...Diego Nehab2005-08-121-7/+8
* Added check-links-nb.lua that check links in a non-blocking way.Diego Nehab2005-06-201-1/+1
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-1/+5
* Working on the manual.Diego Nehab2005-06-141-1/+1
* Stupid bug in http.lua.Diego Nehab2005-06-124-6/+6
* Tiny bug in forward.luaDiego Nehab2005-03-111-1/+1
* Forward server works for multiple tunnels.Diego Nehab2005-03-101-1/+1