Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | except: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -8/+2 |
| | |||||
* | except.c: use LUASOCKET_PRIVATE | E. Westbrook | 2019-02-25 | 1 | -1/+3 |
| | |||||
* | Always put metatable in first upvalue. | Philipp Janda | 2016-02-24 | 1 | -4/+6 |
| | |||||
* | Don't swallow errors in finalizers. | Philipp Janda | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Support table errors. | Philipp Janda | 2016-02-21 | 1 | -19/+27 |
| | | | | | | | | | LuaSocket wraps error messages raised by newtry() in a table and unpacks them later so that (string) errors raised by 3rd-party code can be passed through as-is. This obviously didn't work when the 3rd-party code raised a table as an error message. This change sets a private metatable on all wrapped LuaSocket exceptions to distinguish them from 3rd-party table errors. | ||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -4/+1 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | make socket.protect yieldable on Lua 5.2/5.3 | Philipp Janda | 2014-11-10 | 1 | -5/+30 |
| | |||||
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -0/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+3 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -3/+23 |
| | |||||
* | Compiles with g++. | Diego Nehab | 2004-07-01 | 1 | -4/+5 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | 2.0 alpha RELEASED! | Diego Nehab | 2004-06-18 | 1 | -14/+9 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -6/+26 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -0/+10 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -0/+52 |
Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. |