Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup; move ./etc into ./samples and mark 'unsupported' | Thijs Schreijer | 2022-03-29 | 14 | -3/+1516 |
| | |||||
* | refactor: Address issues raised by linter | Thijs Schreijer | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | lpr.lua: fix invalid string escape sequence \? | David Manura | 2013-04-17 | 1 | -1/+1 |
| | | | | Not valid in 5.2 and luajit. | ||||
* | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 2 | -2/+2 |
| | | | | | 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 | 6 | -6/+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 | 8 | -6/+44 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 4 | -15/+16 |
| | |||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 3 | -241/+25 |
| | |||||
* | Added check-links-nb.lua that check links in a non-blocking way. | Diego Nehab | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -1/+1 |
| | |||||
* | Bug in forward.lua. Wasn't breaking from the loop. | Diego Nehab | 2005-04-21 | 1 | -9/+14 |
| | |||||
* | Better connection handling. | Diego Nehab | 2005-04-21 | 2 | -14/+23 |
| | |||||
* | Removed debuging prints. | Diego Nehab | 2005-04-20 | 1 | -23/+1 |
| | |||||
* | Trying to get non-blocking connect to work. | Diego Nehab | 2005-04-20 | 1 | -2/+2 |
| | |||||
* | Tiny bug in forward.lua | Diego Nehab | 2005-03-11 | 1 | -1/+4 |
| | |||||
* | Seems to be working on windows. | Diego Nehab | 2005-03-11 | 1 | -4/+3 |
| | |||||
* | Apparently, non-blocking connect doesn't work on windows if you use 0 | Diego Nehab | 2005-03-11 | 1 | -67/+71 |
| | | | | timeout in the select call... | ||||
* | Forward server works for multiple tunnels. | Diego Nehab | 2005-03-10 | 1 | -52/+41 |
| | | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names. | ||||
* | Added forward server. | Diego Nehab | 2005-03-10 | 1 | -0/+229 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 6 | -17/+19 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 2 | -2/+2 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -25/+25 |
| | |||||
* | Fixed stupid bugs. | Diego Nehab | 2004-07-02 | 1 | -6/+4 |
| | |||||
* | Releasing the beta-beta. | Diego Nehab | 2004-07-02 | 1 | -3/+4 |
| | |||||
* | Seems good. | Diego Nehab | 2004-07-01 | 1 | -3/+4 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -0/+51 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 5 | -6/+6 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 1 | -1/+6 |
| | |||||
* | Changed the return of the send function... | Diego Nehab | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Almost ready for distribution... | Diego Nehab | 2004-06-17 | 1 | -9/+18 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -1/+1 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -1/+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 | 4 | -5/+6 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 3 | -30/+17 |
| | |||||
* | Changed require"luasocket" to require"socket". | Diego Nehab | 2004-05-28 | 3 | -3/+3 |
| | |||||
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -1/+0 |
| | |||||
* | Bug feioso no UDP e possivelmente no TCP também. | Diego Nehab | 2004-05-28 | 4 | -20/+20 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -2/+2 |
| | |||||
* | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 2004-03-22 | 1 | -2/+3 |
| | |||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -0/+43 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 4 | -14/+15 |
| | |||||
* | Oh well. More modifications. | Diego Nehab | 2003-06-30 | 1 | -29/+2 |
| | |||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 1 | -20/+22 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 6 | -6/+6 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 6 | -43/+75 |
| | | | | | | 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. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 2 | -7/+8 |
| | |||||
* | Local index in for loop was getting changed... | Diego Nehab | 2003-03-28 | 1 | -14/+14 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 4 | -13/+17 |
| | |||||
* | Sockets are not tables anymore. | Diego Nehab | 2002-07-08 | 1 | -34/+37 |
| |