Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Binds to all interfaces. | Diego Nehab | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | updated for luasocket 1.4 | Diego Nehab | 2001-09-26 | 1 | -5/+6 |
| | |||||
* | Removed wrong host header in redirect. | Diego Nehab | 2001-09-26 | 1 | -3/+11 |
| | | | | | Passing location header back to callee after redirect. Added correct scheme test. | ||||
* | Changed some variable names. | Diego Nehab | 2001-09-26 | 1 | -20/+26 |
| | | | | Added correct scheme test. | ||||
* | Changed build_url to compose from smaller parts | Diego Nehab | 2001-09-26 | 1 | -9/+35 |
| | | | | Changed build_path to add an option not to protect path components | ||||
* | Almost ready for Lua 4.1 | Diego Nehab | 2001-09-26 | 1 | -97/+87 |
| | |||||
* | added unsafe path composition test | Diego Nehab | 2001-09-26 | 1 | -2/+150 |
| | | | | added new build_url tests | ||||
* | added wrong scheme test | Diego Nehab | 2001-09-26 | 1 | -0/+12 |
| | |||||
* | added wrong scheme test | Diego Nehab | 2001-09-26 | 1 | -0/+4 |
| | |||||
* | Initial revision | Diego Nehab | 2001-09-25 | 2 | -0/+694 |
| | |||||
* | updated for luasocket 1.4 | Diego Nehab | 2001-09-25 | 2 | -103/+414 |
| | |||||
* | updated due to test location changes | Diego Nehab | 2001-09-25 | 1 | -6/+15 |
| | |||||
* | updated rfc reference from 1521 to 2045 | Diego Nehab | 2001-09-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | status line information. Who cares about the rest of the line, anyways... | ||||
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -2/+2 |
| | | | | Updated for LuaSocket 1.4. | ||||
* | 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 | -8/+14 |
| | |||||
* | Updated for LuaSocket 1.4. | Diego Nehab | 2001-09-12 | 1 | -227/+324 |
| | | | | Better tested, some name changes. | ||||
* | 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 |
| | | | | Module is now automaticaly tested. | ||||
* | 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 |
| | | | | | Constants were moved to Public table. Updated to use new fast concatenation module (concat.lua). | ||||
* | Rewritten to comply to LTN7 (Modules & Packages). | Diego Nehab | 2001-07-29 | 1 | -245/+311 |
| | | | | | | | | | As a result, there have been some API changes. Parameter and return values are now passed inside tables. Automatic redirection and automatic authentication are better controlled, with loop detection. Implementation is more RFCish, conforming to RFC2616. URL parsing has been moved to an external library, to be shared with FTP. | ||||
* | 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 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 |
| | | | | 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 |
| |