aboutsummaryrefslogtreecommitdiff
path: root/test/httptest.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-10/+114
| | | | Looks beautiful.
* Added gethostname.Diego Nehab2004-01-191-8/+8
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-8/+8
| | | | | | | | | | 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.
* Added proxy support to http.luaDiego Nehab2004-01-191-42/+79
| | | | | Changed callback.lua module, but need more work. Added local connect support.
* Added new filter to code.c, to convert between line conventions.Diego Nehab2004-01-181-2/+1
|
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-181-1/+2
|
* http.lua updated. still needs proxy support.Diego Nehab2004-01-161-37/+52
| | | | code.lua updated. looks neat.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-9/+6
|
* Compiled in WinXPDiego Nehab2003-03-281-21/+21
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-9/+9
| | | | Still doesn't work in Windows.
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-031-45/+43
|
* Using noglobals.luaDiego Nehab2002-07-081-41/+30
| | | | | Não carrega mais os modulos. Ajeitados alguns nomes.
* added wrong scheme testDiego Nehab2001-09-261-0/+12
|
* updated for luasocket 1.4Diego Nehab2001-09-251-72/+296
|
* Now prints the elapsed time.Diego Nehab2001-06-081-0/+5
|
* Initial revisionDiego Nehab2001-01-251-0/+85