cleanup: avoid redundant error checks for fstat
[unicorn.git] / TODO
blob527c28b6aac23eede6202ebad16deb467ea203c2
1 * Documentation improvements
3 * ensure test suite passes on non-GNU/Linux systems
4   (likely that it already does)
6 * consider adding "working_directory" directive to Configurator
7   since START_CTX is ugly...
9 * consider adding user switching support (ugh...)
10   This makes more sense for Rainbows!, but some folks use it already...
12 * fix const-correctness in HTTP parser
14 * performance validation (esp. TeeInput)
16 * improve test suite (steal from Rainbows!, probably...)