1. 09b007a Add make(1) targets for installing development files by WHR · 2 years, 6 months ago
  2. 6fb617b Add shared library target in Makefile by WHR · 2 years, 6 months ago
  3. 606059e Use variable LIBNBT_OBJECTS for ar(1) command line in Makefile by WHR · 2 years, 6 months ago
  4. 7851822 Fix more memory leaks on moving or removing node by WHR · 2 years, 7 months ago
  5. f73430d Implement rename operation; fix a memory leak on removing node by WHR · 2 years, 7 months ago
  6. 26c5d17 Use correct formatting conversions for printing array elements by WHR · 2 years, 7 months ago
  7. cb9d041 Disallow creating node with empty name in compound by WHR · 2 years, 7 months ago
  8. 283f321 Call nbt_release to cleanup node instead by WHR · 2 years, 7 months ago
  9. ed2ba4f Fix list type node didn't get free(3)ed in nbt_getattr and nbt_truncate by WHR · 2 years, 7 months ago
  10. de55f97 Workaround for option '--quiet' didn't work on some versions of git(1) by WHR · 2 years, 7 months ago
  11. 522dd88 Change text dump format by WHR · 2 years, 7 months ago
  12. 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
  13. 771c198 Revise man page mount.nbt(8) by WHR · 2 years, 7 months ago
  14. 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
  15. 36add03 Change indent size to 2 for text dumping by WHR · 2 years, 7 months ago
  16. bb30413 Fix macro LOG_PERROR not available on Solaris by WHR · 2 years, 7 months ago
  17. a7524b0 Fix unable to generate version.h without .git by WHR · 2 years, 7 months ago
  18. fca2db7 Add 'install' target for make(1) by WHR · 2 years, 7 months ago
  19. cfac76f Fix incompatibility with BSD make by WHR · 2 years, 7 months ago
  20. 707afc7 Allow generating version.h without local '.git' by WHR · 2 years, 7 months ago
  21. 488b3c5 Document newly added option '-V' in man pages by WHR · 2 years, 7 months ago
  22. 8a70898 Add option '-V' to mkfs.nbt and mount.nbt by WHR · 2 years, 7 months ago
  23. b903720 Add man pages by WHR · 2 years, 7 months ago
  24. e2cda2e Parse command line manually to support using options after non-options by WHR · 2 years, 7 months ago
  25. f469a29 Fix nbt_free(3) didn't free(3) TAG_LONG_ARRAY buffer by WHR · 2 years, 7 months ago
  26. 036ebe2 Add file system usage example in README by WHR · 2 years, 7 months ago
  27. 2b16cc5 Add a new README by WHR · 2 years, 7 months ago
  28. 2dda305 Add syncwrite.o to clean list by WHR · 2 years, 7 months ago
  29. 8b4a0f4 Fix array element node size by WHR · 2 years, 7 months ago
  30. ae5ea7d Reorganize Makefile by WHR · 2 years, 7 months ago
  31. cd78aab Fix leak of '.type' pseudo node by WHR · 2 years, 7 months ago
  32. 772e67c Support reading and writing array nodes by WHR · 2 years, 7 months ago
  33. bf38bec Disable compiler warnings pointer-to-int-cast and int-to-pointer-cast by WHR · 2 years, 7 months ago
  34. 85e91a3 Read gzip compressed chunk as well in regiondump by WHR · 2 years, 7 months ago
  35. 2ed5b45 Add support of writing region file by WHR · 2 years, 7 months ago
  36. 74d19e2 Add mkfs.nbt to clean list by WHR · 2 years, 7 months ago
  37. e850669 Wrap NBT node object to store additional data and to allow more special pseude node types by WHR · 2 years, 7 months ago
  38. 9e08d26 Support proper error handling of invalid list type when saving a NBT tree by WHR · 2 years, 7 months ago
  39. fc35c9c Improve mkfs.nbt by WHR · 2 years, 7 months ago
  40. ccf546d Support truncate(2) int32array and int64array nodes; add logging via syslog(3) by WHR · 2 years, 7 months ago
  41. af45c3a Add mkfs.nbt tool by WHR · 2 years, 7 months ago
  42. 3387f86 Add basic writing support for mount.nbt by WHR · 2 years, 7 months ago
  43. a0865e9 Update .gitignore by WHR · 2 years, 7 months ago
  44. 56f5eb1 Add pseudo node '.type' for list node by WHR · 2 years, 7 months ago
  45. ea6307e Support mounting region file by WHR · 2 years, 7 months ago
  46. 73e05eb Add regiondump tool by WHR · 2 years, 7 months ago
  47. f1cc1be Support using a type prefix for node name by WHR · 2 years, 7 months ago
  48. 631913f Append a new line when reading String tags by WHR · 2 years, 7 months ago
  49. 6863358 Support reading TAG_LIST type by WHR · 2 years, 7 months ago
  50. 1cc9fa3 Add basic read-only support of mount.nbt(8) by WHR · 2 years, 7 months ago
  51. e385f35 Add support for TAG_LONG_ARRAY from Minecraft 1.13 by Vito Gamberini · 6 years ago
  52. 3f74b69 Merge pull request #23 from TehPwns/master by Clark Gaebel · 8 years ago
  53. 920a75c CMake: Add option to build examples (CNBT_BUILD_EXAMPLES) enabled by default by TehPwns · 8 years ago
  54. a3a42c9 Merge pull request #22 from realazthat/rename-strdup by Lukas Niederbremer · 9 years ago
  55. 2f1981a Renamed __strdup to _nbt_strdup(); was having problems with clang version 3.5.0 on ubuntu by realazthat · 9 years ago
  56. 5850e3e afl_init by Clark Gaebel · 9 years ago
  57. 94e39e7 use AFL_LOOP when possible by Clark Gaebel · 9 years ago
  58. 190c57e afl checks by Clark Gaebel · 9 years ago
  59. 0144676 more tests by Clark Gaebel · 9 years ago
  60. fec1416 add afl text case. Fixes #19. by Clark Gaebel · 9 years ago
  61. 10d2522 Fixed #18 by Clark Gaebel · 9 years ago
  62. 37e7d75 Replace dead link in README by Lukas Niederbremer · 10 years ago
  63. 2ce4952 fixed #14 by Clark Gaebel · 12 years ago
  64. ee10888 Removed old, outdated utilities. by Clark Gaebel · 12 years ago
  65. 9a7cd61 Made nbt_list_item more efficient and robust. by Clark Gaebel · 12 years ago
  66. d391634 Added checks for nbt_map and nbt_size. by Clark Gaebel · 12 years ago
  67. 577c041 Reread the docs for vsnprintf, and fixed the usage accordingly. by Clark Gaebel · 12 years ago
  68. 6a89929 Added valgrind checking to the test suite. by Clark Gaebel · 12 years ago
  69. 20920f9 Made bprintf much more efficient. by Clark Gaebel · 12 years ago
  70. c9ced30 Copy edited the README. by Clark Gaebel · 12 years ago
  71. 55e444e Added test data for issue 13. by Clark Gaebel · 12 years ago
  72. af344fa Fixed some potential OOM issues. by Clark Gaebel · 12 years ago
  73. 4c7d689 Fixed the fucked up license string. by Clark Gaebel · 12 years ago
  74. a6834de Fixed #13 with the recommended patch. Still needs a test case. by Clark Gaebel · 12 years ago
  75. 01c0ab1 Added byte swapping to int arrays. by Clark Gaebel · 13 years ago
  76. c3c0c97 Made this thing actually build, and fixed a type error. by Clark Gaebel · 13 years ago
  77. 81c4e8e Merge pull request #12 from sztomi/master by Clark Gaebel · 13 years ago
  78. ad1ca94 PATCH: Added support for TAG_INT_ARRAY (tag 11). by sztomi · 13 years ago
  79. 159d083 Ran the project through clang's scan-build. by Clark Gaebel · 13 years ago
  80. c5cfc64 Updated treeops and util to use the new API. by Clark Gaebel · 13 years ago
  81. c184573 Added _real_ support for empty lists, without an ugly API. by Clark Gaebel · 13 years ago
  82. d52e36b Simplified the over-complicated TAG_LIST case. by Clark Gaebel · 13 years ago
  83. 64ea590 Merge pull request #11 from zydeco/master by Lukas Niederbremer · 13 years ago
  84. ee45cd7 added "nbt_list_item" to get an item from a list by Jesús A. Álvarez · 13 years ago
  85. 23172e1 lists should have a valid type tag even if they're empty by Jesús A. Álvarez · 13 years ago
  86. 9472b0e Fix rejection of valid lists by Lukas Niederbremer · 13 years ago
  87. 767e1c8 Add '-fPIC' so it can be used in shared libraries by Lukas Niederbremer · 13 years ago
  88. c9ff685 Revert "Make library more tolerant" by Lukas Niederbremer · 13 years ago
  89. 19ffb8f Make library more tolerant by Lukas Niederbremer · 13 years ago
  90. 4cb197a Added a lot more flags to the CMakeLists. by Clark Gaebel · 14 years ago
  91. 927ca3e Cleaned up the warnings (adding better C++ compatibility) and removed type punning. by Clark Gaebel · 14 years ago
  92. 4961c67 Remove --copy (and explicit --dump) from nbtreader by Lukas Niederbremer · 14 years ago
  93. 7c1f990 Added a CMake file. Both magical to use on its own, but also allows for easy-peasy inclusion of cNBT in other projects. by Louis Delacroix · 14 years ago
  94. 670b21f Made the headers C++ compatible (at least GCC-compatible). by Louis Delacroix · 14 years ago
  95. 85d879c Bugfix. I fail at pushing. by Clark Gaebel · 14 years ago
  96. 6d5794f Lol wrong branch prediction info. by Clark Gaebel · 14 years ago
  97. b7955ba Forgot the .c D: by Clark Gaebel · 14 years ago
  98. 51a1fcd Moved buffer's implementation into its own file. by Clark Gaebel · 14 years ago
  99. 00be56f Quite a few changes. Yay for mega-commit. by Clark Gaebel · 14 years ago
  100. 03fe907 Added regioninfo.c - It went missing ;) by Clark Gaebel · 14 years ago