aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjusted some of the broken examples.Diego Nehab2004-03-261-5/+7
|
* 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-69/+110
| | | | | | | | | | 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.
* Made them independent of namespace.Diego Nehab2003-07-051-0/+1
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-1/+1
| | | | Some testing still needed.
* Closer to release...Diego Nehab2003-03-281-1/+0
|
* 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-3/+3
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-29/+33
|
* Updated for Lua 4.1-w3.Diego Nehab2002-07-081-18/+18
|
* return gsub... is not a nice ideia, since the thing returns several results.Diego Nehab2001-09-271-1/+2
|
* 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
* Initial revisionDiego Nehab2001-09-121-0/+204