Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two crashes and add -Wshadow so that this can't happen again. | Paul Aurich | 2012-04-11 | 1 | -3/+3 |
| | | | | | The two crashes are the s/const char *// changes in tcp.c. The rest is cleanup so it will build. | ||||
* | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -11/+30 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -44/+44 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Wrong class... | Diego Nehab | 2005-04-13 | 1 | -1/+1 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -1/+2 |
| | |||||
* | Still need to fix windows. :o/ | Diego Nehab | 2004-07-15 | 1 | -27/+27 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -56/+49 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -3/+3 |
| | |||||
* | Runs on Linux. | Diego Nehab | 2004-06-15 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Bug feioso no UDP e possivelmente no TCP também. | Diego Nehab | 2004-05-28 | 1 | -4/+8 |
| | |||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -0/+2 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -30/+2 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | New accept/connect code. | Diego Nehab | 2004-01-24 | 1 | -4/+14 |
| | | | | | | Better error checking. Better tests. __tostring implemented. | ||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -94/+5 |
| | | | | | | 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 | -1/+1 |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | ||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -18/+46 |
| | |||||
* | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 1 | -1/+3 |
| | |||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -2/+73 |
| | |||||
* | Killed a few bugs found by Tomas. | Diego Nehab | 2003-11-27 | 1 | -4/+4 |
| | |||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 1 | -5/+5 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -7/+54 |
| | | | | Some testing still needed. | ||||
* | Compiles and runs on linux and windows, using DLLs! | Diego Nehab | 2003-06-11 | 1 | -4/+6 |
| | |||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -36/+62 |
| | | | | | | 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 | -220/+184 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -7/+19 |
| | |||||
* | Completed port to Lua 5.0-beta. | Diego Nehab | 2003-03-20 | 1 | -10/+10 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 1 | -6/+6 |
| | |||||
* | Initial revision | Diego Nehab | 2002-07-03 | 1 | -0/+287 |