Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(tcp): Add 'bindtodevice' option (#408) | Leso_KN | 2023-10-23 | 1 | -0/+3 |
| | |||||
* | feat(tcp): Add support for TCP Defer Accept | Kim Alvefur | 2022-07-27 | 1 | -0/+4 |
| | | | | | | | | This makes it so that a listening socket does not become readable for accept() until a connection has been fully established *and* started sending something, thus the program doesn't have to wait for the first data. This only makes sense for client-speaks-first protocols. Co-authored-by: Caleb Maclennan <caleb@alerque.com> | ||||
* | feat(tcp): Add support for TCP Fast Open | Kim Alvefur | 2022-07-27 | 1 | -0/+7 |
| | |||||
* | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 2019-03-10 | 1 | -0/+4 |
| | |||||
* | options: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -42/+56 |
| | |||||
* | Merge pull request #244 from leyyer/options | Diego Nehab | 2019-02-24 | 1 | -0/+4 |
|\ | | | | | add options: | ||||
| * | add options: | surenyi | 2018-03-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | get/set : recv-buffer-size get/set : send-buffer-size Signed-off-by: surenyi <surenyi82@163.com> | ||||
* | | Merge pull request #116 from linuxmaniac/master | Diego Nehab | 2019-02-24 | 1 | -0/+18 |
|\ \ | |/ |/| | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options | ||||
| * | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options | Victor Seva | 2014-12-05 | 1 | -0/+18 |
| | | |||||
* | | Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into ↵ | Diego Nehab | 2015-10-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | KateAdams-tcp_reuseport | ||||
| * | | Added ability to set the option `reuseport` of a tcp socket. | kobra | 2013-09-12 | 1 | -1/+1 |
| |/ | |||||
* | | Added missing options for UDP getoption. | cjtallman | 2015-06-11 | 1 | -1/+2 |
| | | | | | | | | | | | | Documentation says "dontroute", "broadcast", "reuseaddr", and "reuseport" are supported as arguments to getoption, however their implementations were missing. | ||||
* | | Add missing prototype for opt_get_reuseport(). | Stephan Gatzka | 2014-12-21 | 1 | -1/+2 |
|/ | |||||
* | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 1 | -0/+9 |
| | |||||
* | Add. Allow get `error` option to socket. | moteus | 2013-05-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -3/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c | ||||
| * | Support getoption method for tcp objects. | Sam Roberts | 2012-04-11 | 1 | -0/+8 |
| | | |||||
* | | Add support for the IPV6_V6ONLY socket option defaulting to on. | Florian Zeitz | 2012-04-11 | 1 | -0/+1 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -15/+21 |
|/ | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -13/+13 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -0/+9 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -0/+30 |
Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. |