aboutsummaryrefslogtreecommitdiff
path: root/src/udp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add IPv6 support to udp:receivefrom()Florian Zeitz2012-07-181-16/+54
|
* Add IPv6 support to udp:sendto()Florian Zeitz2012-07-171-9/+30
|
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-2/+2
| | | | | | | - Added IPv6 support to getsockname - Simplified getpeername implementation - Added family to return of getsockname and getpeername and added modification to the manual to describe
* Making progress toward a releaseDiego Nehab2012-04-231-8/+23
| | | | | | | | | | 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
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c
| * Receive of zero for UDP is now possible.Sam Roberts2012-04-111-0/+6
| | | | | | | | | | Previously, receive of zero was considered to be "closed", but that is only true for stream-based protocols, like TCP.
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵Liam Devine2012-04-111-2/+2
| | | | | | | | sorting out to take maybe a version number and also the local paths need removing.
* | Add support for connecting to IPv6 hostsFlorian Zeitz2012-04-111-15/+22
| |
* | 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-5/+22
| |
* | Fix two crashes and add -Wshadow so that this can't happen again.Paul Aurich2012-04-111-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.1Diego Nehab2012-04-111-1/+1
| |
* | Decent makefiles!Diego Nehab2009-05-271-11/+30
|/
* Before compiling on Windows.Diego Nehab2005-10-071-44/+44
|
* Almost ready to release.Diego Nehab2005-09-291-2/+2
|
* Wrong class...Diego Nehab2005-04-131-1/+1
|
* Almost ready for beta3Diego Nehab2004-11-271-1/+2
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-27/+27
|
* Moving on to beta2.Diego Nehab2004-07-011-56/+49
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-3/+3
|
* Runs on Linux.Diego Nehab2004-06-151-0/+8
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-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 Nehab2004-06-041-2/+1
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-281-4/+8
|
* FTP low-level working.Diego Nehab2004-05-251-0/+2
| | | | | SMTP connection oriented working. ltn12 improved.
* Worked on the manual.Diego Nehab2004-02-041-30/+2
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* New accept/connect code.Diego Nehab2004-01-241-4/+14
| | | | | | Better error checking. Better tests. __tostring implemented.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-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 Nehab2004-01-191-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 Nehab2004-01-181-18/+46
|
* Trying to get rid of EINTR problems...Diego Nehab2004-01-171-1/+3
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-2/+73
|
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-4/+4
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-5/+5
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-7/+54
| | | | Some testing still needed.
* Compiles and runs on linux and windows, using DLLs!Diego Nehab2003-06-111-4/+6
|
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-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 finalDiego Nehab2003-05-251-220/+184
|
* Closer to release...Diego Nehab2003-03-281-7/+19
|
* Completed port to Lua 5.0-beta.Diego Nehab2003-03-201-10/+10
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-6/+6
|
* Initial revisionDiego Nehab2002-07-031-0/+287