Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Address issues raised by linter | Thijs Schreijer | 2022-03-19 | 2 | -12/+12 |
| | |||||
* | fixed yieldable socket.protect in etc/dispatch.lua | Philipp Janda | 2014-11-10 | 1 | -15/+22 |
| | |||||
* | Merge pull request #27 from catwell/pull-noarg | Diego Nehab | 2013-04-17 | 1 | -3/+2 |
|\ | | | | | fix more uses of arg | ||||
| * | remove uses of arg in the codebase | Pierre Chapuis | 2013-01-23 | 1 | -3/+2 |
| | | |||||
* | | Use the length operator (#) instead of table.getn. | Gerardo Marset | 2013-02-25 | 4 | -4/+4 |
|/ | | | | | 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 | ||||
* | Cookie modifications. | Diego Nehab | 2013-01-10 | 1 | -0/+88 |
| | |||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 9 | -9/+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 | 7 | -7/+7 |
| | |||||
* | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 4 | -113/+113 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -2/+2 |
| | | | | Also fixed returns on closed socket. | ||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -4/+6 |
| | |||||
* | Almost ready to release 2.0.1 | Diego Nehab | 2006-04-20 | 1 | -3/+3 |
| | |||||
* | Updates for 2.0.1 on the way. | Diego Nehab | 2006-03-19 | 1 | -10/+11 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 7 | -75/+75 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 1 | -10/+14 |
| | | | | David's changes to lp.lua. | ||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 2 | -27/+68 |
| | |||||
* | Bugs sent by David. | Diego Nehab | 2005-10-05 | 3 | -4/+0 |
| | |||||
* | Tested on Windows. | Diego Nehab | 2005-09-29 | 3 | -2/+19 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 4 | -281/+4 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 3 | -150/+242 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Dispatcher working for check-links. Need to get it working with forwarder. | Diego Nehab | 2005-08-19 | 2 | -45/+344 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 5 | -37/+52 |
| | |||||
* | Added check-links-nb.lua that check links in a non-blocking way. | Diego Nehab | 2005-06-20 | 1 | -0/+262 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 3 | -3/+3 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 4 | -8/+3 |
| | |||||
* | Last line of modules was simplified. | Diego Nehab | 2004-12-23 | 3 | -3/+3 |
| | |||||
* | Changes due to new compat-5.1 | Diego Nehab | 2004-12-23 | 3 | -6/+6 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 3 | -19/+37 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 6 | -14/+17 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Fixed stupid bugs. | Diego Nehab | 2004-07-02 | 1 | -1/+3 |
| | |||||
* | Releasing the beta-beta. | Diego Nehab | 2004-07-02 | 1 | -0/+7 |
| | |||||
* | Compiles with g++. | Diego Nehab | 2004-07-01 | 1 | -2/+8 |
| | |||||
* | Seems good. | Diego Nehab | 2004-07-01 | 1 | -4/+4 |
| | |||||
* | Adjusted lp.lua. | Diego Nehab | 2004-07-01 | 1 | -189/+96 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -12/+13 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -7/+7 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 2 | -17/+405 |
| | |||||
* | Seems to be working. | Diego Nehab | 2004-06-17 | 1 | -1/+0 |
| | |||||
* | Almost ready for distribution... | Diego Nehab | 2004-06-17 | 3 | -71/+151 |
| | |||||
* | smtp.c was eatten by mime.c | Diego Nehab | 2004-06-17 | 2 | -5/+6 |
| | |||||
* | HTTP now has only one function. | Diego Nehab | 2004-06-16 | 2 | -21/+14 |
| | |||||
* | Still work to do in the manual... | Diego Nehab | 2004-06-16 | 2 | -1/+7 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -57/+77 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 2 | -0/+18 |
| | | | | | | | 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 | 6 | -49/+48 |
| | |||||
* | Updated with new dynamic linking scheme. | Diego Nehab | 2004-05-30 | 1 | -15/+9 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -1/+4 |
| | |||||
* | Changed require"luasocket" to require"socket". | Diego Nehab | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Almost there. | Diego Nehab | 2004-05-28 | 3 | -2/+8 |
| |