Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -2/+3 |
| | |||||
* | http.request was using old host header during redirects. | Diego Nehab | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | Stupid bug was reusing the nreqt.headers.host during redirect. | Diego Nehab | 2006-04-12 | 1 | -10/+9 |
| | |||||
* | Final patches... | Diego Nehab | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | Updates for 2.0.1 on the way. | Diego Nehab | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | Chose option 1) for http.lua. | Diego Nehab | 2006-03-14 | 1 | -48/+21 |
| | | | | Need to fix everything to make sure it works with the new compat-5.1 | ||||
* | Fixing bugs... | Diego Nehab | 2006-03-13 | 1 | -18/+51 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -16/+16 |
| | |||||
* | Bugs sent by David. | Diego Nehab | 2005-10-05 | 1 | -1/+0 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -1/+0 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -26/+19 |
| | |||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -43/+55 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -2/+2 |
| | |||||
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -4/+49 |
| | |||||
* | Forward server works for multiple tunnels. | Diego Nehab | 2005-03-10 | 1 | -7/+21 |
| | | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names. | ||||
* | Just to check out in the office. | Diego Nehab | 2005-02-27 | 1 | -3/+5 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | Last line of modules was simplified. | Diego Nehab | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | Changes due to new compat-5.1 | Diego Nehab | 2004-12-23 | 1 | -2/+2 |
| | |||||
* | Host is overridable. | Diego Nehab | 2004-11-28 | 1 | -2/+1 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -9/+14 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -2/+15 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -2/+4 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -2/+0 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 1 | -12/+11 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -27/+28 |
| | |||||
* | smtp.c was eatten by mime.c | Diego Nehab | 2004-06-17 | 1 | -5/+0 |
| | |||||
* | HTTP now has only one function. | Diego Nehab | 2004-06-16 | 1 | -11/+8 |
| | |||||
* | Simplified HTTP module. | Diego Nehab | 2004-06-16 | 1 | -72/+66 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -5/+2 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -204/+147 |
| | | | | | | | 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 | -29/+28 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -0/+2 |
| | |||||
* | Changed require"luasocket" to require"socket". | Diego Nehab | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Almost there. | Diego Nehab | 2004-05-28 | 1 | -2/+1 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -2/+8 |
| | |||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -6/+8 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | Using socket pumps in http.lua. | Diego Nehab | 2004-03-26 | 1 | -110/+28 |
| | | | | Adjusted socket.try. | ||||
* | Settimeout wasn't returning 1... | Diego Nehab | 2004-03-22 | 1 | -62/+60 |
| | | | | http.lua is even cleaner. No trash in respt table. | ||||
* | Adjusted some details, got rid of old files, added some new. | Diego Nehab | 2004-03-22 | 1 | -18/+23 |
| | |||||
* | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 2004-03-21 | 1 | -524/+209 |
| | | | | | | on error, return partial result in the end. http.lua rewritten. | ||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -115/+104 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+1 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -17/+38 |
| | | | | | 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 | -12/+13 |
| | | | | | | | | | | 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 | -22/+36 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -1/+7 |
| | |||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 1 | -262/+264 |
| | | | | code.lua updated. looks neat. | ||||
* | Killed a few bugs found by Tomas. | Diego Nehab | 2003-11-27 | 1 | -2/+3 |
| |