[tor-commits] [stem/master] Explicit non-ascii content validation

2016-03-26 Thread atagar
commit 27a654e2e0495c7ac701d792e7db7ed47d4e9753 Author: Damian Johnson Date: Sat Mar 26 16:14:01 2016 -0700 Explicit non-ascii content validation Few hours ago a relay started publishing a malformed extrainfo descriptor...

[tor-commits] [snowflake/master] Use "ExtORPort auto" in documentation.

2016-03-26 Thread dcf
commit 346f316038947765e74a9a764d6b9ad5837c2b54 Author: David Fifield Date: Sat Mar 26 15:34:27 2016 -0700 Use "ExtORPort auto" in documentation. --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.go

[tor-commits] [websocket/master] Use "ExtORPort auto" everywhere.

2016-03-26 Thread dcf
commit 6dc990ad6a898bc507605c51a5aa860fb9f74201 Author: David Fifield Date: Sat Mar 26 15:33:24 2016 -0700 Use "ExtORPort auto" everywhere. --- README | 2 +- websocket-server/websocket-server.go | 2 +- 2 files changed, 2

[tor-commits] [snowflake/master] Build the websocket-server.

2016-03-26 Thread dcf
commit cfca47674e79c6853bdfb2410a3c42ae240fd929 Author: David Fifield Date: Sat Mar 26 12:06:06 2016 -0700 Build the websocket-server. Patch server.go to refer to out-of-tree websocket library. --- .gitignore | 1 + Makefile | 2 +-

[tor-commits] [snowflake/master] We don't need to worry about the base64 WebSockets.

2016-03-26 Thread dcf
commit 2d871a1a4f8e3a3be60d3a11c4842e70ae260c82 Author: David Fifield Date: Sat Mar 26 14:23:22 2016 -0700 We don't need to worry about the base64 WebSockets. That's only for very very old Firefox. Even for flash proxy it was only relevant for a short

[tor-commits] [snowflake/master] Fix local web server URL (127.0.0.1 not 0.0.0.0).

2016-03-26 Thread dcf
commit 0fc2c8b22e5892a11ac162148c7370df733e3a88 Author: David Fifield Date: Sat Mar 26 13:20:48 2016 -0700 Fix local web server URL (127.0.0.1 not 0.0.0.0). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index

[tor-commits] [snowflake/master] Add a note that you need to pass "manual" for copy-paste.

2016-03-26 Thread dcf
commit 7248cf92f3b08780ad4d942a49263357e864652c Author: David Fifield Date: Sat Mar 26 13:21:38 2016 -0700 Add a note that you need to pass "manual" for copy-paste. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index

[tor-commits] [snowflake/master] Typo.

2016-03-26 Thread dcf
commit 6efb5cb8ef56bc84a56a8244f81a0817d7202912 Author: David Fifield Date: Sat Mar 26 10:41:38 2016 -0700 Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b909df5..28481ac 100644 --- a/README.md +++

[tor-commits] [tor/master] helper script to highlight undocumented members

2016-03-26 Thread nickm
commit 560450f2fbce3cf6967851e51be72cfddd35d5c1 Author: Nick Mathewson Date: Sat Mar 26 10:31:59 2016 -0400 helper script to highlight undocumented members --- scripts/maint/locatemissingdoxygen.py | 74 +++ 1 file changed, 74

[tor-commits] [tor/master] Do not treat "DOCDOC" as doxygen.

2016-03-26 Thread nickm
commit 4895d8288c04577ffc1aed92ee4bffbabbd23295 Author: Nick Mathewson Date: Sat Mar 26 10:11:45 2016 -0400 Do not treat "DOCDOC" as doxygen. --- src/common/crypto_curve25519.c | 4 ++-- src/common/sandbox.c | 2 +- src/common/sandbox.h | 2 +-

[tor-commits] [tor/master] add a little documentation to memarea. (I have been testing a tool.)

2016-03-26 Thread nickm
commit cc90b57b045596a3ace603b23c6c932c841cb050 Author: Nick Mathewson Date: Sat Mar 26 10:09:19 2016 -0400 add a little documentation to memarea. (I have been testing a tool.) --- src/common/memarea.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Fix all doxygen warnings (other than missing docs)

2016-03-26 Thread nickm
commit dd572dac34c0ba9e3c360d462d77a09e4f584511 Author: Nick Mathewson Date: Sat Mar 26 09:53:12 2016 -0400 Fix all doxygen warnings (other than missing docs) --- src/common/crypto_ed25519.c | 2 +- src/or/dircollate.c | 8 src/or/main.c

[tor-commits] [tor/master] Whitespace fixes

2016-03-26 Thread nickm
commit c0568a89d93e05d98f4ef57d0b7bb659a357dbef Author: Nick Mathewson Date: Sat Mar 26 09:54:31 2016 -0400 Whitespace fixes --- src/common/sandbox.c | 1 - src/or/dircollate.c | 3 ++- src/or/entrynodes.c | 6 -- src/test/test_util.c | 1 - 4 files changed, 6

[tor-commits] [tor/master] Clarify excess consensus connection cleanup by adding comments

2016-03-26 Thread nickm
commit 6057fb2f5bdda80b9056a750261f60ca2c960283 Author: teor (Tim Wilson-Brown) Date: Sat Mar 26 11:08:39 2016 +1100 Clarify excess consensus connection cleanup by adding comments Comment-only change --- src/or/directory.c | 44

[tor-commits] [tor/master] Merge branch 'bug18649_squashed'

2016-03-26 Thread nickm
commit c81b1358e706da65b5a513bc8fd851c62e0645b0 Merge: 94cb879 6057fb2 Author: Nick Mathewson Date: Sat Mar 26 08:17:19 2016 -0400 Merge branch 'bug18649_squashed' src/or/directory.c | 44 +++- src/or/main.c | 10

[tor-commits] [tor-messenger-build/master] Rename trac-18290.mozpatch

2016-03-26 Thread sukhbir
commit ccdbb69a0cc79be95d4cf322f12f46af094f07ef Author: Sukhbir Singh Date: Sat Mar 26 06:40:18 2016 -0400 Rename trac-18290.mozpatch --- projects/instantbird/trac-18290.mozpatch | 47 projects/instantbird/trac-18290.mozpath | 47

[tor-commits] [tor/master] who was that previous arma, who couldn't spell iso?

2016-03-26 Thread arma
commit 94cb8792e8c28e75bc71434fc557ddefa5c03083 Author: Roger Dingledine Date: Sat Mar 26 02:07:48 2016 -0400 who was that previous arma, who couldn't spell iso? --- doc/tor.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.1.txt