1. cbbe2e1 Revise man page mount.nbt(8) by WHR · 7 months ago
  2. 3113be1 Fix typo in README by WHR · 7 months ago
  3. 3cfafd6 Temporarily increase the intermediate buffer size to 16 KiB in nbt_read function by WHR · 11 months ago
  4. 7683255 Allow presenting raw data stream of int32array and int64array nodes in user-specified byte order by WHR · 11 months ago
  5. 3c5ac5c Mention the default value of 'chunksymlink' option in man page mount.nbt(8) by WHR · 11 months ago
  6. 0d8ed86 Use 'payload.tag_byte_array' to store link target in symbolic link nodes by WHR · 11 months ago
  7. 569a993 Remove CMake stuff by WHR · 11 months ago
  8. 8b378ba Add symbolic links in form of '<x>,<z>' for chunks in region root directory by WHR · 11 months ago
  9. 3ecb719 Make some pointers read-only by WHR · 11 months ago
  10. 50d5a9b Fix inaccessible node names from directory listing when the node names containing colon by WHR · 11 months ago
  11. 9e94498 Fix potential invalid free(3) and memory leak from function nbt_open by WHR · 11 months ago
  12. 075f998 Use value of unwrapped node pointer as inode value by WHR · 11 months ago
  13. 288e90c Use memcmp(3) in function get_nbt_type_by_name_prefix by WHR · 11 months ago
  14. e283cd3 Remove unused raw values from 'struct chunk_info' by WHR · 11 months ago
  15. de539e5 Set modification times of chunk root nodes from region header by WHR · 11 months ago
  16. f358097 Correct error checkings of mmap(2) calls by WHR · 11 months ago
  17. 9fcb1fe Relicense Makefile by WHR · 12 months ago
  18. 68f6650 Fix some typos in man pages by WHR · 12 months ago
  19. ac4bd32 Revise header of man pages by WHR · 12 months ago
  20. 59fc31f Always convert a time_t value to an unsigned type before comparing it with UINT32_MAX by WHR · 1 year, 3 months ago
  21. a26842a Set 'errno' before calling 'get_child_node_by_name', in order to detect malloc(3) failure by WHR · 1 year, 3 months ago
  22. 4d49ab2 Fix writing wrong chunk compression types to saved region file when using alternate write file and modified chunks having non-default compression type by WHR · 1 year, 3 months ago
  23. 49f0426 Update chunk timestamp for modified chunks by WHR · 1 year, 3 months ago
  24. a17c430 Fix missing chunk compression type in saved region file when using alternate write file by WHR · 1 year, 3 months ago
  25. f77e7c6 Check requested offset against data type limit in function 'nbt_read' by WHR · 1 year, 3 months ago
  26. f7cc0da Fix double free in function 'nbt_remove_node' by WHR · 1 year, 3 months ago
  27. 7736edc Adjust column widths in regiondump(1) by WHR · 1 year, 3 months ago
  28. 2cff78b Use original compression type for writing chunk if extended option 'compression' wasn't specified by WHR · 1 year, 3 months ago
  29. b09a7e9 Check for failure from helper functions explicitly instead of relying on 'errno' internally in function 'parse_unnamed_tag' by WHR · 1 year, 3 months ago
  30. 8a6e7ef Fix possible buffer overflow by 1 byte when writing to a string tag by WHR · 1 year, 3 months ago
  31. dc898d4 Revise comments in nbt.h to use unambiguous C type names by WHR · 1 year, 3 months ago
  32. 298b830 Fix function 'parse_named_tag' didn't check error from reading name by WHR · 1 year, 3 months ago
  33. 4955c77 Forward option '-o ro' to FUSE by WHR · 1 year, 3 months ago
  34. b662f0e Call nbt_free(3) from function 'parse_unnamed_tag' on parsing error to prevent memory leak by WHR · 1 year, 3 months ago
  35. 5aa6806 Revise man pages by WHR · 2 years ago
  36. b128ddc Don't touch(1) version.h on exported source tree; small fix to man page mount.nbt(8) by WHR · 2 years, 6 months ago
  37. 09b007a Add make(1) targets for installing development files by WHR · 2 years, 6 months ago
  38. 6fb617b Add shared library target in Makefile by WHR · 2 years, 6 months ago
  39. 606059e Use variable LIBNBT_OBJECTS for ar(1) command line in Makefile by WHR · 2 years, 6 months ago
  40. 7851822 Fix more memory leaks on moving or removing node by WHR · 2 years, 6 months ago
  41. f73430d Implement rename operation; fix a memory leak on removing node by WHR · 2 years, 7 months ago
  42. 26c5d17 Use correct formatting conversions for printing array elements by WHR · 2 years, 7 months ago
  43. cb9d041 Disallow creating node with empty name in compound by WHR · 2 years, 7 months ago
  44. 283f321 Call nbt_release to cleanup node instead by WHR · 2 years, 7 months ago
  45. ed2ba4f Fix list type node didn't get free(3)ed in nbt_getattr and nbt_truncate by WHR · 2 years, 7 months ago
  46. de55f97 Workaround for option '--quiet' didn't work on some versions of git(1) by WHR · 2 years, 7 months ago
  47. 522dd88 Change text dump format by WHR · 2 years, 7 months ago
  48. 3fcc55f Call nbt_free(3) immediately after nbt_dump_ascii_file(3) in nbtdump(1) and regiondump(1) by WHR · 2 years, 7 months ago
  49. 771c198 Revise man page mount.nbt(8) by WHR · 2 years, 7 months ago
  50. f2e951a Add function nbt_dump_ascii_file(3), and modify regiondump(1) to use it; rewrite nbtdump(1) by WHR · 2 years, 7 months ago
  51. 36add03 Change indent size to 2 for text dumping by WHR · 2 years, 7 months ago
  52. bb30413 Fix macro LOG_PERROR not available on Solaris by WHR · 2 years, 7 months ago
  53. a7524b0 Fix unable to generate version.h without .git by WHR · 2 years, 7 months ago
  54. fca2db7 Add 'install' target for make(1) by WHR · 2 years, 7 months ago
  55. cfac76f Fix incompatibility with BSD make by WHR · 2 years, 7 months ago
  56. 707afc7 Allow generating version.h without local '.git' by WHR · 2 years, 7 months ago
  57. 488b3c5 Document newly added option '-V' in man pages by WHR · 2 years, 7 months ago
  58. 8a70898 Add option '-V' to mkfs.nbt and mount.nbt by WHR · 2 years, 7 months ago
  59. b903720 Add man pages by WHR · 2 years, 7 months ago
  60. e2cda2e Parse command line manually to support using options after non-options by WHR · 2 years, 7 months ago
  61. f469a29 Fix nbt_free(3) didn't free(3) TAG_LONG_ARRAY buffer by WHR · 2 years, 7 months ago
  62. 036ebe2 Add file system usage example in README by WHR · 2 years, 7 months ago
  63. 2b16cc5 Add a new README by WHR · 2 years, 7 months ago
  64. 2dda305 Add syncwrite.o to clean list by WHR · 2 years, 7 months ago
  65. 8b4a0f4 Fix array element node size by WHR · 2 years, 7 months ago
  66. ae5ea7d Reorganize Makefile by WHR · 2 years, 7 months ago
  67. cd78aab Fix leak of '.type' pseudo node by WHR · 2 years, 7 months ago
  68. 772e67c Support reading and writing array nodes by WHR · 2 years, 7 months ago
  69. bf38bec Disable compiler warnings pointer-to-int-cast and int-to-pointer-cast by WHR · 2 years, 7 months ago
  70. 85e91a3 Read gzip compressed chunk as well in regiondump by WHR · 2 years, 7 months ago
  71. 2ed5b45 Add support of writing region file by WHR · 2 years, 7 months ago
  72. 74d19e2 Add mkfs.nbt to clean list by WHR · 2 years, 7 months ago
  73. e850669 Wrap NBT node object to store additional data and to allow more special pseude node types by WHR · 2 years, 7 months ago
  74. 9e08d26 Support proper error handling of invalid list type when saving a NBT tree by WHR · 2 years, 7 months ago
  75. fc35c9c Improve mkfs.nbt by WHR · 2 years, 7 months ago
  76. ccf546d Support truncate(2) int32array and int64array nodes; add logging via syslog(3) by WHR · 2 years, 7 months ago
  77. af45c3a Add mkfs.nbt tool by WHR · 2 years, 7 months ago
  78. 3387f86 Add basic writing support for mount.nbt by WHR · 2 years, 7 months ago
  79. a0865e9 Update .gitignore by WHR · 2 years, 7 months ago
  80. 56f5eb1 Add pseudo node '.type' for list node by WHR · 2 years, 7 months ago
  81. ea6307e Support mounting region file by WHR · 2 years, 7 months ago
  82. 73e05eb Add regiondump tool by WHR · 2 years, 7 months ago
  83. f1cc1be Support using a type prefix for node name by WHR · 2 years, 7 months ago
  84. 631913f Append a new line when reading String tags by WHR · 2 years, 7 months ago
  85. 6863358 Support reading TAG_LIST type by WHR · 2 years, 7 months ago
  86. 1cc9fa3 Add basic read-only support of mount.nbt(8) by WHR · 2 years, 7 months ago
  87. e385f35 Add support for TAG_LONG_ARRAY from Minecraft 1.13 by Vito Gamberini · 6 years ago
  88. 3f74b69 Merge pull request #23 from TehPwns/master by Clark Gaebel · 8 years ago
  89. 920a75c CMake: Add option to build examples (CNBT_BUILD_EXAMPLES) enabled by default by TehPwns · 8 years ago
  90. a3a42c9 Merge pull request #22 from realazthat/rename-strdup by Lukas Niederbremer · 9 years ago
  91. 2f1981a Renamed __strdup to _nbt_strdup(); was having problems with clang version 3.5.0 on ubuntu by realazthat · 9 years ago
  92. 5850e3e afl_init by Clark Gaebel · 9 years ago
  93. 94e39e7 use AFL_LOOP when possible by Clark Gaebel · 9 years ago
  94. 190c57e afl checks by Clark Gaebel · 9 years ago
  95. 0144676 more tests by Clark Gaebel · 9 years ago
  96. fec1416 add afl text case. Fixes #19. by Clark Gaebel · 9 years ago
  97. 10d2522 Fixed #18 by Clark Gaebel · 9 years ago
  98. 37e7d75 Replace dead link in README by Lukas Niederbremer · 10 years ago
  99. 2ce4952 fixed #14 by Clark Gaebel · 12 years ago
  100. ee10888 Removed old, outdated utilities. by Clark Gaebel · 12 years ago