aboutsummaryrefslogtreecommitdiff
path: root/test/mimetest.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-23/+23
|
* Fix. use table.unpack in mimetest on Lua 5.2.moteus2013-05-271-0/+2
|
* Decent makefiles!Diego Nehab2009-05-271-0/+24
|
* LTN12 bug removed.Diego Nehab2004-11-281-3/+10
|
* New LTN12 test procedures (still short, but growing)Diego Nehab2004-11-281-36/+0
| | | | LTN12 avoids coroutines.
* Little bug in manual.Diego Nehab2004-11-171-2/+2
|
* My own ltn12.filter.chain is done.Diego Nehab2004-10-121-12/+25
| | | | | Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-1/+1
|
* Coroutine-free filter.chain.Diego Nehab2004-07-291-1/+1
|
* Gonna try my luck on windows...Diego Nehab2004-07-261-1/+1
|
* Compiles and runs on windows.Diego Nehab2004-07-021-1/+1
|
* More TODO.Diego Nehab2004-06-241-0/+1
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-1/+1
|
* Fixing bugs...Diego Nehab2004-06-201-2/+2
|
* Compiled and tested on Windows...Diego Nehab2004-06-171-1/+1
|
* Still work to do in the manual...Diego Nehab2004-06-161-1/+1
|
* Runs on Linux.Diego Nehab2004-06-151-1/+1
|
* Só pra não perder se der merda.Diego Nehab2004-06-041-3/+3
|
* Adjusting back to work in macosx.Diego Nehab2004-05-311-4/+4
|
* Updated projects for windows to generate dlls.Diego Nehab2004-05-301-1/+1
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-1/+5
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-281-1/+5
|
* complicated bug in ltn12.filter.chain...Diego Nehab2004-04-011-7/+48
|
* New filter scheme.Diego Nehab2004-03-161-11/+20
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-57/+36
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-041-0/+15
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-5/+5
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* Corrected connect in windows. Wasn't setting errno...Diego Nehab2004-01-211-1/+1
|
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-15/+15
| | | | Looks beautiful.
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-0/+236
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.