Always initialise all the memory (AKA: make valgrind happy)
Some fixes
First shot at a real config implementation
Avoid memory overallocation for the config tags
Add a "destroy" call, + some random fixes (logical error ininsert sorting, etc...)
Fix logical error in the tag searching routine
Simple insertion sort... Can be changed in shell sort later
Update
first shot at a chunkbuffer API...