Skip to content

Releases: jkent/frogfs

v5.0.0

09 Dec 04:45
Compare
Choose a tag to compare

API fix/change for frogfs_get_name function.

v4.0.2

08 Dec 07:45
Compare
Choose a tag to compare

Minor changes for code consistency

v4.0.1

08 Dec 02:55
231c932
Compare
Choose a tag to compare

Testing Github deploy action

v4.0.0

08 Dec 02:00
85c5a69
Compare
Choose a tag to compare

Key highlights:

  • Stabilized API that hides internals
  • Added directory APIs
  • Much improved file system build utility

Major release, sorted file iteration

25 Feb 00:07
Compare
Choose a tag to compare

This release breaks binary compatibility, as a new field had to be added to the object header for stat and fstat functions. A new API function was added, espfs_get_path which takes an object index and returns the path.

Added binary_len and crc32

23 Feb 03:51
Compare
Choose a tag to compare
v2.0.1

add binary_len field to fs header and crc32 footer

Improved design for performance

23 Feb 00:25
Compare
Choose a tag to compare

Libespfs ROM FS is now faster. There is a table of path hash/offset pairs sorted by hash so lookups can be done with a binary search. It has a new concept of objects. The design is meant to be extensible and binary compatibility can be kept with feature additions.