Commit Graph

198 Commits

Author SHA1 Message Date
Diego Nehab
680473dd32 Runs on Linux. 2004-06-15 20:05:23 +00:00
Diego Nehab
58096449c6 Manual is almost done. HTTP is missing.
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
2004-06-15 06:24:00 +00:00
Diego Nehab
9ed7f955e5 Só pra não perder se der merda. 2004-06-04 15:15:45 +00:00
Diego Nehab
63d60223da Adjusting back to work in macosx. 2004-05-31 01:16:00 +00:00
Diego Nehab
24babecdd3 Updated with new dynamic linking scheme. 2004-05-30 23:33:36 +00:00
Diego Nehab
e70d404a10 doesn't fail on windows. 2004-05-30 23:30:00 +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
9297b074d5 Dynamic linking working for Linux. 2004-05-28 06:25:57 +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
4b7c2db4b7 Forgot this file. 2004-05-25 06:52:06 +00:00
Diego Nehab
c53dad9883 Starting the manual. Oh well. 2004-05-25 06:51:43 +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
f67864f86c DNS lookup was taking too long and fucking up the connect tests. 2004-01-24 03:21:33 +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
e63f500d24 Adding the callback.lua documentation. 2004-01-21 06:33:47 +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
0b61b577f5 Just performs b64 encoding of stdin to stdout. 2004-01-20 22:21:50 +00:00
Diego Nehab
a91a0f808d Adjusted css for windows. 2004-01-20 20:24:51 +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