Diego Nehab
9596c7f95d
Bug in forward.lua. Wasn't breaking from the loop.
2005-04-21 05:38:07 +00:00
Diego Nehab
434e8e014c
Better connection handling.
2005-04-21 03:15:34 +00:00
Diego Nehab
4e3cf63c95
Removed debuging prints.
2005-04-20 19:04:47 +00:00
Diego Nehab
2a00a5ad50
Trying to get non-blocking connect to work.
2005-04-20 18:57:47 +00:00
Diego Nehab
e7b7c36aea
Tiny bug in forward.lua
2005-03-11 02:27:59 +00:00
Diego Nehab
6dc9c1096a
Seems to be working on windows.
2005-03-11 02:21:27 +00:00
Diego Nehab
e57f9e9964
Apparently, non-blocking connect doesn't work on windows if you use 0
...
timeout in the select call...
2005-03-11 00:20:21 +00:00
Diego Nehab
63e3d7c5b0
Forward server works for multiple tunnels.
...
Http.lua has been patched to support non-blocking everything.
Makefile for linux has been updated with new names.
2005-03-10 02:15:04 +00:00
Diego Nehab
b18021e22d
Added forward server.
2005-03-10 01:49:17 +00:00
Diego Nehab
97b26e0b66
Almost ready to release beta3
2005-01-02 22:44:00 +00:00
Diego Nehab
1e5e8b5ce5
Fine tunned modules scheme.
...
Adjusted client modules.
Fixed proxy bug in http.
2004-10-11 06:18:57 +00:00
Diego Nehab
e4e2223cff
Fixed a bunch of stuff. Added mike's patches.
2004-07-16 06:48:48 +00:00
Diego Nehab
471334c3d0
Fixed stupid bugs.
2004-07-02 23:47:52 +00:00
Diego Nehab
6058d1838e
Releasing the beta-beta.
2004-07-02 23:31:32 +00:00
Diego Nehab
596602f2ca
Seems good.
2004-07-01 03:47:22 +00:00
Diego Nehab
7115c12fbc
Moving on to beta2.
2004-07-01 03:32:09 +00:00
Diego Nehab
bce1cb30d8
More adjustments/bugfixes.
2004-06-21 06:07:58 +00:00
Diego Nehab
7ed89c97f7
2.0 alpha RELEASED!
2004-06-18 21:41:44 +00:00
Diego Nehab
07dda08c5d
Changed the return of the send function...
2004-06-17 23:08:56 +00:00
Diego Nehab
597a062b1b
Almost ready for distribution...
2004-06-17 21:46:22 +00:00
Diego Nehab
d46f7a09a7
Fixed smtp.lua loading.
...
Adjusted tftp module.
Added some comments.
2004-06-16 01:02:07 +00:00
Diego Nehab
58096449c6
Manual is almost done. HTTP is missing.
...
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
2004-06-15 06:24:00 +00:00
Diego Nehab
9ed7f955e5
Só pra não perder se der merda.
2004-06-04 15:15:45 +00:00
Diego Nehab
5ca1049ab4
Fine tuning the "require" business.
2004-05-30 21:36:22 +00:00
Diego Nehab
c23240726e
Changed require"luasocket" to require"socket".
2004-05-28 20:40:13 +00:00
Diego Nehab
6c565dd7c0
Almost there.
2004-05-28 07:47:41 +00:00
Diego Nehab
c98dc99199
Bug feioso no UDP e possivelmente no TCP também.
2004-05-28 07:24:43 +00:00
Diego Nehab
694edcc3c1
Committing with require.
2004-05-28 06:16:43 +00:00
Diego Nehab
1fa65d89ca
Adjusted some details, got rid of old files, added some new.
2004-03-22 04:15:03 +00:00
Diego Nehab
0b2542d1a6
Worked on the manual.
...
Implemented stuffing (needs test)
Added cddb and qp examples.
2004-02-04 14:29:11 +00:00
Diego Nehab
c51d4acf1c
Adjusted a few inconsistencies with the manual.
2003-08-16 00:06:04 +00:00
Diego Nehab
90063f9e77
Oh well. More modifications.
2003-06-30 18:58:01 +00:00
Diego Nehab
167727be3c
Bug in usocket_recv...
2003-06-30 06:10:02 +00:00
Diego Nehab
71f6bb60bf
Finished implementation of LuaSocket 2.0 alpha on Linux.
...
Some testing still needed.
2003-06-26 18:47:49 +00:00
Diego Nehab
58bdb658aa
Select re-implemented in a nicer way.
...
Few changes in internal class and group registration.
Lua modules are compiled and built into library.
Dynamic library tested in Linux and Mac OS X.
2003-06-09 18:23:40 +00:00
Diego Nehab
0f6c8d50a9
Porting to LUA 5.0 final
2003-05-25 01:54:13 +00:00
Diego Nehab
d0560e0b44
Local index in for loop was getting changed...
2003-03-28 21:24:30 +00:00
Diego Nehab
f18d1b7cd0
Closer to release...
2003-03-28 21:08:50 +00:00
Diego Nehab
112e51be58
Sockets are not tables anymore.
2002-07-08 20:56:36 +00:00
Diego Nehab
27e6140a90
Updated for LuaSocket 1.4
2001-09-27 20:04:47 +00:00
Diego Nehab
2f07549722
Binds to all interfaces.
2001-09-27 20:02:24 +00:00
Diego Nehab
2b7ea458d6
Updated for 1.3b
2001-06-06 21:00:11 +00:00
Diego Nehab
f68b4dd136
New description for the dict.lua file.
2001-04-25 20:11:03 +00:00
Diego Nehab
794418cd7b
Added broadcast.lua description.
2001-03-12 20:02:21 +00:00
Diego Nehab
98a7e91de5
Connection closed detection was improved. Client numbers are now tracked
...
and sent along with broadcasted line.
2001-03-12 20:00:47 +00:00
Diego Nehab
3f52ed5c53
Initial revision
2001-03-12 19:42:46 +00:00
Diego Nehab
22a5d3f669
Uptated for LuaSocket 1.2. The version released was incompatible...
2001-03-06 19:54:57 +00:00
Diego Nehab
2c9008772e
Updated to remove use of global methods. Conforming to
...
LuaSocket release 1.2.1
2001-03-06 19:46:42 +00:00
Diego Nehab
29226588da
Updated to remove use of global methods. Conforming to
...
LuaSocket release 1.2.1
2001-03-06 19:23:21 +00:00
Diego Nehab
7096b8df82
Initial revision
2001-01-25 21:59:39 +00:00