Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup; move ./etc into ./samples and mark 'unsupported' | Thijs Schreijer | 2022-03-29 | 1 | -141/+0 |
| | |||||
* | refactor: Address issues raised by linter | Thijs Schreijer | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 1 | -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 release | Diego Nehab | 2012-04-23 | 1 | -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.1 | Diego Nehab | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -53/+53 |
| | |||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -4/+6 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -13/+13 |
| | |||||
* | Tested on Windows. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -3/+3 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -7/+7 |
| | |||||
* | HTTP now has only one function. | Diego Nehab | 2004-06-16 | 1 | -5/+5 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -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 Nehab | 2004-06-04 | 1 | -19/+20 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -1/+4 |
| | |||||
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -0/+4 |
| | |||||
* | Adjusted some of the broken examples. | Diego Nehab | 2004-03-26 | 1 | -2/+1 |
| | |||||
* | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 2004-03-22 | 1 | -2/+2 |
| | |||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -28/+19 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Changed the naming convention of the mime module. | Diego Nehab | 2004-01-21 | 1 | -12/+8 |
| | | | | Looks beautiful. | ||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -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 Nehab | 2004-01-16 | 1 | -1/+1 |
| | | | | code.lua updated. looks neat. | ||||
* | Few adjustments for windows. | Diego Nehab | 2003-06-26 | 1 | -2/+2 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -1/+1 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -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 Nehab | 2003-03-28 | 1 | -4/+8 |
| | |||||
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 1 | -23/+23 |
| | | | | Still doesn't work in Windows. | ||||
* | Do not load modules anymore. | Diego Nehab | 2002-07-08 | 1 | -7/+0 |
| | |||||
* | Updated for LuaSocket 1.4 | Diego Nehab | 2001-09-27 | 1 | -52/+99 |
| | | | | Prints a bunch of information during download. | ||||
* | Initial revision | Diego Nehab | 2001-06-06 | 1 | -0/+100 |