1. 8b378ba Add symbolic links in form of '<x>,<z>' for chunks in region root directory by WHR · 11 months ago
  2. 3ecb719 Make some pointers read-only by WHR · 11 months ago
  3. 50d5a9b Fix inaccessible node names from directory listing when the node names containing colon by WHR · 11 months ago
  4. 9e94498 Fix potential invalid free(3) and memory leak from function nbt_open by WHR · 11 months ago
  5. 075f998 Use value of unwrapped node pointer as inode value by WHR · 11 months ago
  6. 288e90c Use memcmp(3) in function get_nbt_type_by_name_prefix by WHR · 11 months ago
  7. e283cd3 Remove unused raw values from 'struct chunk_info' by WHR · 11 months ago
  8. de539e5 Set modification times of chunk root nodes from region header by WHR · 11 months ago
  9. f358097 Correct error checkings of mmap(2) calls by WHR · 11 months ago
  10. 59fc31f Always convert a time_t value to an unsigned type before comparing it with UINT32_MAX by WHR · 1 year, 3 months ago
  11. a26842a Set 'errno' before calling 'get_child_node_by_name', in order to detect malloc(3) failure by WHR · 1 year, 3 months ago
  12. 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
  13. 49f0426 Update chunk timestamp for modified chunks by WHR · 1 year, 3 months ago
  14. a17c430 Fix missing chunk compression type in saved region file when using alternate write file by WHR · 1 year, 3 months ago
  15. f77e7c6 Check requested offset against data type limit in function 'nbt_read' by WHR · 1 year, 3 months ago
  16. f7cc0da Fix double free in function 'nbt_remove_node' by WHR · 1 year, 3 months ago
  17. 2cff78b Use original compression type for writing chunk if extended option 'compression' wasn't specified by WHR · 1 year, 3 months ago
  18. 8a6e7ef Fix possible buffer overflow by 1 byte when writing to a string tag by WHR · 1 year, 3 months ago
  19. 4955c77 Forward option '-o ro' to FUSE by WHR · 1 year, 3 months ago
  20. 7851822 Fix more memory leaks on moving or removing node by WHR · 2 years, 6 months ago
  21. f73430d Implement rename operation; fix a memory leak on removing node by WHR · 2 years, 7 months ago
  22. cb9d041 Disallow creating node with empty name in compound by WHR · 2 years, 7 months ago
  23. 283f321 Call nbt_release to cleanup node instead by WHR · 2 years, 7 months ago
  24. ed2ba4f Fix list type node didn't get free(3)ed in nbt_getattr and nbt_truncate by WHR · 2 years, 7 months ago
  25. bb30413 Fix macro LOG_PERROR not available on Solaris by WHR · 2 years, 7 months ago
  26. 8a70898 Add option '-V' to mkfs.nbt and mount.nbt by WHR · 2 years, 7 months ago
  27. e2cda2e Parse command line manually to support using options after non-options by WHR · 2 years, 7 months ago
  28. 8b4a0f4 Fix array element node size by WHR · 2 years, 7 months ago
  29. cd78aab Fix leak of '.type' pseudo node by WHR · 2 years, 7 months ago
  30. 772e67c Support reading and writing array nodes by WHR · 2 years, 7 months ago
  31. 2ed5b45 Add support of writing region file by WHR · 2 years, 7 months ago
  32. e850669 Wrap NBT node object to store additional data and to allow more special pseude node types by WHR · 2 years, 7 months ago
  33. ccf546d Support truncate(2) int32array and int64array nodes; add logging via syslog(3) by WHR · 2 years, 7 months ago
  34. 3387f86 Add basic writing support for mount.nbt by WHR · 2 years, 7 months ago
  35. 56f5eb1 Add pseudo node '.type' for list node by WHR · 2 years, 7 months ago
  36. ea6307e Support mounting region file by WHR · 2 years, 7 months ago
  37. f1cc1be Support using a type prefix for node name by WHR · 2 years, 7 months ago
  38. 631913f Append a new line when reading String tags by WHR · 2 years, 7 months ago
  39. 6863358 Support reading TAG_LIST type by WHR · 2 years, 7 months ago
  40. 1cc9fa3 Add basic read-only support of mount.nbt(8) by WHR · 2 years, 7 months ago