aboutsummaryrefslogtreecommitdiff
path: root/src/socket.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-5/+5
| | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason.
* No need for inet_pton.Diego Nehab2013-06-041-1/+1
|
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-11/+14
| | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
* socket.connect now implemented in the C coreSam Roberts2012-05-101-28/+6
| | | | | | | 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.
* socket.bind also tries all addresses returned by getaddrinfo.Diego Nehab2012-04-231-13/+23
|
* socket.connect() loops over addresses returned by getaddrinfoDiego Nehab2012-04-231-13/+23
|
* Making progress toward a releaseDiego Nehab2012-04-231-1/+0
| | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods
* Add support for connecting to IPv6 hostsFlorian Zeitz2012-04-111-1/+9
|
* Adapt socket.bind() to create a IPv4 or IPv6 depending on the address givenFlorian Zeitz2012-04-111-1/+9
|
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-8/+8
|
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
|
* Final push for release...Diego Nehab2005-08-121-2/+1
|
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-18/+19
|
* Working on the manual.Diego Nehab2005-06-141-2/+1
|
* Stupid bug in http.lua.Diego Nehab2005-06-121-41/+0
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-1/+2
|
* Few extra changes...Diego Nehab2005-01-021-1/+1
|
* Almost ready to release beta3Diego Nehab2005-01-021-1/+1
|
* Last line of modules was simplified.Diego Nehab2004-12-231-1/+1
|
* Changes due to new compat-5.1Diego Nehab2004-12-231-1/+1
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-10/+15
|
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-2/+3
|
* Gonna try my luck on windows...Diego Nehab2004-07-261-1/+2
|
* Few extra changes.Diego Nehab2004-06-221-1/+0
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-2/+1
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-0/+2
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-2/+2
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-2/+0
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-5/+8
| | | | | | | 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 Nehab2004-06-041-11/+4
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-0/+174