aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed HTTP.get and HTTP.post to return status code instead ofDiego Nehab2001-09-181-4/+4
| | | | status line information. Who cares about the rest of the line, anyways...
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-2/+2
| | | | Updated for LuaSocket 1.4.
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-4/+9
|
* Updated for LuaSocket 1.4Diego Nehab2001-09-121-8/+14
|
* Updated for LuaSocket 1.4.Diego Nehab2001-09-121-227/+324
| | | | Better tested, some name changes.
* Initial revisionDiego Nehab2001-09-121-0/+204
|
* Updated for LuaSocket 1.4, following LTN7 etc.Diego Nehab2001-09-121-150/+153
| | | | Module is now automaticaly tested.
* Simple HTTP functions can deal with table arguments also.Diego Nehab2001-09-121-30/+71
|
* Minor documentation changes.Diego Nehab2001-08-071-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 Nehab2001-07-291-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 Nehab2001-07-231-1/+1
|
* LUASOCKET_API now prefixes all exported function declarations.Diego Nehab2001-06-192-2/+9
|
* debug code removed.Diego Nehab2001-06-111-3/+0
|
* Removed some warnings.Diego Nehab2001-06-091-2/+2
|
* Updated for 1.3b releaseDiego Nehab2001-06-081-1/+1
|
* Updated version information.Diego Nehab2001-06-081-1/+1
|
* Added select bug test.Diego Nehab2001-06-081-11/+24
| | | | time became _time.
* sleep became _sleep.Diego Nehab2001-06-081-1/+1
|
* ftp.lua needs buffer.lua...Diego Nehab2001-06-081-0/+1
|
* Now prints the elapsed time.Diego Nehab2001-06-081-0/+5
|
* udpsocket errors are more verboseDiego Nehab2001-06-081-6/+12
|
* Issue error when select is called with invalid parameters.Diego Nehab2001-06-081-10/+11
| | | | Some warnings removed (include string.h)
* Block size increased.Diego Nehab2001-06-071-1/+1
|
* Updated for 1.3bDiego Nehab2001-06-061-8/+16
|
* Initial revisionDiego Nehab2001-06-061-0/+100
|
* Updated for 1.3b.Diego Nehab2001-06-061-5/+14
|
* Streaming by callbacks implemented.Diego Nehab2001-06-062-196/+366
|
* Updated for 1.3b version.Diego Nehab2001-06-041-1/+1
|
* Select was also crashing on non-table parameters.Diego Nehab2001-06-041-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 partsDiego Nehab2001-05-211-114/+200
| | | | chunk by chunk.
* New description for the dict.lua file.Diego Nehab2001-04-251-3/+5
|
* Transformed in a library, instead of a sample program.Diego Nehab2001-04-251-34/+62
|
* Added support to UDP socket options.Diego Nehab2001-04-231-77/+139
|
* Some internal functions were not static.Diego Nehab2001-04-161-32/+37
| | | | Correct select bug that would crash on closed sockets.
* BUG: multi-line replies were not supported.Diego Nehab2001-03-271-338/+315
| | | | Error logic simplified.
* Updated for release 1.2.1.Diego Nehab2001-03-121-1/+1
|
* Found a new way to define global version of table methods using only ~15Diego Nehab2001-03-121-144/+222
| | | | | lines of code. So, they are back. Added '*w' word receive pattern.
* Added broadcast.lua description.Diego Nehab2001-03-121-0/+9
|
* Connection closed detection was improved. Client numbers are now trackedDiego Nehab2001-03-121-12/+20
| | | | and sent along with broadcasted line.
* Initial revisionDiego Nehab2001-03-121-0/+61
|
* Corrected command line parameter bug...Diego Nehab2001-03-121-0/+1
|
* Set timeout on data socket, to avoid hangs due to no keepalive packets.Diego Nehab2001-03-121-0/+2
|
* Updated for release 1.2.1.Diego Nehab2001-03-072-34/+48
| | | | Added '*w' pattern test.
* Updated to remove use of global methods. Conforming toDiego Nehab2001-03-062-44/+44
| | | | LuaSocket release 1.2.1
* Uptated for LuaSocket 1.2. The version released was incompatible...Diego Nehab2001-03-061-2/+3
|
* Updated to remove use of global methods. Conforming toDiego Nehab2001-03-063-15/+15
| | | | LuaSocket release 1.2.1
* Updated to remove use of global methods. Conforming toDiego Nehab2001-03-061-2/+2
| | | | LuaSocket release 1.2.1
* Removed global version of table methods.Diego Nehab2001-03-061-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.1Diego Nehab2001-03-061-2/+16
| | | | Buffer size constants are now part of luasocket.h.
* Relaxed timeout tests.Diego Nehab2001-01-281-14/+15
|