index
:
luasocket
feature/compiler-override
hjelmeland-patch-1
issue297
master
revert-256-luasocket254
A mirror of https://github.com/lunarmodules/luasocket.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed buffer-per-socket to buffer-per-operation.
Diego Nehab
2015-10-06
3
-34
/
+31
*
Added support for arbitrary datagram sizes.
Diego Nehab
2015-10-05
2
-23
/
+40
*
Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into K...
Diego Nehab
2015-10-05
3
-21
/
+19
|
\
|
*
Added ability to set the option `reuseport` of a tcp socket.
kobra
2013-09-12
2
-1
/
+3
*
|
Merge branch 'agnostic'
Diego Nehab
2015-08-25
8
-205
/
+177
|
\
\
|
*
|
Fixes suggested by @Florob in #147.
Diego Nehab
2015-08-25
4
-69
/
+54
|
*
|
New agnostic IPv4 IPv6 functions.
Diego Nehab
2015-08-22
8
-152
/
+139
*
|
|
Merge pull request #96 from chastabor/master
Diego Nehab
2015-08-24
1
-2
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add proxy authentication headers if present.
Charles Tabor
2014-03-27
1
-0
/
+9
|
*
|
Generate headers before proxy changes host and port
Charles Tabor
2014-03-21
1
-3
/
+3
|
|
/
*
|
Fix rockspec and serial.c module.
Diego Nehab
2015-08-21
2
-17
/
+1
*
|
Merge pull request #141 from cjtallman/master
Diego Nehab
2015-08-21
3
-1
/
+16
|
\
\
|
*
|
Added missing options for UDP getoption.
cjtallman
2015-06-11
3
-1
/
+16
*
|
|
New compat.h module implements luaL_setfuncs.
Diego Nehab
2015-08-21
19
-172
/
+163
|
/
/
*
|
Fix cut-paste typo on PIE_HOST_NOT_FOUND.
Diego Nehab
2015-03-03
1
-30
/
+30
*
|
Merge branch 'errormsg' of https://github.com/Tieske/luasocket into Tieske-er...
Diego Nehab
2015-03-03
3
-51
/
+78
|
\
\
|
*
|
updated error messages, less error prone, platform independent
Thijs Schreijer
2015-03-03
3
-51
/
+78
*
|
|
Merge pull request #119 from gatzka/master
Diego Nehab
2015-03-03
3
-12
/
+13
|
\
\
\
|
*
|
|
Remove unused function luaL_typerror().
Stephan Gatzka
2014-12-21
1
-8
/
+0
|
*
|
|
Add missing prototype for opt_get_reuseport().
Stephan Gatzka
2014-12-21
1
-1
/
+2
|
*
|
|
Make local function udp_strerror() static.
Stephan Gatzka
2014-12-21
1
-1
/
+1
|
*
|
|
Make casts const correct.
Stephan Gatzka
2014-12-21
1
-10
/
+10
*
|
|
|
Better solution to luaL_checkint...
Diego Nehab
2015-03-01
2
-12
/
+2
*
|
|
|
fixed accidental global in `ftp.lua`
Thijs Schreijer
2015-03-01
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Fix inet_global_getaddrinfo leak of getnameinfo
Diego Nehab
2015-02-18
1
-0
/
+1
*
|
|
Out of the box support for Lua 5.3.
Diego Nehab
2015-02-18
3
-63
/
+64
|
/
/
*
|
make socket.protect yieldable on Lua 5.2/5.3
Philipp Janda
2014-11-10
1
-5
/
+30
*
|
src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.
daurnimator
2014-10-27
1
-4
/
+0
*
|
src/usocket: Do not setblocking on destroy;
daurnimator
2014-10-27
1
-1
/
+0
*
|
Fix Host: header according to RFC7230
Diego Nehab
2014-07-15
1
-3
/
+2
|
/
*
Add MYCFLAGS and MYLDFLAGS go allow for customization
Diego Nehab
2013-09-09
1
-6
/
+11
*
Add support for FreeBSD in makefile
Diego Nehab
2013-09-09
1
-0
/
+29
*
Fixed timeout bug introduced by commit e81a6ff
Diego Nehab
2013-09-09
1
-8
/
+4
*
Merge pull request #74 from catwell/pull-hostport
Diego Nehab
2013-09-09
1
-1
/
+3
|
\
|
*
include port in default Host header
Pierre Chapuis
2013-08-14
1
-1
/
+3
*
|
Merge pull request #65 from fab13n/480a818bf0ef6de32527ba14fc2bb27e754d0612
Diego Nehab
2013-09-09
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
support multiple filters in ltn12.{sink,source}.chain()
Fabien Fleutot
2013-06-18
1
-3
/
+10
*
|
http: look for PROXY in _M, not as a global
Pierre Chapuis
2013-07-05
1
-2
/
+2
*
|
http: do not set global TIMEOUT
Pierre Chapuis
2013-07-05
1
-1
/
+1
|
/
*
Fix makefile and test_socket_error.lua
Diego Nehab
2013-06-12
1
-1
/
+1
*
Changing from 2.1-rc1 to 3.0-rc1.
Diego Nehab
2013-06-11
5
-9
/
+8
*
Fix unix export marker.
Diego Nehab
2013-06-11
2
-1
/
+7
*
Export global table only if "module()" is defined.
Diego Nehab
2013-06-05
2
-21
/
+24
*
No need for inet_pton.
Diego Nehab
2013-06-04
3
-39
/
+3
*
Merge pull request #49 from moteus/moteus-ftp-get-2xx
Diego Nehab
2013-05-30
1
-1
/
+5
|
\
|
*
Fix. recive 2xx while ftp.get cause timeout error
moteus
2013-05-30
1
-1
/
+5
*
|
Remove warnings. Move windows specific code.
unknown
2013-05-30
5
-31
/
+40
*
|
Leaving if in src/ but out of build for now.
Diego Nehab
2013-05-30
7
-193
/
+257
|
/
*
Add. Allow get `error` option to socket.
moteus
2013-05-29
4
-0
/
+16
*
Export global only if LUA_COMPAT_MODULE defined.
Diego Nehab
2013-05-29
11
-37
/
+55
[next]