| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 2019-03-10 | 1 | -0/+4 |
| | | |||||
| * | inet: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -10/+12 |
| | | |||||
| * | Fixes suggested by @Florob in #147. | Diego Nehab | 2015-08-25 | 1 | -1/+1 |
| | | |||||
| * | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 1 | -5/+5 |
| | | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
| * | Fix Visual Studio 2012 projects | unknown | 2013-05-27 | 1 | -4/+3 |
| | | |||||
| * | Merge tryconnect6 into inet_tryconnect. | Diego Nehab | 2013-05-26 | 1 | -1/+1 |
| | | |||||
| * | Added inet_pton/inet_ntop for MinGW on Windows; compiles with Lua52. | Paul Kulchenko | 2013-04-07 | 1 | -0/+6 |
| | | |||||
| * | Fix socket_accept usage to depend on family. | Diego Nehab | 2012-12-11 | 1 | -0/+1 |
| | | |||||
| * | Fix udp:setpeername("*") | Diego Nehab | 2012-08-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | There seems to be a curious difference between MacOS and Linux and I am not sure if this is documented. When you break a "connection" on Mac OS, you only eliminate the peer association, but the local address remains bound. On Linux, breaking a "connection" eliminates the binding to the local address. Have you guys ever come accross this? Another irritating difference is that connect() returns the error EAFNOSUPPORT on Mac OS. I am going to ignore all errors when the reason for calling connect() is simply to break the "connection". | ||||
| * | socket.connect now implemented in the C core | Sam Roberts | 2012-05-10 | 1 | -0/+3 |
| | | | | | | | | This avoid socket.lua duplicating the iteration over the results of getaddrinfo(). Some problems with the C implementation not initializing sockets or the luasocket family have also been fixed, and error reporting made more robust. | ||||
| * | Fixed getpeername/getsockname situation | Diego Nehab | 2012-04-24 | 1 | -3/+3 |
| | | | | | | | | - Added IPv6 support to getsockname - Simplified getpeername implementation - Added family to return of getsockname and getpeername and added modification to the manual to describe | ||||
| * | Add support for connecting to IPv6 hosts | Florian Zeitz | 2012-04-11 | 1 | -2/+2 |
| | | |||||
| * | Rework binding IPv6 sockets by harmonizing it with the IPv4 variant | Florian Zeitz | 2012-04-11 | 1 | -3/+3 |
| | | |||||
| * | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -2/+0 |
| | | |||||
| * | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -6/+6 |
| | | |||||
| * | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | | |||||
| * | Compiled and tested on Windows... | Diego Nehab | 2004-06-17 | 1 | -1/+1 |
| | | |||||
| * | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+1 |
| | | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
| * | New accept/connect code. | Diego Nehab | 2004-01-24 | 1 | -1/+1 |
| | | | | | | | Better error checking. Better tests. __tostring implemented. | ||||
| * | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -4/+3 |
| | | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | ||||
| * | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -2/+6 |
| | | |||||
| * | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 1 | -1/+1 |
| | | |||||
| * | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -0/+4 |
| | | |||||
| * | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -9/+14 |
| | | | | | Some testing still needed. | ||||
| * | Compiles and runs on linux and windows, using DLLs! | Diego Nehab | 2003-06-11 | 1 | -0/+4 |
| | | |||||
| * | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -1/+1 |
| | | | | | | | 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 | -24/+12 |
| | | |||||
| * | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -1/+3 |
| | | |||||
| * | Initial revision | Diego Nehab | 2002-07-03 | 1 | -0/+36 |
