aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FTP low-level working.Diego Nehab2004-05-251-31/+19
| | | | | SMTP connection oriented working. ltn12 improved.
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-15/+13
| | | | | | on error, return partial result in the end. http.lua rewritten.
* New filter scheme.Diego Nehab2004-03-161-42/+95
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Bug in mime.c initialization. Popping too much.Diego Nehab2004-02-121-1/+0
|
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-45/+39
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-041-73/+65
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-8/+8
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-31/+49
| | | | Looks beautiful.
* Got rid of some of the typecasts...Diego Nehab2004-01-191-19/+19
|
* Added -ansi -pedantic and faced the consequences...Diego Nehab2004-01-191-37/+42
|
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-0/+614
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.