diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-24 07:55:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-24 07:55:46 +0000 |
commit | 9b07b1a463d97b8209f45f36451c0e700f4899c0 (patch) | |
tree | 34d98657b578a0d7baa48d1d60385d9f7fd41f81 /doc/TODO | |
parent | 38dcc368c401e3ce6b8258a0edbb38ca5f54ba2a (diff) | |
download | tor-9b07b1a463d97b8209f45f36451c0e700f4899c0.tar tor-9b07b1a463d97b8209f45f36451c0e700f4899c0.tar.gz |
r11915@catbus: nickm | 2007-02-24 02:55:43 -0500
Note another fun way that we could replace the more automatable parts of arma with software, thus leaving the less automatable bits free to do less automatable stuff.
svn:r9636
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -426,6 +426,9 @@ R - add d64 and fp64 along-side d and fp so people can paste status of edge_stream_t. Future version: + - Add a doxygen style checker to make check-spaces so nick doesn't drift + too far from arma's undocumented styleguide. Also, document that + styleguide in HACKING. (See r9634 for example.) - Should TrackHostExits expire TrackHostExitsExpire seconds after their *last* use, not their *first* use? - Configuration format really wants sections. |