Roger Dingledine
52c5014081
Change the contrib/tor.logrotate script so it makes the new
...
logs as "_tor:_tor" rather than the default, which is generally
"root:wheel". Fixes bug 676, reported by Serge Koksharov.
Andrew, you should check if this breaks the rpm building (or if
it makes it work better)
svn:r15404
2008-06-22 07:15:18 +00:00
Andrew Lewman
6a17067d38
with all of these fancy memory fixes, openbsd malloc appears to not be
...
needed any more.
svn:r15390
2008-06-21 13:44:03 +00:00
Roger Dingledine
21cc898a46
mark changelog bugfixes with what version they're from
...
svn:r15384
2008-06-21 04:25:10 +00:00
Jacob Appelbaum
e45c3d0553
Document this htpass thing for everyone.
...
svn:r15381
2008-06-20 23:15:48 +00:00
Karsten Loesing
33ced73597
Added prefixes to testing-network-only configuration options.
...
svn:r15375
2008-06-20 17:03:13 +00:00
Roger Dingledine
a2a3d1e329
prepare for the 0.2.1.2-alpha release. we will tag
...
sometime today. get your fixes in soon. :)
svn:r15371
2008-06-20 06:26:58 +00:00
Roger Dingledine
0702f21a59
another item matt should do for vidalia
...
svn:r15370
2008-06-20 04:57:24 +00:00
Roger Dingledine
8fa912a8c5
If we close our OR connection because there's been a circuit
...
pending on it for too long, we were telling our bootstrap status
events "REASON=NONE". Now tell them "REASON=TIMEOUT".
svn:r15369
2008-06-20 04:42:17 +00:00
Roger Dingledine
94dabd2c23
If you're using bridges, generate "bootstrap problem" warnings
...
as soon as you run out of working bridges, rather than waiting
for ten failures -- which will never happen if you have less than
ten bridges.
svn:r15368
2008-06-20 04:34:39 +00:00
Roger Dingledine
dd50ffb1de
Big bridge bugfixes. Backport candidates.
...
If you have more than one bridge but don't know their keys,
you would only learn a request for the descriptor of the first one
on your list. (Tor considered launching requests for the others, but
found that it already had a connection on the way for $0000...0000
so it didn't open another.)
If you have more than one bridge but don't know their keys, and the
connection to one of the bridges failed, you would cancel all
pending bridge connections. (After all, they all have the same
digest.)
svn:r15366
2008-06-20 03:13:16 +00:00
Jacob Appelbaum
67df8f6011
Updated Vidalia section and svn url.
...
svn:r15365
2008-06-19 18:44:15 +00:00
Jacob Appelbaum
2cb48f27e3
Small patch from mfr
...
svn:r15364
2008-06-19 17:17:42 +00:00
Roger Dingledine
d76d0493d6
start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrap
...
problem status events, so the controller can hear about problems even
before tor decides they're worth reporting for sure.
svn:r15357
2008-06-19 04:50:06 +00:00
Roger Dingledine
ad6b2e7523
check-spaces, fix a typo
...
svn:r15355
2008-06-18 20:14:25 +00:00
Nick Mathewson
60146c90d4
Spec clarifications on 137.
...
svn:r15352
2008-06-18 20:00:32 +00:00
Roger Dingledine
c6a94718cd
Directory authorities shouldn't complain about bootstrapping
...
problems just because they do a lot of reachability testing and
some of the connection attempts fail.
svn:r15348
2008-06-18 07:34:04 +00:00
Roger Dingledine
50d3adb819
I was on the second paragraph of my or-dev mail explaining why I chose to
...
set starting=1 to avoid potential bugs with having it conflict with 0,
which I used to mean uninitialized, when I realized I would be writing
many more lame-sounding paragraphs in the future. Just start it at 0
and handle the bugs.
svn:r15346
2008-06-18 05:35:19 +00:00
Nick Mathewson
ed174245c6
implement more fine-tuning options for stats code
...
svn:r15345
2008-06-18 04:34:52 +00:00
Nick Mathewson
2e5e2f946a
More todo updates
...
svn:r15344
2008-06-18 04:30:00 +00:00
Karsten Loesing
024de76e5d
I was told there is an extend_info_free(). I won't leak memory again. I won't leak memory again. I won't ...
...
svn:r15335
2008-06-17 19:13:05 +00:00
Karsten Loesing
693d7e3e35
When establishing a hidden service, introduction points that originate from cannibalized circuits are completely ignored and not included in rendezvous service descriptors. Bugfix on 0.2.0.14-alpha. Backport candidate.
...
svn:r15332
2008-06-17 17:10:03 +00:00
Roger Dingledine
1ad83d74b1
Send an initial "Starting" bootstrap status event, so we have a
...
state to start out in.
svn:r15326
2008-06-17 08:15:42 +00:00
Roger Dingledine
c19392469d
add a getinfo so vidalia can query our current bootstrap state, in case
...
it attaches partway through and wants to catch up.
matt, is this a good format for you, or is there an even better format?
svn:r15325
2008-06-17 08:01:43 +00:00
Jacob Appelbaum
3240cb3f64
Updated to reflect the new pootle backend process. This can almost all be automated when the time comes and when we are sure we won't have major issues with pootle/translation updates/etc.
...
svn:r15320
2008-06-17 05:47:49 +00:00
Peter Palfrader
efeea9f6de
Fix .z suffix for intrumented download stats once more
...
svn:r15316
2008-06-16 22:40:26 +00:00
Peter Palfrader
6880df52eb
Fix .z suffix for intrumented download stats
...
svn:r15315
2008-06-16 22:39:23 +00:00
Roger Dingledine
aa3ad6ecb4
make rend-spec sound less like the begin_dir cell actually includes
...
the start of the http payload.
svn:r15311
2008-06-16 20:31:25 +00:00
Nick Mathewson
dd6324b0c6
More bug 707 fixes: no #if/#endif pairs inside macro arguments.
...
svn:r15307
2008-06-16 18:35:21 +00:00
Nick Mathewson
6299f4429a
Clean up a macro/cpp interaction related to bug 707. Also, add a new "filename" config value type which is currently just a synonym for string, but which might be subject to expansion later.
...
svn:r15305
2008-06-16 18:09:53 +00:00
Nick Mathewson
bcd7357b71
Add proposal 141: download server descriptors on demand. (Status: Draft).
...
svn:r15302
2008-06-16 17:30:22 +00:00
Nick Mathewson
44452c2756
r16341@tombo: nickm | 2008-06-15 22:04:25 -0400
...
Allow spaces to be omitted in approved-router file fingerprints. Requested by arma.
svn:r15296
2008-06-16 02:08:30 +00:00
Nick Mathewson
9cfe70cb69
Add proposal 140-consensus-diffs.txt
...
svn:r15293
2008-06-16 01:14:02 +00:00
Nick Mathewson
4588a079b8
Set keywords and/or eol-styles on some recent proposals
...
svn:r15292
2008-06-16 01:13:50 +00:00
Peter Palfrader
223a5865e0
Add the long finished conditional-consensus-download proposal as 139
...
svn:r15288
2008-06-15 22:59:54 +00:00
Nick Mathewson
14459fe94e
Make filename lines in proposals match actual filenames. Accept 135.
...
svn:r15279
2008-06-15 17:09:15 +00:00
Nick Mathewson
16edff2185
Update reindex script to check filename lines.
...
svn:r15278
2008-06-15 17:08:28 +00:00
Andrew Lewman
8555a768fd
In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and
...
a startup script. This is consistent with every other OS for which we
build packages. If you want privoxy and torbutton, use the Vidalia
bundle.
svn:r15272
2008-06-15 12:51:51 +00:00
Roger Dingledine
c96b15f9bc
minor touchups on proposals
...
svn:r15263
2008-06-15 01:50:31 +00:00
Nick Mathewson
96bf9cd4c5
Comments and doc tweaks on Karsten's testing-dir-networks patch
...
svn:r15254
2008-06-14 16:11:37 +00:00
Nick Mathewson
0831cc3dbc
Patch from Karsten to implement proposal 135 ("Testing Tor Networks").
...
svn:r15253
2008-06-14 16:01:29 +00:00
Nick Mathewson
97c06691b9
Malloc does not return size_t. (bug noticed by lodger.)
...
svn:r15252
2008-06-14 15:42:29 +00:00
Roger Dingledine
d2b4a08113
a huge pile of bridge and bootstrap related bugs that arma should work on.
...
svn:r15249
2008-06-14 06:04:16 +00:00
Peter Palfrader
54b3b48802
Make unit tests pass again
...
svn:r15237
2008-06-13 23:24:11 +00:00
Roger Dingledine
6dee2bad83
note a bug that karsten found
...
svn:r15236
2008-06-13 23:05:48 +00:00
Roger Dingledine
5ded5b58a4
> why would it need an anonymized connection?
...
> ah.
> yes, i think you're right. i was thinking 3-hop, but i think it is 1-hop.
svn:r15235
2008-06-13 22:52:17 +00:00
Nick Mathewson
1913364dc8
More clarifications to xxx-geoip-survey-plan.txt.
...
svn:r15234
2008-06-13 22:18:21 +00:00
Nick Mathewson
96e8fb8e8a
Mark 136 as finished.
...
svn:r15233
2008-06-13 21:35:41 +00:00
Peter Palfrader
3234f6d298
Merge proposal 138 as Closed and merge it into the main spec
...
svn:r15232
2008-06-13 21:30:20 +00:00
Peter Palfrader
514960ea03
Briefly mention consensus method 3
...
svn:r15231
2008-06-13 21:30:17 +00:00
Peter Palfrader
4ef606b8fc
implement proposal 138: removing down routers from consensus
...
svn:r15230
2008-06-13 21:22:49 +00:00