[tor-commits] [tor/master] test: Handle NULL circuit pointer in new_fake_orcirc

2019-11-05 Thread nickm
commit cd7812b4702493a95d62ad9ee413086ec7e248b9 Author: David Goulet Date: Tue Nov 5 08:05:19 2019 -0500 test: Handle NULL circuit pointer in new_fake_orcirc Coverity CID: 1455207 Closes #32376 Signed-off-by: David Goulet --- src/test/fakecircs.c | 4 1 fil

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1497'

2019-11-05 Thread nickm
commit 6e023d55851f4287ffac5eef83721a43ee0a4319 Merge: 8933789fe cd7812b47 Author: Nick Mathewson Date: Tue Nov 5 08:08:38 2019 -0500 Merge remote-tracking branch 'tor-github/pr/1497' src/test/fakecircs.c | 4 1 file changed, 4 insertions(+) _

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

2019-11-05 Thread nickm
commit 8933789fef0e2014852df6ae55b5435b9d3256b2 Merge: 60d5ff303 aac80a004 Author: Nick Mathewson Date: Tue Nov 5 08:05:49 2019 -0500 Merge branch 'doxygen_libs' Doxyfile.in | 2 + doc/HACKING/design/00-overview.md | 118 --

[tor-commits] [tor/master] Doxygen: add several missing links.

2019-11-05 Thread nickm
commit aac80a004f91a453733fed0ba62c00d7d1e2b76d Author: Nick Mathewson Date: Tue Nov 5 08:05:42 2019 -0500 Doxygen: add several missing links. --- src/feature/dirauth/feature_dirauth.dox | 5 + src/feature/hs/feature_hs.dox | 5 + src/feature/rend/feature_rend.dox |

[tor-commits] [tor/master] Remove now-superseded part of doc/HACKING/design.

2019-11-05 Thread nickm
commit 4bf73dfa261a1706659bce42a60f1af804a525f6 Author: Nick Mathewson Date: Mon Nov 4 11:52:49 2019 -0500 Remove now-superseded part of doc/HACKING/design. --- doc/HACKING/design/01.00-lib-overview.md | 171 --- 1 file changed, 171 deletions(-) diff --git a/do

[tor-commits] [tor/master] Remove spurious lib/stats doxygen file.

2019-11-05 Thread nickm
commit b6b125709998a81d9c9c23d77c6a770ca7a927a7 Author: Nick Mathewson Date: Mon Nov 4 10:19:23 2019 -0500 Remove spurious lib/stats doxygen file. --- src/lib/stats/lib_stats.dox | 4 1 file changed, 4 deletions(-) diff --git a/src/lib/stats/lib_stats.dox b/src/lib/stats/lib_stats.do

[tor-commits] [tor/master] Move much of 00-overview.md into doxygen.

2019-11-05 Thread nickm
commit 607b1ff776b5a5e5c9ba0197b5768751e5b9c68c Author: Nick Mathewson Date: Mon Nov 4 12:22:58 2019 -0500 Move much of 00-overview.md into doxygen. --- doc/HACKING/design/00-overview.md | 118 - src/mainpage.dox | 119 ++

[tor-commits] [tor/master] Move most of crypto overview into doxygen.

2019-11-05 Thread nickm
commit a5085c52d0902c35ae889c68e99d5f2a1422dd30 Author: Nick Mathewson Date: Mon Nov 4 12:09:45 2019 -0500 Move most of crypto overview into doxygen. --- doc/HACKING/design/01d-crypto.md| 142 src/lib/crypt_ops/lib_crypt_ops.dox | 127 ++

[tor-commits] [tor/master] doxygen: Take "lib" descriptions from doc/HACKING/design.

2019-11-05 Thread nickm
commit 51a98929148e9ca08b33735fb0542759380c57a9 Author: Nick Mathewson Date: Mon Nov 4 10:19:41 2019 -0500 doxygen: Take "lib" descriptions from doc/HACKING/design. This commit takes descriptions for src/lib and moves them into our doxygen hierarchy. I've covered everything fr

