Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-05-25 | Have to check retr or stor command result before accepting data connection. | Diego Nehab | 1 | -4/+3 | |
2004-05-25 | FTP low-level working. | Diego Nehab | 15 | -648/+690 | |
SMTP connection oriented working. ltn12 improved. | |||||
2004-05-19 | Releasing LTN012. | Diego Nehab | 1 | -1/+1 | |
2004-04-01 | complicated bug in ltn12.filter.chain... | Diego Nehab | 3 | -9/+65 | |
2004-03-26 | Using socket pumps in http.lua. | Diego Nehab | 5 | -124/+41 | |
Adjusted socket.try. | |||||
2004-03-26 | Adjusted some of the broken examples. | Diego Nehab | 5 | -35/+28 | |
2004-03-22 | Settimeout wasn't returning 1... | Diego Nehab | 3 | -63/+64 | |
http.lua is even cleaner. No trash in respt table. | |||||
2004-03-22 | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 12 | -97/+132 | |
2004-03-21 | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 9 | -638/+303 | |
on error, return partial result in the end. http.lua rewritten. | |||||
2004-03-19 | Adjusted some fine details. | Diego Nehab | 2 | -3/+56 | |
2004-03-19 | Seems to be working. | Diego Nehab | 4 | -69/+111 | |
2004-03-18 | Message source in smtp.lua is a work of art. | Diego Nehab | 4 | -155/+118 | |
2004-03-16 | New filter scheme. | Diego Nehab | 17 | -527/+565 | |
ltn12 and mime updated. smtp/ftp broken. | |||||
2004-02-12 | Bug in mime.c initialization. Popping too much. | Diego Nehab | 1 | -1/+0 | |
2004-02-11 | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 12 | -161/+291 | |
Still crashes on invalid input. Dunno why. | |||||
2004-02-04 | Worked on the manual. | Diego Nehab | 37 | -322/+639 | |
Implemented stuffing (needs test) Added cddb and qp examples. | |||||
2004-01-24 | DNS lookup was taking too long and fucking up the connect tests. | Diego Nehab | 1 | -3/+5 | |
2004-01-24 | Working on the manual... | Diego Nehab | 21 | -314/+340 | |
Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | |||||
2004-01-24 | New accept/connect code. | Diego Nehab | 10 | -194/+422 | |
Better error checking. Better tests. __tostring implemented. | |||||
2004-01-21 | Adjusted wsocket to match usocket. Adjusted windows projects. | Diego Nehab | 6 | -63/+79 | |
2004-01-21 | Fixed functions that return messages in ?socket.c. | Diego Nehab | 16 | -275/+284 | |
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 | Adding the callback.lua documentation. | Diego Nehab | 2 | -1/+253 | |
2004-01-21 | Corrected connect in windows. Wasn't setting errno... | Diego Nehab | 2 | -3/+9 | |
2004-01-21 | Changed the naming convention of the mime module. | Diego Nehab | 7 | -117/+234 | |
Looks beautiful. |