Commit Graph

201 Commits

Author SHA1 Message Date
Diego Nehab
195069cf5f Fixed functions that return messages in ?socket.c.
Moved complexity of connect and accept there.
Created a new options.c module to take care of options.
Auxiliar.c is now cleaner.
2004-01-21 18:40:52 +00:00
Diego Nehab
68d57dc931 Corrected connect in windows. Wasn't setting errno... 2004-01-21 01:28:32 +00:00
Diego Nehab
3a7ac1e043 Changed the naming convention of the mime module.
Looks beautiful.
2004-01-21 01:09:50 +00:00
Diego Nehab
3f1712ed48 Added gethostname.
Cleaned up TODO.
Moved luasocket specific stuff from auxiliar.c to luasocket.c
2004-01-19 18:22:51 +00:00
Diego Nehab
fbb42b80cb Seems to be working on windows and linux. 2004-01-19 16:18:31 +00:00
Diego Nehab
5b8d7dec54 Updated some of the callbacks in callback.lua.
Update get.lua to use the new callbacks.
The old "code" module is now the "mime" module.
Updated all modules that depended on it.
Updated url.lua to use the new namespace scheme, and moved the
    escape and unescape functions that used to be in the code.lua module
    to it, since these are specific to urls.
Updated the callback entries in the manual.
2004-01-19 05:41:30 +00:00
Diego Nehab
6ac82d50ee Added proxy support to http.lua
Changed callback.lua module, but need more work.
Added local connect support.
2004-01-19 00:24:41 +00:00
Diego Nehab
3ea9271126 Added new filter to code.c, to convert between line conventions. 2004-01-18 08:59:21 +00:00
Diego Nehab
50ce143725 Have to figure out how to test timeout on connect... kind of hard. 2004-01-18 06:41:43 +00:00
Diego Nehab
87e8737218 Fixed bug in accept, added tests for it and for connect with timeout. 2004-01-18 05:35:56 +00:00
Diego Nehab
c8d58798f0 Trying to get connect-with-timeout to work. Darwin works... 2004-01-18 00:04:20 +00:00
Diego Nehab
076451c753 Tested in windows. Still needs more testing, but progress has been made. 2004-01-17 00:17:46 +00:00
Diego Nehab
89f3ecf782 http.lua updated. still needs proxy support.
code.lua updated. looks neat.
2004-01-16 07:06:31 +00:00
Diego Nehab
6789b83ff5 Starting to use RCS in princeton again. Not behind a firewall anymore. 2003-08-31 00:58:07 +00:00
Diego Nehab
c51d4acf1c Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
Diego Nehab
4cbd8e1983 And this. 2003-06-30 18:57:07 +00:00
Diego Nehab
a581d2333b Releasing 2.0 alpha!!! 2003-06-30 18:53:10 +00:00
Diego Nehab
bd54cd42d4 Few adjustments for windows. 2003-06-26 21:14:17 +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
0f6c8d50a9 Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
Diego Nehab
4755ad727e Compiled in WinXP 2003-03-28 22:41:26 +00:00
Diego Nehab
f18d1b7cd0 Closer to release... 2003-03-28 21:08:50 +00:00
Diego Nehab
307603b24d The test directory! 2003-03-21 23:49:18 +00:00
Diego Nehab
cf4d923d70 Ported to Win32! 2003-03-21 01:07:23 +00:00
Diego Nehab
53857360bb Finish port to Lua 5. Everything is working fine.
Still doesn't work in Windows.
2003-03-20 00:24:44 +00:00
Diego Nehab
7da19138e3 Faltam testes de ftp e smtp. O resto passa. 2002-12-03 07:20:34 +00:00
Diego Nehab
b796207ce0 Usando noglobals.lua 2002-07-08 21:57:18 +00:00
Diego Nehab
5b911918e3 Usando localhost por default. 2002-07-08 21:56:57 +00:00
Diego Nehab
7b99195649 Testes reformulados. 2002-07-08 21:56:01 +00:00
Diego Nehab
af181244d9 Usando noglobals.lua e parsembox.lua 2002-07-08 21:55:35 +00:00
Diego Nehab
daff3db32e Using noglobals.lua
Não carrega mais os modulos.
Ajeitados alguns nomes.
2002-07-08 21:54:28 +00:00
Diego Nehab
65dd618553 Using noglobals.lua
Ajeitados alguns paths.
Não carrega mais os modulos.
2002-07-08 21:53:33 +00:00
Diego Nehab
6eb7f22c4b added unsafe path composition test
added new build_url tests
2001-09-26 20:29:32 +00:00
Diego Nehab
4f27c376e9 added wrong scheme test 2001-09-26 20:29:18 +00:00
Diego Nehab
36b07d5fd0 added wrong scheme test 2001-09-26 20:29:01 +00:00
Diego Nehab
6dd115015c Initial revision 2001-09-25 21:35:17 +00:00
Diego Nehab
d36460a249 updated for luasocket 1.4 2001-09-25 21:34:43 +00:00
Diego Nehab
b319e6a1e8 updated due to test location changes 2001-09-25 21:32:52 +00:00
Diego Nehab
c51283fa62 Added select bug test.
time became _time.
2001-06-08 22:42:01 +00:00
Diego Nehab
bf4ca59463 sleep became _sleep. 2001-06-08 22:41:15 +00:00
Diego Nehab
6fb33f0a76 ftp.lua needs buffer.lua... 2001-06-08 22:40:57 +00:00
Diego Nehab
e9eafc7480 Now prints the elapsed time. 2001-06-08 22:40:09 +00:00
Diego Nehab
8ed1b05f86 Corrected command line parameter bug... 2001-03-12 19:40:29 +00:00
Diego Nehab
33817f147b Set timeout on data socket, to avoid hangs due to no keepalive packets. 2001-03-12 19:38:39 +00:00
Diego Nehab
22396d34f5 Updated for release 1.2.1.
Added '*w' pattern test.
2001-03-07 22:38:54 +00:00
Diego Nehab
bbb4b3e2c1 Updated to remove use of global methods. Conforming to
LuaSocket release 1.2.1
2001-03-06 20:16:17 +00:00
Diego Nehab
a221087bc0 Relaxed timeout tests. 2001-01-28 02:18:24 +00:00
Diego Nehab
f6b9505225 Updated for LuaSocket 1.2. 2001-01-25 22:00:18 +00:00
Diego Nehab
2bb209ab9e Updated for LuaSocket 1.2.
More tests added.
2001-01-25 21:59:59 +00:00
Diego Nehab
7096b8df82 Initial revision 2001-01-25 21:59:39 +00:00
Diego Nehab
17c4d1c305 Initial revision 2000-12-29 22:15:09 +00:00