Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gettimeout for completeness. | Diego Nehab | 2016-03-04 | 1 | -208/+223 |
| | | | | | Also documented. Rordered manuals so order is alphabetical. | ||||
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -26/+7 |
| | | | | | | | | This is a difficult tradeoff to measure. I think large datagrams won't be used very frequently. So it is better to not lock a large buffer to each socket object and instead allocate and deallocate for each operation receiving a datagram larger than UDP_DATAGRAMSIZE. | ||||
* | Added support for arbitrary datagram sizes. | Diego Nehab | 2015-10-05 | 1 | -6/+28 |
| | | | | | The maximum size is still constant per UDP object, but the size can be speficied at creation time. | ||||
* | 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 | -63/+96 |
| | | | | | 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 |
| | |||||
* | Fixed getpeername/getsockname situation | Diego Nehab | 2012-04-24 | 1 | -6/+12 |
| | | | | | | | - 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 | -13/+130 |
| | | | | | | | | | 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 | ||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -4/+4 |
| | |||||
* | Spell checked and updated modification date. | Diego Nehab | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 1 | -1/+1 |
| | | | | David's changes to lp.lua. | ||||
* | 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 |
| | |||||
* | Added Mike's changes to udp.html. | Diego Nehab | 2004-07-26 | 1 | -10/+15 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -4/+8 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | 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 | -0/+5 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -9/+9 |
| | | | | | | 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 | -1/+1 |
| | |||||
* | LuaSocket 2.0 User's Manual. | Diego Nehab | 2003-08-31 | 1 | -0/+400 |