# # ChangeLog for uspace/app/bithenge/tree.h in mainline # # Generated by Trac 1.6 # 2026-06-03T16:31:19Z Mon, 30 Jul 2012 01:40:55 GMT Sean Bartell [10334c2e] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add if_transform Sat, 28 Jul 2012 01:57:31 GMT Sean Bartell [4056ad0] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/helenos/os.h (modified) * uspace/app/bithenge/linux/os.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: basic parameter passing (integer literals only) Tue, 24 Jul 2012 21:20:12 GMT Sean Bartell [e8e31d9] * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add bithenge_node_get Wed, 27 Jun 2012 03:35:43 GMT Sean Bartell [978ccaf1] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/helenos/block.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/script.h (modified) * uspace/app/bithenge/source.c (modified) * uspace/app/bithenge/source.h (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: various cleanup and tweaks Tue, 26 Jun 2012 19:56:26 GMT Sean Bartell [04a7435f] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add the struct transform Sun, 24 Jun 2012 19:24:35 GMT Sean Bartell [f2da0bb] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: use reference counting for nodes Sat, 23 Jun 2012 18:24:21 GMT Sean Bartell [da0fef6] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/helenos/block.c (moved) * uspace/app/bithenge/helenos/block.h (moved) * uspace/app/bithenge/helenos/os.h (added) * uspace/app/bithenge/linux/os.h (added) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/source.c (added) * uspace/app/bithenge/source.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: port to Linux and allow choosing a data source Fri, 22 Jun 2012 05:32:30 GMT Sean Bartell [d5070ef] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/transform.c (added) * uspace/app/bithenge/transform.h (added) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: transforms and uint32le_transform Fri, 08 Jun 2012 07:02:55 GMT Sean Bartell [8375d0eb] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/print.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add Doxygen comments Thu, 07 Jun 2012 17:00:12 GMT Sean Bartell [5c925ce] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/block.h (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/file.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: make blobs a type of node Thu, 07 Jun 2012 04:03:16 GMT Sean Bartell [5f679702] * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: simplification Wed, 06 Jun 2012 21:12:38 GMT Sean Bartell [11b9ad7] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/print.c (added) * uspace/app/bithenge/print.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/tree.c (added) * uspace/app/bithenge/tree.h (added) Bithenge: tree API and JSON/Python printing