Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(http): Allow relative redirect on https (#395) | Henri D | 2022-10-08 | 1 | -0/+31 |
| | | | Location header can now be relative: https://httpwg.org/specs/rfc9110.html#field.location | ||||
* | Out of the box support for Lua 5.3. | Diego Nehab | 2015-02-18 | 1 | -15/+15 |
| | |||||
* | 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 | ||||
* | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -94/+94 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -5/+5 |
| | |||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -3/+2 |
| | |||||
* | Almost done 2.0.1. | Diego Nehab | 2006-04-03 | 1 | -1/+2 |
| | |||||
* | Final patches... | Diego Nehab | 2006-04-03 | 1 | -1/+16 |
| | |||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 1 | -2/+2 |
| | |||||
* | Changed prefix of function names to match module names. | Diego Nehab | 2005-11-20 | 1 | -2/+2 |
| | | | | Removed some warnings and useless code. | ||||
* | Test back to localhost. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Tested on Windows. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Added check-links-nb.lua that check links in a non-blocking way. | Diego Nehab | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -1/+5 |
| | |||||
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -2/+2 |
| | |||||
* | Tiny bug in forward.lua | Diego Nehab | 2005-03-11 | 1 | -1/+1 |
| | |||||
* | Forward server works for multiple tunnels. | Diego Nehab | 2005-03-10 | 1 | -1/+1 |
| | | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names. | ||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | Releasing. | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | Few extra changes... | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 1 | -2/+1 |
| | |||||
* | Added new instalation section to the manual. | Diego Nehab | 2004-11-28 | 1 | -1/+1 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -1/+1 |
| | |||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -5/+5 |
| | |||||
* | Beta2 is out! Total timeout works on Windows. | Diego Nehab | 2004-07-26 | 1 | -9/+10 |
| | |||||
* | Gonna try my luck on windows... | Diego Nehab | 2004-07-26 | 1 | -2/+5 |
| | |||||
* | Still need to fix windows. :o/ | Diego Nehab | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | Removed debug prints. | Diego Nehab | 2004-07-02 | 1 | -2/+1 |
| | |||||
* | Added getstats. | Diego Nehab | 2004-07-01 | 1 | -0/+1 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -5/+5 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -2/+2 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 1 | -4/+5 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -1/+0 |
| | |||||
* | Seems to be working. | Diego Nehab | 2004-06-17 | 1 | -0/+1 |
| | |||||
* | smtp.c was eatten by mime.c | Diego Nehab | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Simplified HTTP module. | Diego Nehab | 2004-06-16 | 1 | -14/+14 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -47/+33 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -1/+0 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -0/+4 |
| | |||||
* | Using socket pumps in http.lua. | Diego Nehab | 2004-03-26 | 1 | -0/+2 |
| | | | | Adjusted socket.try. | ||||
* | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 2004-03-22 | 1 | -30/+6 |
| | |||||
* | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 2004-03-21 | 1 | -27/+16 |
| | | | | | | on error, return partial result in the end. http.lua rewritten. | ||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -24/+21 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -1/+1 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -3/+2 |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | ||||
* | Changed the naming convention of the mime module. | Diego Nehab | 2004-01-21 | 1 | -10/+114 |
| | | | | Looks beautiful. | ||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -8/+8 |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | ||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -8/+8 |
| | | | | | | | | | | 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. | ||||
* | Added proxy support to http.lua | Diego Nehab | 2004-01-19 | 1 | -42/+79 |
| | | | | | Changed callback.lua module, but need more work. Added local connect support. | ||||
* | Added new filter to code.c, to convert between line conventions. | Diego Nehab | 2004-01-18 | 1 | -2/+1 |
| |