| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated for 1.3b release | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
* | Updated version information. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
* | Added select bug test. | Diego Nehab | 2001-06-08 | 1 | -11/+24 |
* | 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 |
* | 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 |
* | HTTP message bodies are transfered using a callback to return body parts | Diego Nehab | 2001-05-21 | 1 | -114/+200 |
* | 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 |
* | BUG: multi-line replies were not supported. | Diego Nehab | 2001-03-27 | 1 | -338/+315 |
* | 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 |
* | 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 |
* | 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 |
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 2 | -44/+44 |
* | 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 |
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 1 | -2/+2 |
* | Removed global version of table methods. | Diego Nehab | 2001-03-06 | 1 | -329/+201 |
* | Updated for release 1.2.1 | Diego Nehab | 2001-03-06 | 1 | -2/+16 |
* | 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 |
* | 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 |
* | 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 |
* | UDP code implemented. | Diego Nehab | 2001-01-25 | 1 | -797/+1466 |
* | It just creates the distribution now. | Diego Nehab | 2001-01-25 | 1 | -60/+10 |
* | 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 |
* | Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. | Diego Nehab | 2001-01-13 | 1 | -6/+3 |