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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2001-03-12
Corrected command line parameter bug...
Diego Nehab
1
-0
/
+1
2001-03-12
Set timeout on data socket, to avoid hangs due to no keepalive packets.
Diego Nehab
1
-0
/
+2
2001-03-07
Updated for release 1.2.1.
Diego Nehab
2
-34
/
+48
2001-03-06
Updated to remove use of global methods. Conforming to
Diego Nehab
2
-44
/
+44
2001-03-06
Uptated for LuaSocket 1.2. The version released was incompatible...
Diego Nehab
1
-2
/
+3
2001-03-06
Updated to remove use of global methods. Conforming to
Diego Nehab
3
-15
/
+15
2001-03-06
Updated to remove use of global methods. Conforming to
Diego Nehab
1
-2
/
+2
2001-03-06
Removed global version of table methods.
Diego Nehab
1
-329
/
+201
2001-03-06
Updated for release 1.2.1
Diego Nehab
1
-2
/
+16
2001-01-28
Relaxed timeout tests.
Diego Nehab
1
-14
/
+15
2001-01-28
Added support for the CYGWIN gcc compiler.
Diego Nehab
1
-3
/
+9
2001-01-25
Data connection is now passive. Even minimum FTP servers are usable.
Diego Nehab
1
-62
/
+73
2001-01-25
Updated for LuaSocket 1.2
Diego Nehab
1
-9
/
+8
2001-01-25
HTTP is now generic, with function http_request.
Diego Nehab
1
-167
/
+258
2001-01-25
Updated for LuaSocket 1.2.
Diego Nehab
1
-90
/
+104
2001-01-25
Updated for LuaSocket 1.2.
Diego Nehab
1
-359
/
+428
2001-01-25
Initial revision
Diego Nehab
6
-0
/
+191
2001-01-25
Parameter passing updated.
Diego Nehab
2
-4
/
+4
2001-01-25
Updated for LuaSocket 1.2
Diego Nehab
1
-22
/
+25
2001-01-25
UDP code implemented.
Diego Nehab
1
-797
/
+1466
2001-01-25
It just creates the distribution now.
Diego Nehab
1
-60
/
+10
2001-01-17
Modified beause of name changes in examples.
Diego Nehab
1
-20
/
+20
2001-01-15
The actuall bind to the Lua language has been rewritten with
Diego Nehab
1
-457
/
+442
2001-01-13
Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.
Diego Nehab
1
-6
/
+3
2001-01-13
All input from sockets is now buffered. This has drastically
Diego Nehab
1
-315
/
+267
2000-12-29
Initial revision
Diego Nehab
12
-0
/
+1777
2000-12-29
Simplified SIGPIPE treatment.
Diego Nehab
1
-16
/
+6
2000-12-27
Added new receive pattern "*a"
Diego Nehab
1
-202
/
+386