Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-28 | test/find-connect-limit: add missing "socket ="issue297 | E. Westbrook | 1 | -1/+1 | |
2020-03-28 | test/udp-zero-length-send-recv: add missing "socket ="; use shebang ↵ | E. Westbrook | 1 | -2/+2 | |
"#!/usr/bin/env lua" | |||||
2020-03-28 | test/udp-zero-length-send: add missing "socket ="; use shebang ↵ | E. Westbrook | 1 | -2/+2 | |
"#!/usr/bin/env lua" | |||||
2020-03-28 | test/getoptions: guard calls with pcall(); check result of getoption"linger" | E. Westbrook | 1 | -4/+18 | |
2020-03-27 | test/tcp-getoptions: bugfix: missing "socket =" in require"socket" | E. Westbrook | 1 | -1/+1 | |
2019-04-21 | rockspec/luasocket-scm-2.rockspec | E. Westbrook | 1 | -1/+1 | |
2019-04-21 | move SCM rockspec to rockspec folder; rename consistent with luarocks repository | E. Westbrook | 1 | -0/+0 | |
2019-03-10 | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 16 | -17/+56 | |
2019-03-10 | rockspecs: unix += compat | E. Westbrook | 2 | -0/+2 | |
2019-03-10 | rockspecs: serial += compat | E. Westbrook | 2 | -0/+2 | |
2019-03-10 | src/makefile: serial += compat | E. Westbrook | 1 | -0/+1 | |
2019-03-10 | usocket: pragma visibility | E. Westbrook | 2 | -51/+57 | |
2019-03-10 | unixstream: pragma visibility | E. Westbrook | 2 | -5/+5 | |
2019-03-10 | unixdgram: pragma visibility | E. Westbrook | 2 | -5/+6 | |
2019-03-10 | unix: include reorg | E. Westbrook | 2 | -4/+0 | |
2019-03-10 | udp: pragma visibility | E. Westbrook | 2 | -6/+6 | |
2019-03-10 | timeout: pragma visibility | E. Westbrook | 2 | -19/+30 | |
2019-03-10 | tcp: pragma visibility | E. Westbrook | 2 | -7/+6 | |
2019-03-10 | socket.h: pragma visibility | E. Westbrook | 1 | -30/+21 | |
2019-03-10 | serial.c: pragma visibiliity | E. Westbrook | 1 | -5/+2 | |
2019-03-10 | select: pragma visibility | E. Westbrook | 2 | -9/+5 | |
2019-03-10 | options: pragma visibility | E. Westbrook | 2 | -105/+145 | |
2019-03-10 | mime: include reorg | E. Westbrook | 2 | -7/+2 | |
2019-03-10 | luasocket: include centralization | E. Westbrook | 2 | -19/+4 | |
2019-03-10 | io: pragma visibility | E. Westbrook | 2 | -8/+7 | |
2019-03-10 | inet: pragma visibility | E. Westbrook | 2 | -31/+25 | |
2019-03-10 | except: pragma visibility | E. Westbrook | 2 | -9/+7 | |
2019-03-10 | compat: pragma visibility | E. Westbrook | 2 | -9/+14 | |
2019-03-10 | buffer: pragma visibility | E. Westbrook | 2 | -16/+14 | |
2019-03-10 | auxiliar: pragma visibility | E. Westbrook | 2 | -22/+20 | |
2019-03-10 | Fix formatting. | Diego Nehab | 1 | -3/+3 | |
2019-03-09 | Use static initialization | Diego Nehab | 2 | -10/+145 | |
This helps with multi-threaded apps. | |||||
2019-03-02 | Remove .filters and hardcoded platform. | Diego Nehab | 4 | -71/+2 | |
2019-03-01 | Update Windows projects vor Visual Studio 2017 | Diego Nehab | 9 | -147/+106 | |
2019-02-28 | bugfix: http.lua multischeme change that got dropped during PR conflict ↵ | E. Westbrook | 1 | -4/+2 | |
resolution | |||||
2019-02-26 | Only use EAI_OVERFLOW, AI_NUMERICSERV if defined | Mojca Miklavec | 2 | -1/+6 | |
Some systems like Mac OS X 10.5 (and lower) do not have EAI_OVERFLOW and AI_NUMERICSERV defined. These variables are used to avoid a potentially slow name resolution for the hostname (which will always be an ip address) and for service name (which will always be an actual port number). The code might be slower, but it should still work. Closes: #242 | |||||
2019-02-25 | rockspecs: remove visibility and dllexport defines in favor of in-source ↵ | E. Westbrook | 2 | -177/+231 | |
labeling | |||||
2019-02-25 | src/makefile: remove visibility and dllexport defines in favor of in-source ↵ | E. Westbrook | 1 | -27/+12 | |
labeling | |||||
2019-02-25 | usocket.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -24/+26 | |
2019-02-25 | usocket.c use LUASOCKET_PRIVATE | E. Westbrook | 1 | -28/+30 | |
2019-02-25 | unixstream.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -2/+4 | |
2019-02-25 | unixdgram.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -3/+6 | |
2019-02-25 | udp.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -3/+5 | |
2019-02-25 | timeout.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -15/+17 | |
2019-02-25 | tcp.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -3/+6 | |
2019-02-25 | serial.c: include luasocket.h | E. Westbrook | 1 | -0/+2 | |
2019-02-25 | select.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -2/+4 | |
2019-02-25 | options.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -48/+46 | |
2019-02-25 | io.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -2/+3 | |
2019-02-25 | inet.c: use LUASOCKET_PRIVATE | E. Westbrook | 1 | -12/+14 | |