radare2/libr/core
pancake 8cb24fdc91 * Initial import of the binary tree search algorithm
- ATM lives in r_util, but should be moved to btree.h at some point
    Like the kernel's list.h does.
  - No node tree path find optimization yet
* Integrate btree with r_flag API
  - Accelerates the resolution of flags per offset
  - At some point we will need to use paralel tree's to store all the
    nodes optimized by different fields (name, offset, ...)
* Added test program for flags and btree algorithm
* Change the print format of flags in the disassembly
2009-04-04 19:38:59 +00:00
..
t * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
cmd.c * Initial import of the binary tree search algorithm 2009-04-04 19:38:59 +00:00
config.c * Removed expand option from reflines 2009-04-02 15:07:26 +02:00
core.c * Removed expand option from reflines 2009-04-02 15:07:26 +02:00
file.c * More R_API-zation 2009-04-01 22:44:43 +00:00
io.c * Another 700-LOC train-based commit 2009-04-02 10:23:32 +00:00
libs.c * More R_API-zation 2009-04-01 22:44:43 +00:00
Makefile * More R_API-zation 2009-04-01 22:44:43 +00:00
visual.c * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
yank.c * Added doc/changes-from-1.x 2009-02-18 13:10:59 +01:00