aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
| * 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
| | | | | | | | | | | | | | A zero-length send is invalid with TCP, but well defined with UDP. udp:send"" was returning (nil,"refused"), indicating that it failed when the packet was actually sent. The test script reproduces the bug, and includes a tcpdump of the zero length packet being sent.
* | 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 ↵Liam Devine2012-04-112-6/+11
| | | | | | | | sorting out to take maybe a version number and also the local paths need removing.
* | 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
| | | | Also fixed returns on closed socket.
* 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
| | | | Removed some warnings and useless code.
* 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
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* 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
| | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names.
* Forward server working on Mac OS X...Diego Nehab2005-02-086-11/+671
|
* Releasing.Diego Nehab2005-01-021-1/+1
|
* Few extra changes...Diego Nehab2005-01-021-1/+1
|
* Almost ready to release beta3Diego Nehab2005-01-021-2/+1
|
* More to do.Diego Nehab2004-12-071-1/+0
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-1/+1
|
* LTN12 bug removed.Diego Nehab2004-11-281-3/+10
|
* New LTN12 test procedures (still short, but growing)Diego Nehab2004-11-282-36/+275
| | | | LTN12 avoids coroutines.
* Almost ready for beta3Diego Nehab2004-11-277-83/+92
|
* Little bug in manual.Diego Nehab2004-11-171-2/+2
|
* My own ltn12.filter.chain is done.Diego Nehab2004-10-121-12/+25
| | | | | Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
* Fine tunned modules scheme.Diego Nehab2004-10-113-2/+5
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-272-6/+6
|
* Coroutine-free filter.chain.Diego Nehab2004-07-291-1/+1
|
* Beta2 is out! Total timeout works on Windows.Diego Nehab2004-07-262-27/+31
|
* Gonna try my luck on windows...Diego Nehab2004-07-262-3/+6
|
* Changed send function.Diego Nehab2004-07-182-49/+70
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-6/+6
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-1/+1
|
* Removed debug prints.Diego Nehab2004-07-021-2/+1
|