[tor-commits] [tor-messenger-build/master] Add a patch for bugzilla 1313137

2016-10-31 Thread arlo
commit b24c72c3ecdde17daccb0337f2a727deeb09eede Author: Arlo Breault Date: Mon Oct 31 17:11:25 2016 -0700 Add a patch for bugzilla 1313137 * Irc "msg is not defined" error --- ChangeLog | 1 +

[tor-commits] [torspec/master] Add DirPort url for retrieving the microdescriptor consensus

2016-10-31 Thread atagar
commit e788b8fc0afa03ed1e702bdbf258569590878ddf Author: Damian Johnson Date: Mon Oct 31 16:18:10 2016 -0700 Add DirPort url for retrieving the microdescriptor consensus Neat! Turns out tor supports this, just wasn't documented...

[tor-commits] [tor/release-0.2.9] Merge branch 'bug19968_029' into maint-0.2.9

2016-10-31 Thread nickm
commit e712b5d784db912f7924f090b91125aa6bcf Merge: 24b7b92 becc957 Author: Nick Mathewson Date: Mon Oct 31 16:33:03 2016 -0400 Merge branch 'bug19968_029' into maint-0.2.9 changes/bug19968| 11 +++ src/common/compat.c | 1 + 2 files changed, 12

[tor-commits] [tor/maint-0.2.9] Merge branch 'bug19968_029' into maint-0.2.9

2016-10-31 Thread nickm
commit e712b5d784db912f7924f090b91125aa6bcf Merge: 24b7b92 becc957 Author: Nick Mathewson Date: Mon Oct 31 16:33:03 2016 -0400 Merge branch 'bug19968_029' into maint-0.2.9 changes/bug19968| 11 +++ src/common/compat.c | 1 + 2 files changed, 12

[tor-commits] [tor/release-0.2.9] Actually clamp the number of detected CPUs to 16.

2016-10-31 Thread nickm
commit becc95783979cf1879e6390aad80781d0ce3ea66 Author: Nick Mathewson Date: Mon Oct 31 14:19:39 2016 -0400 Actually clamp the number of detected CPUs to 16. Previously we said we did, but didn't. Fixes #19968; bugfix on 0.2.3.1-alpha. ---

[tor-commits] [tor/master] Merge branch 'bug19968_029' into maint-0.2.9

2016-10-31 Thread nickm
commit e712b5d784db912f7924f090b91125aa6bcf Merge: 24b7b92 becc957 Author: Nick Mathewson Date: Mon Oct 31 16:33:03 2016 -0400 Merge branch 'bug19968_029' into maint-0.2.9 changes/bug19968| 11 +++ src/common/compat.c | 1 + 2 files changed, 12

[tor-commits] [tor/maint-0.2.9] Actually clamp the number of detected CPUs to 16.

2016-10-31 Thread nickm
commit becc95783979cf1879e6390aad80781d0ce3ea66 Author: Nick Mathewson Date: Mon Oct 31 14:19:39 2016 -0400 Actually clamp the number of detected CPUs to 16. Previously we said we did, but didn't. Fixes #19968; bugfix on 0.2.3.1-alpha. ---

[tor-commits] [tor/release-0.2.9] Actually free the worker_state_t object when we do an update with it

2016-10-31 Thread nickm
commit 24b7b922ae9adc814890feae661ad64f474307f3 Author: Nick Mathewson Date: Mon Oct 31 14:36:15 2016 -0400 Actually free the worker_state_t object when we do an update with it Previously we freed the old "keys" object, but leaked the worker_state_t that

[tor-commits] [tor/master] Merge branch 'maint-0.2.9'

2016-10-31 Thread nickm
commit 68a27dad4368b661f5b05d7660f6a96d03c7ea48 Merge: 1d76d38 e712b5d Author: Nick Mathewson Date: Mon Oct 31 16:33:12 2016 -0400 Merge branch 'maint-0.2.9' changes/bug19968| 11 +++ src/common/compat.c | 1 + 2 files changed, 12 insertions(+)

[tor-commits] [tor/master] Actually clamp the number of detected CPUs to 16.

2016-10-31 Thread nickm
commit becc95783979cf1879e6390aad80781d0ce3ea66 Author: Nick Mathewson Date: Mon Oct 31 14:19:39 2016 -0400 Actually clamp the number of detected CPUs to 16. Previously we said we did, but didn't. Fixes #19968; bugfix on 0.2.3.1-alpha. ---

[tor-commits] [tor/master] prop224: Add ESTABLISH_INTRO and INTRO_ESTABLISHED trunnel definition

2016-10-31 Thread nickm
commit f22eb2730cccab44de579c64ba2386a94abef0fa Author: David Goulet Date: Mon Aug 29 15:28:58 2016 -0400 prop224: Add ESTABLISH_INTRO and INTRO_ESTABLISHED trunnel definition Signed-off-by: David Goulet ---

[tor-commits] [tor/master] Re-run trunnel.

2016-10-31 Thread nickm
commit 1d76d389033e09645ff746c2d2c449ea5af098a3 Author: Nick Mathewson Date: Mon Oct 31 16:25:34 2016 -0400 Re-run trunnel. --- src/trunnel/hs/cell_introduce1.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/master] Make trunnel find files recursively

2016-10-31 Thread nickm
commit 0ba3444b4a9d408573a442b32be794a78b9250b5 Author: David Goulet Date: Thu Sep 1 10:07:41 2016 -0400 Make trunnel find files recursively Signed-off-by: David Goulet --- scripts/codegen/run_trunnel.sh | 6 +- 1 file changed,

[tor-commits] [tor/master] prop224: Add INTRODUCE1 and INTRODUCE_ACK trunnel definition

2016-10-31 Thread nickm
commit 0fa671843e16f8e64c869726dc2cf3ffb206042a Author: David Goulet Date: Mon Aug 29 15:31:38 2016 -0400 prop224: Add INTRODUCE1 and INTRODUCE_ACK trunnel definition Signed-off-by: David Goulet --- src/trunnel/hs/cell_introduce1.c

[tor-commits] [tor/master] Actually free the worker_state_t object when we do an update with it

2016-10-31 Thread nickm
commit 24b7b922ae9adc814890feae661ad64f474307f3 Author: Nick Mathewson Date: Mon Oct 31 14:36:15 2016 -0400 Actually free the worker_state_t object when we do an update with it Previously we freed the old "keys" object, but leaked the worker_state_t that

[tor-commits] [tor/master] Merge branch 'maint-0.2.9'

2016-10-31 Thread nickm
commit 59a78187cdf9c48f492e92c3a33ce17b75f7472d Merge: cac495f 24b7b92 Author: Nick Mathewson Date: Mon Oct 31 15:20:45 2016 -0400 Merge branch 'maint-0.2.9' changes/bug20401 | 4 src/or/cpuworker.c | 1 + 2 files changed, 5 insertions(+)

[tor-commits] [tor/maint-0.2.9] Actually free the worker_state_t object when we do an update with it

2016-10-31 Thread nickm
commit 24b7b922ae9adc814890feae661ad64f474307f3 Author: Nick Mathewson Date: Mon Oct 31 14:36:15 2016 -0400 Actually free the worker_state_t object when we do an update with it Previously we freed the old "keys" object, but leaked the worker_state_t that