Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change link to github page.v3.0-rc1 | Diego Nehab | 2013-06-14 | 1 | -2/+2 |
| | |||||
* | Update NEW file and section | Diego Nehab | 2013-06-14 | 2 | -4/+27 |
| | |||||
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 4 | -25/+25 |
| | |||||
* | Fix udp:setpeername("*") | Diego Nehab | 2012-08-23 | 1 | -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 Nehab | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | socket.connect now implemented in the C core | Sam Roberts | 2012-05-10 | 2 | -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 situation | Diego Nehab | 2012-04-24 | 3 | -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 release | Diego Nehab | 2012-04-23 | 6 | -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 documenation | Diego Nehab | 2012-04-17 | 8 | -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-integration | Sam Roberts | 2012-04-11 | 3 | -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 Roberts | 2012-04-11 | 2 | -1/+35 |
| | | |||||
| * | Fix links to home.html, they should be to index.html. | Sam Roberts | 2012-04-11 | 14 | -55/+55 |
| | | | | | | | | home.html doesn't exist, index.html does. | ||||
| * | Document dirty, getfd, and setfd for select and tcp. | Sam Roberts | 2012-04-11 | 3 | -0/+67 |
| | | |||||
| * | Reference index was missing documented APIs, and only partially alphabetized. | Sam Roberts | 2012-04-11 | 1 | -5/+8 |
| | | |||||
* | | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 6 | -32/+31 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 14 | -117/+121 |
| | | |||||
* | | New release. | Diego Nehab | 2007-10-13 | 2 | -3/+7 |
|/ | |||||
* | Global variable references. | Diego Nehab | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | Typo. | Diego Nehab | 2007-06-15 | 1 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2007-06-15 | 2 | -56/+28 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -4/+6 |
| | | | | Also fixed returns on closed socket. | ||||
* | Tidy. | Diego Nehab | 2006-04-20 | 1 | -2/+1 |
| | |||||
* | Spell checked and updated modification date. | Diego Nehab | 2006-04-20 | 14 | -15/+15 |
| | |||||
* | Almost ready to release 2.0.1 | Diego Nehab | 2006-04-20 | 2 | -21/+41 |
| | |||||
* | Mentions that closed sockets are ignored by select. | Diego Nehab | 2006-04-14 | 1 | -0/+5 |
| | |||||
* | http.request was using old host header during redirects. | Diego Nehab | 2006-04-13 | 1 | -0/+2 |
| | |||||
* | Almost done 2.0.1. | Diego Nehab | 2006-04-03 | 3 | -62/+29 |
| | |||||
* | Bug in footer. | Diego Nehab | 2005-12-01 | 1 | -1/+0 |
| | |||||
* | Simplified documentation of send(). | Diego Nehab | 2005-11-24 | 1 | -28/+11 |
| | |||||
* | Changed LIB/SHARE to CDIR/LDIR. | Diego Nehab | 2005-11-22 | 1 | -18/+18 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 2 | -11/+4 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 14 | -23/+22 |
| | | | | David's changes to lp.lua. | ||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 4 | -9/+20 |
| | |||||
* | Lua Workshop presentation. | Diego Nehab | 2005-11-02 | 1 | -0/+0 |
| | |||||
* | Bugs sent by David. | Diego Nehab | 2005-10-05 | 4 | -8/+11 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -25/+29 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -1/+3 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 8 | -29/+45 |
| | |||||
* | Added check-links-nb.lua that check links in a non-blocking way. | Diego Nehab | 2005-06-20 | 1 | -24/+27 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 3 | -55/+51 |
| | |||||
* | Starting work on final version. | Diego Nehab | 2005-05-17 | 1 | -5/+8 |
| | |||||
* | Wrong namespace. | Diego Nehab | 2005-04-13 | 1 | -1/+1 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 7 | -24/+29 |
| | |||||
* | Copyright. | Diego Nehab | 2005-01-15 | 1 | -1/+1 |
| | |||||
* | Stupid bug. | Diego Nehab | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | typo. | Diego Nehab | 2005-01-03 | 1 | -1/+1 |
| | |||||
* | Minor tune-ups in the manual. | Diego Nehab | 2005-01-03 | 1 | -10/+8 |
| | |||||
* | Releasing. | Diego Nehab | 2005-01-02 | 1 | -3/+2 |
| | |||||
* | Spell checked the manual. | Diego Nehab | 2004-12-13 | 14 | -37/+38 |
| | |||||
* | Tiny adjustment. | Diego Nehab | 2004-12-13 | 1 | -2/+4 |
| |