Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 2019-03-10 | 1 | -0/+4 |
| | |||||
* | udp: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -1/+5 |
| | |||||
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -2/+0 |
| | | | | | | | | 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 | -2/+3 |
| | | | | | The maximum size is still constant per UDP object, but the size can be speficied at creation time. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | Rework binding IPv6 sockets by harmonizing it with the IPv4 variant | Florian Zeitz | 2012-04-11 | 1 | -0/+1 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -2/+0 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -2/+2 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Beta2 is out! Total timeout works on Windows. | Diego Nehab | 2004-07-26 | 1 | -0/+1 |
| | |||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -1/+1 |
| | |||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+1 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -2/+15 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -2/+2 |
| | | | | | | 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 final | Diego Nehab | 2003-05-25 | 1 | -19/+8 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -0/+6 |
| | |||||
* | Initial revision | Diego Nehab | 2002-07-03 | 1 | -0/+24 |