[tor-commits] [tor/master] Doxygen: define an alias for linking to a directory.

2019-11-05 Thread nickm
commit b95bc4d839323650bbdf2269b9551c7595ff3b2a Author: Nick Mathewson Date: Mon Nov 4 11:08:04 2019 -0500 Doxygen: define an alias for linking to a directory. We need to use this kind of trickery to make directory links work in out-of-tree builds. --- Doxyfile.in | 1 + 1 fil

[tor-commits] [tor/master] Doxygen: document the rest of the directories in lib.

2019-11-05 Thread nickm
commit 76e8effc7b8e747cd34188a5a27e6d792a66ba7e Author: Nick Mathewson Date: Mon Nov 4 11:51:38 2019 -0500 Doxygen: document the rest of the directories in lib. (This copies documentation from doc/HACKING/design, and edits for concisensess and clarity.) --- src/lib/buf/lib_buf

[tor-commits] [tor/master] Doxygen: use \refdir everywhere.

2019-11-05 Thread nickm
commit 9b13191192eefd79a1bfa5fbbd2e45c06ff1e005 Author: Nick Mathewson Date: Mon Nov 4 11:12:27 2019 -0500 Doxygen: use \refdir everywhere. This commit was generated with: find src -name '*.dox' |xargs perl -i -pe 's{\\ref src/(\S+) \"\S+}{\\refdir{$1}};' --- Doxyfile.in

[tor-commits] [tor/master] directory-level doxygen for "src/core"

2019-11-05 Thread nickm
commit e1cdca2e4f58c108539fe4c36205b16caca8d44f Author: Nick Mathewson Date: Mon Nov 4 16:28:28 2019 -0500 directory-level doxygen for "src/core" --- doc/HACKING/design/03-modules.md| 89 - src/core/core.dox | 12 + src/core/cry

[tor-commits] [tor/master] Document directories in "app"

2019-11-05 Thread nickm
commit db402028102f2c98bc92a85b7f7e919c0edf76a1 Author: Nick Mathewson Date: Mon Nov 4 17:23:50 2019 -0500 Document directories in "app" --- src/app/config/app_config.dox | 6 +- src/app/main/app_main.dox | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ap

[tor-commits] [tor/master] Move doc/HACKING/design/01b-collections.md into doxygen.

2019-11-05 Thread nickm
commit 211a2e0a8f06c65a2b8458b53d7a61a5fa21aac1 Author: Nick Mathewson Date: Mon Nov 4 12:07:38 2019 -0500 Move doc/HACKING/design/01b-collections.md into doxygen. --- doc/HACKING/design/01b-collections.md | 45 -- src/lib/container/lib_container.dox | 46

