aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mime: include reorgE. Westbrook2019-03-101-1/+0
|
* mime.h: use LUASOCKET_APIE. Westbrook2019-02-251-8/+2
|
* Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab2013-06-111-2/+2
|
* First stab at documenationDiego Nehab2012-04-171-2/+2
| | | | | | | | | Update Lua and Luasocket version in samples and in documentation Documented ipv5_v6only default option being set Documented tcp6 and udp6 Documented dns.getaddrinfo Documented zero-sized datagram change? Documented getoption
* Decent makefiles!Diego Nehab2009-05-271-4/+2
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-2/+2
| | | | Also fixed returns on closed socket.
* Almost done 2.0.1.Diego Nehab2006-04-031-2/+2
|
* Almost ready to release.Diego Nehab2005-09-291-2/+9
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-1/+1
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-1/+1
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-1/+1
|
* 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.