aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Compiled in WinXPDiego Nehab2003-03-281-21/+21
|
* Compiled in SunOSDiego Nehab2003-03-281-0/+1
|
* Local index in for loop was getting changed...Diego Nehab2003-03-281-14/+14
|
* Closer to release...Diego Nehab2003-03-2831-77/+163
|
* The test directory!Diego Nehab2003-03-2111-0/+6051
|
* Ported to Win32!Diego Nehab2003-03-217-45/+55
|
* Completed port to Lua 5.0-beta.Diego Nehab2003-03-205-18/+20
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-2011-276/+288
| | | | Still doesn't work in Windows.
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-039-148/+141
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-0212-102/+165
|
* Usando noglobals.luaDiego Nehab2002-07-081-14/+0
|
* Usando localhost por default.Diego Nehab2002-07-081-1/+1
|
* Testes reformulados.Diego Nehab2002-07-082-513/+458
|
* Usando noglobals.lua e parsembox.luaDiego Nehab2002-07-081-57/+3
|
* Initial revisionDiego Nehab2002-07-081-0/+45
|
* Using noglobals.luaDiego Nehab2002-07-081-41/+30
| | | | | Não carrega mais os modulos. Ajeitados alguns nomes.
* Using noglobals.luaDiego Nehab2002-07-081-20/+6
| | | | | Ajeitados alguns paths. Não carrega mais os modulos.
* Updated for Lua 4.1-w3.Diego Nehab2002-07-083-112/+105
|
* Updated for Lua 4.1-w3.Diego Nehab2002-07-081-54/+55
| | | | Dealing with 100 response codes.
* Do not load modules anymore.Diego Nehab2002-07-081-7/+0
|
* Sockets are not tables anymore.Diego Nehab2002-07-081-34/+37
|
* LuaSocket 1.5 (4.1w3)Diego Nehab2002-07-081-14/+6
|
* Initial revisionDiego Nehab2002-07-082-0/+394
|
* internet class.Diego Nehab2002-07-031-70/+46
|
* Initial revisionDiego Nehab2002-07-037-0/+552
|
* select implementation.Diego Nehab2002-07-031-153/+95
|
* main module. just initializes other modules.Diego Nehab2002-07-031-2151/+37
|
* Corrigido bug no select.Diego Nehab2002-06-101-3/+3
|
* Initial revisionDiego Nehab2002-03-272-0/+371
|
* Initial revisionDiego Nehab2002-03-221-0/+194
|
* Initial revisionDiego Nehab2002-03-211-0/+352
|
* return gsub... is not a nice ideia, since the thing returns several results.Diego Nehab2001-09-271-1/+2
|
* Updated for LuaSocket 1.4Diego Nehab2001-09-271-7/+24
|
* Indent broken links.Diego Nehab2001-09-271-1/+1
|
* Initial revisionDiego Nehab2001-09-271-0/+99
|
* Updated for LuaSocket 1.4Diego Nehab2001-09-271-52/+99
| | | | Prints a bunch of information during download.
* Binds to all interfaces.Diego Nehab2001-09-271-1/+1
|
* updated for luasocket 1.4Diego Nehab2001-09-261-5/+6
|
* Removed wrong host header in redirect.Diego Nehab2001-09-261-3/+11
| | | | | Passing location header back to callee after redirect. Added correct scheme test.
* Changed some variable names.Diego Nehab2001-09-261-20/+26
| | | | Added correct scheme test.
* Changed build_url to compose from smaller partsDiego Nehab2001-09-261-9/+35
| | | | Changed build_path to add an option not to protect path components
* Almost ready for Lua 4.1Diego Nehab2001-09-261-97/+87
|
* added unsafe path composition testDiego Nehab2001-09-261-2/+150
| | | | added new build_url tests
* added wrong scheme testDiego Nehab2001-09-261-0/+12
|
* added wrong scheme testDiego Nehab2001-09-261-0/+4
|
* Initial revisionDiego Nehab2001-09-252-0/+694
|
* updated for luasocket 1.4Diego Nehab2001-09-252-103/+414
|
* updated due to test location changesDiego Nehab2001-09-251-6/+15
|
* updated rfc reference from 1521 to 2045Diego Nehab2001-09-251-1/+1
|
* HTTP.request was not returning response for body-less requests.Diego Nehab2001-09-181-19/+20
|