pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:436:
o SSL Large parts of the SSL module have been rewritten, either as part of the rewrite of the Crypto module or in an attempt to fix various issues regarding blocking/nonblocking files, threads, etc. o Standards.IDNA This module implements various algorithms specified by the Internationalizing Domain Names in Applications (IDNA) memo by the Internet Engineering Task Force (IETF), RFC 3490. Your most likely
-
apllication
of this will be the encoding and decoding of punycode:
+
application
of this will be the encoding and decoding of punycode:
-
Standards.IDNA.Punycode.
encode
("
räksmörgås
");
+
Standards.IDNA.Punycode.
decode
("
rksmrgs-5wao1o
");
o Thread Thread.Fifo and Thread.Queue have been extended with try_* varieties of all functions that can block, and with functions that make them both implement the same interface. Both also have fallbacks for running in nonthreaded mode. o Web.RDF/RDFS/OWL/RSS Pike now has support for the W3C semantic web formats OWL, RDF