Inspecting and manipulating NBT as a file system

[Releases]
Clone this repo:

Branches

  1. 6ba7ffe Don't change the value of a number node on parsing failure by WHR · 6 weeks ago nbtfsutils
  2. 327c213 Handle TAG_LONG_ARRAY, and correct comparsion data size, in nbt_eq(3) by WHR · 7 weeks ago
  3. 5464ba9 Handle TAG_LONG_ARRAY in nbt_type_to_string(3) by WHR · 7 weeks ago
  4. 52a8989 Reject attempts to open an array element node with a type prefix by WHR · 7 weeks ago
  5. 6d53786 Update 'SEE ALSO' section of man page mount.nbt(8) by WHR · 7 weeks ago
  6. b2c0809 Handle TAG_LONG_ARRAY, and correct copy data size, in nbt_filter(3) by WHR · 7 weeks ago
  7. ab8a17a Handle TAG_LONG_ARRAY, and correct copy data size, in nbt_clone(3) by WHR · 7 weeks ago
  8. 45eb25b Fix some incorrect accesses of an union member by WHR · 7 weeks ago
  9. dbd559a Copy CPPFLAGS content into CFLAGS in Makefile for BSD make by WHR · 11 months ago
  10. ddc0bb9 Limit uses of the intermediate buffer in nbt_read function to number formatting purposes only by WHR · 12 months ago
  11. ea2a44c Mention available system calls to create new nodes, in man page mount.nbt(8) by WHR · 1 year, 1 month ago
  12. 3e5d9d5 Make mount.nbt compatible with older GCC versions by WHR · 1 year, 7 months ago
  13. fc0089d Correct header comment format in nbt.h by WHR · 1 year, 7 months ago
  14. a5936b6 Accept a few long options in mount.nbt by WHR · 2 years ago
  15. cbbe2e1 Revise man page mount.nbt(8) by WHR · 2 years, 1 month ago
  16. 3113be1 Fix typo in README by WHR · 2 years, 1 month ago
  17. 3cfafd6 Temporarily increase the intermediate buffer size to 16 KiB in nbt_read function by WHR · 2 years, 4 months ago
  18. 7683255 Allow presenting raw data stream of int32array and int64array nodes in user-specified byte order by WHR · 2 years, 4 months ago
  19. 3c5ac5c Mention the default value of 'chunksymlink' option in man page mount.nbt(8) by WHR · 2 years, 4 months ago
  20. 0d8ed86 Use 'payload.tag_byte_array' to store link target in symbolic link nodes by WHR · 2 years, 4 months ago