| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed build_url to compose from smaller parts | Diego Nehab | 2001-09-26 | 1 | -9/+35 |
* | Almost ready for Lua 4.1 | Diego Nehab | 2001-09-26 | 1 | -97/+87 |
* | HTTP.request was not returning response for body-less requests. | Diego Nehab | 2001-09-18 | 1 | -19/+20 |
* | Changed HTTP.get and HTTP.post to return status code instead of | Diego Nehab | 2001-09-18 | 1 | -4/+4 |
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -2/+2 |
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -4/+9 |
* | Updated for LuaSocket 1.4. | Diego Nehab | 2001-09-12 | 1 | -227/+324 |
* | Initial revision | Diego Nehab | 2001-09-12 | 1 | -0/+204 |
* | Updated for LuaSocket 1.4, following LTN7 etc. | Diego Nehab | 2001-09-12 | 1 | -150/+153 |
* | Simple HTTP functions can deal with table arguments also. | Diego Nehab | 2001-09-12 | 1 | -30/+71 |
* | Minor documentation changes. | Diego Nehab | 2001-08-07 | 1 | -52/+52 |
* | Rewritten to comply to LTN7 (Modules & Packages). | Diego Nehab | 2001-07-29 | 1 | -245/+311 |
* | Timeout detection bug when timeout value was 0 in the select function. | Diego Nehab | 2001-07-23 | 1 | -1/+1 |
* | LUASOCKET_API now prefixes all exported function declarations. | Diego Nehab | 2001-06-19 | 2 | -2/+9 |
* | debug code removed. | Diego Nehab | 2001-06-11 | 1 | -3/+0 |
* | Removed some warnings. | Diego Nehab | 2001-06-09 | 1 | -2/+2 |
* | Updated version information. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Found a new way to define global version of table methods using only ~15 | Diego Nehab | 2001-03-12 | 1 | -144/+222 |
* | 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 |
* | 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 |
* | HTTP is now generic, with function http_request. | Diego Nehab | 2001-01-25 | 1 | -167/+258 |
* | UDP code implemented. | Diego Nehab | 2001-01-25 | 1 | -797/+1466 |
* | 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 |
* | All input from sockets is now buffered. This has drastically | Diego Nehab | 2001-01-13 | 1 | -315/+267 |
* | Initial revision | Diego Nehab | 2000-12-29 | 4 | -0/+1105 |
* | Simplified SIGPIPE treatment. | Diego Nehab | 2000-12-29 | 1 | -16/+6 |
* | Added new receive pattern "*a" | Diego Nehab | 2000-12-27 | 1 | -202/+386 |
* | Initial revision | Diego Nehab | 2000-06-02 | 1 | -0/+1357 |