Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | select: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -9/+1 |
| | |||||
* | select.c: use LUASOCKET_PRIVATE | E. Westbrook | 2019-02-25 | 1 | -2/+4 |
| | |||||
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -1/+4 |
| | | | | | | | | 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. | ||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -16/+13 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -0/+4 |
| | |||||
* | Remove warnings and fix makefile for Win32. | Diego Nehab | 2012-12-11 | 1 | -5/+5 |
| | |||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -2/+0 |
| | | | | | | | | | | 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 | ||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -1/+1 |
| | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -3/+10 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -14/+25 |
| | |||||
* | Changed prefix of function names to match module names. | Diego Nehab | 2005-11-20 | 1 | -17/+20 |
| | | | | Removed some warnings and useless code. | ||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -4/+4 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -2/+2 |
| | |||||
* | Select wasn't calling tm_markstart. | Diego Nehab | 2004-09-21 | 1 | -0/+1 |
| | |||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -1/+1 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -4/+7 |
| | |||||
* | Compiled and tested on Windows... | Diego Nehab | 2004-06-17 | 1 | -3/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -75/+146 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Só pra não perder se der merda. | Diego Nehab | 2004-06-04 | 1 | -2/+1 |
| | |||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -25/+0 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+2 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -16/+36 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -108/+83 |
| | | | | | | 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. | ||||
* | Released luasocket-1.5-work! | Diego Nehab | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | Compiled in SunOS | Diego Nehab | 2003-03-28 | 1 | -0/+1 |
| | |||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 1 | -2/+16 |
| | |||||
* | Completed port to Lua 5.0-beta. | Diego Nehab | 2003-03-20 | 1 | -0/+2 |
| | |||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 1 | -2/+0 |
| | |||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 1 | -6/+9 |
| | |||||
* | select implementation. | Diego Nehab | 2002-07-03 | 1 | -153/+95 |
| | |||||
* | Initial revision | Diego Nehab | 2002-03-22 | 1 | -0/+194 |