Diego Nehab
9ed7f955e5
Só pra não perder se der merda.
2004-06-04 15:15:45 +00:00
Diego Nehab
8841e0f3c1
Updated projects for windows to generate dlls.
2004-05-30 23:23:05 +00:00
Diego Nehab
5ca1049ab4
Fine tuning the "require" business.
2004-05-30 21:36:22 +00:00
Diego Nehab
c23240726e
Changed require"luasocket" to require"socket".
2004-05-28 20:40:13 +00:00
Diego Nehab
6c565dd7c0
Almost there.
2004-05-28 07:47:41 +00:00
Diego Nehab
84f03fda7c
Previous bug fix caused a new bug. :o/
2004-05-28 07:38:12 +00:00
Diego Nehab
c98dc99199
Bug feioso no UDP e possivelmente no TCP também.
2004-05-28 07:24:43 +00:00
Diego Nehab
694edcc3c1
Committing with require.
2004-05-28 06:16:43 +00:00
Diego Nehab
bf738a0336
Working with in the manual.
2004-05-26 04:58:32 +00:00
Diego Nehab
5c13076f89
Have to check retr or stor command result before accepting data connection.
2004-05-25 05:49:07 +00:00
Diego Nehab
888496aa82
FTP low-level working.
...
SMTP connection oriented working.
ltn12 improved.
2004-05-25 05:27:44 +00:00
Diego Nehab
4fc164b8ea
Releasing LTN012.
2004-05-19 07:07:11 +00:00
Diego Nehab
d92132e87a
complicated bug in ltn12.filter.chain...
2004-04-01 07:32:53 +00:00
Diego Nehab
e5a090b01c
Using socket pumps in http.lua.
...
Adjusted socket.try.
2004-03-26 06:05:20 +00:00
Diego Nehab
e77f179200
Adjusted some of the broken examples.
2004-03-26 00:18:41 +00:00
Diego Nehab
5b279bac9e
Settimeout wasn't returning 1...
...
http.lua is even cleaner. No trash in respt table.
2004-03-22 07:45:07 +00:00
Diego Nehab
1fa65d89ca
Adjusted some details, got rid of old files, added some new.
2004-03-22 04:15:03 +00:00
Diego Nehab
4919a83d22
Changed receive function. Now uniform with all other functions. Returns nil
...
on error, return partial result in the end.
http.lua rewritten.
2004-03-21 07:50:15 +00:00
Diego Nehab
2a14ac4fe4
Adjusted some fine details.
2004-03-19 06:14:56 +00:00
Diego Nehab
e896454e6c
Seems to be working.
2004-03-19 05:04:03 +00:00
Diego Nehab
2c160627e5
Message source in smtp.lua is a work of art.
2004-03-18 07:01:14 +00:00
Diego Nehab
bcc0c2a9f0
New filter scheme.
...
ltn12 and mime updated.
smtp/ftp broken.
2004-03-16 06:42:53 +00:00
Diego Nehab
b6edaac284
Bug in mime.c initialization. Popping too much.
2004-02-12 04:21:34 +00:00
Diego Nehab
390846b640
Added ltn12 module. Modified mime to be stand alone.
...
Still crashes on invalid input. Dunno why.
2004-02-11 03:31:53 +00:00
Diego Nehab
0b2542d1a6
Worked on the manual.
...
Implemented stuffing (needs test)
Added cddb and qp examples.
2004-02-04 14:29:11 +00:00
Diego Nehab
62a4c505e4
Working on the manual...
...
Making better tests for error messages.
Changed a few names.
Moved gethostname to inet.c.
2004-01-24 02:47:24 +00:00
Diego Nehab
0c9f420a35
New accept/connect code.
...
Better error checking.
Better tests.
__tostring implemented.
2004-01-24 00:18:19 +00:00
Diego Nehab
42e0e74487
Adjusted wsocket to match usocket. Adjusted windows projects.
2004-01-21 20:16:48 +00:00
Diego Nehab
195069cf5f
Fixed functions that return messages in ?socket.c.
...
Moved complexity of connect and accept there.
Created a new options.c module to take care of options.
Auxiliar.c is now cleaner.
2004-01-21 18:40:52 +00:00
Diego Nehab
68d57dc931
Corrected connect in windows. Wasn't setting errno...
2004-01-21 01:28:32 +00:00
Diego Nehab
3a7ac1e043
Changed the naming convention of the mime module.
...
Looks beautiful.
2004-01-21 01:09:50 +00:00
Diego Nehab
3f1712ed48
Added gethostname.
...
Cleaned up TODO.
Moved luasocket specific stuff from auxiliar.c to luasocket.c
2004-01-19 18:22:51 +00:00
Diego Nehab
fbb42b80cb
Seems to be working on windows and linux.
2004-01-19 16:18:31 +00:00
Diego Nehab
46d8f4eabe
Changed to be able to compile with -ansi and -pedantic!
...
Have to try in MacOS X again...
2004-01-19 15:54:42 +00:00
Diego Nehab
f210508b22
Got rid of some of the typecasts...
2004-01-19 15:38:33 +00:00
Diego Nehab
32a3b93512
Added -ansi -pedantic and faced the consequences...
2004-01-19 06:07:17 +00:00
Diego Nehab
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
Diego Nehab
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
Diego Nehab
3ea9271126
Added new filter to code.c, to convert between line conventions.
2004-01-18 08:59:21 +00:00
Diego Nehab
50ce143725
Have to figure out how to test timeout on connect... kind of hard.
2004-01-18 06:41:43 +00:00
Diego Nehab
87e8737218
Fixed bug in accept, added tests for it and for connect with timeout.
2004-01-18 05:35:56 +00:00
Diego Nehab
51fcb5a7bd
Still needs testing, but "worked" in Linux.
2004-01-18 00:18:56 +00:00
Diego Nehab
c8d58798f0
Trying to get connect-with-timeout to work. Darwin works...
2004-01-18 00:04:20 +00:00
Diego Nehab
02ef4e7daa
Trying to get rid of EINTR problems...
2004-01-17 08:02:04 +00:00
Diego Nehab
076451c753
Tested in windows. Still needs more testing, but progress has been made.
2004-01-17 00:17:46 +00:00
Diego Nehab
89f3ecf782
http.lua updated. still needs proxy support.
...
code.lua updated. looks neat.
2004-01-16 07:06:31 +00:00
Diego Nehab
3febb302ad
Killed a few bugs found by Tomas.
2003-11-27 00:30:54 +00:00
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