Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Starting to use RCS in princeton again. Not behind a firewall anymore. | Diego Nehab | 2003-08-31 | 3 | -32/+29 |
| | |||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 10 | -109/+128 |
| | |||||
* | Made them independent of namespace. | Diego Nehab | 2003-07-05 | 1 | -0/+1 |
| | |||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 2 | -1/+5 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 27 | -296/+644 |
| | | | | 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 | 18 | -344/+344 |
| | | | | | | 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 | 22 | -852/+1127 |
| | |||||
* | Released luasocket-1.5-work! | Diego Nehab | 2003-03-28 | 2 | -2/+2 |
| | |||||
* | Compiled in SunOS | Diego Nehab | 2003-03-28 | 1 | -0/+1 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 18 | -30/+95 |
| | |||||
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 4 | -44/+11 |
| | |||||
* | 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 | 5 | -70/+72 |
| | | | | Still doesn't work in Windows. | ||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 5 | -13/+11 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 12 | -102/+165 |
| | |||||
* | Initial revision | Diego Nehab | 2002-07-08 | 1 | -0/+45 |
| | |||||
* | Updated for Lua 4.1-w3. | Diego Nehab | 2002-07-08 | 3 | -112/+105 |
| | |||||
* | Updated for Lua 4.1-w3. | Diego Nehab | 2002-07-08 | 1 | -54/+55 |
| | | | | Dealing with 100 response codes. | ||||
* | LuaSocket 1.5 (4.1w3) | Diego Nehab | 2002-07-08 | 1 | -14/+6 |
| | |||||
* | Initial revision | Diego Nehab | 2002-07-08 | 2 | -0/+394 |
| | |||||
* | internet class. | Diego Nehab | 2002-07-03 | 1 | -70/+46 |
| | |||||
* | Initial revision | Diego Nehab | 2002-07-03 | 7 | -0/+552 |
| | |||||
* | select implementation. | Diego Nehab | 2002-07-03 | 1 | -153/+95 |
| | |||||
* | main module. just initializes other modules. | Diego Nehab | 2002-07-03 | 1 | -2151/+37 |
| | |||||
* | Corrigido bug no select. | Diego Nehab | 2002-06-10 | 1 | -3/+3 |
| | |||||
* | Initial revision | Diego Nehab | 2002-03-27 | 2 | -0/+371 |
| | |||||
* | Initial revision | Diego Nehab | 2002-03-22 | 1 | -0/+194 |
| | |||||
* | Initial revision | Diego Nehab | 2002-03-21 | 1 | -0/+352 |
| | |||||
* | return gsub... is not a nice ideia, since the thing returns several results. | Diego Nehab | 2001-09-27 | 1 | -1/+2 |
| | |||||
* | Removed wrong host header in redirect. | Diego Nehab | 2001-09-26 | 1 | -3/+11 |
| | | | | | Passing location header back to callee after redirect. Added correct scheme test. | ||||
* | Changed some variable names. | Diego Nehab | 2001-09-26 | 1 | -20/+26 |
| | | | | Added correct scheme test. | ||||
* | Changed build_url to compose from smaller parts | Diego Nehab | 2001-09-26 | 1 | -9/+35 |
| | | | | Changed build_path to add an option not to protect path components | ||||
* | Almost ready for Lua 4.1 | Diego Nehab | 2001-09-26 | 1 | -97/+87 |
| | |||||
* | HTTP.request was not returning response for body-less requests. | Diego Nehab | 2001-09-18 | 1 | -19/+20 |
| | |||||
* | Changed HTTP.get and HTTP.post to return status code instead of | Diego Nehab | 2001-09-18 | 1 | -4/+4 |
| | | | | status line information. Who cares about the rest of the line, anyways... | ||||
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -2/+2 |
| | | | | Updated for LuaSocket 1.4. | ||||
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -4/+9 |
| | |||||
* | Updated for LuaSocket 1.4. | Diego Nehab | 2001-09-12 | 1 | -227/+324 |
| | | | | Better tested, some name changes. | ||||
* | Initial revision | Diego Nehab | 2001-09-12 | 1 | -0/+204 |
| | |||||
* | Updated for LuaSocket 1.4, following LTN7 etc. | Diego Nehab | 2001-09-12 | 1 | -150/+153 |
| | | | | Module is now automaticaly tested. | ||||
* | Simple HTTP functions can deal with table arguments also. | Diego Nehab | 2001-09-12 | 1 | -30/+71 |
| | |||||
* | Minor documentation changes. | Diego Nehab | 2001-08-07 | 1 | -52/+52 |
| | | | | | Constants were moved to Public table. Updated to use new fast concatenation module (concat.lua). | ||||
* | Rewritten to comply to LTN7 (Modules & Packages). | Diego Nehab | 2001-07-29 | 1 | -245/+311 |
| | | | | | | | | | As a result, there have been some API changes. Parameter and return values are now passed inside tables. Automatic redirection and automatic authentication are better controlled, with loop detection. Implementation is more RFCish, conforming to RFC2616. URL parsing has been moved to an external library, to be shared with FTP. | ||||
* | Timeout detection bug when timeout value was 0 in the select function. | Diego Nehab | 2001-07-23 | 1 | -1/+1 |
| | |||||
* | LUASOCKET_API now prefixes all exported function declarations. | Diego Nehab | 2001-06-19 | 2 | -2/+9 |
| | |||||
* | debug code removed. | Diego Nehab | 2001-06-11 | 1 | -3/+0 |
| | |||||
* | Removed some warnings. | Diego Nehab | 2001-06-09 | 1 | -2/+2 |
| | |||||
* | Updated version information. | Diego Nehab | 2001-06-08 | 1 | -1/+1 |
| |