Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed inet_pton and a new Winsock UDP bug. | unknown | 2013-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | inet_pton was copying the entire sockaddr_in struct, rather than just the sin_addr field... I am a bit unsure about the UDP fix, because it may affect TCP as well. On UDP sockets, when a sendto fails, the next receive/receivefrom fails with CONNRESET. I changed sock_recv/sock_recvfrom in wsocket.c to skip the CONNRESET from the recv/recvfrom, hoping that if the socket is TCP, sock_waitfd will get the CONNRESET again. The tests pass, but this should be tested more thoroughly. | ||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -2/+0 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -2/+2 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -3/+2 |
| | |||||
* | Gonna try my luck on windows... | Diego Nehab | 2004-07-26 | 1 | -1/+2 |
| | |||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -6/+7 |
| | |||||
* | Still need to fix windows. :o/ | Diego Nehab | 2004-07-15 | 1 | -15/+13 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -7/+15 |
| | |||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -3/+3 |
| | |||||
* | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 1 | -0/+1 |
| | |||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -7/+22 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -1/+11 |
| | | | | | | 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/+34 |