Commit Graph

825 Commits

Author SHA1 Message Date
5b279bac9e Settimeout wasn't returning 1...
http.lua is even cleaner. No trash in respt table.
2004-03-22 07:45:07 +00:00
1fa65d89ca Adjusted some details, got rid of old files, added some new. 2004-03-22 04:15:03 +00:00
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
2a14ac4fe4 Adjusted some fine details. 2004-03-19 06:14:56 +00:00
e896454e6c Seems to be working. 2004-03-19 05:04:03 +00:00
2c160627e5 Message source in smtp.lua is a work of art. 2004-03-18 07:01:14 +00:00
bcc0c2a9f0 New filter scheme.
ltn12 and mime updated.
smtp/ftp broken.
2004-03-16 06:42:53 +00:00
b6edaac284 Bug in mime.c initialization. Popping too much. 2004-02-12 04:21:34 +00:00
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
0b2542d1a6 Worked on the manual.
Implemented stuffing (needs test)
Added cddb and qp examples.
2004-02-04 14:29:11 +00:00
f67864f86c DNS lookup was taking too long and fucking up the connect tests. 2004-01-24 03:21:33 +00:00
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
0c9f420a35 New accept/connect code.
Better error checking.
Better tests.
__tostring implemented.
2004-01-24 00:18:19 +00:00
42e0e74487 Adjusted wsocket to match usocket. Adjusted windows projects. 2004-01-21 20:16:48 +00:00
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
e63f500d24 Adding the callback.lua documentation. 2004-01-21 06:33:47 +00:00
68d57dc931 Corrected connect in windows. Wasn't setting errno... 2004-01-21 01:28:32 +00:00
3a7ac1e043 Changed the naming convention of the mime module.
Looks beautiful.
2004-01-21 01:09:50 +00:00
0b61b577f5 Just performs b64 encoding of stdin to stdout. 2004-01-20 22:21:50 +00:00
a91a0f808d Adjusted css for windows. 2004-01-20 20:24:51 +00:00
3f1712ed48 Added gethostname.
Cleaned up TODO.
Moved luasocket specific stuff from auxiliar.c to luasocket.c
2004-01-19 18:22:51 +00:00
fbb42b80cb Seems to be working on windows and linux. 2004-01-19 16:18:31 +00:00
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
f210508b22 Got rid of some of the typecasts... 2004-01-19 15:38:33 +00:00
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
24fbcf3470 Fixed more reported bugs. 2003-09-21 20:00:23 +00:00
c554b0c9df smtp.mail was a broken link in reference.html pointing to the old mod.html. 2003-09-21 17:57:11 +00:00
2b11e2bde9 Corrected bugs found by Steve Elkins 2003-09-21 16:44:27 +00:00
982781f146 LuaSocket 2.0 User's Manual. 2003-08-31 01:00:15 +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
90063f9e77 Oh well. More modifications. 2003-06-30 18:58:01 +00:00
4cbd8e1983 And this. 2003-06-30 18:57:07 +00:00
d9a1bdbf69 Forgot this. 2003-06-30 18:55:58 +00:00
a581d2333b Releasing 2.0 alpha!!! 2003-06-30 18:53:10 +00:00
167727be3c Bug in usocket_recv... 2003-06-30 06:10:02 +00:00
bd54cd42d4 Few adjustments for windows. 2003-06-26 21:14:17 +00:00