[tor-commits] [tor/master] directory-level documentation for feature/*

2019-11-05 Thread nickm
commit a33d1dce8affdaef7d84a6cc2c23c3821192cb87 Author: Nick Mathewson Date: Mon Nov 4 17:07:38 2019 -0500 directory-level documentation for feature/* --- src/feature/api/feature_api.dox | 2 +- src/feature/client/feature_client.dox | 5 - src/feature/control/featur

[tor-commits] [tor/master] Doxygen: fix a remaining \ref-to-directory

2019-11-05 Thread nickm
commit fd271363296b89cb3a11e97e507546b3600fde59 Author: Nick Mathewson Date: Mon Nov 4 11:13:30 2019 -0500 Doxygen: fix a remaining \ref-to-directory This one was missed by the perl script in the last commit because it spanned a newline. --- src/lib/lib.dox | 6 +++--- 1 file

[tor-commits] [tor/master] Divide 01a-memory.md into doxygen.

2019-11-05 Thread nickm
commit fb20618e281f42aaae11c635ddb08a0420c8e6a7 Author: Nick Mathewson Date: Mon Nov 4 12:04:32 2019 -0500 Divide 01a-memory.md into doxygen. --- doc/HACKING/design/01a-memory.md | 103 --- src/lib/malloc/lib_malloc.dox| 73 +

[tor-commits] [tor/master] Doxygen: Avoid ambiguity in @dir directives

2019-11-05 Thread nickm
commit 62a473debf98cf43a3645366ec5ab6171d735616 Author: Nick Mathewson Date: Mon Nov 4 10:23:36 2019 -0500 Doxygen: Avoid ambiguity in @dir directives This commit was automatically generated with: find src -name '*.dox' |xargs perl -i -pe 's{\@dir ([^/])}{\@dir /$1};' ---

[tor-commits] [translation/torbirdy] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy

2019-11-05 Thread translation
commit 8d676df4488e9ba8fa06170cea9a2bc0e39e7586 Author: Translation commit bot Date: Tue Nov 5 11:20:48 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbirdy --- nl/torbirdy.dtd | 70 - 1 file changed, 35 inserti

[tor-commits] [translation/torbirdy_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy_completed

2019-11-05 Thread translation
commit 6f0efcab0c0dc06c4bb4a987424a9965fb5c6d51 Author: Translation commit bot Date: Tue Nov 5 11:20:54 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbirdy_completed --- nl/torbirdy.dtd | 112 1 file changed,

[tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback

2019-11-05 Thread translation
commit 649e18dbc597f32023dfcdc81393e8fd73e3bdd4 Author: Translation commit bot Date: Tue Nov 5 10:52:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=whisperback --- ta/ta.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ta/ta.po b/ta/ta.po in

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-11-05 Thread translation
commit 2df246d0a755b336bf8dd237c150a6fe8de703a0 Author: Translation commit bot Date: Tue Nov 5 10:52:24 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ta/network-settings.dtd | 16 1 file changed, 8 insertions(+), 8 de

[tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties

2019-11-05 Thread translation
commit 0e2b671016432aea8a9e48256a8147c6917495eb Author: Translation commit bot Date: Tue Nov 5 10:51:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties --- ta/browserOnboarding.properties | 2 +- 1 file changed, 1 insertion(+), 1 de

[tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties

2019-11-05 Thread translation
commit 68c191cd2d5b49f0d225900529912de374a5887e Author: Translation commit bot Date: Tue Nov 5 10:52:14 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties --- ta/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties

2019-11-05 Thread translation
commit b24eb1cb45b30b10886d0a5c61d2f6876d8ed44f Author: Translation commit bot Date: Tue Nov 5 10:21:52 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties --- ta/browserOnboarding.properties | 10 +- 1 file changed, 5 insertion

[tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed

2019-11-05 Thread translation
commit 37d76e0a3d46bb77584c0e9f5647815a7a8ce297 Author: Translation commit bot Date: Tue Nov 5 10:21:59 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed --- ta/browserOnboarding.properties | 109

[tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere

2019-11-05 Thread translation
commit 3dcf6f9eaeabd4ee890dad277e60f2d9d5966a3a Author: Translation commit bot Date: Tue Nov 5 09:45:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- nl/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/htt

[tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed

2019-11-05 Thread translation
commit 85602a900c7f00f30ea311d4cedda91458c1153f Author: Translation commit bot Date: Tue Nov 5 09:46:04 2019 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed --- nl/https-everywhere.dtd | 125 1 file

[tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere

2019-11-05 Thread translation
commit 4063d3bb4365361bb9cc2160017b6db185b89016 Author: Translation commit bot Date: Tue Nov 5 08:45:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- es/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/htt

[tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed

2019-11-05 Thread translation
commit 2c6b063a733f05cc72f8d43cf2c18cc143c730c1 Author: Translation commit bot Date: Tue Nov 5 08:46:03 2019 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed --- es/https-everywhere.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/es/https-ev

<    1   2   3