Diego Nehab
e5e1f3dc7a
Updated for LuaSocket 1.4
...
Prints a bunch of information during download.
2001-09-27 20:02:34 +00:00
Diego Nehab
2f07549722
Binds to all interfaces.
2001-09-27 20:02:24 +00:00
Diego Nehab
74979295a2
updated for luasocket 1.4
2001-09-26 20:52:23 +00:00
Diego Nehab
164d33894e
Removed wrong host header in redirect.
...
Passing location header back to callee after redirect.
Added correct scheme test.
2001-09-26 20:40:13 +00:00
Diego Nehab
84e503afe3
Changed some variable names.
...
Added correct scheme test.
2001-09-26 20:39:46 +00:00
Diego Nehab
ef5322a92a
Changed build_url to compose from smaller parts
...
Changed build_path to add an option not to protect path components
2001-09-26 20:38:47 +00:00
Diego Nehab
6f02d1444b
Almost ready for Lua 4.1
2001-09-26 20:31:59 +00:00
Diego Nehab
6eb7f22c4b
added unsafe path composition test
...
added new build_url tests
2001-09-26 20:29:32 +00:00
Diego Nehab
4f27c376e9
added wrong scheme test
2001-09-26 20:29:18 +00:00
Diego Nehab
36b07d5fd0
added wrong scheme test
2001-09-26 20:29:01 +00:00
Diego Nehab
6dd115015c
Initial revision
2001-09-25 21:35:17 +00:00
Diego Nehab
d36460a249
updated for luasocket 1.4
2001-09-25 21:34:43 +00:00
Diego Nehab
b319e6a1e8
updated due to test location changes
2001-09-25 21:32:52 +00:00
Diego Nehab
9f677cdbf4
updated rfc reference from 1521 to 2045
2001-09-25 18:40:58 +00:00
Diego Nehab
29ab78a74a
HTTP.request was not returning response for body-less requests.
2001-09-18 20:22:59 +00:00
Diego Nehab
b73a66e635
Changed HTTP.get and HTTP.post to return status code instead of
...
status line information. Who cares about the rest of the line, anyways...
2001-09-18 18:41:01 +00:00
Diego Nehab
5b7d44e961
lua_socketlibopen now returns a result code.
...
Updated for LuaSocket 1.4.
2001-09-12 22:08:43 +00:00
Diego Nehab
d794e581ff
lua_socketlibopen now returns a result code.
2001-09-12 22:07:08 +00:00
Diego Nehab
b2df4282a3
Updated for LuaSocket 1.4
2001-09-12 18:34:31 +00:00
Diego Nehab
9546cd10ab
Updated for LuaSocket 1.4.
...
Better tested, some name changes.
2001-09-12 18:27:55 +00:00
Diego Nehab
5c622071f9
Initial revision
2001-09-12 18:27:40 +00:00
Diego Nehab
480689a702
Updated for LuaSocket 1.4, following LTN7 etc.
...
Module is now automaticaly tested.
2001-09-12 18:16:31 +00:00
Diego Nehab
504ecdc0aa
Simple HTTP functions can deal with table arguments also.
2001-09-12 18:16:09 +00:00
Diego Nehab
cb61077f7a
Minor documentation changes.
...
Constants were moved to Public table.
Updated to use new fast concatenation module (concat.lua).
2001-08-07 19:50:04 +00:00
Diego Nehab
3143c58e0f
Rewritten to comply to LTN7 (Modules & Packages).
...
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.
2001-07-29 03:51:36 +00:00
Diego Nehab
0cc37c4b41
Timeout detection bug when timeout value was 0 in the select function.
2001-07-23 20:13:01 +00:00
Diego Nehab
c16b6d9312
LUASOCKET_API now prefixes all exported function declarations.
2001-06-19 19:31:22 +00:00
Diego Nehab
ce0ad4c6b6
debug code removed.
2001-06-11 18:15:49 +00:00
Diego Nehab
6fd40adc77
Removed some warnings.
2001-06-09 21:22:57 +00:00
Diego Nehab
168fe9bacf
Updated for 1.3b release
2001-06-08 23:12:41 +00:00
Diego Nehab
8a8dfcdb72
Updated version information.
2001-06-08 22:45:55 +00:00
Diego Nehab
c51283fa62
Added select bug test.
...
time became _time.
2001-06-08 22:42:01 +00:00
Diego Nehab
bf4ca59463
sleep became _sleep.
2001-06-08 22:41:15 +00:00
Diego Nehab
6fb33f0a76
ftp.lua needs buffer.lua...
2001-06-08 22:40:57 +00:00
Diego Nehab
e9eafc7480
Now prints the elapsed time.
2001-06-08 22:40:09 +00:00
Diego Nehab
4456edcd0b
udpsocket errors are more verbose
2001-06-08 22:36:30 +00:00
Diego Nehab
23dcfabcf1
Issue error when select is called with invalid parameters.
...
Some warnings removed (include string.h)
2001-06-08 22:22:37 +00:00
Diego Nehab
d684be0cff
Block size increased.
2001-06-07 20:52:34 +00:00
Diego Nehab
2b7ea458d6
Updated for 1.3b
2001-06-06 21:00:11 +00:00
Diego Nehab
8f1349ddd4
Initial revision
2001-06-06 20:59:36 +00:00
Diego Nehab
f66963f9a1
Updated for 1.3b.
2001-06-06 20:59:12 +00:00
Diego Nehab
c53ad62b00
Streaming by callbacks implemented.
2001-06-06 20:55:45 +00:00
Diego Nehab
77090c53fe
Updated for 1.3b version.
2001-06-04 20:45:17 +00:00
Diego Nehab
791c9f3168
Select was also crashing on non-table parameters.
...
Changed time to _time and sleep to _sleep to avoid name clashes.
2001-06-04 20:44:39 +00:00
Diego Nehab
f1ae9db45e
HTTP message bodies are transfered using a callback to return body parts
...
chunk by chunk.
2001-05-21 18:12:20 +00:00
Diego Nehab
f68b4dd136
New description for the dict.lua file.
2001-04-25 20:11:03 +00:00
Diego Nehab
7d60e27bea
Transformed in a library, instead of a sample program.
2001-04-25 20:08:21 +00:00
Diego Nehab
8c6473577d
Added support to UDP socket options.
2001-04-23 22:37:55 +00:00
Diego Nehab
561177a1dd
Some internal functions were not static.
...
Correct select bug that would crash on closed sockets.
2001-04-16 19:56:33 +00:00
Diego Nehab
bd0bf45979
BUG: multi-line replies were not supported.
...
Error logic simplified.
2001-03-27 19:25:11 +00:00