Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gethostname. | Diego Nehab | 2004-01-19 | 8 | -108/+147 |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | ||||
* | Seems to be working on windows and linux. | Diego Nehab | 2004-01-19 | 4 | -19/+38 |
| | |||||
* | Changed to be able to compile with -ansi and -pedantic! | Diego Nehab | 2004-01-19 | 2 | -1/+8 |
| | | | | Have to try in MacOS X again... | ||||
* | Got rid of some of the typecasts... | Diego Nehab | 2004-01-19 | 1 | -19/+19 |
| | |||||
* | Added -ansi -pedantic and faced the consequences... | Diego Nehab | 2004-01-19 | 2 | -38/+44 |
| | |||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 16 | -190/+1201 |
| | | | | | | | | | | 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 | 4 | -67/+125 |
| | | | | | 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 | 4 | -5/+14 |
| | |||||
* | Have to figure out how to test timeout on connect... kind of hard. | Diego Nehab | 2004-01-18 | 2 | -12/+12 |
| | |||||
* | Fixed bug in accept, added tests for it and for connect with timeout. | Diego Nehab | 2004-01-18 | 2 | -11/+52 |
| | |||||
* | Still needs testing, but "worked" in Linux. | Diego Nehab | 2004-01-18 | 1 | -2/+3 |
| | |||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 14 | -197/+231 |
| | |||||
* | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 8 | -25/+63 |
| | |||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 11 | -296/+620 |
| | |||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 10 | -355/+442 |
| | | | | code.lua updated. looks neat. | ||||
* | Killed a few bugs found by Tomas. | Diego Nehab | 2003-11-27 | 10 | -55/+96 |
| | |||||
* | First version of generic SMTP code and of the base64 encoding. | Diego Nehab | 2003-10-21 | 3 | -289/+165 |
| | | | | Gonna rewrite the base64 stuff (found a better way). | ||||
* | Fixed more reported bugs. | Diego Nehab | 2003-09-21 | 2 | -3/+3 |
| | |||||
* | smtp.mail was a broken link in reference.html pointing to the old mod.html. | Diego Nehab | 2003-09-21 | 1 | -1/+1 |
| | |||||
* | Corrected bugs found by Steve Elkins | Diego Nehab | 2003-09-21 | 1 | -3/+3 |
| | |||||
* | LuaSocket 2.0 User's Manual. | Diego Nehab | 2003-08-31 | 14 | -0/+3223 |
| | |||||
* | Starting to use RCS in princeton again. Not behind a firewall anymore. | Diego Nehab | 2003-08-31 | 6 | -60/+58 |
| | |||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 20 | -147/+403 |
| | |||||
* | Made them independent of namespace. | Diego Nehab | 2003-07-05 | 1 | -0/+1 |
| | |||||
* | Oh well. More modifications. | Diego Nehab | 2003-06-30 | 1 | -29/+2 |
| | |||||
* | And this. | Diego Nehab | 2003-06-30 | 1 | -0/+23 |
| | |||||
* | Forgot this. | Diego Nehab | 2003-06-30 | 1 | -0/+58 |
| | |||||
* | Releasing 2.0 alpha!!! | Diego Nehab | 2003-06-30 | 5 | -74/+72 |
| | |||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 4 | -52/+62 |
| | |||||
* | Few adjustments for windows. | Diego Nehab | 2003-06-26 | 3 | -6/+6 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 41 | -331/+692 |
| | | | | Some testing still needed. | ||||
* | Compiles and runs on linux and windows, using DLLs! | Diego Nehab | 2003-06-11 | 7 | -20/+309 |
| | |||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 28 | -396/+495 |
| | | | | | | 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. | ||||
* | New sock.h has nothing to do with class sock... | Diego Nehab | 2003-05-25 | 1 | -14/+47 |
| | |||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 32 | -1076/+1487 |
| | |||||
* | Released luasocket-1.5-work! | Diego Nehab | 2003-03-28 | 4 | -58/+33 |
| | |||||
* | Compiled in WinXP | Diego Nehab | 2003-03-28 | 1 | -21/+21 |
| | |||||
* | Compiled in SunOS | Diego Nehab | 2003-03-28 | 1 | -0/+1 |
| | |||||
* | Local index in for loop was getting changed... | Diego Nehab | 2003-03-28 | 1 | -14/+14 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 31 | -77/+163 |
| | |||||
* | The test directory! | Diego Nehab | 2003-03-21 | 11 | -0/+6051 |
| | |||||
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 7 | -45/+55 |
| | |||||
* | Completed port to Lua 5.0-beta. | Diego Nehab | 2003-03-20 | 5 | -18/+20 |
| | |||||
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 11 | -276/+288 |
| | | | | Still doesn't work in Windows. | ||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 9 | -148/+141 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 12 | -102/+165 |
| | |||||
* | 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 |
| |