aboutsummaryrefslogtreecommitdiff
path: root/etc/get.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup; move ./etc into ./samples and mark 'unsupported'Thijs Schreijer2022-03-291-141/+0
|
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-1/+1
|
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-1/+1
| | | | | table.getn was deprecated in Lua 5.1 in favor of #, the length operator. See: http://www.lua.org/manual/5.1/manual.html#7.2
* Making progress toward a releaseDiego Nehab2012-04-231-1/+0
| | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-53/+53
|
* Couple bug fixes.Diego Nehab2007-03-121-4/+6
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-13/+13
|
* Tested on Windows.Diego Nehab2005-09-291-1/+1
|
* Almost ready to release.Diego Nehab2005-09-291-1/+1
|
* Fine tunned modules scheme.Diego Nehab2004-10-111-3/+3
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Fixing bugs...Diego Nehab2004-06-201-7/+7
|
* HTTP now has only one function.Diego Nehab2004-06-161-5/+5
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-0/+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-19/+20
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-1/+4
|
* Almost there.Diego Nehab2004-05-281-0/+4
|
* Adjusted some of the broken examples.Diego Nehab2004-03-261-2/+1
|
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-2/+2
|
* New filter scheme.Diego Nehab2004-03-161-28/+19
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-12/+8
| | | | Looks beautiful.
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-42/+41
| | | | | | | | | | 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.
* http.lua updated. still needs proxy support.Diego Nehab2004-01-161-1/+1
| | | | code.lua updated. looks neat.
* Few adjustments for windows.Diego Nehab2003-06-261-2/+2
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-1/+1
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-0/+2
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* Closer to release...Diego Nehab2003-03-281-4/+8
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-23/+23
| | | | Still doesn't work in Windows.
* Do not load modules anymore.Diego Nehab2002-07-081-7/+0
|
* Updated for LuaSocket 1.4Diego Nehab2001-09-271-52/+99
| | | | Prints a bunch of information during download.
* Initial revisionDiego Nehab2001-06-061-0/+100