- 37e7d75 Replace dead link in README by Lukas Niederbremer · 10 years ago
- 2ce4952 fixed #14 by Clark Gaebel · 12 years ago
- ee10888 Removed old, outdated utilities. by Clark Gaebel · 12 years ago
- 9a7cd61 Made nbt_list_item more efficient and robust. by Clark Gaebel · 12 years ago
- d391634 Added checks for nbt_map and nbt_size. by Clark Gaebel · 12 years ago
- 577c041 Reread the docs for vsnprintf, and fixed the usage accordingly. by Clark Gaebel · 12 years ago
- 6a89929 Added valgrind checking to the test suite. by Clark Gaebel · 12 years ago
- 20920f9 Made bprintf much more efficient. by Clark Gaebel · 12 years ago
- c9ced30 Copy edited the README. by Clark Gaebel · 12 years ago
- 55e444e Added test data for issue 13. by Clark Gaebel · 12 years ago
- af344fa Fixed some potential OOM issues. by Clark Gaebel · 12 years ago
- 4c7d689 Fixed the fucked up license string. by Clark Gaebel · 12 years ago
- a6834de Fixed #13 with the recommended patch. Still needs a test case. by Clark Gaebel · 12 years ago
- 01c0ab1 Added byte swapping to int arrays. by Clark Gaebel · 13 years ago
- c3c0c97 Made this thing actually build, and fixed a type error. by Clark Gaebel · 13 years ago
- 81c4e8e Merge pull request #12 from sztomi/master by Clark Gaebel · 13 years ago
- ad1ca94 PATCH: Added support for TAG_INT_ARRAY (tag 11). by sztomi · 13 years ago
- 159d083 Ran the project through clang's scan-build. by Clark Gaebel · 13 years ago
- c5cfc64 Updated treeops and util to use the new API. by Clark Gaebel · 13 years ago
- c184573 Added _real_ support for empty lists, without an ugly API. by Clark Gaebel · 13 years ago
- d52e36b Simplified the over-complicated TAG_LIST case. by Clark Gaebel · 13 years ago
- 64ea590 Merge pull request #11 from zydeco/master by Lukas Niederbremer · 13 years ago
- ee45cd7 added "nbt_list_item" to get an item from a list by Jesús A. Álvarez · 13 years ago
- 23172e1 lists should have a valid type tag even if they're empty by Jesús A. Álvarez · 13 years ago
- 9472b0e Fix rejection of valid lists by Lukas Niederbremer · 13 years ago
- 767e1c8 Add '-fPIC' so it can be used in shared libraries by Lukas Niederbremer · 13 years ago
- c9ff685 Revert "Make library more tolerant" by Lukas Niederbremer · 13 years ago
- 19ffb8f Make library more tolerant by Lukas Niederbremer · 13 years ago
- 4cb197a Added a lot more flags to the CMakeLists. by Clark Gaebel · 14 years ago
- 927ca3e Cleaned up the warnings (adding better C++ compatibility) and removed type punning. by Clark Gaebel · 14 years ago
- 4961c67 Remove --copy (and explicit --dump) from nbtreader by Lukas Niederbremer · 14 years ago
- 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
- 670b21f Made the headers C++ compatible (at least GCC-compatible). by Louis Delacroix · 14 years ago
- 85d879c Bugfix. I fail at pushing. by Clark Gaebel · 14 years ago
- 6d5794f Lol wrong branch prediction info. by Clark Gaebel · 14 years ago
- b7955ba Forgot the .c D: by Clark Gaebel · 14 years ago
- 51a1fcd Moved buffer's implementation into its own file. by Clark Gaebel · 14 years ago
- 00be56f Quite a few changes. Yay for mega-commit. by Clark Gaebel · 14 years ago
- 03fe907 Added regioninfo.c - It went missing ;) by Clark Gaebel · 14 years ago
- 36c0562 Added nbt_parse_path by Clark Gaebel · 14 years ago
- 55a171f Added better error codes, and fixed strdup. by Clark Gaebel · 14 years ago
- cfdc3c5 Quick speed fix. by Clark Gaebel · 14 years ago
- 85de9c5 Added a function to check for equality. by Clark Gaebel · 14 years ago
- 37d9b8b Fixed all the tests. This thing is now really ready to be merged :) by Clark Gaebel · 14 years ago
- 03d642a Finished writing the new API. by Clark Gaebel · 14 years ago
- 06e2891 Added chunk loading, and fixed up buffer.h while I was at it. by Clark Gaebel · 14 years ago
- ea38b00 Added chunk test data. by Clark Gaebel · 14 years ago
- 6909176 Removed the annoying O(n^2) loop. by Clark Gaebel · 14 years ago
- 0546d15 useless check is useless. by Clark Gaebel · 14 years ago
- 485e1f7 Cleverer method for NULL-checking. by Clark Gaebel · 14 years ago
- 47bcd04 Added nbt_find_by_name(). by Clark Gaebel · 14 years ago
- d811abe Don't run tests as the default target. by Clark Gaebel · 14 years ago
- a0f37ba Explained wtf was going on. by Clark Gaebel · 14 years ago
- 0bee78d Made check clean up its own mess. by Clark Gaebel · 14 years ago
- 5184e1f Only look at nbt files. by Clark Gaebel · 14 years ago
- a736777 Added a new makefile target: make test by Clark Gaebel · 14 years ago
- a751da8 Added convenience returns values to list addition. by Clark Gaebel · 14 years ago
- 9effa9e Added better error reporting to check.c by Clark Gaebel · 14 years ago
- a01bb29 Removed an obsolete flag. by Clark Gaebel · 14 years ago
- eccfdc3 Removed obsolete make rule, and added a nbt_clone() test. by Clark Gaebel · 14 years ago
- 9ddebf9 Split up the nbt functionality into seperate files. by Clark Gaebel · 14 years ago
- 1af72ec Useless statement is useless. by Clark Gaebel · 14 years ago
- ad8a423 Cleaned up checked_gzwrite. by Clark Gaebel · 14 years ago
- 585e34d Ignore my ctags please :) by Clark Gaebel · 14 years ago
- ad16461 Added a validation utility and fixed the uncovered bugs. by Clark Gaebel · 14 years ago
- ebdb2d6 Added more test data. by Clark Gaebel · 14 years ago
- 7e840b5 Updated the readme. by Clark Gaebel · 14 years ago
- 1ca3425 __nbt_dump_ascii(): Fix indent for List / Compound by FliPPeh · 14 years ago
- 71315e8 Did a lot of fixup in filtering, and generally porting everything to c99. by Clark Gaebel · 14 years ago
- a234ada Cleaned up the list functions, and started abusing c99. by Clark Gaebel · 14 years ago
- 115c3d4 Got rid of the annoying warnings. Thanks, gcc 4.7.0! by Clark Gaebel · 14 years ago
- cba9d03 Updated the documentation. by Clark Gaebel · 14 years ago
- c652aff Switched to c99. by Clark Gaebel · 14 years ago
- 398d5cf Documentation fix and made nbt_full_list_length behave a bit nicer. by Clark Gaebel · 14 years ago
- 6c6a85e Bugfix in list_for_each_reverse by Clark Gaebel · 14 years ago
- 782817c Removed obsolete comment. by Clark Gaebel · 14 years ago
- 91d9613 Beefed up list.h a bit. by Clark Gaebel · 14 years ago
- c9cef49 Fixed a memory leak. by Clark Gaebel · 14 years ago
- c87a75f Ripped out linux's linked list implementation for a custom one. by Clark Gaebel · 14 years ago
- fc54fb0 Made note of a licensing issue. by Clark Gaebel · 14 years ago
- 298c692 Cleaned up the README and made the filters a bit clearer. by Clark Gaebel · 14 years ago
- 599ce08 Updated the license in the header. by Clark Gaebel · 14 years ago
- 1820833 Spacing fix. by Clark Gaebel · 14 years ago
- d7efea2 Made file printing more reliable. by Clark Gaebel · 14 years ago
- aa4028c Fixed file reading. The old implementation was shit. by Clark Gaebel · 14 years ago
- b78e0b7 Added a .gitignore. by Clark Gaebel · 14 years ago
- c5a8504 Finished ascii dumping. by Clark Gaebel · 14 years ago
- e3a6671 Finished binary dumping. by Clark Gaebel · 14 years ago
- 4281985 quick spacing fix by Clark Gaebel · 14 years ago
- 1fc6f1d Fully switched to the doubly-linked list implementation. by Clark Gaebel · 14 years ago
- f837902 Added the kernel's doubly-linked list for use in the NBT. by Clark Gaebel · 14 years ago
- 03359ac Added notch's NBT.txt for quick reference. by Clark Gaebel · 14 years ago
- 9a23ef6 Added nbt_size, and did some general cleanup of the parser. by Clark Gaebel · 14 years ago
- f05a364 Added searching functions. by Clark Gaebel · 14 years ago
- cb29b2d Initial API rewrite. I'm still not done reading in lists and compounds. by Clark Gaebel · 14 years ago
- e45b3d0 Removed endianness.[c|h]. by Clark Gaebel · 14 years ago
- e732459 Fixed the build. by Clark Gaebel · 14 years ago
- e9355c5 Got rid of more repetitive code. nbt.c is now under 1k LOC. by Clark Gaebel · 14 years ago
- ae1588f Massive cleanup of endianness.[c|h]. by Clark Gaebel · 14 years ago
- 6d769ee Removed useless trailing whitespace. by Clark Gaebel · 14 years ago