Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -5/+5 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -4/+6 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -2/+2 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | Few extra changes... | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -1/+1 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -6/+4 |
| | |||||
* | Almost ready for distribution... | Diego Nehab | 2004-06-17 | 1 | -0/+1 |
| | |||||
* | Compiled and tested on Windows... | Diego Nehab | 2004-06-17 | 1 | -7/+0 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -3/+68 |
| | | | | | | | 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 | -4/+1 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -12/+5 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -34/+3 |
| | |||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -26/+3 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | Message source in smtp.lua is a work of art. | Diego Nehab | 2004-03-18 | 1 | -0/+2 |
| | |||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -6/+0 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 2004-02-11 | 1 | -0/+2 |
| | | | | Still crashes on invalid input. Dunno why. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -15/+35 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -27/+0 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -1/+57 |
| | | | | | 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 | -4/+4 |
| | | | | | | | | | | 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. | ||||
* | First version of generic SMTP code and of the base64 encoding. | Diego Nehab | 2003-10-21 | 1 | -2/+4 |
| | | | | Gonna rewrite the base64 stuff (found a better way). | ||||
* | Starting to use RCS in princeton again. Not behind a firewall anymore. | Diego Nehab | 2003-08-31 | 1 | -0/+2 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -15/+5 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -7/+24 |
| | | | | | | 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. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -37/+27 |
| | |||||
* | Released luasocket-1.5-work! | Diego Nehab | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -0/+7 |
| | |||||
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 1 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | Almost ready for Lua 4.1 | Diego Nehab | 2001-09-26 | 1 | -97/+87 |
| | |||||
* | lua_socketlibopen now returns a result code. | Diego Nehab | 2001-09-12 | 1 | -4/+9 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Removed some warnings. | Diego Nehab | 2001-06-09 | 1 | -2/+2 |
| | |||||
* | udpsocket errors are more verbose | Diego Nehab | 2001-06-08 | 1 | -6/+12 |
| | |||||
* | Issue error when select is called with invalid parameters. | Diego Nehab | 2001-06-08 | 1 | -10/+11 |
| | | | | Some warnings removed (include string.h) | ||||
* | Select was also crashing on non-table parameters. | Diego Nehab | 2001-06-04 | 1 | -14/+26 |
| | | | | Changed time to _time and sleep to _sleep to avoid name clashes. | ||||
* | Added support to UDP socket options. | Diego Nehab | 2001-04-23 | 1 | -77/+139 |
| | |||||
* | Some internal functions were not static. | Diego Nehab | 2001-04-16 | 1 | -32/+37 |
| | | | | Correct select bug that would crash on closed sockets. | ||||
* | Found a new way to define global version of table methods using only ~15 | Diego Nehab | 2001-03-12 | 1 | -144/+222 |
| | | | | | lines of code. So, they are back. Added '*w' word receive pattern. | ||||
* | Removed global version of table methods. | Diego Nehab | 2001-03-06 | 1 | -329/+201 |
| | | | | | | Close method is now permitted on closed sockets. Added generalized select support. Removed poll method, replaced by select with advantage. | ||||
* | Added support for the CYGWIN gcc compiler. | Diego Nehab | 2001-01-28 | 1 | -3/+9 |
| | |||||
* | UDP code implemented. | Diego Nehab | 2001-01-25 | 1 | -797/+1466 |
| | | | | | DNS code has been rewritten. Almost everything has been changed. :-) | ||||
* | The actuall bind to the Lua language has been rewritten with | Diego Nehab | 2001-01-15 | 1 | -457/+442 |
| | | | | | | | | | | generalized use of closure values. Sockets are now real tables, where each method receives a p_sock structure as a closure. Global version of methods are now optional, and call the table versions. Included the toip function that converts from host name to ip address. new implementation of '*a' was broken as has been fixed. The windows code has been tested and is working. | ||||
* | All input from sockets is now buffered. This has drastically | Diego Nehab | 2001-01-13 | 1 | -315/+267 |
| | | | | | improved line I/O. The code is much simpler now, too. All timeout management has been rewritten. |