Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add cvsignore for doc/design-paper | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2272 | |||
* | Note finished/abandoned items | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2271 | |||
* | Support new INTRODUCE2 cell format | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2270 | |||
* | Functions to test nickname validity | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2269 | |||
* | Specify formats to use $KEYID in service descriptors, INTRODUCE cells. The ↵ | Nick Mathewson | 2004-08-18 | |
| | | | | | | old thing will not actually work, since clients need onion keys as well as key digests to extend. svn:r2268 | |||
* | fix unix build: CONFDIR, not CONF_DIR | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2267 | |||
* | Clean windows whitespace | Nick Mathewson | 2004-08-18 | |
| | | | | svn:r2266 | |||
* | On windows, default datadir is APPDATA/tor, and default config file is ↵ | Nick Mathewson | 2004-08-18 | |
| | | | | | | APPDATA/tor/torrc. (APPDATA is usually somedrive:/Documents and Settings/.../Application Data/) svn:r2265 | |||
* | Update status | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2264 | |||
* | Move string-splitting into a separate function | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2263 | |||
* | deal better if we don't have enough available nodes to choose a path | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2262 | |||
* | make csv parsing notice the last letter of each entry too | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2261 | |||
* | bugfix: make receiving csv lines not seg fault | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2260 | |||
* | people with no torrc allow unverified middle/rendezvous nodes by default | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2259 | |||
* | allow unverified nodes in middle and rendezvous positions by default | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2258 | |||
* | when a verified routerinfo arrives with a new key than the previous | Roger Dingledine | 2004-08-17 | |
| | | | | | | | | verified routerinfo with that name, close connections to the obsolete key to make way for connections to the new key. svn:r2257 | |||
* | Fix crash when looking for ~/.torrc with no $HOME set | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2256 | |||
* | make last patch compile | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2255 | |||
* | Stop logging events that happen to uninitialized digests | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2254 | |||
* | mark off some more 0.0.8 items | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2253 | |||
* | if they ask for exactly one entrynode, don't pick it as an exitnode. | Roger Dingledine | 2004-08-17 | |
| | | | | | | | also, fix part of the zero-identity-router-in-stats bug svn:r2252 | |||
* | now that we parse router->uptime, make use of it | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2251 | |||
* | Add strmap_isempty | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2250 | |||
* | use unverified routers in the desired positions | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2249 | |||
* | Clean up last patch; implement (mostly) proper handling for ↵ | Nick Mathewson | 2004-08-17 | |
| | | | | | | verified/unverified name collisions. svn:r2248 | |||
* | Parse uptime into routerinfo | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2247 | |||
* | Implement AllowUnverifiedNodes | Nick Mathewson | 2004-08-17 | |
| | | | | svn:r2246 | |||
* | if a router claim huge bandwidth, don't believe it | Roger Dingledine | 2004-08-17 | |
| | | | | svn:r2245 | |||
* | Add a generic Comma-separated-value config type, and a FirewallPorts option ↵ | Nick Mathewson | 2004-08-16 | |
| | | | | | | to tell FascistFirewall which ports are open. (Defaults to 80,443) svn:r2244 | |||
* | Convenience function to do a strcmp on each member of a smartlist of strings | Nick Mathewson | 2004-08-16 | |
| | | | | svn:r2243 | |||
* | move done 0.0.8 todo tasks aside | Roger Dingledine | 2004-08-16 | |
| | | | | svn:r2242 | |||
* | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine | 2004-08-16 | |
| | | | | | | | | | | | options->Address with the resolved one at startup. o detect our address right before we make a routerinfo each time. o external IP vs bind-IP. Already done, just use options->Address. o OutboundBindAddress config option, to bind to a specific IP address for outgoing connect()s. svn:r2241 | |||
* | Mark items as completed | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2240 | |||
* | Update to new choose_random_node interface. | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2239 | |||
* | Check for time skew on http headers; report date in response to "GET /". | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2238 | |||
* | We are an OR if ORPort *or* ORBindAddress is set; similarly for being an OP | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2237 | |||
* | Implement strict{entry|exit}nodes config options | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2236 | |||
* | End truncated log entries with [truncated] | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2235 | |||
* | Add IP:Port:KeyDigest format to rend-spec.txt | Nick Mathewson | 2004-08-15 | |
| | | | | svn:r2234 | |||
* | fix assert triggers in 0.0.7.x: if the other side returns | Roger Dingledine | 2004-08-15 | |
| | | | | | | | an address 0.0.0.0, don't put it into the client dns cache. svn:r2233 | |||
* | a todo list for 0.0.8 | Roger Dingledine | 2004-08-15 | |
| | | | | svn:r2232 | |||
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 | |
| | | | | | | | | | | o and/or while avoiding unreliable nodes, depending on goals o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o if a begin failed due to exit policy, but we believe the IP should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory. svn:r2231 | |||
* | give tor-resolve a man page | Roger Dingledine | 2004-08-15 | |
| | | | | svn:r2230 | |||
* | commit some minor fixes from this sandbox so i can commit the next one | Roger Dingledine | 2004-08-15 | |
| | | | | svn:r2229 | |||
* | forward-port the 0.0.7.3 changelog | Roger Dingledine | 2004-08-12 | |
| | | | | svn:r2228 | |||
* | Clean up tempdir after finishing unittests; use tor_temp_$PID instead of ↵ | Nick Mathewson | 2004-08-11 | |
| | | | | | | tor_temp; quit if tor_temp_$PID exists. svn:r2226 | |||
* | Install design paper in usr/share/doc/tor, not usr/share/doc. Ooops. | Peter Palfrader | 2004-08-11 | |
| | | | | svn:r2225 | |||
* | fix a typo in the man page | Roger Dingledine | 2004-08-10 | |
| | | | | | | | thanks dfc svn:r2224 | |||
* | clean up the todo some more | Roger Dingledine | 2004-08-10 | |
| | | | | svn:r2223 | |||
* | compile again on win32 (i think) | Roger Dingledine | 2004-08-09 | |
| | | | | svn:r2222 |