Releases: JanHenryNystrom/jhn_stdlib
Release list
More bases
Added support for Base58(Bitcoin, Flickr, Ripple) and Ascii85(default Base85) and the IPv6 Base85 encoding from rfc1924
We have to handle failing to connect to the cacert's server
Handling the case.
Base32/45/85
Added support for Base32/45/85 encoding and decoding.
Added some iso8601 support to jhn_timestamp
Added a limited iso8601 support for jhn_timestamp (#72) * Added a limited iso8601 support for jhn_timestamp
More relaxed magic
In order to be able to determine some variants of formats we added an relax option where we look slightly deeper to se if we see a signature that we recognise (say PDF), but limited to the 1024 first octets if the deep options is not on. If we have both the deep and relax option on potentially the entire "file" is scanned.
Snappy compression
Added snappy compression with support for blocks as well as framed and iwa framed, and adding padding frames to a framed sequence.
5.10.3
Added application/postscript and application/sqlite3 to the media types recogised.
Added magic check functions and media types.
5.10.2 Added a pair och check utility functions and a couple of media types.…
Simplfied magic
Do not unzip files when not needed when determining the openxmlformats.
Support for the determination of IANA media types.
Added jhn_magic that supports the determination of a file's IANAmedia type