86de838eb5
cleanup; move ./etc into ./samples and mark 'unsupported'
2022-03-29 13:33:00 +02:00
601ad8d59f
refactor: Address issues raised by linter
2022-03-19 17:13:15 +03:00
817d47df42
lpr.lua: fix invalid string escape sequence \?
...
Not valid in 5.2 and luajit.
2013-04-17 23:35:56 -04:00
56893e9dcd
Use the length operator (#) instead of table.getn.
...
table.getn was deprecated in Lua 5.1 in favor of #, the length operator.
See: http://www.lua.org/manual/5.1/manual.html#7.2
2013-02-25 20:28:28 -02:00
f960b3872a
Making progress toward a release
...
Documented headers.lua
Update copyright date everywhere
Remove RCSID from files
Move version back to 2.1 rather than 2.1.1
Fixed url package to support ipv6 hosts
Changed "domain" to "family" in tcp and udp structures
Implemented getfamily methods
2012-04-23 00:18:45 +08:00
2778766d67
Preliminary IPv6 support for v2.1
2012-04-11 13:25:11 -07:00
bce60be30f
Decent makefiles!
2009-05-27 09:31:38 +00:00
d55a5826e8
Few tweaks in installation, some missing files, etc.
2005-11-22 08:33:29 +00:00
5e09779c7f
In pre release mode!
2005-11-20 08:56:19 +00:00
37f7af4b9f
Added check-links-nb.lua that check links in a non-blocking way.
2005-06-20 04:51:55 +00:00
8b114f3bf4
Stupid bug in http.lua.
2005-06-12 22:02:21 +00:00
9596c7f95d
Bug in forward.lua. Wasn't breaking from the loop.
2005-04-21 05:38:07 +00:00
434e8e014c
Better connection handling.
2005-04-21 03:15:34 +00:00
4e3cf63c95
Removed debuging prints.
2005-04-20 19:04:47 +00:00
2a00a5ad50
Trying to get non-blocking connect to work.
2005-04-20 18:57:47 +00:00
e7b7c36aea
Tiny bug in forward.lua
2005-03-11 02:27:59 +00:00
6dc9c1096a
Seems to be working on windows.
2005-03-11 02:21:27 +00:00
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
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
b18021e22d
Added forward server.
2005-03-10 01:49:17 +00:00
97b26e0b66
Almost ready to release beta3
2005-01-02 22:44:00 +00:00
1e5e8b5ce5
Fine tunned modules scheme.
...
Adjusted client modules.
Fixed proxy bug in http.
2004-10-11 06:18:57 +00:00
e4e2223cff
Fixed a bunch of stuff. Added mike's patches.
2004-07-16 06:48:48 +00:00
471334c3d0
Fixed stupid bugs.
2004-07-02 23:47:52 +00:00
6058d1838e
Releasing the beta-beta.
2004-07-02 23:31:32 +00:00
596602f2ca
Seems good.
2004-07-01 03:47:22 +00:00
7115c12fbc
Moving on to beta2.
2004-07-01 03:32:09 +00:00
bce1cb30d8
More adjustments/bugfixes.
2004-06-21 06:07:58 +00:00
7ed89c97f7
2.0 alpha RELEASED!
2004-06-18 21:41:44 +00:00
07dda08c5d
Changed the return of the send function...
2004-06-17 23:08:56 +00:00
597a062b1b
Almost ready for distribution...
2004-06-17 21:46:22 +00:00
d46f7a09a7
Fixed smtp.lua loading.
...
Adjusted tftp module.
Added some comments.
2004-06-16 01:02:07 +00:00
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
9ed7f955e5
Só pra não perder se der merda.
2004-06-04 15:15:45 +00:00
5ca1049ab4
Fine tuning the "require" business.
2004-05-30 21:36:22 +00:00
c23240726e
Changed require"luasocket" to require"socket".
2004-05-28 20:40:13 +00:00
6c565dd7c0
Almost there.
2004-05-28 07:47:41 +00:00
c98dc99199
Bug feioso no UDP e possivelmente no TCP também.
2004-05-28 07:24:43 +00:00
694edcc3c1
Committing with require.
2004-05-28 06:16:43 +00:00
1fa65d89ca
Adjusted some details, got rid of old files, added some new.
2004-03-22 04:15:03 +00:00
0b2542d1a6
Worked on the manual.
...
Implemented stuffing (needs test)
Added cddb and qp examples.
2004-02-04 14:29:11 +00:00
c51d4acf1c
Adjusted a few inconsistencies with the manual.
2003-08-16 00:06:04 +00:00
90063f9e77
Oh well. More modifications.
2003-06-30 18:58:01 +00:00
167727be3c
Bug in usocket_recv...
2003-06-30 06:10:02 +00:00
71f6bb60bf
Finished implementation of LuaSocket 2.0 alpha on Linux.
...
Some testing still needed.
2003-06-26 18:47:49 +00:00
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
0f6c8d50a9
Porting to LUA 5.0 final
2003-05-25 01:54:13 +00:00
d0560e0b44
Local index in for loop was getting changed...
2003-03-28 21:24:30 +00:00
f18d1b7cd0
Closer to release...
2003-03-28 21:08:50 +00:00
112e51be58
Sockets are not tables anymore.
2002-07-08 20:56:36 +00:00