From 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 23 Aug 2005 05:53:14 +0000 Subject: Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. --- doc/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index e596f8e..3d5acb3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -168,6 +168,8 @@ support.
  • Improved: tcp:send(data, i, j) to return (i+sent-1). This is great for non-blocking I/O, but might break some code;
  • Improved: HTTP, SMTP, and FTP functions to accept a new field create that overrides the function used to create socket objects; +
  • Improved: smtp.message now supports multipart/alternative +(for the HTML messages we all love so much);
  • Fixed: smtp.send was hanging on errors returned by LTN12 sources;
  • Fixed: url.absolute() to work when base_url is in parsed form; @@ -183,7 +185,7 @@ group;
  • Improved: Socket and MIME binaries are called 'core' each inside their directory (ex. "socket/core.dll"). The 'l' prefix was just a bad idea;
  • Improved: Using bundles in Mac OS X, instead of dylibs; -
  • Fixed: luasocket.h to export luaopen_socketcore; +
  • Fixed: luasocket.h to export luaopen_socket_core;
  • Fixed: udp:setpeername() so you can "disconnect" an UDP socket;
  • Fixed: A weird bug in HTTP support that caused some requests to -- cgit v1.2.3-55-g6feb