Commit Graph

275 Commits

Author SHA1 Message Date
Diego Nehab
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
Diego Nehab
6789b83ff5 Starting to use RCS in princeton again. Not behind a firewall anymore. 2003-08-31 00:58:07 +00:00
Diego Nehab
c51d4acf1c Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
Diego Nehab
3099704aff Made them independent of namespace. 2003-07-05 06:11:32 +00:00
Diego Nehab
167727be3c Bug in usocket_recv... 2003-06-30 06:10:02 +00:00
Diego Nehab
71f6bb60bf Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
2003-06-26 18:47:49 +00:00
Diego Nehab
f330540576 Compiles and runs on linux and windows, using DLLs! 2003-06-11 01:42:18 +00:00
Diego Nehab
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
Diego Nehab
b2724ad2d1 New sock.h has nothing to do with class sock... 2003-05-25 01:56:46 +00:00
Diego Nehab
0f6c8d50a9 Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
Diego Nehab
c1ef3e7103 Released luasocket-1.5-work! 2003-03-28 23:29:45 +00:00
Diego Nehab
335cdbf334 Compiled in SunOS 2003-03-28 22:14:06 +00:00
Diego Nehab
f18d1b7cd0 Closer to release... 2003-03-28 21:08:50 +00:00
Diego Nehab
cf4d923d70 Ported to Win32! 2003-03-21 01:07:23 +00:00
Diego Nehab
d3d4156ef9 Completed port to Lua 5.0-beta. 2003-03-20 23:11:25 +00:00
Diego Nehab
53857360bb Finish port to Lua 5. Everything is working fine.
Still doesn't work in Windows.
2003-03-20 00:24:44 +00:00
Diego Nehab
7da19138e3 Faltam testes de ftp e smtp. O resto passa. 2002-12-03 07:20:34 +00:00
Diego Nehab
d7e80592a6 Already compiling and running for Lua 5.0 (alpha) 2002-12-02 23:34:41 +00:00
Diego Nehab
0fc2302221 Initial revision 2002-07-08 21:55:01 +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
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
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
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
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
8a8dfcdb72 Updated version information. 2001-06-08 22:45:55 +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
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
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
Diego Nehab
f643710fa2 Found a new way to define global version of table methods using only ~15
lines of code. So, they are back.
Added '*w' word receive pattern.
2001-03-12 20:04:25 +00:00
Diego Nehab
27371883ef Removed global version of table methods.
Close method is now permitted on closed sockets.
Added generalized select support.
Removed poll method, replaced by select with advantage.
2001-03-06 19:03:10 +00:00
Diego Nehab
297576affa Updated for release 1.2.1
Buffer size constants are now part of luasocket.h.
2001-03-06 19:01:44 +00:00
Diego Nehab
159823e200 Added support for the CYGWIN gcc compiler. 2001-01-28 02:16:20 +00:00
Diego Nehab
a466bd5d42 Data connection is now passive. Even minimum FTP servers are usable. 2001-01-25 22:03:16 +00:00
Diego Nehab
bee46b39bf HTTP is now generic, with function http_request.
RFC is more strictly followed.
2001-01-25 22:01:37 +00:00
Diego Nehab
973295ba18 UDP code implemented.
DNS code has been rewritten.
Almost everything has been changed. :-)
2001-01-25 21:53:02 +00:00
Diego Nehab
84baa83864 The actuall bind to the Lua language has been rewritten with
generalized use of closure values. Sockets are now real tables,
where each method receives a p_sock structure as a closure.
Global version of methods are now optional, and call the table
versions.
Included the toip function that converts from host name to ip address.
new implementation of '*a' was broken as has been fixed.
The windows code has been tested and is working.
2001-01-15 04:16:35 +00:00
Diego Nehab
b40d2ba005 Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. 2001-01-13 07:11:44 +00:00
Diego Nehab
41643c2643 All input from sockets is now buffered. This has drastically
improved line I/O. The code is much simpler now, too. All
timeout management has been rewritten.
2001-01-13 07:10:00 +00:00
Diego Nehab
17c4d1c305 Initial revision 2000-12-29 22:15:09 +00:00
Diego Nehab
6f9d15b660 Simplified SIGPIPE treatment.
Changed some ints to size_ts.
2000-12-29 22:08:56 +00:00
Diego Nehab
df9a7e548f Added new receive pattern "*a"
Added new bind pattern "*" that binds to INADDR_ANY
bind now also returns the ip and port bound to.
2000-12-27 19:19:22 +00:00
Diego Nehab
d455d1707f Initial revision 2000-06-02 17:55:14 +00:00