[tor-commits] [stem/master] Cache string representation of messages

2017-10-29 Thread atagar
commit d69567629fb59df07237b7e0412ea6d310b0bcb1 Author: Damian Johnson Date: Sun Oct 29 22:56:19 2017 -0700 Cache string representation of messages Controller messages frequently reference their string representation, and it's silly to reconstruct it each time. --- stem/respo

[tor-commits] [nyx/master] Alias ERR for ERROR and WARN for WARNING

2017-10-29 Thread atagar
commit e0a813df6ca3e92acce77a14fc94acd66fb9f323 Author: Damian Johnson Date: Sun Oct 29 20:57:23 2017 -0700 Alias ERR for ERROR and WARN for WARNING Fixing a couple easy to make gotchas in our --log argument. It's especially confusing becuase nyx expected 'NYX_WARNING' whereas

[tor-commits] [nyx/master] Connection details usually not visible

2017-10-29 Thread atagar
commit f6cbc8d66430028d6ff1050db4499d1e2af90ab6 Author: Damian Johnson Date: Sun Oct 29 21:21:56 2017 -0700 Connection details usually not visible The 'width' attribute already takes into account the initial 'x' offset, but in the conditional we didn't account for that causing

[tor-commits] [tor/master] fix confusion in man page

2017-10-29 Thread arma
commit d56b4e598b241fee3448090631731aa434eb64d6 Author: Roger Dingledine Date: Mon Oct 30 00:18:40 2017 -0400 fix confusion in man page (I was going to fix "along" to "along with" which was pretty clearly the original intent, but then I realized that it would be confusing wheth

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2017-10-29 Thread translation
commit d772ade12b0cb77c4b525324a5ae92d286013427 Author: Translation commit bot Date: Sun Oct 29 22:17:41 2017 + Update translations for torbutton-torbuttondtd --- ca/torbutton.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ca/torbutton.dtd b/ca/torbutton.dt

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2017-10-29 Thread translation
commit 82d8438ac922a9b269c68751a29fc08c94156a31 Author: Translation commit bot Date: Sun Oct 29 21:51:35 2017 + Update translations for tails-greeter-2 --- ca/ca.po | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/ca/ca.po b/ca/ca.po index

[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2017-10-29 Thread translation
commit a3728aab3efd12550c3784628d47875e3c1b48f4 Author: Translation commit bot Date: Sun Oct 29 21:47:12 2017 + Update translations for tails-misc_completed --- ca.po | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ca.po b/ca.po index 69cbc8248..23e01553

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2017-10-29 Thread translation
commit 6c02ef04230bb3add571e6fa7ca537e58d7efffe Author: Translation commit bot Date: Sun Oct 29 21:47:06 2017 + Update translations for tails-misc --- ca.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ca.po b/ca.po index f4d5ddb48..23e015530 100644 --- a/

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2017-10-29 Thread translation
commit 19458ba517f0229dd02ea6313a9f7a436b2f5e76 Author: Translation commit bot Date: Sun Oct 29 21:46:05 2017 + Update translations for tails-persistence-setup --- ca/ca.po | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ca/ca.po b/ca/ca.po index 53658c07c.

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2017-10-29 Thread translation
commit 374bc9b07dc927d31fdf57d511c040a7ab21e31a Author: Translation commit bot Date: Sun Oct 29 21:45:59 2017 + Update translations for liveusb-creator_completed --- ca/ca.po | 804 --- 1 file changed, 354 insertions(+), 450 d

[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2017-10-29 Thread translation
commit 20f0af1072fbe0e98ef7d1a4d720238d7f703a83 Author: Translation commit bot Date: Sun Oct 29 21:46:11 2017 + Update translations for tails-persistence-setup_completed --- ca/ca.po | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ca/ca.po b/ca/ca.po

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2017-10-29 Thread translation
commit 03048665eb962020b7797dbbebfb5a59a1978910 Author: Translation commit bot Date: Sun Oct 29 21:45:53 2017 + Update translations for liveusb-creator --- ca/ca.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ca/ca.po b/ca/ca.po index 12846a56b..ae120

[tor-commits] [nyx/master] Fix typo

2017-10-29 Thread atagar
commit 1233861022e22e5218e033cb80c814df02a195ca Author: Damian Johnson Date: Sun Oct 29 13:47:41 2017 -0700 Fix typo Typo Roger spotted in the comments. --- nyx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyx/__init__.py b/nyx/__init__.py in

[tor-commits] [stem/master] NewConsensus consensus_content attribute not set

2017-10-29 Thread atagar
commit d9a924b423bbbd8de7f56cc7a086d7bd9abd19ee Author: Damian Johnson Date: Sun Oct 29 13:28:04 2017 -0700 NewConsensus consensus_content attribute not set Oops, documented it but didn't set it. --- stem/response/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [nyx/master] Update ConsensusTracker with unparsed consensus content

2017-10-29 Thread atagar
commit a8cf209dce02dc7722ff3601633b9ab847e5851e Author: Damian Johnson Date: Sun Oct 29 12:21:58 2017 -0700 Update ConsensusTracker with unparsed consensus content Lighten the work needed by the ConsensusTracker by having it process unparsed consensus content. We already do th

[tor-commits] [stem/master] Optionally having NEWCONSENSUS provide unparsed content

2017-10-29 Thread atagar
commit c2c2b9b4926960f5215b21a3e2a13a40ae6b009a Author: Damian Johnson Date: Sun Oct 29 12:13:30 2017 -0700 Optionally having NEWCONSENSUS provide unparsed content Parsing the whole consensus can be burdensome. Skip doing this upfront so the caller can decide if they want a pa