aboutsummaryrefslogtreecommitdiff
path: root/src/except.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* except: pragma visibilityE. Westbrook2019-03-101-8/+2
|
* except.c: use LUASOCKET_PRIVATEE. Westbrook2019-02-251-1/+3
|
* Always put metatable in first upvalue.Philipp Janda2016-02-241-4/+6
|
* Don't swallow errors in finalizers.Philipp Janda2016-02-241-1/+1
|
* Support table errors.Philipp Janda2016-02-211-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 Nehab2015-08-211-4/+1
| | | | Makes initialization code simpler everywhere.
* make socket.protect yieldable on Lua 5.2/5.3Philipp Janda2014-11-101-5/+30
|
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-0/+4
|
* Making progress toward a releaseDiego Nehab2012-04-231-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 Devine2012-04-111-1/+1
| | | | sorting out to take maybe a version number and also the local paths need removing.
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|
* Almost ready to release.Diego Nehab2005-09-291-2/+3
|
* Almost ready for beta3Diego Nehab2004-11-271-3/+23
|
* Compiles with g++.Diego Nehab2004-07-011-4/+5
|
* Fixing bugs...Diego Nehab2004-06-201-1/+1
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-14/+9
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-6/+26
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-0/+10
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-0/+52
Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.