aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Few extra changes.Diego Nehab2004-06-221-4/+0
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-0/+3
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-1/+1
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-0/+1
| | | | | | | 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-7/+0
|
* Updated projects for windows to generate dlls.Diego Nehab2004-05-301-1/+8
|
* Committing with require.Diego Nehab2004-05-281-1/+8
|
* Worked on the manual.Diego Nehab2004-02-041-1/+1
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-0/+17
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.