Commit Graph

110 Commits

Author SHA1 Message Date
Diego Nehab
d7e80592a6 Already compiling and running for Lua 5.0 (alpha) 2002-12-02 23:34:41 +00:00
Diego Nehab
b796207ce0 Usando noglobals.lua 2002-07-08 21:57:18 +00:00
Diego Nehab
5b911918e3 Usando localhost por default. 2002-07-08 21:56:57 +00:00
Diego Nehab
7b99195649 Testes reformulados. 2002-07-08 21:56:01 +00:00
Diego Nehab
af181244d9 Usando noglobals.lua e parsembox.lua 2002-07-08 21:55:35 +00:00
Diego Nehab
0fc2302221 Initial revision 2002-07-08 21:55:01 +00:00
Diego Nehab
daff3db32e Using noglobals.lua
Não carrega mais os modulos.
Ajeitados alguns nomes.
2002-07-08 21:54:28 +00:00
Diego Nehab
65dd618553 Using noglobals.lua
Ajeitados alguns paths.
Não carrega mais os modulos.
2002-07-08 21:53:33 +00:00
Diego Nehab
5b2a124305 Updated for Lua 4.1-w3. 2002-07-08 21:01:45 +00:00
Diego Nehab
60e7bf48b0 Updated for Lua 4.1-w3.
Dealing with 100 response codes.
2002-07-08 21:01:18 +00:00
Diego Nehab
9d7f43768a Do not load modules anymore. 2002-07-08 20:58:36 +00:00
Diego Nehab
112e51be58 Sockets are not tables anymore. 2002-07-08 20:56:36 +00:00
Diego Nehab
c27087ca95 LuaSocket 1.5 (4.1w3) 2002-07-08 20:44:12 +00:00
Diego Nehab
cbffc42f29 Initial revision 2002-07-08 20:14:09 +00:00
Diego Nehab
46828c1a7d internet class. 2002-07-03 19:06:55 +00:00
Diego Nehab
88026bef8a Initial revision 2002-07-03 19:06:54 +00:00
Diego Nehab
9b8bce6465 select implementation. 2002-07-03 19:06:53 +00:00
Diego Nehab
b04b81ddd9 main module. just initializes other modules. 2002-07-03 19:06:52 +00:00
Diego Nehab
5a92c17d85 Corrigido bug no select. 2002-06-10 18:38:08 +00:00
Diego Nehab
8f05082f77 Initial revision 2002-03-27 18:00:00 +00:00
Diego Nehab
3bd99ec599 Initial revision 2002-03-22 20:07:43 +00:00
Diego Nehab
e2d21b237d Initial revision 2002-03-21 13:52:38 +00:00
Diego Nehab
29ce2303c8 return gsub... is not a nice ideia, since the thing returns several results. 2001-09-27 20:05:30 +00:00
Diego Nehab
27e6140a90 Updated for LuaSocket 1.4 2001-09-27 20:04:47 +00:00
Diego Nehab
480e66d539 Indent broken links. 2001-09-27 20:04:21 +00:00
Diego Nehab
ad997de556 Initial revision 2001-09-27 20:02:58 +00:00
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