aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
commit71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (patch)
tree8ad3668667bd3da3c34f7ff7ae0a9a7a4daa4679 /samples
parentf330540576031528f0daac231c61d4dd06e8ba1e (diff)
downloadluasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.gz
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.bz2
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.zip
Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
Diffstat (limited to 'samples')
-rw-r--r--samples/daytimeclnt.lua2
-rw-r--r--samples/echoclnt.lua2
-rw-r--r--samples/echosrvr.lua2
-rw-r--r--samples/listener.lua2
-rw-r--r--samples/talker.lua2
-rw-r--r--samples/tinyirc.lua2
6 files changed, 6 insertions, 6 deletions
diff --git a/samples/daytimeclnt.lua b/samples/daytimeclnt.lua
index 85ddca1..5064fff 100644
--- a/samples/daytimeclnt.lua
+++ b/samples/daytimeclnt.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- UDP sample: daytime protocol client 2-- UDP sample: daytime protocol client
3-- LuaSocket 1.5 sample files. 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
diff --git a/samples/echoclnt.lua b/samples/echoclnt.lua
index bca0b4d..e028b86 100644
--- a/samples/echoclnt.lua
+++ b/samples/echoclnt.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- UDP sample: echo protocol client 2-- UDP sample: echo protocol client
3-- LuaSocket 1.5 sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
diff --git a/samples/echosrvr.lua b/samples/echosrvr.lua
index 18bd84e..127ccb8 100644
--- a/samples/echosrvr.lua
+++ b/samples/echosrvr.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- UDP sample: echo protocol server 2-- UDP sample: echo protocol server
3-- LuaSocket 1.5 sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
diff --git a/samples/listener.lua b/samples/listener.lua
index 4846419..dff4d25 100644
--- a/samples/listener.lua
+++ b/samples/listener.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- TCP sample: Little program to dump lines received at a given port 2-- TCP sample: Little program to dump lines received at a given port
3-- LuaSocket 1.5 sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
diff --git a/samples/talker.lua b/samples/talker.lua
index c7a239a..1b0652f 100644
--- a/samples/talker.lua
+++ b/samples/talker.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- TCP sample: Little program to send text lines to a given host/port 2-- TCP sample: Little program to send text lines to a given host/port
3-- LuaSocket 1.5 sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
diff --git a/samples/tinyirc.lua b/samples/tinyirc.lua
index 0b20303..0ad00ab 100644
--- a/samples/tinyirc.lua
+++ b/samples/tinyirc.lua
@@ -1,6 +1,6 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- Select sample: simple text line server 2-- Select sample: simple text line server
3-- LuaSocket 1.5 sample files. 3-- LuaSocket sample files.
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------