Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 1 | -732/+0 |
| | |||||
* | fix(docs) references to some constants added (#359) | Thijs Schreijer | 2022-03-22 | 1 | -2/+6 |
| | |||||
* | fix(docs) fix html linter issues in the docs (#358) | Thijs Schreijer | 2022-03-22 | 1 | -162/+163 |
| | |||||
* | Merge pull request #116 from linuxmaniac/master | Diego Nehab | 2019-02-24 | 1 | -0/+6 |
|\ | | | | | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options | ||||
| * | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options | Victor Seva | 2014-12-05 | 1 | -0/+6 |
| | | |||||
* | | Added gettimeout for completeness. | Diego Nehab | 2016-03-04 | 1 | -131/+152 |
| | | | | | | | | | | Also documented. Rordered manuals so order is alphabetical. | ||||
* | | When zero-timeout, only try first address in connect. | Diego Nehab | 2015-12-03 | 1 | -5/+8 |
| | | |||||
* | | Fixes suggested by @Florob in #147. | Diego Nehab | 2015-08-25 | 1 | -0/+6 |
| | | |||||
* | | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 1 | -83/+110 |
|/ | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | 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". | ||||
* | Fixed getpeername/getsockname situation | Diego Nehab | 2012-04-24 | 1 | -4/+7 |
| | | | | | | | - Added IPv6 support to getsockname - Simplified getpeername implementation - Added family to return of getsockname and getpeername and added modification to the manual to describe | ||||
* | First stab at documenation | Diego Nehab | 2012-04-17 | 1 | -26/+59 |
| | | | | | | | | | 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 | 1 | -1/+94 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+34 |
| | | |||||
| * | Fix links to home.html, they should be to index.html. | Sam Roberts | 2012-04-11 | 1 | -4/+4 |
| | | | | | | | | home.html doesn't exist, index.html does. | ||||
| * | Document dirty, getfd, and setfd for select and tcp. | Sam Roberts | 2012-04-11 | 1 | -0/+60 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -8/+8 |
| | | |||||
* | | New release. | Diego Nehab | 2007-10-13 | 1 | -1/+2 |
|/ | |||||
* | Spell checked and updated modification date. | Diego Nehab | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Simplified documentation of send(). | Diego Nehab | 2005-11-24 | 1 | -28/+11 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 1 | -2/+2 |
| | | | | David's changes to lp.lua. | ||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 1 | -0/+1 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -9/+12 |
| | |||||
* | Spell checked the manual. | Diego Nehab | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | Modification dates updated. | Diego Nehab | 2004-11-28 | 1 | -1/+1 |
| | |||||
* | Added new instalation section to the manual. | Diego Nehab | 2004-11-28 | 1 | -1/+3 |
| | |||||
* | Almost ready for beta2. | Diego Nehab | 2004-07-26 | 1 | -1/+26 |
| | |||||
* | Changed send function. | Diego Nehab | 2004-07-18 | 1 | -7/+28 |
| | |||||
* | *** empty log message *** | Diego Nehab | 2004-07-02 | 1 | -1/+17 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -7/+10 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -4/+4 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -11/+17 |
| | |||||
* | Updated manual timestamps and the added stuffing filters to mime.html. | Diego Nehab | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -13/+16 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -47/+101 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -11/+11 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Fixed more reported bugs. | Diego Nehab | 2003-09-21 | 1 | -2/+2 |
| | |||||
* | LuaSocket 2.0 User's Manual. | Diego Nehab | 2003-08-31 | 1 | -0/+415 |