- 59fc31f Always convert a time_t value to an unsigned type before comparing it with UINT32_MAX by WHR · 1 year, 4 months ago
- a26842a Set 'errno' before calling 'get_child_node_by_name', in order to detect malloc(3) failure by WHR · 1 year, 4 months ago
- 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, 4 months ago
- 49f0426 Update chunk timestamp for modified chunks by WHR · 1 year, 4 months ago
- a17c430 Fix missing chunk compression type in saved region file when using alternate write file by WHR · 1 year, 4 months ago
- f77e7c6 Check requested offset against data type limit in function 'nbt_read' by WHR · 1 year, 4 months ago
- f7cc0da Fix double free in function 'nbt_remove_node' by WHR · 1 year, 4 months ago
- 2cff78b Use original compression type for writing chunk if extended option 'compression' wasn't specified by WHR · 1 year, 4 months ago
- 8a6e7ef Fix possible buffer overflow by 1 byte when writing to a string tag by WHR · 1 year, 4 months ago
- 4955c77 Forward option '-o ro' to FUSE by WHR · 1 year, 4 months ago
- 7851822 Fix more memory leaks on moving or removing node by WHR · 2 years, 8 months ago
- f73430d Implement rename operation; fix a memory leak on removing node by WHR · 2 years, 8 months ago
- cb9d041 Disallow creating node with empty name in compound by WHR · 2 years, 8 months ago
- 283f321 Call nbt_release to cleanup node instead by WHR · 2 years, 8 months ago
- ed2ba4f Fix list type node didn't get free(3)ed in nbt_getattr and nbt_truncate by WHR · 2 years, 8 months ago
- bb30413 Fix macro LOG_PERROR not available on Solaris by WHR · 2 years, 8 months ago
- 8a70898 Add option '-V' to mkfs.nbt and mount.nbt by WHR · 2 years, 8 months ago
- e2cda2e Parse command line manually to support using options after non-options by WHR · 2 years, 8 months ago
- 8b4a0f4 Fix array element node size by WHR · 2 years, 8 months ago
- cd78aab Fix leak of '.type' pseudo node by WHR · 2 years, 8 months ago
- 772e67c Support reading and writing array nodes by WHR · 2 years, 8 months ago
- 2ed5b45 Add support of writing region file by WHR · 2 years, 8 months ago
- e850669 Wrap NBT node object to store additional data and to allow more special pseude node types by WHR · 2 years, 8 months ago
- ccf546d Support truncate(2) int32array and int64array nodes; add logging via syslog(3) by WHR · 2 years, 8 months ago
- 3387f86 Add basic writing support for mount.nbt by WHR · 2 years, 8 months ago
- 56f5eb1 Add pseudo node '.type' for list node by WHR · 2 years, 8 months ago
- ea6307e Support mounting region file by WHR · 2 years, 8 months ago
- f1cc1be Support using a type prefix for node name by WHR · 2 years, 8 months ago
- 631913f Append a new line when reading String tags by WHR · 2 years, 8 months ago
- 6863358 Support reading TAG_LIST type by WHR · 2 years, 8 months ago
- 1cc9fa3 Add basic read-only support of mount.nbt(8) by WHR · 2 years, 8 months ago