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
*
url.lua:remove_dot_components(): empty path component double-dot corner case
E. Westbrook
2018-08-21
1
-0
/
+4
*
url.lua:absolute_path(): ensure a separator between base_path and relative_path
E. Westbrook
2018-08-21
1
-0
/
+1
*
url.lua:remove_dot_components(): avoid overconsuming dot segments
E. Westbrook
2018-08-21
1
-2
/
+2
*
url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ...
E. Westbrook
2018-08-21
1
-1
/
+1
*
url.lua: separate remove_dot_components() from absolute_path(); also use in _...
E. Westbrook
2018-08-21
1
-17
/
+34
*
url.lua:absolute_path(): fix issue #254, simplify, add more test cases
E. Westbrook
2018-08-19
1
-14
/
+12
*
Fix gcc-8.1.0 warning.
Joris Clement
2018-08-06
1
-0
/
+1
*
Merge pull request #250 from ewestbrook/testudata-compat
Diego Nehab
2018-06-05
3
-1
/
+20
|
\
|
*
src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1
E. Westbrook
2018-06-04
2
-0
/
+19
|
*
Update auxiliar.c
George Zhao
2018-06-03
1
-1
/
+1
*
|
Add ltn12.source.table()
E. Westbrook
2018-06-05
1
-0
/
+10
|
/
*
src/options.c: increase buffer from 45 to 57, to accommodate string sizes spe...
E. Westbrook
2017-12-22
1
-2
/
+2
*
fixed url parsing; postpone fragment parsing after authority parsing; added t...
Herbert Leuwer
2017-11-22
1
-5
/
+5
*
fixed URL parsing in url.lua: parse fragment after parsing username and passw...
Herbert Leuwer
2017-11-19
1
-5
/
+5
*
Fix typo
Elliptica
2017-04-17
1
-1
/
+1
*
Merge pull request #210 from Lord-Helmchen/patch-1
Diego Nehab
2017-03-20
1
-2
/
+2
|
\
|
*
correct typo
LordHelmchen
2017-03-16
1
-1
/
+1
|
*
make protect_segment in url.lua rfc compliant
LordHelmchen
2017-03-16
1
-1
/
+1
*
|
Preserve path when parsing urls.
Diego Nehab
2017-03-20
1
-2
/
+3
*
|
Fix issue #196
Diego Nehab
2017-03-20
1
-0
/
+1
*
|
fix for Lua 5.3 built without number / string conversion
François Perrad
2017-03-16
1
-1
/
+1
|
/
*
Add backwards compatibility wrappers for socket.unix
Courtney Bane
2017-01-25
1
-5
/
+45
*
Create socket on first sendto if family agnostic udp() was used
Natanael Copa
2017-01-25
1
-0
/
+21
*
rename unix.tcp to unix.stream, unix.udp to unix.dgram
enginix
2016-12-25
7
-124
/
+124
*
allow DESTDIR to be set from the environment
Mike Usenko
2016-11-08
1
-1
/
+1
*
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
6
-314
/
+783
*
Merge pull request #171 from JonasKunze/feature/overwriteFlags
Diego Nehab
2016-04-12
1
-2
/
+4
|
\
|
*
Enabled overwriting of MYCF/MYLDFlAGS
Jonas Kunze
2016-04-12
1
-2
/
+4
*
|
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
1
-2
/
+2
*
Family agostic FTP and expose HTTP/FTP url parsing
Diego Nehab
2016-03-07
3
-21
/
+73
*
Remove global PORT. Fix https redirect.
Diego Nehab
2016-03-04
1
-17
/
+25
*
Added gettimeout for completeness.
Diego Nehab
2016-03-04
4
-0
/
+26
*
Added support for FTP command lists
Diego Nehab
2016-03-04
2
-3
/
+15
*
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
1
-1
/
+1
*
Update comment in except.h
Philipp Janda
2016-02-21
1
-9
/
+14
*
Support table errors.
Philipp Janda
2016-02-21
1
-19
/
+27
*
Merge pull request #155 from JonasKunze/feature/solaris
Diego Nehab
2016-02-11
1
-2
/
+28
|
\
|
*
Added solaris platform
Jonas Kunze
2016-01-15
1
-2
/
+28
*
|
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
2
-4
/
+4
[next]