aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+0
|
* HTTP now has only one function.Diego Nehab2004-06-161-1/+2
|
* Simplified HTTP module.Diego Nehab2004-06-161-1/+1
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-3/+0
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-3/+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-9/+7
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-1/+2
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
|
* Almost there.Diego Nehab2004-05-281-4/+2
|
* Committing with require.Diego Nehab2004-05-281-1/+1
|
* 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