aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change link to github page.v3.0-rc1Diego Nehab2013-06-141-2/+2
|
* Update NEW file and sectionDiego Nehab2013-06-142-4/+27
|
* Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab2013-06-114-25/+25
|
* Fix udp:setpeername("*")Diego Nehab2012-08-231-1/+3
| | | | | | | | | | | | | | 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".
* Add new bug fix comment.Diego Nehab2012-08-011-0/+3
|
* socket.connect now implemented in the C coreSam Roberts2012-05-102-3/+10
| | | | | | | 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 situationDiego Nehab2012-04-243-11/+21
| | | | | | | - 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-236-8/+36
| | | | | | | | | | 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
* First stab at documenationDiego Nehab2012-04-178-157/+318
| | | | | | | | | Update Lua and Luasocket version in samples and in documentation Documented ipv5_v6only default option being set Documented tcp6 and udp6 Documented dns.getaddrinfo Documented zero-sized datagram change? Documented getoption
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-113-6/+110
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Support getoption method for tcp objects.Sam Roberts2012-04-112-1/+35
| |
| * Fix links to home.html, they should be to index.html.Sam Roberts2012-04-1114-55/+55
| | | | | | | | home.html doesn't exist, index.html does.
| * Document dirty, getfd, and setfd for select and tcp.Sam Roberts2012-04-113-0/+67
| |
| * Reference index was missing documented APIs, and only partially alphabetized.Sam Roberts2012-04-111-5/+8
| |
* | Saving before big changes to support IPv6.Diego Nehab2011-05-256-32/+31
| |
* | Decent makefiles!Diego Nehab2009-05-2714-117/+121
| |
* | New release.Diego Nehab2007-10-132-3/+7
|/
* Global variable references.Diego Nehab2007-07-111-1/+1
|
* Typo.Diego Nehab2007-06-151-1/+1
|
* Almost ready to release.Diego Nehab2007-06-152-56/+28
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-4/+6
| | | | Also fixed returns on closed socket.
* Tidy.Diego Nehab2006-04-201-2/+1
|
* Spell checked and updated modification date.Diego Nehab2006-04-2014-15/+15
|
* Almost ready to release 2.0.1Diego Nehab2006-04-202-21/+41
|
* Mentions that closed sockets are ignored by select.Diego Nehab2006-04-141-0/+5
|
* http.request was using old host header during redirects.Diego Nehab2006-04-131-0/+2
|
* Almost done 2.0.1.Diego Nehab2006-04-033-62/+29
|
* Bug in footer.Diego Nehab2005-12-011-1/+0
|
* Simplified documentation of send().Diego Nehab2005-11-241-28/+11
|
* Changed LIB/SHARE to CDIR/LDIR.Diego Nehab2005-11-221-18/+18
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-222-11/+4
|
* Spell checking on the manuals.Diego Nehab2005-11-2114-23/+22
| | | | David's changes to lp.lua.
* In pre release mode!Diego Nehab2005-11-204-9/+20
|
* Lua Workshop presentation.Diego Nehab2005-11-021-0/+0
|
* Bugs sent by David.Diego Nehab2005-10-054-8/+11
|
* Almost ready to release.Diego Nehab2005-09-291-25/+29
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-1/+3
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Final push for release...Diego Nehab2005-08-128-29/+45
|
* Added check-links-nb.lua that check links in a non-blocking way.Diego Nehab2005-06-201-24/+27
|
* Working on the manual.Diego Nehab2005-06-143-55/+51
|
* Starting work on final version.Diego Nehab2005-05-171-5/+8
|
* Wrong namespace.Diego Nehab2005-04-131-1/+1
|
* Forward server working on Mac OS X...Diego Nehab2005-02-087-24/+29
|
* Copyright.Diego Nehab2005-01-151-1/+1
|
* Stupid bug.Diego Nehab2005-01-121-1/+1
|
* typo.Diego Nehab2005-01-031-1/+1
|
* Minor tune-ups in the manual.Diego Nehab2005-01-031-10/+8
|
* Releasing.Diego Nehab2005-01-021-3/+2
|
* Spell checked the manual.Diego Nehab2004-12-1314-37/+38
|
* Tiny adjustment.Diego Nehab2004-12-131-2/+4
|