Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add backwards compatibility wrappers for socket.unix | Courtney Bane | 2017-01-25 | 1 | -5/+45 | |
| |/ / | | | | | | | | | | | | | | | | Add backwards compatibility aliases "tcp" and "udp" for the recently renamed "stream" and "dgram" functions, as well as a wrapper function and metatable setup so that socket.unix() calls socket.unix.stream(). | |||||
| * | | Merge pull request #206 from ncopa/create-socket-on-first-sendto | Diego Nehab | 2017-01-25 | 1 | -0/+21 | |
| |\ \ | | | | | | | | | Create socket on first sendto if family agnostic udp() was used | |||||
| | * | | Create socket on first sendto if family agnostic udp() was used | Natanael Copa | 2017-01-25 | 1 | -0/+21 | |
| |/ / | | | | | | | | | | | | | | | | | | | Create socket and set family on first sendto() if udp() was created without address family. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | |||||
| * | | Merge pull request #199 from enginix/master | Diego Nehab | 2017-01-04 | 11 | -129/+129 | |
| |\ \ | | | | | | | | | Rename unix.tcp to unix.stream, unix.udp to unix.dgram | |||||
| | * | | rename unix.tcp to unix.stream, unix.udp to unix.dgram | enginix | 2016-12-25 | 11 | -129/+129 | |
| |/ / | ||||||
| * | | Merge pull request #192 from mmaxs/master | Diego Nehab | 2016-11-11 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Allow DESTDIR to be set from the environment | |||||
| | * | | allow DESTDIR to be set from the environment | Mike Usenko | 2016-11-08 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #181 from enginix/master | Diego Nehab | 2016-07-22 | 10 | -316/+842 | |
| |\ \ | | | | | | | | | Add support for datagram unix domain sockets | |||||
| | * | | add getsockname api for unix {udp,tcp} socket | enginix | 2016-07-22 | 2 | -0/+36 | |
| | | | | ||||||
| | * | | fix unixudp object checking issue | enginix | 2016-07-04 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | unix socket: compat lua 5.1 | enginix | 2016-06-30 | 3 | -2/+5 | |
| | | | | ||||||
| | * | | support datagram unix domain sockets | enginix | 2016-06-24 | 10 | -316/+803 | |
| |/ / | ||||||
| * | | Merge pull request #178 from pdxmeshnet/master | Diego Nehab | 2016-06-17 | 1 | -0/+105 | |
| |\ \ | | | | | | | | | Add rockspec to current development version. | |||||
| | * | | Added future release rockspec file | Alex R | 2016-06-15 | 1 | -0/+105 | |
| |/ / | ||||||
| * | | Merge pull request #167 from xspager/add_haiku_plat | Diego Nehab | 2016-04-12 | 1 | -1/+5 | |
| |\ \ | | | | | | | | | Add the lib network to the linked libs if the platform is Haiku | |||||
| | * | | Given LuaRocks support Haiku as a valid platform, link the network library | Daniel Lemos | 2016-03-11 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Merge pull request #171 from JonasKunze/feature/overwriteFlags | Diego Nehab | 2016-04-12 | 1 | -2/+4 | |
| |\ \ \ | | | | | | | | | | | Enabled overwriting of MYCF/MYLDFlAGS | |||||
| | * | | | Enabled overwriting of MYCF/MYLDFlAGS | Jonas Kunze | 2016-04-12 | 1 | -2/+4 | |
| | |/ / | ||||||
| * | | | Merge pull request #170 from bytefire/master | Diego Nehab | 2016-04-12 | 2 | -4/+5 | |
| |\ \ \ | | |/ / | |/| | | URL-decode user password before adding to authorization header. | |||||
| | * | | URL-decode user password before adding to authorization header. | Okash Khawaja | 2016-04-12 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Update comments for url.unescape() function. | Okash Khawaja | 2016-04-12 | 1 | -3/+3 | |
| |/ / | ||||||
| * | | Hide ftp.PORT "constant" as a local | Diego Nehab | 2016-03-07 | 2 | -3/+2 | |
| | | | ||||||
| * | | Family agostic FTP and expose HTTP/FTP url parsing | Diego Nehab | 2016-03-07 | 4 | -32/+96 | |
| | | | ||||||
| * | | Remove global PORT. Fix https redirect. | Diego Nehab | 2016-03-04 | 2 | -19/+30 | |
| | | | ||||||
| * | | Added gettimeout for completeness. | Diego Nehab | 2016-03-04 | 10 | -519/+587 | |
| | | | | | | | | | | | | | | | Also documented. Rordered manuals so order is alphabetical. | |||||
| * | | Added support for FTP command lists | Diego Nehab | 2016-03-04 | 3 | -5/+19 | |
| | | | ||||||
| * | | Merge pull request #166 from siffiejoe/exception-tweaks | Diego Nehab | 2016-02-24 | 3 | -12/+14 | |
| |\ \ | | | | | | | | | Exception tweaks | |||||
| | * | | Clarify documentation for try/protect. | Philipp Janda | 2016-02-24 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | 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 | 3 | -4/+2 | |
| |/ / | ||||||
| * | | Merge pull request #162 from siffiejoe/exception-meta | Diego Nehab | 2016-02-23 | 4 | -42/+75 | |
| |\ \ | | | | | | | | | Support table errors in LuaSockets LTN13 C implementation. | |||||
| | * | | Update comment in except.h | Philipp Janda | 2016-02-21 | 1 | -9/+14 | |
| | | | | ||||||
| | * | | Update HTML docs for try/protect | mpeterv | 2016-02-21 | 1 | -10/+5 | |
| | | | | ||||||
| | * | | Add more tests for socket.try/protect | mpeterv | 2016-02-21 | 1 | -4/+29 | |
| | | | | ||||||
| | * | | 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. | |||||
| * | | Merge pull request #155 from JonasKunze/feature/solaris | Diego Nehab | 2016-02-11 | 2 | -3/+29 | |
| |\ \ | | | | | | | | | Added Solaris platform | |||||
| | * | | Added solaris platform | Jonas Kunze | 2016-01-15 | 2 | -3/+29 | |
| | | | | | | | | | | | | | | | | To compile on solaris some libs had to be linked. So far I was only able to test it on OmniOS r151006 | |||||
| * | | | Merge pull request #157 from mpeterv/ltn12-lua53 | Diego Nehab | 2016-02-11 | 4 | -3/+5 | |
| |\ \ \ | | |/ / | |/| | | Fix error in ltn12 under Lua 5.3 | |||||
| | * | | Don't break global mbox table in mbox.split_mbox | mpeterv | 2016-02-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix sink method in tp module | mpeterv | 2016-02-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix base_parsed global in url module | mpeterv | 2016-02-11 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Use base.select instead of just select | mpeterv | 2016-02-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix error in ltn12 under Lua 5.3 | mpeterv | 2016-02-11 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | When zero-timeout, only try first address in connect. | Diego Nehab | 2015-12-03 | 3 | -9/+12 | |
| | | | ||||||
| * | | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 7 | -62/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -29/+68 | |
| | | | | | | | | | | | | | | | The maximum size is still constant per UDP object, but the size can be speficied at creation time. | |||||
| * | | Merge branch 'KateAdams-tcp_reuseport' | Diego Nehab | 2015-10-05 | 5 | -34/+21 | |
| |\ \ | ||||||
| | * | | Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into ↵ | Diego Nehab | 2015-10-05 | 5 | -34/+21 | |
| |/| | | | | | | | | | | | | | | KateAdams-tcp_reuseport | |||||
| | * | | Added ability to set the option `reuseport` of a tcp socket. | kobra | 2013-09-12 | 2 | -1/+3 | |
| | | | | ||||||
* | | | | Changed return text for ETIMEDOUT/ WSAETIMEDOUT | Egil Hjelmeland | 2015-09-03 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | Changed return text for ETIMEDOUT/ WSAETIMEDOUT to “connection timeout”. This is needed for the application to be able tell to the difference between timeout of TCP connection (ETIMEDOUT/ WSAETIMEDOUT) and a normal return from a non-blocking socket (error codes EAGAIN/WSAEWOULDBLOCK). Both situations returned the text “timeout”. |