Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | a few more tweaks to the faq. | Roger Dingledine | 2006-05-10 |
| | | | | svn:r6451 | ||
* | another piece of doing tor over udp that i am concerned about. | Roger Dingledine | 2006-05-10 |
| | | | | svn:r6450 | ||
* | Tor servers are also giving spurious "you're invalid" warnings. | Roger Dingledine | 2006-05-09 |
| | | | | | | | | | | This is because we get a lot of network statuses that don't list us at all, and we conclude that they all think we're invalid. The long-term fix is to get better logic, and the short-term fix is to downgrade the log severity. svn:r6448 | ||
* | stop telling people that "tor -h" will help them in any way. | Roger Dingledine | 2006-05-08 |
| | | | | svn:r6447 | ||
* | Handle website/* in tor.nsi | Peter Palfrader | 2006-05-05 |
| | | | | svn:r6444 | ||
* | Merge differences between debian_version_0_1_1_18-rc-1 and ↵ | Peter Palfrader | 2006-05-05 |
| | | | | | | debian_version_0_1_1_19-rc-1 from tor-0_1_1-patches into head svn:r6443 | ||
* | Reworked dist-rpm in order to duplicate what dist used to do, but don't ↵ | Andrew Lewman | 2006-05-04 |
| | | | | | | actually require dist. svn:r6437 | ||
* | forward-port the changelog | Roger Dingledine | 2006-05-03 |
| | | | | svn:r6433 | ||
* | forward-port the ORPort==0 patch | Roger Dingledine | 2006-05-03 |
| | | | | svn:r6430 | ||
* | Note some subtasks and difficulties involved with reducing RAM usage on ↵ | Nick Mathewson | 2006-04-29 |
| | | | | | | dirservers svn:r6428 | ||
* | Start remembering *where* we are storing routerdescs. This will make us ↵ | Nick Mathewson | 2006-04-29 |
| | | | | | | easier to move from a RAM-mirrors-disk model to a RAM-caches-disk model, and save maybe around 10MB on a directory server. svn:r6427 | ||
* | shorten some too-wide lines | Nick Mathewson | 2006-04-29 |
| | | | | svn:r6426 | ||
* | put one of the XXX's back in | Roger Dingledine | 2006-04-25 |
| | | | | svn:r6422 | ||
* | petty cleanups | Roger Dingledine | 2006-04-25 |
| | | | | svn:r6421 | ||
* | Only warn about a down node once | Nick Mathewson | 2006-04-25 |
| | | | | svn:r6420 | ||
* | list some more items to remember in path-building | Roger Dingledine | 2006-04-25 |
| | | | | svn:r6419 | ||
* | you wanted it spelled properly too? And me not even funded! | Nick Mathewson | 2006-04-25 |
| | | | | svn:r6418 | ||
* | fix a segfault in last bug-285-related commit. | Nick Mathewson | 2006-04-25 |
| | | | | svn:r6417 | ||
* | Add some bullet points to write up | Nick Mathewson | 2006-04-25 |
| | | | | svn:r6416 | ||
* | resolve typos in add-tor contrib script | Roger Dingledine | 2006-04-24 |
| | | | | svn:r6415 | ||
* | Possible partial fix for 285; needs review | Nick Mathewson | 2006-04-24 |
| | | | | svn:r6414 | ||
* | Add a stub of a "path-spec", containing only the helper-node emails from ↵ | Nick Mathewson | 2006-04-24 |
| | | | | | | arma. whee. svn:r6413 | ||
* | Regenerate our local descriptor if it's dirty and some local | Roger Dingledine | 2006-04-23 |
| | | | | | | | function asks for it. This may resolve bug 286. svn:r6412 | ||
* | make more hibernate log messages use local time. we should audit | Roger Dingledine | 2006-04-23 |
| | | | | | | | | to see what other log messages keep switching back and forth between GMT and local. svn:r6411 | ||
* | And another 0.1.2 item | Nick Mathewson | 2006-04-23 |
| | | | | svn:r6410 | ||
* | Prioritize items for 0.1.2 | Nick Mathewson | 2006-04-23 |
| | | | | svn:r6409 | ||
* | Remove test values from add-tor | Peter Palfrader | 2006-04-21 |
| | | | | svn:r6408 | ||
* | Add add-tor helper script to contrib | Peter Palfrader | 2006-04-21 |
| | | | | svn:r6407 | ||
* | Raise the timeout for complaining about wedged cpuworkers. | Roger Dingledine | 2006-04-18 |
| | | | | | | | | This value is high because some servers with low memory/cpu sometimes spend an hour or more swapping, and Tor starves. svn:r6406 | ||
* | class B really means /16 here | Roger Dingledine | 2006-04-18 |
| | | | | svn:r6404 | ||
* | require at least 2**16 assignable virtual addresses | Nick Mathewson | 2006-04-18 |
| | | | | svn:r6402 | ||
* | mainline branch. Remove some more dead XXXs. | Nick Mathewson | 2006-04-18 |
| | | | | svn:r6401 | ||
* | [Forward-port ]Test and document last patch. | Nick Mathewson | 2006-04-18 |
| | | | | svn:r6400 | ||
* | [forward-port] Implement an option, VirtualAddrMask, to set which addresses ↵ | Nick Mathewson | 2006-04-18 |
| | | | | | | get handed out in response to mapaddress requests. Needs testing and docs! svn:r6398 | ||
* | forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. | Nick Mathewson | 2006-04-18 |
| | | | | svn:r6396 | ||
* | note another bug: we complain that a router doesn't exist, | Roger Dingledine | 2006-04-17 |
| | | | | | | | because it's down so we never fetched it so it doesn't exist. svn:r6394 | ||
* | slightly clearer log message when you use a nickname rather than | Roger Dingledine | 2006-04-17 |
| | | | | | | | a key for an unnamed server. svn:r6393 | ||
* | Add an XXX to torify.in - "which" is evil, | Peter Palfrader | 2006-04-17 |
| | | | | | | | | | | quote a few variables do -h and --help add (c) and license ("Same as tor") print an error message if exec falls through svn:r6392 | ||
* | and remove the 'debugging' flag for torify | Roger Dingledine | 2006-04-16 |
| | | | | svn:r6391 | ||
* | better error checking for torify, contributed by jacob appelbaum. | Roger Dingledine | 2006-04-16 |
| | | | | svn:r6390 | ||
* | no need to escape the address for our connections -- they are | Roger Dingledine | 2006-04-16 |
| | | | | | | | always IP addresses. svn:r6389 | ||
* | update spec to reflect the downgraded loglevel for naming complaints. | Roger Dingledine | 2006-04-15 |
| | | | | svn:r6388 | ||
* | if the bottom eighth of the servers by bandwidth is really crummy, | Roger Dingledine | 2006-04-15 |
| | | | | | | | try the bottom quartile instead. svn:r6387 | ||
* | forward-port the n_named log severity downgrade. | Roger Dingledine | 2006-04-14 |
| | | | | svn:r6385 | ||
* | Temporary hacks to ensure make dist-rpm works from cvs until a better | Andrew Lewman | 2006-04-13 |
| | | | | | | | solution can be found. svn:r6383 | ||
* | ok, put moria1 back in, since it's v1 and thus we need to send | Roger Dingledine | 2006-04-11 |
| | | | | | | | | | | our rendezvous descriptors to it. eventually we might make a 'v1only' tag that explains it's only for rendezvous descriptors. svn:r6382 | ||
* | drop moria1 from the list of authorities. | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6381 | ||
* | [forward port] Update the list of documentation files in tor.nsi and ↵ | Peter Palfrader | 2006-04-10 |
| | | | | | | package_nsis-weasel.sh svn:r6380 | ||
* | Stop assuming every authority is a v1 authority | Peter Palfrader | 2006-04-10 |
| | | | | svn:r6377 | ||
* | Remove DER64 functions in trunk: they will never be used again unless the ↵ | Nick Mathewson | 2006-04-10 |
| | | | | | | directory authorities switch back to 0.0.9tooearly. svn:r6376 |