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
/
gem
/
t4.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-06
Changed buffer-per-socket to buffer-per-operation.
Diego Nehab
7
-62
/
+64
2015-10-05
Added support for arbitrary datagram sizes.
Diego Nehab
3
-29
/
+68
2015-08-25
Fixes suggested by @Florob in #147.
Diego Nehab
7
-76
/
+78
2015-08-22
New agnostic IPv4 IPv6 functions.
Diego Nehab
14
-351
/
+398
2015-08-21
Fix rockspec and serial.c module.
Diego Nehab
3
-25
/
+6
2015-08-21
New compat.h module implements luaL_setfuncs.
Diego Nehab
20
-173
/
+164
2015-06-11
Added missing options for UDP getoption.
cjtallman
3
-1
/
+16
2015-03-03
Fix cut-paste typo on PIE_HOST_NOT_FOUND.
Diego Nehab
1
-30
/
+30
2015-03-03
updated error messages, less error prone, platform independent
Thijs Schreijer
3
-51
/
+78
2015-03-01
Better solution to luaL_checkint...
Diego Nehab
2
-12
/
+2
2015-03-01
fixed accidental global in `ftp.lua`
Thijs Schreijer
1
-1
/
+1
2015-02-18
Fix inet_global_getaddrinfo leak of getnameinfo
Diego Nehab
1
-0
/
+1
2015-02-18
Out of the box support for Lua 5.3.
Diego Nehab
7
-85
/
+96
2014-12-21
Remove unused function luaL_typerror().
Stephan Gatzka
1
-8
/
+0
2014-12-21
Add missing prototype for opt_get_reuseport().
Stephan Gatzka
1
-1
/
+2
2014-12-21
Make local function udp_strerror() static.
Stephan Gatzka
1
-1
/
+1
2014-12-21
Make casts const correct.
Stephan Gatzka
1
-10
/
+10
2014-11-28
white background
TsT
1
-0
/
+1
2014-11-10
make socket.protect yieldable on Lua 5.2/5.3
Philipp Janda
1
-5
/
+30
2014-11-10
fixed yieldable socket.protect in etc/dispatch.lua
Philipp Janda
1
-15
/
+22
2014-10-27
src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.
daurnimator
1
-4
/
+0
2014-10-27
src/usocket: Do not setblocking on destroy;
daurnimator
1
-1
/
+0
2014-07-15
Fix Host: header according to RFC7230
Diego Nehab
1
-3
/
+2
2014-03-27
Add proxy authentication headers if present.
Charles Tabor
1
-0
/
+9
2014-03-21
Generate headers before proxy changes host and port
Charles Tabor
1
-3
/
+3
2013-11-07
the universe has only existed for 43.8 years
PixelToast
1
-2
/
+1
2013-09-12
Added ability to set the option `reuseport` of a tcp socket.
kobra
2
-1
/
+3
2013-09-09
Add MYCFLAGS and MYLDFLAGS go allow for customization
Diego Nehab
1
-6
/
+11
2013-09-09
Add support for FreeBSD in makefile
Diego Nehab
2
-1
/
+30
2013-09-09
Fixed timeout bug introduced by commit e81a6ff
Diego Nehab
1
-8
/
+4
2013-08-14
include port in default Host header
Pierre Chapuis
1
-1
/
+3
2013-07-05
http: look for PROXY in _M, not as a global
Pierre Chapuis
1
-2
/
+2
2013-07-05
http: do not set global TIMEOUT
Pierre Chapuis
1
-1
/
+1
2013-06-18
support multiple filters in ltn12.{sink,source}.chain()
Fabien Fleutot
2
-3
/
+35
2013-06-14
Change link to github page.
v3.0-rc1
Diego Nehab
1
-2
/
+2
2013-06-14
Add files to distribution.
Diego Nehab
1
-4
/
+5
2013-06-14
Change 2.1 to 3.0
Diego Nehab
1
-2
/
+2
2013-06-14
Change 2.1 to 3.0-rc1
Diego Nehab
2
-1
/
+2
2013-06-14
Update NEW file and section
Diego Nehab
3
-39
/
+68
2013-06-13
Download archive with https rather than git scheme
Diego Nehab
1
-2
/
+2
2013-06-13
Fix version in rockspec.
Diego Nehab
1
-1
/
+1
2013-06-13
Fix path for rockspec in travis file.
Diego Nehab
1
-2
/
+2
2013-06-13
Merging moteus suggestions for rockspec and travis
Diego Nehab
2
-4
/
+57
2013-06-12
Fix makefile and test_socket_error.lua
Diego Nehab
3
-4
/
+12
2013-06-11
new rockspec using builtin build type
Fabio Mascarenhas
2
-67
/
+105
2013-06-11
Changing from 2.1-rc1 to 3.0-rc1.
Diego Nehab
10
-34
/
+33
2013-06-11
Fix unix export marker.
Diego Nehab
2
-1
/
+7
2013-06-05
Export global table only if "module()" is defined.
Diego Nehab
2
-21
/
+24
2013-06-04
No need for inet_pton.
Diego Nehab
3
-39
/
+3
2013-05-30
Unix domain tests still broken.
Diego Nehab
2
-12
/
+12
[next]