[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9148: fix whitespace; add a todo item (in tor/trunk: doc src/or)
Author: arma
Date: 2006-12-18 03:24:22 -0500 (Mon, 18 Dec 2006)
New Revision: 9148
Modified:
tor/trunk/doc/TODO
tor/trunk/src/or/circuituse.c
Log:
fix whitespace; add a todo item
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2006-12-18 03:02:30 UTC (rev 9147)
+++ tor/trunk/doc/TODO 2006-12-18 08:24:22 UTC (rev 9148)
@@ -299,6 +299,9 @@
- (Can we suppress cnames? Should we?)
Minor items for 0.1.2.x as time permits:
+R - add d64 and fp64 along-side d and fp so people can paste status
+ entries into a url. since + is a valid base64 char, only allow one
+ at a time. spec and then do.
D don't do dns hijacking tests if we're reject *:* exit policy?
(deferred until 0.1.1.x is less common)
o Some way for the authorities to set BadExit for some nodes manually.
Modified: tor/trunk/src/or/circuituse.c
===================================================================
--- tor/trunk/src/or/circuituse.c 2006-12-18 03:02:30 UTC (rev 9147)
+++ tor/trunk/src/or/circuituse.c 2006-12-18 08:24:22 UTC (rev 9148)
@@ -778,8 +778,9 @@
/** Launch a new circuit; see circuit_launch_by_extend_info() for
* details on arguments. */
origin_circuit_t *
-circuit_launch_by_router(uint8_t purpose, int onehop_tunnel, routerinfo_t *exit,
- int need_uptime, int need_capacity, int internal)
+circuit_launch_by_router(uint8_t purpose, int onehop_tunnel,
+ routerinfo_t *exit, int need_uptime,
+ int need_capacity, int internal)
{
origin_circuit_t *circ;
extend_info_t *info = NULL;