Commit Graph

387 Commits

Author SHA1 Message Date
32a3b93512 Added -ansi -pedantic and faced the consequences... 2004-01-19 06:07:17 +00:00
5b8d7dec54 Updated some of the callbacks in callback.lua.
Update get.lua to use the new callbacks.
The old "code" module is now the "mime" module.
Updated all modules that depended on it.
Updated url.lua to use the new namespace scheme, and moved the
    escape and unescape functions that used to be in the code.lua module
    to it, since these are specific to urls.
Updated the callback entries in the manual.
2004-01-19 05:41:30 +00:00
6ac82d50ee Added proxy support to http.lua
Changed callback.lua module, but need more work.
Added local connect support.
2004-01-19 00:24:41 +00:00
3ea9271126 Added new filter to code.c, to convert between line conventions. 2004-01-18 08:59:21 +00:00
50ce143725 Have to figure out how to test timeout on connect... kind of hard. 2004-01-18 06:41:43 +00:00
87e8737218 Fixed bug in accept, added tests for it and for connect with timeout. 2004-01-18 05:35:56 +00:00
51fcb5a7bd Still needs testing, but "worked" in Linux. 2004-01-18 00:18:56 +00:00
c8d58798f0 Trying to get connect-with-timeout to work. Darwin works... 2004-01-18 00:04:20 +00:00
02ef4e7daa Trying to get rid of EINTR problems... 2004-01-17 08:02:04 +00:00
076451c753 Tested in windows. Still needs more testing, but progress has been made. 2004-01-17 00:17:46 +00:00
89f3ecf782 http.lua updated. still needs proxy support.
code.lua updated. looks neat.
2004-01-16 07:06:31 +00:00
3febb302ad Killed a few bugs found by Tomas. 2003-11-27 00:30:54 +00:00
9bc4e0648a First version of generic SMTP code and of the base64 encoding.
Gonna rewrite the base64 stuff (found a better way).
2003-10-21 01:12:23 +00:00
6789b83ff5 Starting to use RCS in princeton again. Not behind a firewall anymore. 2003-08-31 00:58:07 +00:00
c51d4acf1c Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
3099704aff Made them independent of namespace. 2003-07-05 06:11:32 +00:00
167727be3c Bug in usocket_recv... 2003-06-30 06:10:02 +00:00
71f6bb60bf Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
2003-06-26 18:47:49 +00:00
f330540576 Compiles and runs on linux and windows, using DLLs! 2003-06-11 01:42:18 +00:00
58bdb658aa Select re-implemented in a nicer way.
Few changes in internal class and group registration.
Lua modules are compiled and built into library.
Dynamic library tested in Linux and Mac OS X.
2003-06-09 18:23:40 +00:00
b2724ad2d1 New sock.h has nothing to do with class sock... 2003-05-25 01:56:46 +00:00
0f6c8d50a9 Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
c1ef3e7103 Released luasocket-1.5-work! 2003-03-28 23:29:45 +00:00
335cdbf334 Compiled in SunOS 2003-03-28 22:14:06 +00:00
f18d1b7cd0 Closer to release... 2003-03-28 21:08:50 +00:00
cf4d923d70 Ported to Win32! 2003-03-21 01:07:23 +00:00
d3d4156ef9 Completed port to Lua 5.0-beta. 2003-03-20 23:11:25 +00:00
53857360bb Finish port to Lua 5. Everything is working fine.
Still doesn't work in Windows.
2003-03-20 00:24:44 +00:00
7da19138e3 Faltam testes de ftp e smtp. O resto passa. 2002-12-03 07:20:34 +00:00
d7e80592a6 Already compiling and running for Lua 5.0 (alpha) 2002-12-02 23:34:41 +00:00
0fc2302221 Initial revision 2002-07-08 21:55:01 +00:00
5b2a124305 Updated for Lua 4.1-w3. 2002-07-08 21:01:45 +00:00
60e7bf48b0 Updated for Lua 4.1-w3.
Dealing with 100 response codes.
2002-07-08 21:01:18 +00:00
c27087ca95 LuaSocket 1.5 (4.1w3) 2002-07-08 20:44:12 +00:00
cbffc42f29 Initial revision 2002-07-08 20:14:09 +00:00
46828c1a7d internet class. 2002-07-03 19:06:55 +00:00
88026bef8a Initial revision 2002-07-03 19:06:54 +00:00
9b8bce6465 select implementation. 2002-07-03 19:06:53 +00:00
b04b81ddd9 main module. just initializes other modules. 2002-07-03 19:06:52 +00:00
5a92c17d85 Corrigido bug no select. 2002-06-10 18:38:08 +00:00
8f05082f77 Initial revision 2002-03-27 18:00:00 +00:00
3bd99ec599 Initial revision 2002-03-22 20:07:43 +00:00
e2d21b237d Initial revision 2002-03-21 13:52:38 +00:00
29ce2303c8 return gsub... is not a nice ideia, since the thing returns several results. 2001-09-27 20:05:30 +00:00
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
84e503afe3 Changed some variable names.
Added correct scheme test.
2001-09-26 20:39:46 +00:00
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
6f02d1444b Almost ready for Lua 4.1 2001-09-26 20:31:59 +00:00
29ab78a74a HTTP.request was not returning response for body-less requests. 2001-09-18 20:22:59 +00:00
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