Inspecting and manipulating NBT as a file system

[Releases]
Clone this repo:

Branches

  1. dbd559a Copy CPPFLAGS content into CFLAGS in Makefile for BSD make by WHR · 2 weeks ago nbtfsutils
  2. ddc0bb9 Limit uses of the intermediate buffer in nbt_read function to number formatting purposes only by WHR · 8 weeks ago
  3. ea2a44c Mention available system calls to create new nodes, in man page mount.nbt(8) by WHR · 3 months ago
  4. 3e5d9d5 Make mount.nbt compatible with older GCC versions by WHR · 9 months ago
  5. fc0089d Correct header comment format in nbt.h by WHR · 9 months ago
  6. a5936b6 Accept a few long options in mount.nbt by WHR · 1 year, 2 months ago
  7. cbbe2e1 Revise man page mount.nbt(8) by WHR · 1 year, 2 months ago
  8. 3113be1 Fix typo in README by WHR · 1 year, 2 months ago
  9. 3cfafd6 Temporarily increase the intermediate buffer size to 16 KiB in nbt_read function by WHR · 1 year, 6 months ago
  10. 7683255 Allow presenting raw data stream of int32array and int64array nodes in user-specified byte order by WHR · 1 year, 6 months ago
  11. 3c5ac5c Mention the default value of 'chunksymlink' option in man page mount.nbt(8) by WHR · 1 year, 6 months ago
  12. 0d8ed86 Use 'payload.tag_byte_array' to store link target in symbolic link nodes by WHR · 1 year, 6 months ago
  13. 569a993 Remove CMake stuff by WHR · 1 year, 6 months ago
  14. 8b378ba Add symbolic links in form of '<x>,<z>' for chunks in region root directory by WHR · 1 year, 6 months ago
  15. 3ecb719 Make some pointers read-only by WHR · 1 year, 6 months ago
  16. 50d5a9b Fix inaccessible node names from directory listing when the node names containing colon by WHR · 1 year, 6 months ago
  17. 9e94498 Fix potential invalid free(3) and memory leak from function nbt_open by WHR · 1 year, 6 months ago
  18. 075f998 Use value of unwrapped node pointer as inode value by WHR · 1 year, 6 months ago
  19. 288e90c Use memcmp(3) in function get_nbt_type_by_name_prefix by WHR · 1 year, 6 months ago
  20. e283cd3 Remove unused raw values from 'struct chunk_info' by WHR · 1 year, 6 months ago