From c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sun, 2 Jan 2005 23:31:14 +0000 Subject: Releasing. --- doc/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index aabf315..f0661e2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -183,19 +183,18 @@ beta, is a beta).
  • Installation uses new directory structure;
  • Namespace hierarchy is in now back in use (ex. socket.url instead of url); -
  • Globals not visible from inside namespaces;
  • All modules call require even for standard libraries; +
  • socket.select wasn't calling tm_markstart;
  • LTN12 avoids coroutines (so you can go wild on the C side);
  • Kludge on wsocket.c:sock_send for windows timeout issue - moved to buffer.c:sendraw; + moved to buffer.c:sendraw so it's not a kludge anymore;
  • socket.protect only catches errors thrown by socket.try;
  • Fixed udp:sendto to call sock_sendto instead of sock_send;
  • close wasn't returning 1!
  • socket.gettime returns time since Unix Epoch 1/1/1970 (UTC);
  • socket.sleep is robust to interrupts; -
  • socket.select wasn't calling tm_markstart;
  • http.PROXY wasn't working;
  • url.escape escapes only dangerous characters. -- cgit v1.2.3-55-g6feb