Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added select bug test. | Diego Nehab | 2001-06-08 | 1 | -11/+24 |
| | | | | time became _time. | ||||
* | sleep became _sleep. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
| | |||||
* | ftp.lua needs buffer.lua... | Diego Nehab | 2001-06-08 | 1 | -0/+1 |
| | |||||
* | Now prints the elapsed time. | Diego Nehab | 2001-06-08 | 1 | -0/+5 |
| | |||||
* | udpsocket errors are more verbose | Diego Nehab | 2001-06-08 | 1 | -6/+12 |
| | |||||
* | Issue error when select is called with invalid parameters. | Diego Nehab | 2001-06-08 | 1 | -10/+11 |
| | | | | Some warnings removed (include string.h) | ||||
* | Block size increased. | Diego Nehab | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | Updated for 1.3b | Diego Nehab | 2001-06-06 | 1 | -8/+16 |
| | |||||
* | Initial revision | Diego Nehab | 2001-06-06 | 1 | -0/+100 |
| | |||||
* | Updated for 1.3b. | Diego Nehab | 2001-06-06 | 1 | -5/+14 |
| | |||||
* | Streaming by callbacks implemented. | Diego Nehab | 2001-06-06 | 2 | -196/+366 |
| | |||||
* | Updated for 1.3b version. | Diego Nehab | 2001-06-04 | 1 | -1/+1 |
| | |||||
* | Select was also crashing on non-table parameters. | Diego Nehab | 2001-06-04 | 1 | -14/+26 |
| | | | | Changed time to _time and sleep to _sleep to avoid name clashes. | ||||
* | HTTP message bodies are transfered using a callback to return body parts | Diego Nehab | 2001-05-21 | 1 | -114/+200 |
| | | | | chunk by chunk. | ||||
* | New description for the dict.lua file. | Diego Nehab | 2001-04-25 | 1 | -3/+5 |
| | |||||
* | Transformed in a library, instead of a sample program. | Diego Nehab | 2001-04-25 | 1 | -34/+62 |
| | |||||
* | Added support to UDP socket options. | Diego Nehab | 2001-04-23 | 1 | -77/+139 |
| | |||||
* | Some internal functions were not static. | Diego Nehab | 2001-04-16 | 1 | -32/+37 |
| | | | | Correct select bug that would crash on closed sockets. | ||||
* | BUG: multi-line replies were not supported. | Diego Nehab | 2001-03-27 | 1 | -338/+315 |
| | | | | Error logic simplified. | ||||
* | Updated for release 1.2.1. | Diego Nehab | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | Found a new way to define global version of table methods using only ~15 | Diego Nehab | 2001-03-12 | 1 | -144/+222 |
| | | | | | lines of code. So, they are back. Added '*w' word receive pattern. | ||||
* | Added broadcast.lua description. | Diego Nehab | 2001-03-12 | 1 | -0/+9 |
| | |||||
* | Connection closed detection was improved. Client numbers are now tracked | Diego Nehab | 2001-03-12 | 1 | -12/+20 |
| | | | | and sent along with broadcasted line. | ||||
* | Initial revision | Diego Nehab | 2001-03-12 | 1 | -0/+61 |
| | |||||
* | Corrected command line parameter bug... | Diego Nehab | 2001-03-12 | 1 | -0/+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 | 2 | -34/+48 |
| | | | | Added '*w' pattern test. | ||||
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 2 | -44/+44 |
| | | | | LuaSocket release 1.2.1 | ||||
* | Uptated for LuaSocket 1.2. The version released was incompatible... | Diego Nehab | 2001-03-06 | 1 | -2/+3 |
| | |||||
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 3 | -15/+15 |
| | | | | LuaSocket release 1.2.1 | ||||
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 1 | -2/+2 |
| | | | | LuaSocket release 1.2.1 | ||||
* | Removed global version of table methods. | Diego Nehab | 2001-03-06 | 1 | -329/+201 |
| | | | | | | Close method is now permitted on closed sockets. Added generalized select support. Removed poll method, replaced by select with advantage. | ||||
* | Updated for release 1.2.1 | Diego Nehab | 2001-03-06 | 1 | -2/+16 |
| | | | | Buffer size constants are now part of luasocket.h. | ||||
* | Relaxed timeout tests. | Diego Nehab | 2001-01-28 | 1 | -14/+15 |
| | |||||
* | Added support for the CYGWIN gcc compiler. | Diego Nehab | 2001-01-28 | 1 | -3/+9 |
| | |||||
* | Data connection is now passive. Even minimum FTP servers are usable. | Diego Nehab | 2001-01-25 | 1 | -62/+73 |
| | |||||
* | Updated for LuaSocket 1.2 | Diego Nehab | 2001-01-25 | 1 | -9/+8 |
| | |||||
* | HTTP is now generic, with function http_request. | Diego Nehab | 2001-01-25 | 1 | -167/+258 |
| | | | | RFC is more strictly followed. | ||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -90/+104 |
| | |||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -359/+428 |
| | | | | More tests added. | ||||
* | Initial revision | Diego Nehab | 2001-01-25 | 6 | -0/+191 |
| | |||||
* | Parameter passing updated. | Diego Nehab | 2001-01-25 | 2 | -4/+4 |
| | |||||
* | Updated for LuaSocket 1.2 | Diego Nehab | 2001-01-25 | 1 | -22/+25 |
| | | | | | Added description for daytimeclnt.lua, echoclnt.lua, echosrvr.lua and tftpclnt.lua. | ||||
* | UDP code implemented. | Diego Nehab | 2001-01-25 | 1 | -797/+1466 |
| | | | | | DNS code has been rewritten. Almost everything has been changed. :-) | ||||
* | It just creates the distribution now. | Diego Nehab | 2001-01-25 | 1 | -60/+10 |
| | | | | Updated for LuaSocket 1.2 | ||||
* | Modified beause of name changes in examples. | Diego Nehab | 2001-01-17 | 1 | -20/+20 |
| | |||||
* | The actuall bind to the Lua language has been rewritten with | Diego Nehab | 2001-01-15 | 1 | -457/+442 |
| | | | | | | | | | | generalized use of closure values. Sockets are now real tables, where each method receives a p_sock structure as a closure. Global version of methods are now optional, and call the table versions. Included the toip function that converts from host name to ip address. new implementation of '*a' was broken as has been fixed. The windows code has been tested and is working. | ||||
* | Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. | Diego Nehab | 2001-01-13 | 1 | -6/+3 |
| | |||||
* | All input from sockets is now buffered. This has drastically | Diego Nehab | 2001-01-13 | 1 | -315/+267 |
| | | | | | improved line I/O. The code is much simpler now, too. All timeout management has been rewritten. | ||||
* | Initial revision | Diego Nehab | 2000-12-29 | 12 | -0/+1777 |
| |