aboutsummaryrefslogtreecommitdiff
path: root/lib/dtree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing a bug where parent searches were always falseKatharina Fey2019-06-041-1/+1
* Adding new function that gets the parent of a current node in a recursive str...Katharina Fey2019-06-041-0/+42
* Updating lots of code to make finalisation of vault creations easierKatharina Fey2019-06-041-1/+1
* Adding new recursive key search functionKatharina Fey2019-06-041-0/+75
* - Fixing an issue where the list malloc was of size 0Katharina Fey2019-06-041-4/+5
* No longer allow to free shallow copies of nodesKatharina Fey2019-06-041-1/+3
* Moving utility functions into new file with a new API namespaceKatharina Fey2019-06-041-51/+51
* Adding the ability to copy nodes in shallow or deep modeKatharina Fey2019-06-041-10/+74
* API refactor part 3: Recursive elements are now called "List" elements, Numer...Katharina Fey2019-06-041-28/+28
* Cleaning up the json decoder.Katharina Fey2019-06-041-18/+20
* More API changes deep_copy is now copy_deepKatharina Fey2019-06-041-1/+1
* API Changes.Katharina Fey2019-06-041-0/+581