Commit Graph

  • 2f07549722 Binds to all interfaces. Diego Nehab 2001-09-27 20:02:24 +0000
  • 74979295a2 updated for luasocket 1.4 Diego Nehab 2001-09-26 20:52:23 +0000
  • 164d33894e Removed wrong host header in redirect. Passing location header back to callee after redirect. Added correct scheme test. Diego Nehab 2001-09-26 20:40:13 +0000
  • 84e503afe3 Changed some variable names. Added correct scheme test. Diego Nehab 2001-09-26 20:39:46 +0000
  • ef5322a92a Changed build_url to compose from smaller parts Changed build_path to add an option not to protect path components Diego Nehab 2001-09-26 20:38:47 +0000
  • 6f02d1444b Almost ready for Lua 4.1 Diego Nehab 2001-09-26 20:31:59 +0000
  • 6eb7f22c4b added unsafe path composition test added new build_url tests Diego Nehab 2001-09-26 20:29:32 +0000
  • 4f27c376e9 added wrong scheme test Diego Nehab 2001-09-26 20:29:18 +0000
  • 36b07d5fd0 added wrong scheme test Diego Nehab 2001-09-26 20:29:01 +0000
  • 6dd115015c Initial revision Diego Nehab 2001-09-25 21:35:17 +0000
  • d36460a249 updated for luasocket 1.4 Diego Nehab 2001-09-25 21:34:43 +0000
  • b319e6a1e8 updated due to test location changes Diego Nehab 2001-09-25 21:32:52 +0000
  • 9f677cdbf4 updated rfc reference from 1521 to 2045 Diego Nehab 2001-09-25 18:40:58 +0000
  • 29ab78a74a HTTP.request was not returning response for body-less requests. Diego Nehab 2001-09-18 20:22:59 +0000
  • b73a66e635 Changed HTTP.get and HTTP.post to return status code instead of status line information. Who cares about the rest of the line, anyways... Diego Nehab 2001-09-18 18:41:01 +0000
  • 5b7d44e961 lua_socketlibopen now returns a result code. Updated for LuaSocket 1.4. Diego Nehab 2001-09-12 22:08:43 +0000
  • d794e581ff lua_socketlibopen now returns a result code. Diego Nehab 2001-09-12 22:07:08 +0000
  • b2df4282a3 Updated for LuaSocket 1.4 Diego Nehab 2001-09-12 18:34:31 +0000
  • 9546cd10ab Updated for LuaSocket 1.4. Better tested, some name changes. Diego Nehab 2001-09-12 18:27:55 +0000
  • 5c622071f9 Initial revision Diego Nehab 2001-09-12 18:27:40 +0000
  • 480689a702 Updated for LuaSocket 1.4, following LTN7 etc. Module is now automaticaly tested. Diego Nehab 2001-09-12 18:16:31 +0000
  • 504ecdc0aa Simple HTTP functions can deal with table arguments also. Diego Nehab 2001-09-12 18:16:09 +0000
  • cb61077f7a Minor documentation changes. Constants were moved to Public table. Updated to use new fast concatenation module (concat.lua). Diego Nehab 2001-08-07 19:50:04 +0000
  • 3143c58e0f Rewritten to comply to LTN7 (Modules & Packages). As a result, there have been some API changes. Parameter and return values are now passed inside tables. Automatic redirection and automatic authentication are better controlled, with loop detection. Implementation is more RFCish, conforming to RFC2616. URL parsing has been moved to an external library, to be shared with FTP. Diego Nehab 2001-07-29 03:51:36 +0000
  • 0cc37c4b41 Timeout detection bug when timeout value was 0 in the select function. Diego Nehab 2001-07-23 20:13:01 +0000
  • c16b6d9312 LUASOCKET_API now prefixes all exported function declarations. Diego Nehab 2001-06-19 19:31:22 +0000
  • ce0ad4c6b6 debug code removed. Diego Nehab 2001-06-11 18:15:49 +0000
  • 6fd40adc77 Removed some warnings. Diego Nehab 2001-06-09 21:22:57 +0000
  • 168fe9bacf Updated for 1.3b release Diego Nehab 2001-06-08 23:12:41 +0000
  • 8a8dfcdb72 Updated version information. Diego Nehab 2001-06-08 22:45:55 +0000
  • c51283fa62 Added select bug test. time became _time. Diego Nehab 2001-06-08 22:42:01 +0000
  • bf4ca59463 sleep became _sleep. Diego Nehab 2001-06-08 22:41:15 +0000
  • 6fb33f0a76 ftp.lua needs buffer.lua... Diego Nehab 2001-06-08 22:40:57 +0000
  • e9eafc7480 Now prints the elapsed time. Diego Nehab 2001-06-08 22:40:09 +0000
  • 4456edcd0b udpsocket errors are more verbose Diego Nehab 2001-06-08 22:36:30 +0000
  • 23dcfabcf1 Issue error when select is called with invalid parameters. Some warnings removed (include string.h) Diego Nehab 2001-06-08 22:22:37 +0000
  • d684be0cff Block size increased. Diego Nehab 2001-06-07 20:52:34 +0000
  • 2b7ea458d6 Updated for 1.3b Diego Nehab 2001-06-06 21:00:11 +0000
  • 8f1349ddd4 Initial revision Diego Nehab 2001-06-06 20:59:36 +0000
  • f66963f9a1 Updated for 1.3b. Diego Nehab 2001-06-06 20:59:12 +0000
  • c53ad62b00 Streaming by callbacks implemented. Diego Nehab 2001-06-06 20:55:45 +0000
  • 77090c53fe Updated for 1.3b version. Diego Nehab 2001-06-04 20:45:17 +0000
  • 791c9f3168 Select was also crashing on non-table parameters. Changed time to _time and sleep to _sleep to avoid name clashes. Diego Nehab 2001-06-04 20:44:39 +0000
  • f1ae9db45e HTTP message bodies are transfered using a callback to return body parts chunk by chunk. Diego Nehab 2001-05-21 18:12:20 +0000
  • f68b4dd136 New description for the dict.lua file. Diego Nehab 2001-04-25 20:11:03 +0000
  • 7d60e27bea Transformed in a library, instead of a sample program. Diego Nehab 2001-04-25 20:08:21 +0000
  • 8c6473577d Added support to UDP socket options. Diego Nehab 2001-04-23 22:37:55 +0000
  • 561177a1dd Some internal functions were not static. Correct select bug that would crash on closed sockets. Diego Nehab 2001-04-16 19:56:33 +0000
  • bd0bf45979 BUG: multi-line replies were not supported. Error logic simplified. Diego Nehab 2001-03-27 19:25:11 +0000
  • 366fb989f3 Updated for release 1.2.1. Diego Nehab 2001-03-12 20:10:39 +0000
  • f643710fa2 Found a new way to define global version of table methods using only ~15 lines of code. So, they are back. Added '*w' word receive pattern. Diego Nehab 2001-03-12 20:04:25 +0000
  • 794418cd7b Added broadcast.lua description. Diego Nehab 2001-03-12 20:02:21 +0000
  • 98a7e91de5 Connection closed detection was improved. Client numbers are now tracked and sent along with broadcasted line. Diego Nehab 2001-03-12 20:00:47 +0000
  • 3f52ed5c53 Initial revision Diego Nehab 2001-03-12 19:42:46 +0000
  • 8ed1b05f86 Corrected command line parameter bug... Diego Nehab 2001-03-12 19:40:29 +0000
  • 33817f147b Set timeout on data socket, to avoid hangs due to no keepalive packets. Diego Nehab 2001-03-12 19:38:39 +0000
  • 22396d34f5 Updated for release 1.2.1. Added '*w' pattern test. Diego Nehab 2001-03-07 22:38:54 +0000
  • bbb4b3e2c1 Updated to remove use of global methods. Conforming to LuaSocket release 1.2.1 Diego Nehab 2001-03-06 20:16:17 +0000
  • 22a5d3f669 Uptated for LuaSocket 1.2. The version released was incompatible... Diego Nehab 2001-03-06 19:54:57 +0000
  • 2c9008772e Updated to remove use of global methods. Conforming to LuaSocket release 1.2.1 Diego Nehab 2001-03-06 19:46:42 +0000
  • 29226588da Updated to remove use of global methods. Conforming to LuaSocket release 1.2.1 Diego Nehab 2001-03-06 19:23:21 +0000
  • 27371883ef Removed global version of table methods. Close method is now permitted on closed sockets. Added generalized select support. Removed poll method, replaced by select with advantage. Diego Nehab 2001-03-06 19:03:10 +0000
  • 297576affa Updated for release 1.2.1 Buffer size constants are now part of luasocket.h. Diego Nehab 2001-03-06 19:01:44 +0000
  • a221087bc0 Relaxed timeout tests. Diego Nehab 2001-01-28 02:18:24 +0000
  • 159823e200 Added support for the CYGWIN gcc compiler. Diego Nehab 2001-01-28 02:16:20 +0000
  • a466bd5d42 Data connection is now passive. Even minimum FTP servers are usable. Diego Nehab 2001-01-25 22:03:16 +0000
  • 273fd0964e Updated for LuaSocket 1.2 Diego Nehab 2001-01-25 22:02:37 +0000
  • bee46b39bf HTTP is now generic, with function http_request. RFC is more strictly followed. Diego Nehab 2001-01-25 22:01:37 +0000
  • f6b9505225 Updated for LuaSocket 1.2. Diego Nehab 2001-01-25 22:00:18 +0000
  • 2bb209ab9e Updated for LuaSocket 1.2. More tests added. Diego Nehab 2001-01-25 21:59:59 +0000
  • 7096b8df82 Initial revision Diego Nehab 2001-01-25 21:59:39 +0000
  • 68f51243b3 Parameter passing updated. Diego Nehab 2001-01-25 21:57:07 +0000
  • 03e063c21e Updated for LuaSocket 1.2 Added description for daytimeclnt.lua, echoclnt.lua, echosrvr.lua and tftpclnt.lua. Diego Nehab 2001-01-25 21:56:01 +0000
  • 973295ba18 UDP code implemented. DNS code has been rewritten. Almost everything has been changed. :-) Diego Nehab 2001-01-25 21:53:02 +0000
  • 7674d3b649 It just creates the distribution now. Updated for LuaSocket 1.2 Diego Nehab 2001-01-25 21:49:48 +0000
  • 6370be578b Modified beause of name changes in examples. Diego Nehab 2001-01-17 19:51:21 +0000
  • 84baa83864 The actuall bind to the Lua language has been rewritten with generalized use of closure values. Sockets are now real tables, where each method receives a p_sock structure as a closure. Global version of methods are now optional, and call the table versions. Included the toip function that converts from host name to ip address. new implementation of '*a' was broken as has been fixed. The windows code has been tested and is working. Diego Nehab 2001-01-15 04:16:35 +0000
  • b40d2ba005 Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. Diego Nehab 2001-01-13 07:11:44 +0000
  • 41643c2643 All input from sockets is now buffered. This has drastically improved line I/O. The code is much simpler now, too. All timeout management has been rewritten. Diego Nehab 2001-01-13 07:10:00 +0000
  • 17c4d1c305 Initial revision Diego Nehab 2000-12-29 22:15:09 +0000
  • 6f9d15b660 Simplified SIGPIPE treatment. Changed some ints to size_ts. Diego Nehab 2000-12-29 22:08:56 +0000
  • df9a7e548f Added new receive pattern "*a" Added new bind pattern "*" that binds to INADDR_ANY bind now also returns the ip and port bound to. Diego Nehab 2000-12-27 19:19:22 +0000
  • d455d1707f Initial revision Diego Nehab 2000-06-02 17:55:14 +0000