Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Still need to fix windows. :o/ | Diego Nehab | 2004-07-15 | 1 | -8/+8 | |
| | ||||||
* | Added getstats. | Diego Nehab | 2004-07-01 | 1 | -4/+9 | |
| | ||||||
* | Compiles with g++. | Diego Nehab | 2004-07-01 | 1 | -2/+2 | |
| | ||||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -2/+4 | |
| | ||||||
* | Added support for unix stream sockets. | Diego Nehab | 2004-06-22 | 1 | -3/+0 | |
| | ||||||
* | Few extra changes. | Diego Nehab | 2004-06-22 | 1 | -1/+1 | |
| | ||||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -2/+4 | |
| | ||||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -4/+1 | |
| | | | | | | | 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 | -2/+1 | |
| | ||||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -1/+2 | |
| | | | | | SMTP connection oriented working. ltn12 improved. | |||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -15/+18 | |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | |||||
* | New accept/connect code. | Diego Nehab | 2004-01-24 | 1 | -13/+41 | |
| | | | | | | Better error checking. Better tests. __tostring implemented. | |||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -71/+11 | |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | |||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 1 | -2/+2 | |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | |||||
* | Added -ansi -pedantic and faced the consequences... | Diego Nehab | 2004-01-19 | 1 | -1/+2 | |
| | ||||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | 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 | -3/+3 | |
| | | | | | Changed callback.lua module, but need more work. Added local connect support. | |||||
* | Have to figure out how to test timeout on connect... kind of hard. | Diego Nehab | 2004-01-18 | 1 | -1/+1 | |
| | ||||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -37/+32 | |
| | ||||||
* | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 1 | -2/+5 | |
| | ||||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -8/+10 | |
| | ||||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 1 | -3/+35 | |
| | | | | code.lua updated. looks neat. | |||||
* | Killed a few bugs found by Tomas. | Diego Nehab | 2003-11-27 | 1 | -11/+11 | |
| | ||||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 1 | -82/+82 | |
| | ||||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -4/+81 | |
| | | | | Some testing still needed. | |||||
* | Compiles and runs on linux and windows, using DLLs! | Diego Nehab | 2003-06-11 | 1 | -3/+4 | |
| | ||||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -36/+61 | |
| | | | | | | 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 | -0/+222 | |