aboutsummaryrefslogtreecommitdiff
path: root/src/ltn12.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+0
|
* Still work to do in the manual...Diego Nehab2004-06-161-0/+8
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-2/+0
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-10/+11
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Só pra não perder se der merda.Diego Nehab2004-06-041-10/+26
|
* FTP low-level working.Diego Nehab2004-05-251-26/+20
| | | | | SMTP connection oriented working. ltn12 improved.
* complicated bug in ltn12.filter.chain...Diego Nehab2004-04-011-1/+16
|
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-0/+13
|
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-3/+2
| | | | | | on error, return partial result in the end. http.lua rewritten.
* Seems to be working.Diego Nehab2004-03-191-5/+5
|
* Message source in smtp.lua is a work of art.Diego Nehab2004-03-181-4/+20
|
* New filter scheme.Diego Nehab2004-03-161-21/+54
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-0/+171
Still crashes on invalid input. Dunno why.