[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-08-17 Thread translation
commit ef45187eec52ec53089d6adb0b3c2b008f121330 Author: Translation commit bot Date: Tue Aug 18 06:46:22 2015 + Update translations for tor-messenger-ircproperties --- uk/irc.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uk/irc.properties b

[tor-commits] [translation/tor-messenger-ircproperties_completed] Update translations for tor-messenger-ircproperties_completed

2015-08-17 Thread translation
commit 4b9b0ad7f7650db70ab3f1a984552334aca747ea Author: Translation commit bot Date: Tue Aug 18 06:46:26 2015 + Update translations for tor-messenger-ircproperties_completed --- uk/irc.properties | 209 + 1 file changed, 209 insertio

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-08-17 Thread translation
commit dea3018361989c2a8bd458754fca987ddf9fb043 Author: Translation commit bot Date: Tue Aug 18 06:16:22 2015 + Update translations for tor-messenger-ircproperties --- uk/irc.properties | 64 ++--- 1 file changed, 32 insertions(+), 32 d

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-08-17 Thread translation
commit 1c24affcd2b862c791128e8fce2f7938a563c03d Author: Translation commit bot Date: Tue Aug 18 05:46:22 2015 + Update translations for tor-messenger-ircproperties --- uk/irc.properties | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-08-17 Thread translation
commit 334af4f4092aec40f9087362a654ff9fe3c41ecd Author: Translation commit bot Date: Tue Aug 18 05:16:24 2015 + Update translations for tor-messenger-ircproperties --- uk/irc.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uk/irc.properties b/uk/irc.pr

[tor-commits] [webwml/master] Add new TBB version

2015-08-17 Thread mikeperry
commit 957fff2e582e08015692b915b1948aefbd3ecd9b Author: Mike Perry Date: Mon Aug 17 18:26:19 2015 -0700 Add new TBB version --- include/versions.wmi | 12 ++-- projects/torbrowser/RecommendedTBBVersions |4 2 files changed, 10 insertions(+), 6 delet

[tor-commits] [tor/master] Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decouple_signals'

2015-08-17 Thread nickm
commit d07fe5dffe8299f51cc2b7df06c1dd28dd9a6f0d Merge: 7b8526d c7c73f1 3cc6d59 Author: Nick Mathewson Date: Mon Aug 17 16:24:45 2015 -0400 Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decouple_signals' changes/decouple_lost_owner |4 ++ src/or/control.c

[tor-commits] [tor/master] Change lost_owning_controller() to call activate_signal().

2015-08-17 Thread nickm
commit c7c73f117827b40c4086203f2bead9b45c0539e8 Author: Nick Mathewson Date: Thu Aug 13 09:13:21 2015 -0400 Change lost_owning_controller() to call activate_signal(). Closes ticket 16788. --- changes/decouple_lost_owner |4 src/or/control.c| 11 +--

[tor-commits] [tor/master] Try to decouple process_signal() from anything not event-driven

2015-08-17 Thread nickm
commit f4f0b4326891e2e5907ff252c704c7f19bbfaf0d Author: Nick Mathewson Date: Wed Aug 12 11:25:00 2015 -0400 Try to decouple process_signal() from anything not event-driven This needs debugging; it currently breaks the stem tests. --- src/or/control.c |2 +- src/or/main.c|

[tor-commits] [tor/master] Fix a windows compilation error

2015-08-17 Thread nickm
commit 3cc6d59521b14403f9a0689b2f78f7638d403827 Author: Nick Mathewson Date: Wed Aug 12 13:16:08 2015 -0400 Fix a windows compilation error --- src/or/main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/main.c b/src/or/main.c index 3ccb6e9..1c1c477 100644 -

[tor-commits] [tor/master] Merge remote-tracking branch 'yawning/feature16535'

2015-08-17 Thread nickm
commit 7b8526d64c64f71b4d9a58dc3c48cd694b91079e Merge: 7efdf5c 971eba0 Author: Nick Mathewson Date: Mon Aug 17 15:27:41 2015 -0400 Merge remote-tracking branch 'yawning/feature16535' src/ext/ed25519/donna/ed25519-donna-portable.h | 20 ++-- 1 file changed, 10 insertions(

[tor-commits] [tor/master] Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.

2015-08-17 Thread nickm
commit 971eba0fcd48a9a2dbe980b05a31797faf273076 Author: Yawning Angel Date: Mon Aug 17 19:21:51 2015 + Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled. This should fix the x86 build, since variables that require 16 byte alignment will now actually be 16

[tor-commits] [tor/master] Merge remote-tracking branch 'yawning/feature16535'

2015-08-17 Thread nickm
commit 7efdf5cb4939246fe03dd43b140f61cf3ed0f7e9 Merge: f724b2e a77616f Author: Nick Mathewson Date: Mon Aug 17 14:53:46 2015 -0400 Merge remote-tracking branch 'yawning/feature16535' changes/feature16535 |4 src/ext/ed25519/donna/README.tor

[tor-commits] [tor/master] Enable ed25519-donna's SSE2 code when possible for 32 bit x86.

2015-08-17 Thread nickm
commit a77616f6056a9dbb5722600ff2465d8ec5b3d063 Author: Yawning Angel Date: Mon Aug 17 18:41:41 2015 + Enable ed25519-donna's SSE2 code when possible for 32 bit x86. This probably requires the user to manually set CFLAGS, but should result in a net gain on 32 bit x86. Enabl

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug16741_026'

2015-08-17 Thread nickm
commit f724b2e5aaded4bc471b72f39eb990cc4114cb90 Merge: 5fe18bc 720a9cc Author: Nick Mathewson Date: Mon Aug 17 14:40:27 2015 -0400 Merge remote-tracking branch 'public/bug16741_026' changes/bug16741|3 +++ src/common/compat.h |3 +++ src/common/compat_threads.c

[tor-commits] [tor/master] Check for EINTR correctly on windows

2015-08-17 Thread nickm
commit 720a9ccb2f4392ca12e9a473125e54c20c291d4a Author: Nick Mathewson Date: Fri Aug 7 09:12:33 2015 -0400 Check for EINTR correctly on windows (even though these are nonblocking calls and EINTR shouldn't be possible). Also, log what error we're seing if drain_fn fails. --

[tor-commits] [torspec/master] Describe some more ed25519 stuff

2015-08-17 Thread nickm
commit a78395316306d00eb49189be39b2892d47c07b6a Author: Nick Mathewson Date: Wed Aug 12 15:02:40 2015 -0400 Describe some more ed25519 stuff --- dir-spec.txt | 59 +- 1 file changed, 54 insertions(+), 5 deletions(-) diff --git a/di

[tor-commits] [torspec/master] update proposal status

2015-08-17 Thread nickm
commit d19dc71e0dfc3738a1018dc12825d4da7b3cee62 Author: Nick Mathewson Date: Wed Aug 12 15:03:45 2015 -0400 update proposal status --- proposals/220-ecc-id-keys.txt |5 - proposals/228-cross-certification-onionkeys.txt |2 +- 2 files changed, 5 insertions(+),

[tor-commits] [torspec/master] Start writing/copying/adding a bunch of stuff about ed25519 keys

2015-08-17 Thread nickm
commit 5a79d67a45454ab5b7413478702acb93dfa867e2 Author: Nick Mathewson Date: Wed Aug 12 14:39:43 2015 -0400 Start writing/copying/adding a bunch of stuff about ed25519 keys --- cert-spec.txt | 134 + dir-spec.txt

[tor-commits] [tor/master] Use ed25519-donna's batch verification support when applicable.

2015-08-17 Thread nickm
commit 78fad380cda75b0de86f0d8d2b4d7e55f239f326 Author: Yawning Angel Date: Wed Aug 12 16:01:28 2015 + Use ed25519-donna's batch verification support when applicable. The code was always in our Ed25519 wrappers, so enable it when using the ed25519-donna backend, and deal wi

[tor-commits] [tor/master] Merge remote-tracking branch 'yawning/feature16533'

2015-08-17 Thread nickm
commit 5fe18bcf5459d8801fdeaf01e74571cd36ba47da Merge: 573bd1f 78fad38 Author: Nick Mathewson Date: Mon Aug 17 14:16:20 2015 -0400 Merge remote-tracking branch 'yawning/feature16533' changes/feature16533 |4 + src/common/crypto.c

[tor-commits] [tor/master] Add crypto_rand_unmocked, which is crypto_rand without mocking.

2015-08-17 Thread nickm
commit af898f54752f45fa2a8da28ca88379c89ca1f5a0 Author: Yawning Angel Date: Wed Aug 12 15:57:05 2015 + Add crypto_rand_unmocked, which is crypto_rand without mocking. There is odd issues with calling crypto_rand from our copy of ed25519-donna, due to mocking that are not ea

[tor-commits] [tor/master] Decouple routerlist_retry_directory_downloads() from the blob

2015-08-17 Thread nickm
commit e62518865b312816211086c6a0d080e7258dae5b Author: Nick Mathewson Date: Thu Aug 13 09:41:43 2015 -0400 Decouple routerlist_retry_directory_downloads() from the blob Instead of having it call update_all_descriptor_downloads and update_networkstatus_downloads directly, we ca

[tor-commits] [tor/master] Merge remote-tracking branch 'public/decouple_retry_directory'

2015-08-17 Thread nickm
commit 573bd1f033d47a21a90340644480587e62817b68 Merge: 7f9a33a e625188 Author: Nick Mathewson Date: Mon Aug 17 13:50:19 2015 -0400 Merge remote-tracking branch 'public/decouple_retry_directory' changes/decouple_retry_directory |6 ++ src/or/main.c| 11 +++

[tor-commits] [tor/master] Bring the dimap tests up to 100%

2015-08-17 Thread nickm
commit 7f9a33a800b0d399942ca0aa98c05a71d08926b4 Author: Nick Mathewson Date: Mon Aug 17 12:52:01 2015 -0400 Bring the dimap tests up to 100% --- src/test/test_util.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/test/test_util.c b/

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2015-08-17 Thread translation
commit bfd4e7a394186d7dc9937fd1d80a1a777efab5ce Author: Translation commit bot Date: Mon Aug 17 14:45:45 2015 + Update translations for abouttor-homepage --- es_MX/aboutTor.dtd | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/es_MX/aboutTor.dtd b/es_

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2015-08-17 Thread translation
commit 635e264c9fca16c8b9610521a3dcbe20147f59c9 Author: Translation commit bot Date: Mon Aug 17 14:45:15 2015 + Update translations for https_everywhere --- es_MX/https-everywhere.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es_MX/https-everywhere.dtd b/es

[tor-commits] [onionoo/master] Add "measured" field to details documents.

2015-08-17 Thread karsten
commit e5eb41b5deb6a7ff32753d4cada03ca29745672e Author: Karsten Loesing Date: Thu Aug 13 10:27:28 2015 +0200 Add "measured" field to details documents. Implements #16020. --- build.xml |2 +- .../torproject/onionoo/docs/DetailsDocument.

[tor-commits] [tor/master] Fix an assertion failure introduced in 20254907d7

2015-08-17 Thread nickm
commit 2691b2bb064466c96c346e6a416658b8b4749a85 Author: Nick Mathewson Date: Mon Aug 17 09:50:47 2015 -0400 Fix an assertion failure introduced in 20254907d7 Fixes bug 16829; bug not in any released Tor. --- src/or/dirserv.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-08-17 Thread translation
commit f4a122ad1d9082c419075d7bb667bc614cf33fd3 Author: Translation commit bot Date: Mon Aug 17 13:46:19 2015 + Update translations for tor-messenger-ircproperties --- uk/irc.properties | 86 ++--- 1 file changed, 43 insertions(+), 43 d

[tor-commits] [tor/master] Fix a stupid memory leak I introduced in 8afbc154. Bug not in any released Tor.

2015-08-17 Thread nickm
commit fd16a2b56fcc11688bc58c795713039fdb347e8c Author: Nick Mathewson Date: Mon Aug 17 09:42:35 2015 -0400 Fix a stupid memory leak I introduced in 8afbc154. Bug not in any released Tor. --- src/or/microdesc.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/or/microdesc.c b/src

[tor-commits] [tor/master] Fix misnamed parameter in or_circuit_new docstring.

2015-08-17 Thread nickm
commit 7155ee849e64e0997c533e21789501244eadc766 Author: Isis Lovecruft Date: Thu Aug 6 06:05:07 2015 + Fix misnamed parameter in or_circuit_new docstring. * CHANGES `p_conn` to `p_chan` in `or_circuit_new()` docstring. --- src/or/circuitlist.c |4 ++-- 1 file changed, 2 i

[tor-commits] [tor/master] Remove redundant tor_free() in command_process_create_cell().

2015-08-17 Thread nickm
commit 2e0a50abf415297a3e0e10c4147f738d3458c373 Author: Isis Lovecruft Date: Sun Aug 16 00:49:03 2015 + Remove redundant tor_free() in command_process_create_cell(). * FIXES #16823: https://bugs.torproject.org/16823 If an OP were to send a CREATE_FAST cell to an OR, an

[tor-commits] [tor/master] Merge remote-tracking branch 'isis/fix/circuitlist-docstring-typo'

2015-08-17 Thread nickm
commit a053451ddf4899d35182cd18c50a13eceb27030a Merge: 494dea7 7155ee8 Author: Nick Mathewson Date: Mon Aug 17 09:25:23 2015 -0400 Merge remote-tracking branch 'isis/fix/circuitlist-docstring-typo' src/or/circuitlist.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) __

[tor-commits] [translation/tor-messenger-commandsproperties] Update translations for tor-messenger-commandsproperties

2015-08-17 Thread translation
commit d1f6a8ddfd68c8b0c3f651933dcbdfb384627d91 Author: Translation commit bot Date: Mon Aug 17 13:16:12 2015 + Update translations for tor-messenger-commandsproperties --- uk/commands.properties |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uk/commands.pro

[tor-commits] [translation/tor-messenger-commandsproperties_completed] Update translations for tor-messenger-commandsproperties_completed

2015-08-17 Thread translation
commit 0fd55ca788ea08fd1420c2cc29f06419b0f53f8e Author: Translation commit bot Date: Mon Aug 17 13:16:15 2015 + Update translations for tor-messenger-commandsproperties_completed --- uk/commands.properties | 27 +++ 1 file changed, 27 insertions(+) diff --git

[tor-commits] [translation/tor-messenger-privdtd_completed] Update translations for tor-messenger-privdtd_completed

2015-08-17 Thread translation
commit cda57749bc0494677b752927e68c07bd5f3d7bac Author: Translation commit bot Date: Mon Aug 17 13:16:41 2015 + Update translations for tor-messenger-privdtd_completed --- uk/priv.dtd |2 ++ 1 file changed, 2 insertions(+) diff --git a/uk/priv.dtd b/uk/priv.dtd new file mode 10064

[tor-commits] [translation/tor-messenger-privdtd] Update translations for tor-messenger-privdtd

2015-08-17 Thread translation
commit e1a5a281c8cbae13a476727261a13e0cd1b25cee Author: Translation commit bot Date: Mon Aug 17 13:16:38 2015 + Update translations for tor-messenger-privdtd --- uk/priv.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uk/priv.dtd b/uk/priv.dtd index da247eb..

[tor-commits] [translation/tor-messenger-commandsproperties] Update translations for tor-messenger-commandsproperties

2015-08-17 Thread translation
commit 35ea2b0211c39b523104539a7557e0869ba938b9 Author: Translation commit bot Date: Mon Aug 17 12:46:11 2015 + Update translations for tor-messenger-commandsproperties --- uk/commands.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uk/comman

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

2015-08-17 Thread translation
commit 9a4193f79a584a4ea5fbb85e12b27d4e5f581f68 Author: Translation commit bot Date: Mon Aug 17 08:45:25 2015 + Update translations for liveusb-creator_completed --- fa/fa.po | 213 +- 1 file changed, 115 insertions(+), 98 de

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

2015-08-17 Thread translation
commit 4ef243b150b8d3a30fe0d70b6cf3cc68fd932e61 Author: Translation commit bot Date: Mon Aug 17 08:45:19 2015 + Update translations for liveusb-creator --- fa/fa.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fa/fa.po b/fa/fa.po index d55c13c..cb59