pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:167:
o Apple.Keychain Parser for Apple Keychain format files (like the ones in /System/Library/Keychains/). o __builtin.Sql Generic base classes for Sql API modules.
-
o CompilerEnvironment()->lock()
-
-
Access to the compiler lock.
-
-
o Crypto.ECC.Curve.Point
-
-
A point on an ECC curve.
-
+
o Filesystem.Zip o Function.bind() Partially evaluate a function. Similar to Function.curry, but with better granularity. o Standards.HPack (RFC 7541) o Stdio.FakePipe A simulated Stdio.Pipe. o Parser.Markdown
-
o Concurrent.Future and Concurrent.Promise
-
-
These are used to simplify handling of asynchronous results.
-
+
o Crypto.Checksum This module collect non-cryptographic checksums. Support for crc32, adler32 and Castagnoli CRC (CRC32C). NB: In the future these may be amended to support the Crypto.Hash API. o Web.EngineIO & Web.SocketIO o Protocols.HTTP2 o Bittorrent.DHT
pike.git/CHANGES:252:
Some low-level API support has been added to the Crypto and Web modules to support parts of RFC 7515 - 7520. o MasterObject - Protect against the same file being compiled concurrently in multiple threads. - cast_to_program() and cast_to_object() should now be thread safe.
+
o CompilerEnvironment()->lock()
+
+
Access to the compiler lock.
+
+
o Crypto.ECC.Curve.Point
+
+
A point on an ECC curve.
+
o Parser.Pike Support new language features. o Protocols.WebSocket Multiple API changes. o Random rewrite