Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 2 | -8/+244 |
| | | | | | | | | | | 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 |
| | |||||
* | Have to figure out how to test timeout on connect... kind of hard. | Diego Nehab | 2004-01-18 | 1 | -11/+11 |
| | |||||
* | Fixed bug in accept, added tests for it and for connect with timeout. | Diego Nehab | 2004-01-18 | 1 | -11/+51 |
| | |||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 2 | -3/+4 |
| | |||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -146/+148 |
| | |||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 3 | -41/+56 |
| | | | | code.lua updated. looks neat. | ||||
* | Starting to use RCS in princeton again. Not behind a firewall anymore. | Diego Nehab | 2003-08-31 | 1 | -7/+7 |
| | |||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 2 | -19/+19 |
| | |||||
* | And this. | Diego Nehab | 2003-06-30 | 1 | -0/+23 |
| | |||||
* | Releasing 2.0 alpha!!! | Diego Nehab | 2003-06-30 | 1 | -16/+16 |
| | |||||
* | Few adjustments for windows. | Diego Nehab | 2003-06-26 | 2 | -4/+4 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 2 | -11/+22 |
| | | | | Some testing still needed. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 6 | -212/+201 |
| | |||||
* | Compiled in WinXP | Diego Nehab | 2003-03-28 | 1 | -21/+21 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 5 | -24/+21 |
| | |||||
* | The test directory! | Diego Nehab | 2003-03-21 | 11 | -0/+6051 |
| | |||||
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 4 | -152/+166 |
| | | | | Still doesn't work in Windows. | ||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 4 | -135/+130 |
| | |||||
* | Usando noglobals.lua | Diego Nehab | 2002-07-08 | 1 | -14/+0 |
| | |||||
* | Usando localhost por default. | Diego Nehab | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | Testes reformulados. | Diego Nehab | 2002-07-08 | 2 | -513/+458 |
| | |||||
* | Usando noglobals.lua e parsembox.lua | Diego Nehab | 2002-07-08 | 1 | -57/+3 |
| | |||||
* | Using noglobals.lua | Diego Nehab | 2002-07-08 | 1 | -41/+30 |
| | | | | | Não carrega mais os modulos. Ajeitados alguns nomes. | ||||
* | Using noglobals.lua | Diego Nehab | 2002-07-08 | 1 | -20/+6 |
| | | | | | Ajeitados alguns paths. Não carrega mais os modulos. | ||||
* | added unsafe path composition test | Diego Nehab | 2001-09-26 | 1 | -2/+150 |
| | | | | added new build_url tests | ||||
* | added wrong scheme test | Diego Nehab | 2001-09-26 | 1 | -0/+12 |
| | |||||
* | added wrong scheme test | Diego Nehab | 2001-09-26 | 1 | -0/+4 |
| | |||||
* | Initial revision | Diego Nehab | 2001-09-25 | 2 | -0/+694 |
| | |||||
* | updated for luasocket 1.4 | Diego Nehab | 2001-09-25 | 2 | -103/+414 |
| | |||||
* | updated due to test location changes | Diego Nehab | 2001-09-25 | 1 | -6/+15 |
| | |||||
* | Added select bug test. | Diego Nehab | 2001-06-08 | 1 | -11/+24 |
| | | | | time became _time. | ||||
* | sleep became _sleep. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
| | |||||
* | ftp.lua needs buffer.lua... | Diego Nehab | 2001-06-08 | 1 | -0/+1 |
| | |||||
* | Now prints the elapsed time. | Diego Nehab | 2001-06-08 | 1 | -0/+5 |
| | |||||
* | Corrected command line parameter bug... | Diego Nehab | 2001-03-12 | 1 | -0/+1 |
| | |||||
* | Set timeout on data socket, to avoid hangs due to no keepalive packets. | Diego Nehab | 2001-03-12 | 1 | -0/+2 |
| | |||||
* | Updated for release 1.2.1. | Diego Nehab | 2001-03-07 | 2 | -34/+48 |
| | | | | Added '*w' pattern test. | ||||
* | Updated to remove use of global methods. Conforming to | Diego Nehab | 2001-03-06 | 2 | -44/+44 |
| | | | | LuaSocket release 1.2.1 | ||||
* | Relaxed timeout tests. | Diego Nehab | 2001-01-28 | 1 | -14/+15 |
| | |||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -90/+104 |
| | |||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -359/+428 |
| | | | | More tests added. | ||||
* | Initial revision | Diego Nehab | 2001-01-25 | 3 | -0/+134 |
| | |||||
* | Initial revision | Diego Nehab | 2000-12-29 | 2 | -0/+449 |