Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: JanHenryNystrom/jhn_stdlib

More bases

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 06 Jun 14:59
6921fbf

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

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 28 May 07:21
6b13358

Handling the case.

Base32/45/85

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 25 May 06:25
9b5bd25

Added support for Base32/45/85 encoding and decoding.

Added some iso8601 support to jhn_timestamp

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 12 May 19:21
22128f8
Added a limited iso8601 support for jhn_timestamp (#72)

* Added a limited iso8601 support for jhn_timestamp

More relaxed magic

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 10 May 12:30
67eafca

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

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 01 May 18:37
5d8cf56

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

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 01 May 10:27
cdbf2d8

Added application/postscript and application/sqlite3 to the media types recogised.

Added magic check functions and media types.

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 22 Apr 12:32
699da62
5.10.2

Added a pair och check utility functions and a couple of media types.…

Simplfied magic

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 21 Apr 23:30
d0447de

Do not unzip files when not needed when determining the openxmlformats.

Support for the determination of IANA media types.

Choose a tag to compare

@JanHenryNystrom JanHenryNystrom released this 21 Apr 23:06
8c1b400

Added jhn_magic that supports the determination of a file's IANAmedia type