aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add. Allow get `error` option to socket.moteus2013-05-291-0/+1
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-0/+4
* Fix. setsockname fails with "*" as host.moteus2013-05-271-1/+0
* Merge tryconnect6 into inet_tryconnect.Diego Nehab2013-05-261-12/+6
* Fix socket.connectDiego Nehab2013-05-261-2/+18
* Remove warnings and fix makefile for Win32.Diego Nehab2012-12-111-1/+1
* Fix socket_accept usage to depend on family.Diego Nehab2012-12-111-3/+3
* Fix udp:setpeername("*")Diego Nehab2012-08-231-2/+2
* tcp: Initialize clnt->family in :accept()Paul Aurich2012-05-211-1/+5
* socket.connect now implemented in the C coreSam Roberts2012-05-101-4/+7
* :shutdown() errors on all invalid argument stringsSam Roberts2012-04-261-18/+4
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-2/+2
* Making progress toward a releaseDiego Nehab2012-04-231-8/+23
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-0/+16
|\
| * Support getoption method for tcp objects.Sam Roberts2012-04-111-0/+16
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-111-2/+2
* | Add support for connecting to IPv6 hostsFlorian Zeitz2012-04-111-23/+29
* | Add support for the IPV6_V6ONLY socket option defaulting to on.Florian Zeitz2012-04-111-0/+6
* | Rework binding IPv6 sockets by harmonizing it with the IPv4 variantFlorian Zeitz2012-04-111-92/+19
* | Fix two crashes and add -Wshadow so that this can't happen again.Paul Aurich2012-04-111-6/+6
* | Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-4/+177
* | Decent makefiles!Diego Nehab2009-05-271-6/+6
|/
* Before compiling on Windows.Diego Nehab2005-10-071-57/+57
* Almost ready to release.Diego Nehab2005-09-291-2/+2
* Bug in forward.lua. Wasn't breaking from the loop.Diego Nehab2005-04-211-1/+2
* Better connection handling.Diego Nehab2005-04-211-1/+1
* Trying to get non-blocking connect to work.Diego Nehab2005-04-201-22/+1
* Seems to be working on windows.Diego Nehab2005-03-111-3/+5
* Apparently, non-blocking connect doesn't work on windows if you use 0Diego Nehab2005-03-111-2/+4
* Just to check out in the office.Diego Nehab2005-02-271-2/+1
* Forward server working on Mac OS X...Diego Nehab2005-02-081-2/+20
* Stupid bug.Diego Nehab2005-01-221-3/+1
* Almost ready for beta3Diego Nehab2004-11-271-1/+2
* Gonna try my luck on windows...Diego Nehab2004-07-261-0/+7
* Still need to fix windows. :o/Diego Nehab2004-07-151-8/+8
* Added getstats.Diego Nehab2004-07-011-4/+9
* Compiles with g++.Diego Nehab2004-07-011-2/+2
* Moving on to beta2.Diego Nehab2004-07-011-2/+4
* Added support for unix stream sockets.Diego Nehab2004-06-221-3/+0
* Few extra changes.Diego Nehab2004-06-221-1/+1
* More adjustments/bugfixes.Diego Nehab2004-06-211-2/+4
* Fixing bugs...Diego Nehab2004-06-201-1/+1
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-4/+1
* Só pra não perder se der merda.Diego Nehab2004-06-041-2/+1
* FTP low-level working.Diego Nehab2004-05-251-1/+2
* Worked on the manual.Diego Nehab2004-02-041-15/+18
* New accept/connect code.Diego Nehab2004-01-241-13/+41
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-71/+11
* Added gethostname.Diego Nehab2004-01-191-2/+2
* Added -ansi -pedantic and faced the consequences...Diego Nehab2004-01-191-1/+2