Mail Index
- [tor-commits] [community/master] Fix floating menu issue
- [tor-commits] [community/master] Add Tor personas
- [tor-commits] [lego/master] Remove border in newsletter section
- [tor-commits] [snowflake/master] Restore sending close message before closing
- [tor-commits] [snowflake/master] Revert abstracting copyloop
- [tor-commits] [snowflake/master] Stop using custom websocket library in server
- [tor-commits] [snowflake/master] Use gorilla websocket in proxy-go too
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1573'
- [tor-commits] [tor/master] hs-v3: Set extended error when descriptor is not found
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1555'
- [tor-commits] [tor/master] hs-v2: Move v2 circuit cleanup actions into hs_circ_cleanup()
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1423'
- [tor-commits] [tor/master] socks: Add SocksPort flag ExtendedErrors
- [tor-commits] [tor/master] hs-v3: Set extended error if .onion is invalid
- [tor-commits] [tor/master] test: Unit test for the hs cache decrypt on new auth
- [tor-commits] [tor/master] hs: Add changes file for 32020
- [tor-commits] [torspec/master] socks-extensions.txt: Merge in prop304
- [tor-commits] [tor/master] hs-v3: Note client intro circuit failure
- [tor-commits] [tor/master] Doxygen: provide a style sheet
- [tor-commits] [tor/master] hs-v3: Return descriptor decoding status when storing as client
- [tor-commits] [tor/master] hs-v3: Improve documentation of hs_cache_client_descriptor_t
- [tor-commits] [tor/master] hs-v3: Helper function to find all entry connections
- [tor-commits] [tor/master] hs-v2: Modernize rend_client_circuit_cleanup() code
- [tor-commits] [tor/master] hs-v3: Add changes file for ticket #30382
- [tor-commits] [tor/master] hs-v3: Refactor descriptor dir fetch done code
- [tor-commits] [tor/master] circ: Add hidden service helper functions
- [tor-commits] [tor/master] hs-v3: Set extended error when missing/bad client auth
- [tor-commits] [torspec/master] prop304: Close proposal now merged into our main specs
- [tor-commits] [tor/master] hs-v3: Add a series of decoding error code
- [tor-commits] [tor/master] Doxygen: enable source code browser
- [tor-commits] [tor/master] hs-v3: Give a cleanup type to hs_circ_cleanup()
- [tor-commits] [tor/master] hs-v3: Remove unused hs_service_intro_circ_has_closed()
- [tor-commits] [tor/master] hs-v3: Function to re-parse unencrypted descriptor
- [tor-commits] [tor/master] hs-v3: Return bad address SOCKS5 extended error
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1504'
- [tor-commits] [tor/master] hs-v3: Keep descriptor in cache if client auth is missing or bad
- [tor-commits] [tor/master] socks: Send back extended error code if set
- [tor-commits] [tor/master] test: Unit test for the SOCKS5 HS client auth errors
- [tor-commits] [tor/master] test: Add unit tests for closing intro circ on failure
- [tor-commits] [tor/master] doc: Manpage entry for ExtendedErrors of prop304
- [tor-commits] [stem/master] Match introduction points by index
- [tor-commits] [stem/master] Add support for encoding link specifiers.
- [tor-commits] [stem/master] Implement certificate encoding
- [tor-commits] [stem/master] Replace 'as' imports with 'from'
- [tor-commits] [stem/master] Remove _is_crypto_ed25519_supported() helper
- [tor-commits] [stem/master] Fix certificate byte encoding
- [tor-commits] [stem/master] Drop b64_and_wrap_desc_layer()
- [tor-commits] [stem/master] Use new CollecTor index fields
- [tor-commits] [stem/master] Pycodestyle corrections
- [tor-commits] [stem/master] Fix unit test for python 2.x
- [tor-commits] [stem/master] Fix test regression when ed25519 support missing
- [tor-commits] [stem/master] Move some stuff back to hsv3_crypto.
- [tor-commits] [stem/master] Generate desc-auth-ephemeral-key from a key
- [tor-commits] [stem/master] Cite cryptography blinding ticket
- [tor-commits] [stem/master] Fix x25519_supported AttributeError
- [tor-commits] [stem/master] Drop crypto from test_required_fields
- [tor-commits] [stem/master] Include sixteen auth-client lines by default
- [tor-commits] [stem/master] Check for openssl ed25519 support
- [tor-commits] [stem/master] Test using new IntroductionPoint class
- [tor-commits] [stem/master] Drop _get_padding_needed()
- [tor-commits] [stem/master] Outer layer creation and encryption
- [tor-commits] [stem/master] Drop private '_outer_layer' attribute
- [tor-commits] [stem/master] Drop _get_inner_descriptor_layer_body() helper
- [tor-commits] [stem/master] Test introduction point creation
- [tor-commits] [stem/master] Drop flaky test_query_with_timeout assertion
- [tor-commits] [stem/master] Subclass LinkSpecifier under Field
- [tor-commits] [stem/master] HSv3 introductory point encoding
- [tor-commits] [stem/master] Move get_subcredential() into HiddenServiceDescriptorV3
- [tor-commits] [stem/master] Move HSv3 certificate validation
- [tor-commits] [stem/master] Disable HiddenServiceDescriptorV3 argument checks
- [tor-commits] [stem/master] Refactor IntroductionPointV3 to be able to facilitate encoding/decoding.
- [tor-commits] [stem/master] Simplified introduction point constructor
- [tor-commits] [stem/master] Narrow cryptography imports
- [tor-commits] [stem/master] Move intro point parsing into class
- [tor-commits] [nyx/master] Provide stem installation instructions
- [tor-commits] [nyx/master] Simplify stem install instructions
- [tor-commits] [stem/master] Refactor and move layer encryption
- [tor-commits] [stem/master] Skip verification when no signing cert is present
- [tor-commits] [stem/master] Test and fix key blinding with python 3.x
- [tor-commits] [stem/master] Replace encode() with conventional pack()
- [tor-commits] [stem/master] Fix certificate class doc links
- [tor-commits] [stem/master] Implement ed25519 certificate encoding.
- [tor-commits] [stem/master] Move arrived_at from the Event class to ControlMessage
- [tor-commits] [stem/master] Inner layer creation and encryption
- [tor-commits] [stem/master] Move hsv3_crypto helpers into test
- [tor-commits] [stem/master] HSv3 descriptor creation fixes
- [tor-commits] [stem/master] Drop prototype classes
- [tor-commits] [stem/master] Drop certified_ed25519_key()
- [tor-commits] [stem/master] Don't require additional arguments to make descriptor
- [tor-commits] [stem/master] Expose classes for HSv3 blinded keys.
- [tor-commits] [stem/master] Ensure onion_key_raw and enc_key_raw are unicode
- [tor-commits] [stem/master] Simplify HSv3 blinding
- [tor-commits] [stem/master] Fix python 3.x support
- [tor-commits] [stem/master] Pack/unpack methods on Ed25519CertificateV1
- [tor-commits] [stem/master] Drop _get_v3_desc_signature() helper
- [tor-commits] [stem/master] IntroductionPointV3 key methods
- [tor-commits] [stem/master] Drop the HSv3PublicBlindedKey class
- [tor-commits] [stem/master] Fix undefined enum
- [tor-commits] [stem/master] Convert Ed25519Extension to a field
- [tor-commits] [stem/master] Introduce encode-to-decode unittest for v3 descriptors.
- [tor-commits] [stem/master] Stub certificate encoding/decoding methods
- [tor-commits] [stem/master] Python 2.x char -> int compatibility
- [tor-commits] [stem/master] Disable key blinding by default
- [tor-commits] [stem/master] Faster ed25519 blinding
- [tor-commits] [stem/master] Revert _decrypt_layer() crypto changes
- [tor-commits] [stem/master] Rewrite HSv3 descriptor construction
- [tor-commits] [stem/master] Skip tests that create HSv3 descriptors
- [tor-commits] [stem/master] Provide unicode from to_base64()
- [tor-commits] [stem/master] Test requirement annotations
- [tor-commits] [stem/master] Parse Ed25519CertificateV1 using Size class
- [tor-commits] [nyx/master] Detect package manager in case of not finding pkg python-stem
- [tor-commits] [stem/master] Reduce Ed25519CertificateV1 constructor arguments
- [tor-commits] [stem/master] Generate defaults in introduction point creation
- [tor-commits] [stem/master] HSv3 descriptor creation support
- [tor-commits] [stem/master] More flexible IntroductionPointV3 construction
- [tor-commits] [stem/master] Simplify LinkSpecifier construction
- [tor-commits] [stem/master] Merge CertType enumerations
- [tor-commits] [nyx/master] Fix couple copyright dates
- [tor-commits] [doctor/master] Revert "Disable DocTor checks for dannenberg"
- [tor-commits] [nyx/master] Fix is_available() ternary
- [tor-commits] [stem/master] HSv3 descriptor creation test
- [tor-commits] [stem/master] Encode v3 descriptors using the content() method.
- [tor-commits] [stem/master] Always create introduction points with onion-key
- [tor-commits] [stem/master] Resume hidden service tests
- [tor-commits] [stem/master] Replace bytes.fromhex()
- [tor-commits] [stem/master] Helper for generating public bytes
- [tor-commits] [stem/master] Drop _get_descriptor_revision_counter() helper
- [tor-commits] [stem/master] Python3 HSv3 descriptor creation fixes
- [tor-commits] [stem/master] Merge ed25519_exts_ref into hsv3_crypto
- [tor-commits] [stem/master] Expand event listener tutorial
- [tor-commits] [stem/master] Fork IntroductionPointV3 class
- [tor-commits] [stem/master] Drop _get_descriptor_signing_cert()
- [tor-commits] [stem/master] Add reference implementation for ed25519 key blinding.
- [tor-commits] [stem/master] Resume test_inner_layer() checks
- [tor-commits] [tpo/master] Set Tor Browser for Android version to 9.0
- [tor-commits] [tpo/master] Revert "Set Tor Browser for Android version to 9.0"
- [tor-commits] [tpo/master] Add new Tor Browser version: 9.0.1
- [tor-commits] [tpo/master] Add new Tor Browser version: 9.5a2
- [tor-commits] [tor-browser-build/master] Bug 32509: Add comment explaining cbindgen vendoring
- [tor-commits] [snowflake/master] bump version to 0.1.0
- [tor-commits] [snowflake/master] Test proxy-go interactions with broker
- [tor-commits] [snowflake/master] Updated proxyType variable name for readability
- [tor-commits] [snowflake/master] Remove unnecessary logging at broker
- [tor-commits] [snowflake/master] Created tests for proxy-go utility functions
- [tor-commits] [snowflake/master] Updated broker specification and comments
- [tor-commits] [snowflake/master] Add proxy type to stats exported by broker
- [tor-commits] [snowflake/master] Clean up proxy-go tests
- [tor-commits] [snowflake/master] Update proxy config to take proxy type
- [tor-commits] [snowflake/master] Implemented new broker messages for browser proxy
- [tor-commits] [snowflake/master] Use http.RoundTripper for connections to broker
- [tor-commits] [snowflake/master] Add tests for session descripion functions
- [tor-commits] [snowflake/master] Redo protocol for proxy--broker messages
- [tor-commits] [snowflake/master] Update travis to use go v1.13.x
- [tor-commits] [snowflake/master] Changed variable name for multiplexed clients
- [tor-commits] [snowflake/master] Update broker--proxy protocol with proxy type
- [tor-commits] [snowflake/master] Renamed existing test file
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1498'
- [tor-commits] [tor/master] Add changes file for #30381.
- [tor-commits] [torspec/master] control-spec: Add error codes to the commands.
- [tor-commits] [tor/master] dos: Account rejection in hs_dos_can_send_intro2
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1537'
- [tor-commits] [tor/master] Remove a dot from ALIASES declaration.
- [tor-commits] [tor/master] Another attempt to fix Doxygen references in out-of-tree builds
- [tor-commits] [tor/master] hs-v2: Fix memory leak in error code path
- [tor-commits] [torspec/master] control-spec: Various improvements following mailing list feedback.
- [tor-commits] [tor/master] control-port: Tests for ONION_CLIENT_AUTH_VIEW.
- [tor-commits] [tor/master] control-port: Implement ONION_CLIENT_AUTH_ADD.
- [tor-commits] [tor/master] control-port: Implement ONION_CLIENT_AUTH_VIEW.
- [tor-commits] [tor/master] dos: Add HS DoS INTRO2 rejected stats in heartbeat
- [tor-commits] [tor/master] Various minor improvements after David's review.
- [tor-commits] [tor/master] control-port: Implement ONION_CLIENT_AUTH_REMOVE.
- [tor-commits] [tor/master] test: Fix DoS heartbeat unit test after adding INTRO2
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1489'
- [tor-commits] [tor/master] changes: file for 32347
- [tor-commits] [tor/master] Fix 32-bit warnings in test_circuitmux.c
- [tor-commits] [tor/master] Merge branch 'tor-github/pr/1491'
- [tor-commits] [tor/master] Rename REGISTER_SUCCESS_ALSO_DECRYPTED to REGISTER_SUCCESS_AND_DECRYPTED.
- [tor-commits] [tor/master] control-port: Tests for ONION_CLIENT_AUTH_REMOVE.
- [tor-commits] [tor/master] changes: Add file for ticket #31371
- [tor-commits] [tor/master] scripts/git: Add TOR_EXTRA_CLONE_ARGS for git clone
- [tor-commits] [tor/master] scripts/git: Make a master symlink in the worktree directory
- [tor-commits] [torspec/master] Merge branch 'tor-github/pr/81'
- [tor-commits] [tor/master] scripts/git: Add TOR_EXTRA_REMOTE_* for an extra git remote
- [tor-commits] [tor/master] control-port: Tests for ONION_CLIENT_AUTH_ADD.
- [tor-commits] [torspec/master] fixup! control-spec: Various improvements following mailing list feedback.
- [tor-commits] [torspec/master] control-spec: Specify add/remove/view client auth commands (client-side).
- [tor-commits] [tor/master] hs-v3: Decrypt pending descriptors when we get new client auth creds.
- [tor-commits] [manual/staging] update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/master] make more strings translatable on the templates folder
- [tor-commits] [tpo/staging] Merge branch 'develop'
- [tor-commits] [tpo/master] correction suggested by translator. thanks AO
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/master] add more items from databags to translation
- [tor-commits] [tpo/translations] Merge remote-tracking branch 'acute/add-acute'
- [tor-commits] [tpo/staging] Update banner and put it live
- [tor-commits] [tpo/staging] Merge branch 'master' into develop
- [tor-commits] [tpo/translations] Merge branch 'master' into translations
- [tor-commits] [tpo/master] add catalan
- [tor-commits] [tpo/staging] add more items from databags to translation
- [tor-commits] [tpo/staging] typos
- [tor-commits] [tpo/staging] correction suggested by translator. thanks AO
- [tor-commits] [tpo/master] Language number
- [tor-commits] [tpo/translations] Fix how direction and order is applied on text and content
- [tor-commits] [tpo/staging] Add banner to templates
- [tor-commits] [tpo/staging] make more strings translatable on the templates folder
- [tor-commits] [tpo/staging] Merge master
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] add Japanese website translation
- [tor-commits] [tpo/staging] Add new Tor Browser version: 9.0
- [tor-commits] [tpo/staging] Prepare website for eoy campaign
- [tor-commits] [tpo/staging] Update .htaccess - fix typo
- [tor-commits] [tpo/staging] correction suggested by translator. thanks AO
- [tor-commits] [tpo/staging] Bug 32223: Add the ro locale for Tor Browser stable downloads
- [tor-commits] [tpo/staging] Revert "Set Tor Browser for Android version to 9.0"
- [tor-commits] [tpo/staging] Start addressing issues with ltr/rtl locales
- [tor-commits] [tpo/staging] Remove banner again
- [tor-commits] [manual/staging] updating content
- [tor-commits] [tpo/staging] Tor 0.4.2.3-alpha is released.
- [tor-commits] [tpo/staging] Add space between IRC and nickname
- [tor-commits] [tpo/staging] Add climate banner style and stuff
- [tor-commits] [community/master] Fix relay post-install link
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/master] correction suggested by translator. thanks AO
- [tor-commits] [tpo/master] Merge remote-tracking branch 'PROTechThor/PROTechThor-lang-num'
- [tor-commits] [tpo/staging] Bug 32222: Add Android x86_64 download link to Tor Browser download page
- [tor-commits] [tpo/staging] correct spelling for Catalan. will-fix: trac#31600
- [tor-commits] [tpo/staging] add Dutch language
- [tor-commits] [tpo/staging] Remove 9.0a6, 9.0a7, 9.0a8 from RecommendedTBBVersions
- [tor-commits] [tpo/staging] Add new Tor Browser version: 9.5a1
- [tor-commits] [tpo/staging] add zh-TW website translation
- [tor-commits] [tpo/staging] Bug 32201: Add the mk locale for Tor Browser stable downloads
- [tor-commits] [tpo/staging] correction suggested by translator. thanks AO
- [tor-commits] [tpo/translations] Merge remote-tracking branch 'acute/add-acute' into translations
- [tor-commits] [tpo/staging] Update color info in jobs
- [tor-commits] [tpo/staging] Update htaccess
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] add catalan
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] fix sajolida's pronoun link
- [tor-commits] [tpo/staging] Language number
- [tor-commits] [tpo/staging] Changed wrong links on the history page.
- [tor-commits] [tpo/staging] Update digital climate strike banner
- [tor-commits] [tpo/staging] Add donate redirect
- [tor-commits] [tpo/staging] add zh-TW website translation
- [tor-commits] [tpo/staging] add Magyar website translation
- [tor-commits] [tpo/staging] new jobpost
- [tor-commits] [tpo/staging] Update about template
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/master] Merge remote-tracking branch 'acute/add-acute'
- [tor-commits] [translation-tools/master] this resource is now part of snowflakeaddon-messages.json
- [tor-commits] [tpo/staging] Patch for color in header
- [tor-commits] [tpo/staging] Merge remote-tracking branch 'LilyLME/patch-2'
- [tor-commits] [tpo/staging] Set Tor Browser for Android version to 9.0
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Merge remote-tracking branch 'PROTechThor/PROTechThor-lang-num'
- [tor-commits] [manual/master] fix link
- [tor-commits] [tpo/master] small correction langname
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update templates remove banner
- [tor-commits] [tpo/staging] Updates with banner
- [tor-commits] [tpo/staging] Add new Tor Browser version: 9.0.1
- [tor-commits] [tpo/staging] add Dutch to the website translations
- [tor-commits] [tpo/staging] show job offer
- [tor-commits] [translation-tools/master] add gettor website
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] 0.4.2.4-rc is now released.
- [tor-commits] [tpo/staging] Remove typo
- [tor-commits] [tpo/staging] make strings localizable
- [tor-commits] [tpo/staging] Add new Tor Browser version: 9.5a2
- [tor-commits] [tpo/master] correction suggested by translator. thanks AO
- [tor-commits] [tpo/master] correct spelling for Catalan. will-fix: trac#31600
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] new press clips. will-fix: https://dip.torproject.org/torproject/web/tpo/issues/53
- [tor-commits] [tpo/translations] Add acute to people page
- [tor-commits] [tpo/staging] Remove 8.5.5 from RecommendedTBBVersions
- [tor-commits] [tor-glossary/master] update glossary
- [tor-commits] [tpo/master] new press clips. will-fix: https://dip.torproject.org/torproject/web/tpo/issues/53
- [tor-commits] [tpo/master] Add acute to people page
- [tor-commits] [tpo/staging] Separated strings.
- [tor-commits] [tpo/staging] Remove old donate redirect
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] merge master
- [tor-commits] [tpo/staging] Bug 32222: Change order of Android downloads
- [tor-commits] [tpo/staging] add lang tag to html declaration to be better indexed for each language
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] fix text direction
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Set pagenav sticky-top
- [tor-commits] [tpo/staging] small correction langname
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Revert "Set Tor Browser for Android version to 8.5.6"
- [tor-commits] [tpo/staging] Merge branch 'master' into staging
- [tor-commits] [torbutton/master] Bug 28745: Assume always running in Tor Browser
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Revert "Bug 32255: Set Origin to null for CORS requests"
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/maint-9.0] Release preparations for 9.0.2
- [tor-commits] [tor-browser-build/master] Revert "Bug 32342 - Store omni.ja after recreating apk"
- [tor-commits] [tor-browser-build/master] Fix Changelog errors
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 1598647 - Set Origin to null with network.http.referer.hideOnionSource r=JuniorHsu
- [tor-commits] [tor-browser-build/master] Bumping build to -build2
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 32220: Improve the letterboxing experience
- [tor-commits] [tor-browser-build/master] Bug 25099: Set nightly version to tbb-nightly.$year.$month.$day
- [tor-commits] [tor-browser-build/maint-9.0] Bump NoScript to 11.0.8
- [tor-commits] [torbutton/master] Translations update
- [tor-commits] [tor-browser-build/master] Bug 27265: fix output_dir value in sub-projects
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 31573: Catch SessionStore.jsm exception
- [tor-commits] [tor-browser/tor-browser-68.3.0esr-9.0-1] squash! Bug 4234: Use the Firefox Update Process for Tor Browser.
- [tor-commits] [rbm/master] Bug 27265: add an error when we fail to download/create a file
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 32255: Set Origin to null for CORS requests
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Pick up latest Torbutton code
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Regression tests for TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/master] Bump NoScript to 11.0.9
- [tor-commits] [tor-browser-build/master] Add new default bridge at Georgetown University.
- [tor-commits] [tor-browser-build/maint-9.0] Prepare build2
- [tor-commits] [torbutton/maint-9.0] Bug 27268: Preference clean up
- [tor-commits] [tor-browser-build/master] Add sysrqb's key to our keyfile
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Bug 25741 - TBA: Add mozconfig for Android and pertinent branding files.
- [tor-commits] [tor-browser-build/master] Pick up latest mobile translation changes
- [tor-commits] [tor-browser-build/maint-9.0] Changelog update and 9.0.2 version bump
- [tor-commits] [tor-browser-build/master] Pick up better fix for #32342
- [tor-commits] [tor-browser-build/maint-9.0] Bug 32413: Bump Go to 1.12.13
- [tor-commits] [torbutton/master] Remove cookie-jar-selector component
- [tor-commits] [tor-android-service/master] Add new default bridge at Georgetown University.
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Bug 10760: Integrate TorButton to TorBrowser core
- [tor-commits] [tor-browser-build/maint-9.0] Bug 32342: Don't compress .ja files inside apks
- [tor-commits] [torbutton/maint-9.0] Translations update
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 1556017 - Fixing the off-by-one-pixel issue of find bar and devtool iframe for Letterboxing. r=johannh
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Revert "Bug 32053: Work around Rust related reproducibility issues"
- [tor-commits] [torbutton/master] Bug 30851: Move default preferences to 000-tor-browser.js
- [tor-commits] [tor-browser-build/maint-9.0] Add new default bridge at Georgetown University.
- [tor-commits] [torbutton/master] Bug 28745: Remove torbutton.js unused code
- [tor-commits] [tor-browser-build/master] Bug 32556: Keep track of entitlement files and add signing script templates
- [tor-commits] [tor-browser-build/master] Bug 32475: Limit the number of mar file locales in nightly builds
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 1581537 - Avoid several browser language leaks r=smaug
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] squash! TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'boklm/bug_25099_v10'
- [tor-commits] [tor-browser-build/master] Bug 32303: Fix broken obfs4 on Android Q
- [tor-commits] [tor-browser-build/maint-9.0] Revert "Bug 32342 - Store omni.ja after recreating apk"
- [tor-commits] [torbutton/master] Bug 30237: Add strings for v3 onion services client authentication
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Pick up latest Torbutton code
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] Bug 1546832 - Adjust letterboxing to take the FindBar and Devtools into account r=johannh
- [tor-commits] [torbutton/master] Bug 30783 - Use EOY URL for bottom link
- [tor-commits] [torbutton/maint-9.0] Don't check out securityLevel.properties
- [tor-commits] [tor-browser-build/master] Bug 32413: Bump Go to 1.12.13
- [tor-commits] [tor-browser-build/master] Pick up changes for build5
- [tor-commits] [tor-browser-build/maint-9.0] Bump NoScript to 11.0.9
- [tor-commits] [torbutton/master] Bug 30888: move torbutton_util.js to modules/utils.js
- [tor-commits] [tor-browser-build/master] Release preparations for 9.5a1
- [tor-commits] [torbutton/master] Translations update
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor
- [tor-commits] [tor-browser-build/master] Bug 32342 - Store omni.ja after recreating apk
- [tor-commits] [tor-browser-build/maint-9.0] Bug 32342 - Store omni.ja after recreating apk
- [tor-commits] [tor-browser-build/maint-9.0] Pick up new bridge for Android (#32606)
- [tor-commits] [tor-browser-build/master] Fold in stable changelog
- [tor-commits] [torbutton/master] Translations update
- [tor-commits] [torbutton/maint-9.0] Bug 32125: Fix circuit display for bridge without a fingerprint
- [tor-commits] [tor-browser-build/master] Bug 28803: Integrate building Pluggable Transports for Android
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Revert "Bug 30683: Prevent detection of locale via some *.properties"
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 32053: Work around Rust related reproducibility issues
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 1546832 - Adjust letterboxing to take the FindBar and Devtools into account r=johannh
- [tor-commits] [tor-browser-build/maint-9.0] Bug 32365: Package multi-locale apk in a new way
- [tor-commits] [tor-launcher/master] Translations update
- [tor-commits] [torbutton/master] Bug 27268: Preference clean up
- [tor-commits] [rbm/master] Bug 27265: fix output_dir value in sub-projects
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] squash! TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/maint-9.0] Pick up latest mobile translation changes
- [tor-commits] [torbutton/master] Don't check out securityLevel.properties
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] fixup! Pick up latest Torbutton code
- [tor-commits] [tor-browser-build/master] Pick up changes for build6
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] Bug 1585351 - Bug 1460357 disabled AVX instructions for the mingw build; this is no longer needed r=lsalzman
- [tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gk/bug_32303_fixup_squashed'
- [tor-commits] [tor-browser-build/master] Bug 25101: Add support for generating nightly incremental mars
- [tor-commits] [tor-browser-build/master] Bug 30548: Clean up keyring file
- [tor-commits] [tor-launcher/master] Translations update
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] Bug 1556017 - Fixing the off-by-one-pixel issue of find bar and devtool iframe for Letterboxing. r=johannh
- [tor-commits] [tor-browser-build/maint-9.0] Pick up better fix for #32342
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Pick up latest Torbutton code
- [tor-commits] [torbutton/master] 2018 is long gone and we made changes this year
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] Bug 1534339 - make OriginAttributes deserializable; r=baku
- [tor-commits] [tor-browser-build/master] Bug 32505: Enable library validation on macOS
- [tor-commits] [tor-browser-build/master] Bug 32342: Don't compress .ja files inside apks
- [tor-commits] [torbutton/master] Bug 30237: Control port module improvements for v3 client authentication
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Pick up latest Torbutton code
- [tor-commits] [tor-browser-build/maint-9.0] Bug 30548: Clean up keyring file
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Bug 25658: Replace security slider with security level UI
- [tor-commits] [tor-browser-build/master] Bump NoScript to 11.0.8
- [tor-commits] [torbutton/master] Bug 30783 - Use mobile EOY links on Android
- [tor-commits] [tor-browser-build/master] Bump tor version for next alpha release
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/master] Pick up new bridge for Android (#32606)
- [tor-commits] [tor-browser-build/master] Bug 32497: Change nightly update channel to nightly
- [tor-commits] [tor-browser-build/master] Fix up Changelog
- [tor-commits] [tor-browser-build/master] Bump NoScript version to 11.0.7
- [tor-commits] [tor-browser-build/master] Bug 32365: Package multi-locale apk in a new way
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] fixup! Pick up latest Torbutton code
- [tor-commits] [torbutton/master] Translations update
- [tor-commits] [tor-browser-build/maint-9.0] Release preparations for 9.0.1
- [tor-commits] [torbutton/master] Bug 28746: Remove torbutton isolation and fp prefs sync
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] fixup! Regression tests for TB4: Tor Browser's Firefox preference overrides.
- [tor-commits] [tor-browser-build/master] Picking up latest tor alpha version
- [tor-commits] [tor-launcher/master] Release preparations for 0.2.20.2
- [tor-commits] [tor-browser-build/master] Bug 25099: Remove the alpha_nightly target
- [tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
- [tor-commits] [training/master] Add tor network pdf format
- [tor-commits] [training/master] Update All About Tor EN slides pack
- [tor-commits] [training/master] Add EN version of tor network slides
- [tor-commits] [training/master] Add slides Tor network 101
- [tor-commits] [community/develop] Merge branch 'training-resources' into HEAD
- [tor-commits] [community/develop] Add the Tor network 101 training slides
- [tor-commits] [lego/master] Localize all links in the footer
- [tor-commits] [lego/master] Localize donate button everywhere
- [tor-commits] [dip/master] Update folder for secrets
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [dip/master] Upgrade to 12.4.1
- [tor-commits] [community/master] Update lego
- [tor-commits] [lego/master] Update to templates
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [lego/master] Fix template
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [lego/master] Fix typo
- [tor-commits] [tpo/staging] More ltr-rtl fixes
- [tor-commits] [dev/master] Update lego
- [tor-commits] [lego/master] update catalan link now that the website is available.
- [tor-commits] [community/master] Update lego
- [tor-commits] [lego/master] Update donate button
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [community/master] Update lego
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [dev/master] Update lego
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [dev/master] Update lego
- [tor-commits] [tpo/master] Modify homepage to account for ltr locales
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [tpo/staging] Merge commit '7c2839d2c8bd959f9619878631d1d9ebe7b522ef' into staging
- [tor-commits] [dip/master] Make gitlab-workhorse elasticsearch 7 ready
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [dip-configs/master] Update secrets file
- [tor-commits] [lego/master] Update css
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [lego/master] Fix banner
- [tor-commits] [dip/master] Update from upstream
- [tor-commits] [tpo/staging] Modify homepage to account for ltr locales
- [tor-commits] [community/master] Update lego
- [tor-commits] [community/master] Update lego
- [tor-commits] [lego/master] Fix css for ltr-rtl locales
- [tor-commits] [dip/master] Upgrade to filebeat 7.3.0
- [tor-commits] [dip/master] Add upgrade pipeline to new output
- [tor-commits] [lego/master] Donate button url should not be localized
- [tor-commits] [tpo/staging] Merge commit '22ad2b69d76ee1b581225100a80cc7e08399eb03' into staging
- [tor-commits] [tpo/staging] Update lego
- [tor-commits] [tpo/staging] Merge commit 'c280adbe4e53fc7feddebec89e2d56d5217787c6' into staging
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [lego/master] Update banner for rtl languages
- [tor-commits] [community/master] Update lego
- [tor-commits] [tpo/staging] Add acute to people page
- [tor-commits] [lego/master] Fix banner
- [tor-commits] [lego/master] Update to templates
- [tor-commits] [dev/master] Update lego
- [tor-commits] [lego/master] First step in localize donate button properly
- [tor-commits] [community/master] Update lego
- [tor-commits] [community/master] Restore lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [lego/master] Fix banner
- [tor-commits] [community/master] Remove unused menu and update template
- [tor-commits] [styleguide/master] Update lego and reduce menu databags
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [dip/master] Modify submodules
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [tpo/staging] Fix how direction and order is applied on text and content
- [tor-commits] [lego/master] Remove links to menus
- [tor-commits] [dip/master] Upgrade to 12.4.0
- [tor-commits] [dip/master] Merge new versions in group_vars
- [tor-commits] [dev/master] Update lego
- [tor-commits] [lego/master] Update footer
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [lego/master] Update footer template
- [tor-commits] [lego/master] Update compiled css
- [tor-commits] [lego/master] Update banner with locale directions
- [tor-commits] [tpo/staging] Modify homepage to account for ltr locales
- [tor-commits] [dip/master] Add ENV variable not to limit gitaly
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [lego/master] Update links
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [lego/master] Update css styles
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [tpo/staging] Merge remote-tracking branch 'acute/add-acute'
- [tor-commits] [community/master] Update lego
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [lego/master] remove harcoded capitalizations. ref: #30678
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [dev/master] Update lego
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [dip/master] Ingest using new elasticsearch pipeline
- [tor-commits] [lego/master] Fix banner
- [tor-commits] [tpo/master] Start addressing issues with ltr/rtl locales
- [tor-commits] [tpo/master] More ltr-rtl fixes
- [tor-commits] [lego/master] Update eoy css
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [lego/master] Update links databag
- [tor-commits] [tpo/master] Fix how direction and order is applied on text and content
- [tor-commits] [lego/master] Update banner elements order
- [tor-commits] [dip/master] Change gitaly log level and format
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [donate/master] Add changes to donate-faq
- [tor-commits] [lego/master] Fix banner
- [tor-commits] [tpo/master] Remove typo
- [tor-commits] [newsletter/master] Add Nov newsletter
- [tor-commits] [dip/master] Always override changes in go modules
- [tor-commits] [dev/master] Update lego
- [tor-commits] [lego/master] Update footer
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [dev/master] Update lego
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [lego/master] Fix padding for donate button
- [tor-commits] [lego/master] Update css to fi banner for rtl languages
- [tor-commits] [lego/master] Change templates and reduce databags
- [tor-commits] [dev/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [lego/master] Use only one about menu in tpo
- [tor-commits] [dip/master] Modify log directory for gitaly
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [dip/master] Upgrade to 12.4.2
- [tor-commits] [lego/master] Update navbar with links databag
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [tpo/staging] More ltr-rtl fixes
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [tpo/master] Update lego
- [tor-commits] [lego/master] add new langs in menus and other small fixes
- [tor-commits] [newsletter/master] Update lego and reduce menu databags
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [dip/master] Upgrade to elasticsearch 7
- [tor-commits] [dev/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [community/master] Update lego
- [tor-commits] [gettor-web/master] Update lego
- [tor-commits] [gettor-web/master] Update lego and menus
- [tor-commits] [community/master] Update lego
- [tor-commits] [dip/master] Upgrade to 12.3.2
- [tor-commits] [styleguide/master] Update lego
- [tor-commits] [community/master] Update lego
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [tpo/staging] Merge commit '39e050aeaeb811bd24de210a157bb6b49ad4c6bd' into staging
- [tor-commits] [lego/master] Add locale direction to footer
- [tor-commits] [newsletter/master] Update lego
- [tor-commits] [dev/master] Update lego
- [tor-commits] [lego/master] Address issues with ltr languages
- [tor-commits] [metrics-web/master] Remove unnecessary casts.
- [tor-commits] [metrics-web/release] Add graph with total cw across bwauths.
- [tor-commits] [metrics-web/release] Re-add missing COMMIT commands to bwhist module.
- [tor-commits] [collector/release] Extend index.json by additional file meta data.
- [tor-commits] [metrics-web/release] Update module name for tordir.sql.
- [tor-commits] [metrics-web/release] Compute percentiles in advbwdist module using linear interpolation.
- [tor-commits] [exonerator/release] Make Jetty listen host configurable.
- [tor-commits] [metrics-web/release] Modernize legacy module and rename it to bwhist.
- [tor-commits] [metrics-web/release] Compute percentiles in connbidirect module using linear interpolation.
- [tor-commits] [metrics-web/release] Extend ipv6servers to replace servers.csv.
- [tor-commits] [metrics-web/release] Include op-ab in OnionPerf graphs.
- [tor-commits] [onionoo/release] Avoid unnecessary cast.
- [tor-commits] [onionoo/master] Simplify getStatsString methods.
- [tor-commits] [metrics-lib/master] Properly mark deprecated method with annotation.
- [tor-commits] [metrics-web/release] Make userstats-combined.csv order platform independent.
- [tor-commits] [exonerator/master] Bump version to 4.2.0-dev.
- [tor-commits] [metrics-lib/master] Make inner class static.
- [tor-commits] [metrics-lib/master] Simplify switch/case statement.
- [tor-commits] [metrics-lib/master] Properly parse hostname in v2 network status.
- [tor-commits] [metrics-web/release] Handle days without any successful measurements.
- [tor-commits] [metrics-web/release] Rename ipv6servers module to servers.
- [tor-commits] [metrics-lib/master] Prepare for 2.9.0 release.
- [tor-commits] [collector/master] Tweak DownloaderTest a bit.
- [tor-commits] [onionoo/release] Update to latest metrics-base.
- [tor-commits] [metrics-lib/master] Prepare for 2.9.1 release.
- [tor-commits] [metrics-web/release] Fix generated metrics-lib JavaDocs.
- [tor-commits] [metrics-web/release] Tweak documentation of new(ly updated) graphs.
- [tor-commits] [metrics-web/release] Replace emptyNull() by more meaningful method.
- [tor-commits] [metrics-web/release] Remove advbw column from bandwidth.csv.
- [tor-commits] [metrics-lib/master] Use StandardCharsets.US_ASCII instead of "US-ASCII".
- [tor-commits] [metrics-web/release] Fix links on CollecTor page, again.
- [tor-commits] [collector/master] Fix two JavaDocs issues with package-info.java.
- [tor-commits] [metrics-web/release] Run modules from Java only.
- [tor-commits] [onionoo/master] Simplify comparison of Tor versions.
- [tor-commits] [onionoo/master] Avoid unnecessary conversions to String.
- [tor-commits] [metrics-web/release] Updates fallback directories
- [tor-commits] [collector/master] Bump version to 1.13.1-dev.
- [tor-commits] [onionoo/master] Remove redundant local variable.
- [tor-commits] [metrics-web/master] Update news.json to version 351 of doc/MetricsTimeline.
- [tor-commits] [metrics-web/release] Fix unknown issue with spread() function.
- [tor-commits] [metrics-web/release] Update documentation of bridge or_addresses.
- [tor-commits] [onionoo/master] Use StandardCharsets.US_ASCII instead of "US-ASCII".
- [tor-commits] [collector/release] Prepare for 1.13.1 release.
- [tor-commits] [metrics-web/release] Add levels = NULL to col_factor().
- [tor-commits] [metrics-web/release] Adapt "About Tor" links to redesigned Tor website.
- [tor-commits] [onionoo/release] Fix indentation.
- [tor-commits] [metrics-web/release] Extend Tor Browser graphs to include update pings.
- [tor-commits] [metrics-web/release] Update news.json to version 307 of doc/MetricsTimeline.
- [tor-commits] [metrics-web/release] Update to latest metrics-lib.
- [tor-commits] [metrics-web/release] Extend latency graph to contain high/low values.
- [tor-commits] [exonerator/release] Prepare for 4.2.0 release.
- [tor-commits] [metrics-web/master] Remove exception that is never thrown.
- [tor-commits] [exonerator/master] Remove unnecessary method call.
- [tor-commits] [metrics-web/release] Add consensuses to totalcw graph.
- [tor-commits] [onionoo/release] Always set `Access-Control-Allow-Origin *` header.
- [tor-commits] [metrics-web/release] Take out "We're hiring" link from start page.
- [tor-commits] [metrics-web/release] Handle days without any successful measurements, second attempt.
- [tor-commits] [metrics-web/release] Add three new @type annotations.
- [tor-commits] [metrics-lib/master] Remove final modifier from static methods.
- [tor-commits] [metrics-lib/master] Simplify method call.
- [tor-commits] [metrics-web/release] Include Torperf data in performance graphs again.
- [tor-commits] [metrics-lib/master] Bump version to 2.9.0-dev.
- [tor-commits] [exonerator/release] Revert "Print out a warning if we're missing data."
- [tor-commits] [metrics-web/release] Update to latest metrics-base and metrics-lib.
- [tor-commits] [onionoo/release] Remove disappearing family members.
- [tor-commits] [metrics-web/release] Update to latest metrics-lib.
- [tor-commits] [metrics-web/release] Adds explanation for first-hop build times overhead
- [tor-commits] [metrics-lib/master] Fix NPE when parsing invalid crypto blocks.
- [tor-commits] [metrics-web/release] Ignore v3 onion OnionPerf measurements.
- [tor-commits] [metrics-lib/release] Prepare for 2.9.1 release.
- [tor-commits] [collector/master] Fix logging bug.
- [tor-commits] [collector/master] Make inner class static.
- [tor-commits] [metrics-web/release] Update to metrics-lib 2.9.1 and ExoneraTor 4.2.0.
- [tor-commits] [onionoo/master] Update to latest metrics-base.
- [tor-commits] [metrics-web/release] Add @type annotation for HS v3.
- [tor-commits] [metrics-web/release] Update to latest metrics-base and metrics-lib.
- [tor-commits] [metrics-web/master] Fix logging bugs.
- [tor-commits] [exonerator/master] Avoid unnecessary continue and empty block.
- [tor-commits] [metrics-web/release] Extend Tor Browser graphs to include update pings.
- [tor-commits] [metrics-web/release] Update CollecTor page to include bandwidth files.
- [tor-commits] [metrics-web/release] Fix by-country CSV files.
- [tor-commits] [metrics-web/release] Add "Tor Browser updates by release channel" graph.
- [tor-commits] [metrics-web/release] Prepare for 1.3.0 release.
- [tor-commits] [metrics-web/release] Fix two issues found using metrics-test.
- [tor-commits] [collector/release] Bump version to 1.12.0-dev.
- [tor-commits] [metrics-web/release] Bump version to 1.2.0-dev.
- [tor-commits] [metrics-web/release] Simplify Rserve setup.
- [tor-commits] [metrics-web/release] Update CollecTor page to include snowflake stats.
- [tor-commits] [metrics-web/release] Adds guidelines for new metrics page
- [tor-commits] [metrics-web/release] Compute percentiles in clients module using linear interpolation.
- [tor-commits] [metrics-web/release] Use ant tasks to fetch metrics dependencies.
- [tor-commits] [collector/master] Tweak BridgeDB metrics file names.
- [tor-commits] [metrics-web/release] Remove long unused code from legacy module.
- [tor-commits] [metrics-web/master] Remove unnecessary declaration.
- [tor-commits] [collector/master] Use StandardCharsets.US_ASCII instead of "US-ASCII".
- [tor-commits] [metrics-web/release] Update to latest metrics-lib.
- [tor-commits] [collector/master] Fix minor JavaDoc issue.
- [tor-commits] [metrics-web/release] Remove two unused R files from censorship detector.
- [tor-commits] [onionoo/release] Bump version to 7.0-1.21.0-dev.
- [tor-commits] [metrics-web/release] Move "We're hiring" link from navbar to start page.
- [tor-commits] [metrics-web/release] Break down totalcw numbers by Guard/(Bad)Exit flags.
- [tor-commits] [metrics-web/release] Temporarily add "We Are Hiring!" link to navbar.
- [tor-commits] [metrics-web/release] Make write_* functions obsolete.
- [tor-commits] [onionoo/release] Remove deprecation warning.
- [tor-commits] [collector/master] Prepare for 1.13.0 release.
- [tor-commits] [metrics-web/release] Replace "brackets" with "parentheses"
- [tor-commits] [metrics-lib/release] Bump version to 2.8.0-dev.
- [tor-commits] [metrics-web/release] Use readr to speed up drawing graphs.
- [tor-commits] [metrics-web/release] Tweak the new guidelines a bit.
- [tor-commits] [onionoo/master] Fix indentation.
- [tor-commits] [metrics-lib/master] Ignore unknown fields in index.json.
- [tor-commits] [exonerator/release] Bump version to 4.1.0-dev.
- [tor-commits] [onionoo/master] Remove disappearing family members.
- [tor-commits] [metrics-web/master] Bump version to 1.3.0-dev.
- [tor-commits] [onionoo/release] Prepare for 7.0-1.22.0 release.
- [tor-commits] [metrics-web/master] Replace several <code>...</code> with {@code}.
- [tor-commits] [metrics-web/release] Re-add no-data-available.png for display in RS.
- [tor-commits] [metrics-web/release] Re-add recent bridge pool assignments.
- [tor-commits] [metrics-web/release] Update ExoneraTor URL on home page
- [tor-commits] [metrics-web/release] Make bandwidth.csv independent of import order.
- [tor-commits] [exonerator/release] Remove Cobertura from the build process.
- [tor-commits] [metrics-web/release] Stop hard-coding versions.
- [tor-commits] [metrics-web/release] Remove outdated project koninoo from Development page.
- [tor-commits] [metrics-web/release] Document versions graph better.
- [tor-commits] [collector/master] Remove String[][] as configuration value type.
- [tor-commits] [onionoo/release] Prepare for 7.0-1.21.1 release.
- [tor-commits] [metrics-web/release] Schedule changes related to #28353.
- [tor-commits] [metrics-lib/release] Ignore unknown fields in index.json.
- [tor-commits] [exonerator/release] Adds GitLab CI for tests and checks
- [tor-commits] [metrics-lib/release] Prepare for 2.9.0 release.
- [tor-commits] [metrics-web/release] Upgrade to latest metrics-base and -lib.
- [tor-commits] [onionoo/release] Avoid unnecessary conversions to String.
- [tor-commits] [metrics-web/release] Fix Traffic link on start page.
- [tor-commits] [onionoo/release] Simplify comparison of Tor versions.
- [tor-commits] [onionoo/release] Update to latest metrics-lib.
- [tor-commits] [collector/master] Stop checking and reloading configuration file.
- [tor-commits] [metrics-web/release] Access userstats database from Java only.
- [tor-commits] [metrics-lib/master] Remove unused methods.
- [tor-commits] [exonerator/release] Use metrics-base ant task to fetch metrics-lib.
- [tor-commits] [metrics-web/release] Stop setting a session cookie.
- [tor-commits] [metrics-web/release] Rewrite advbwdist's aggregate.R in Java.
- [tor-commits] [collector/master] Remove dependency on DescriptorIndexCollector.
- [tor-commits] [metrics-web/release] Update Reproducible Metrics document.
- [tor-commits] [metrics-web/master] Add BridgeDB metrics to CollecTor page.
- [tor-commits] [metrics-web/release] Document changes to the totalcw graph.
- [tor-commits] [metrics-web/release] Add 0.3.5 to known versions.
- [tor-commits] [metrics-web/master] Add @type annotation for HS v3.
- [tor-commits] [metrics-web/release] Fix ipv6servers unit tests.
- [tor-commits] [metrics-web/release] Remove Torperf/OnionPerf plots with all sources.
- [tor-commits] [collector/release] Prepare for 1.13.0 release.
- [tor-commits] [onionoo/release] Simplify getStatsString methods.
- [tor-commits] [metrics-lib/master] Bump version to 2.9.1-dev.
- [tor-commits] [metrics-web/release] Split up huge plot_userstats function.
- [tor-commits] [metrics-web/release] Properly skip previously imported webstats files.
- [tor-commits] [metrics-web/release] Stop signing jars.
- [tor-commits] [metrics-lib/master] Fix logging.
- [tor-commits] [metrics-web/release] Re-add the total relay bandwidth graph.
- [tor-commits] [exonerator/release] Update to latest metrics-base.
- [tor-commits] [onionoo/release] Make inner classes static.
- [tor-commits] [collector/release] Tweak BridgeDB metrics file names.
- [tor-commits] [onionoo/master] Update to latest metrics-lib.
- [tor-commits] [metrics-web/release] Resolve a few checkstyle issues.
- [tor-commits] [metrics-web/release] Document another change to OnionPerf graphs.
- [tor-commits] [metrics-web/release] Also update module name for init-ipv6servers.sql.
- [tor-commits] [metrics-web/release] Remove Cobertura from the build process.
- [tor-commits] [onionoo/master] Prepare for 7.0-1.22.0 release.
- [tor-commits] [metrics-lib/release] Make NetworkStatusEntryImpl#parseSLine thread-safe.
- [tor-commits] [metrics-web/release] Remove unused parts of totalcw module.
- [tor-commits] [onionoo/master] Make inner classes static.
- [tor-commits] [collector/master] Prepare for 1.13.1 release.
- [tor-commits] [collector/master] Extend index.json by additional file meta data.
- [tor-commits] [metrics-web/release] Update news.json to version 308 of doc/MetricsTimeline.
- [tor-commits] [collector/master] Remove dependency on metrics-lib's internal package.
- [tor-commits] [metrics-web/master] Update to metrics-lib 2.9.1 and ExoneraTor 4.2.0.
- [tor-commits] [metrics-web/release] Schedule changes related to #28603.
- [tor-commits] [metrics-web/release] Simplify plot_webstats_tb_locale function.
- [tor-commits] [exonerator/master] Prepare for 4.2.0 release.
- [tor-commits] [metrics-lib/master] Remove unused suppression.
- [tor-commits] [metrics-web/release] Switch to readr's read_csv() everywhere.
- [tor-commits] [metrics-web/release] Remove bandwidth and bwhist-flags graphs.
- [tor-commits] [metrics-lib/master] Remove deprecation warning.
- [tor-commits] [metrics-web/release] Include client numbers with fractions up to 110%.
- [tor-commits] [metrics-web/release] Rewrite censorship detector in Java.
- [tor-commits] [exonerator/release] Use Ivy for resolving external dependencies.
- [tor-commits] [metrics-lib/master] Remove unnecessary cast.
- [tor-commits] [metrics-web/master] Document newly added index.json fields.
- [tor-commits] [metrics-web/release] Document changes to OnionPerf graphs.
- [tor-commits] [metrics-web/release] Use ipv6servers' CSV files instead of servers.csv.
- [tor-commits] [exonerator/release] Update PostgreSQL JDBC driver version to 42.2.5.
- [tor-commits] [onionoo/master] Remove deprecation warning.
- [tor-commits] [onionoo/release] Remove redundant local variable.
- [tor-commits] [metrics-base/master] Add permission for tests to create hard links.
- [tor-commits] [exonerator/release] Print out a warning if we're missing data.
- [tor-commits] [exonerator/master] Revert "Print out a warning if we're missing data."
- [tor-commits] [metrics-web/release] Tweak Advertised and consumed bandwidth by relay flag graph.
- [tor-commits] [metrics-web/release] Only include Running relays in totalcw graph.
- [tor-commits] [metrics-web/release] Leave gaps for missing data.
- [tor-commits] [collector/release] Bump version to 1.13.0-dev.
- [tor-commits] [onionoo/master] Avoid unnecessary cast.
- [tor-commits] [metrics-lib/master] Remove unused constructor.
- [tor-commits] [metrics-web/release] Stop generating servers.csv in legacy module.
- [tor-commits] [metrics-lib/release] Bump version to 2.9.0-dev.
- [tor-commits] [collector/master] Remove final modifier from private method.
- [tor-commits] [metrics-web/release] Adds GitLab CI for tests and checks
- [tor-commits] [onionoo/release] Use StandardCharsets.US_ASCII instead of "US-ASCII".
- [tor-commits] [onionoo/master] Bump version to 7.0-1.22.0-dev.
- [tor-commits] [metrics-web/release] Stop calling censorship detector BETA.
- [tor-commits] [collector/master] Bump version to 1.13.0-dev.
- [tor-commits] [metrics-web/master] Prepare for 1.3.0 release.
- [tor-commits] [metrics-web/release] Use Ivy for resolving external dependencies.
- [tor-commits] [onionoo/master] Always set `Access-Control-Allow-Origin *` header.
- [tor-commits] [metrics-lib/master] Fix possible NPE in tests.
- [tor-commits] [metrics-web/release] Add OnionPerf throughput graph.
- [tor-commits] [metrics-web/release] Make very thin ribbons more visible.
- [tor-commits] [onionoo/master] Prepare for 7.0-1.21.1 release.
- [tor-commits] [tor/master] test/parseconf: Stop ignoring --dump-config failures
- [tor-commits] [tor/release-0.4.2] configure: Remove a check that will always fail
- [tor-commits] [tor/master] Light grammar edits
- [tor-commits] [tor/master] Add a stub main page for the documentation.
- [tor-commits] [tor/master] test: Handle NULL circuit pointer in new_fake_orcirc
- [tor-commits] [tor/maint-0.4.2] Bump version to 0.4.2.4-rc.
- [tor-commits] [tor/master] options_act_reversible: add more comments to explain ordering
- [tor-commits] [tor/master] test/parseconf: Refactor and simplify, stage 2
- [tor-commits] [tor/release-0.4.0] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] doxygen: Take "lib" descriptions from doc/HACKING/design.
- [tor-commits] [tor/master] Merge branch 'ticket32404'
- [tor-commits] [tor/master] Bug 19859: Add stream isolation data to STREAM event
- [tor-commits] [tor/master] HACKING/design: remove 03-modules as superseded.
- [tor-commits] [tor/release-0.4.2] start changelog for 0.4.2.4-rc.
- [tor-commits] [tor/master] test/parseconf: Standardise output messages
- [tor-commits] [torspec/master] Bug 19859: Add stream isolation fields to STREAM event
- [tor-commits] [tor/release-0.2.9] Merge branch 'maint-0.2.9' into release-0.2.9
- [tor-commits] [tor/maint-0.4.1] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] test/parseconf: Warn when the expected_log* file is missing
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] Revert "doxygen: Use @SRCDIR@ instead of @top_srcdir@."
- [tor-commits] [tor/master] Split listener configuration out of options_act_reversible()
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1497'
- [tor-commits] [tor/master] copy 0.4.2.4-rc changelog to master
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.3.5] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/maint-0.2.9] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/release-0.4.2] more blurb for 0.4.2.4-rc changelog.
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Remove Makefile from doc/HACKING/design
- [tor-commits] [tor/master] Move some ControlSocket checks to options_validate_cb()
- [tor-commits] [tor/master] directory-level doxygen for "src/core"
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] Doxygen: Avoid ambiguity in @dir directives
- [tor-commits] [tor/master] Not const.
- [tor-commits] [tor/release-0.3.5] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] Add missing **/ to core_or.dox
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Merge branch 'ticket32385'
- [tor-commits] [tor/release-0.2.9] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] config.md: suggestions from teor
- [tor-commits] [tor/master] test/parseconf: Add failure cases in conf_failures/
- [tor-commits] [tor/master] Fold remainder of this-not-that.md into CodingStandards.md
- [tor-commits] [torspec/master] Bug 19859: Mark all stream isolation fields as optional
- [tor-commits] [tor/master] Bug 19859: Consolidate flag fields into ISO_FIELDS
- [tor-commits] [tor/master] Merge branch 'ticket32467'
- [tor-commits] [tor/master] Make KeyDirectory's GroupReadable behave the same as CacheDirectory's.
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.4.0' into release-0.4.0
- [tor-commits] [tor/master] dispatch_cfg_st.h: make comments into doxygen.
- [tor-commits] [tor/master] Stop using "config_suite_offset=-1" to indicate "no config suite."
- [tor-commits] [tor/master] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] Doxygen: expect .md files, not .dox files
- [tor-commits] [tor/master] Doxygen: use \refdir everywhere.
- [tor-commits] [tor/master] Bug #19859: Increase function-size exception to 124
- [tor-commits] [tor/master] Doxygen: close an unterminated <b>.
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Add a bunch of doxygen for things in src/lib.
- [tor-commits] [tor/master] subsysmgr: use IDX_NONE is an exception value, not -1.
- [tor-commits] [tor/master] Bug 19859: Fix double-free in unit test
- [tor-commits] [tor/master] Move most of crypto overview into doxygen.
- [tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] Doxyfile.in: switch to a tor-style green color scheme.
- [tor-commits] [tor/master] test/parseconf: Stop adding newlines to *_printf
- [tor-commits] [tor/master] Doxygen: fix a remaining \ref-to-directory
- [tor-commits] [torspec/master] Note which version #19859 fields were added in.
- [tor-commits] [tor/master] changes: Add file for ticket 32196
- [tor-commits] [tor/master] Remove changes files that are already merged into 0.4.2.4-rc.
- [tor-commits] [tor/master] configure: Remove a check that will always fail
- [tor-commits] [tor/master] Doxygen: set HIDE_SCOPE_NAMES.
- [tor-commits] [tor/release-0.4.2] Minor edits and sorting on 0.4.2.4-rc changelog
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1545'
- [tor-commits] [tor/master] core: Add missing include in destroy_cell_queue_st.h
- [tor-commits] [tor/master] Bump version to 0.4.2.4-rc.
- [tor-commits] [tor/master] Merge advice from this_not_that.md in torguts repo into our main coding standard doc
- [tor-commits] [tor/master] Document directories in "app"
- [tor-commits] [torspec/master] Add proposal 310 from Florentin Rochet, Aaron Johnson et al
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Give subsystems optional config formats and state formats.
- [tor-commits] [tor/release-0.4.2] Bump version to 0.4.2.4-rc.
- [tor-commits] [tor/maint-0.4.2] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] conf_examples test for crypto_accel
- [tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.2] bump version to 0.4.2.4-rc-dev
- [tor-commits] [tor/master] Remove spurious lib/stats doxygen file.
- [tor-commits] [tor/release-0.4.2] pick a release date.
- [tor-commits] [tor/master] int_type_params_t: add documentation.
- [tor-commits] [tor/master] Split log configuration out of options_act_reversible().
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] doxygen: Use @SRCDIR@ instead of @top_srcdir@.
- [tor-commits] [tor/master] Clarify that "missing-doc-warnings" makes doxygen warnings nonfatal
- [tor-commits] [tor/master] Move netstatus (mainloop) state fields into mainloop's state.
- [tor-commits] [tor/master] hs_ident.h: make comments into doxygen.
- [tor-commits] [torspec/master] standardize whitespace in the titles
- [tor-commits] [tor/master] test: Implement unit tests for circuitmux.c
- [tor-commits] [tor/master] test/parseconf: Add an expected_log file
- [tor-commits] [torspec/master] Bug 19859: Consolidate flag fields into ISO_FIELDS
- [tor-commits] [tor/master] clarify OBSOLETE vs IGNORE.
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1531'
- [tor-commits] [tor/master] Merge branch 'ticket32209'
- [tor-commits] [tor/master] Document --dump-config.
- [tor-commits] [tor/master] Typo fix in warning message about ControlSocket
- [tor-commits] [tor/master] changes: file for 32451
- [tor-commits] [tor/master] Remove 01e-os-compat: the module docs cover this much better.
- [tor-commits] [tor/master] HACKING/design: move 01c-time.md into doxygen.
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Doxygen: set TYPEDEF_HIDES_STRUCT.
- [tor-commits] [tor/master] Add the ability to fail when a hardware accelerator is missing.
- [tor-commits] [tor/release-0.4.1] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] parseconf test: ControlSocketsGroupWriteable without ControlSocket.
- [tor-commits] [tor/master] Move 01g-strings.md into doxygen.
- [tor-commits] [tor/master] Remove the extra whitespace in the lines_eq() if statement in consdiff_gen_diff()
- [tor-commits] [tor/master] test/parseconf: Update config parsing tests for 32410
- [tor-commits] [tor/master] Extract a function for one-time-only pre-reversible options.
- [tor-commits] [torspec/master] Bug 19859: Add HTTPCONNECT client protocol
- [tor-commits] [tor/master] test/parseconf: Show tor command lines on failure
- [tor-commits] [tor/master] test/parseconf: Add basic parsing tests
- [tor-commits] [tor/master] Merge branch 'ticket32386'
- [tor-commits] [tor/master] Add testing-only functions to get the subsystem config/state indices
- [tor-commits] [tor/master] test: Remove circuitmux/destroy_cell_queue code duplication
- [tor-commits] [tor/master] Define a low-level version of the confdecl table macros
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1367'
- [tor-commits] [tor/master] Check memunit parsing for overflow in confparse
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1544'
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1495' into maint-0.4.2
- [tor-commits] [tor/master] force pkg-config to only use --prefix when cross-compiling
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Doxygen: rename all .dox files to end with .md
- [tor-commits] [tor/master] Add subsys functions for receiving/flushing states and options.
- [tor-commits] [tor/master] ht.h: improve documentation for HT_NEXT_RMV.
- [tor-commits] [tor/master] test/parseconf: Add support for optional library variants
- [tor-commits] [tor/master] Remove 00-overview.md as already subsumed by doxygen
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Macros for declaring configuration structs and variable-tables
- [tor-commits] [tor/master] Doxygen: remove /** and **/ from all .dox files
- [tor-commits] [tor/master] Remove now-superseded part of doc/HACKING/design.
- [tor-commits] [tor/master] Teach doxygen about option-declaration code.
- [tor-commits] [tor/maint-0.4.2] configure: Remove a check that will always fail
- [tor-commits] [tor/master] Merge branch 'ticket32211'
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] test/parseconf: Split the file list into sections
- [tor-commits] [tor/master] test/parseconf: Rename some functions, and reformat
- [tor-commits] [tor/master] Document our top-level directories
- [tor-commits] [tor/release-0.4.2] bump version to 0.4.2.4-rc-dev
- [tor-commits] [tor/master] ewma: Implement unit tests
- [tor-commits] [tor/master] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Doxygen: document the rest of the directories in lib.
- [tor-commits] [tor/master] Doxygen: accept .dox as pure doxygen, and interpret everything as C
- [tor-commits] [tor/master] Fix various doxygen comments in feature/hs.
- [tor-commits] [tor/master] Merge branch 'bug32555'
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1495' into maint-0.4.2
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Some tests for log changes, commit, and rollback
- [tor-commits] [tor/master] Doxygen: add several missing links.
- [tor-commits] [torspec/master] Prop 121: convert to utf-8
- [tor-commits] [torspec/master] fixup! reindex.py: convert to python3
- [tor-commits] [tor/master] Divide 01a-memory.md into doxygen.
- [tor-commits] [torspec/master] fix erroneous header numbering punctuation
- [tor-commits] [tor/master] Initialization documents: incorporate feedback from review.
- [tor-commits] [torspec/master] remove trailing whitespace `sed -i 's, *$, , ' *.txt`
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1495' into maint-0.4.2
- [tor-commits] [tor/master] Make a new structure for tracking subsystem status.
- [tor-commits] [tor/master] Use new configuration architecture for crypto options
- [tor-commits] [tor/master] test/parseconf: Refactor and standardise, stage 1
- [tor-commits] [tor/master] Merge branch 'config_subsys_v4'
- [tor-commits] [tor/master] bump version to 0.4.2.4-rc-dev
- [tor-commits] [tor/master] Adjustments to 32406 per review
- [tor-commits] [tor/master] 01f-threads.md becomes threading.dox.
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1524'
- [tor-commits] [tor/master] Re-think our doxygen warnings wrt missing docs and fatalness.
- [tor-commits] [tor/master] entrynodes.h: make a comment into doxygen.
- [tor-commits] [tor/master] Typo/grammar fixes.
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1515'
- [tor-commits] [tor/master] doxygen: use <tt> and # to avoid interpreting # as a link.
- [tor-commits] [tor/master] Add FOO_type_defn globals so that confdecl.h can refer to them.
- [tor-commits] [tor/master] log config: Set safelogging_changed even if we aren't running Tor.
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] Expose get_obj() functions from confmgt.c.
- [tor-commits] [tpo/master] 0.4.2.4-rc is now released.
- [tor-commits] [tor/master] Bug 19859: Set arg to const
- [tor-commits] [tor/master] cmux: Move circuitmux_s object into header in private section
- [tor-commits] [tor/master] test/parseconf: Rewrite the included files section
- [tor-commits] [tor/master] Move doc/HACKING/design/01b-collections.md into doxygen.
- [tor-commits] [tor/master] Free options objects for which validation fails.
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [torspec/master] reindex.py: convert to python3
- [tor-commits] [tor/master] Add nowrap u64 multiplication function
- [tor-commits] [tor/master] Add a test for 32406 (AccelName with "!").
- [tor-commits] [tor/master] doxygen: add a command for linking to our bugtracker
- [tor-commits] [tor/master] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] crypto config: do not change the user's value of HardwareAccel.
- [tor-commits] [tor/master] ewma: Move private struct into header private section
- [tor-commits] [tor/master] New unit tests for options_create_directories().
- [tor-commits] [tor/master] Turn the "dataflow" document into a doxygen page.
- [tor-commits] [tor/master] Improve subsys documentation; add initialization documentation.
- [tor-commits] [tor/master] hs_ident.c: make comments into doxygen.
- [tor-commits] [tor/master] High-level documentation of configuration in Tor.
- [tor-commits] [tor/maint-0.4.0] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1480'
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1338'
- [tor-commits] [tor/master] Move much of 00-overview.md into doxygen.
- [tor-commits] [tor/master] Doxygen: define an alias for linking to a directory.
- [tor-commits] [tor/maint-0.3.5] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Merge branch 'reversible_3'
- [tor-commits] [tor/master] relay: Stop failing on startup when the relay module is disabled
- [tor-commits] [tor/master] directory-level documentation for feature/*
- [tor-commits] [tor/master] HACKING/design: turn the remaining parts of crypto into a certs doc
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/master] Bug 19859: Add HTTPCONNECT client protocol
- [tor-commits] [tor/master] test/parseconf: Use consistent formatting
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1
- [tor-commits] [tor/master] test/parseconf: Update conf_examples to use expected_log
- [tor-commits] [tor/master] Process "dox" files as regular markdown.
- [tor-commits] [tor/master] Refactor "OBSOLETE" type
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] New configuration flag to warn that a variable is obsolete.
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] Add stub directory-level documentation for most source directories
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.4.2] force pkg-config to only use --prefix when cross-compiling
- [tor-commits] [tor/master] rename_c_identifier: don't crash when doing only one replacement.
- [tor-commits] [tor/master] Merge branch 'stream-socks-auth' into bug19859_merged
- [tor-commits] [tor/master] Merge branch 'doxygen_libs'
- [tor-commits] [tor/master] Bug 19859: Add unit test for formatting
- [tor-commits] [tor/master] options_act_reversible(): Extract more startup-only pieces.
- [tor-commits] [tor/master] Remove the extra whitespace around the DARWIN #defines
- [tor-commits] [tor/master] test: Implement cmux allocate unit test
- [tor-commits] [torspec/master] Merge remote-tracking branch 'JeremyRand/stream-event-isolation'
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] lib/cc: Define the standard C macro pasting trick in one place.
- [tor-commits] [tor/maint-0.4.2] force pkg-config to only use --prefix when cross-compiling
- [tor-commits] [tor/master] test: Add testcase setup object for test_cmux
- [tor-commits] [tor/master] test: Add fakecircs.{h|c} helper
- [tor-commits] [torspec/master] Bug 19859: Note that client protocols might be extended later
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/master] Doxygen: Better path handling.
- [tor-commits] [tor/release-0.4.2] Update geoip and geoip6 to the November 6 2019 database.
- [tor-commits] [donate/master] Update donate-faq
- [tor-commits] [donate/master] Fixed utf-8 character that was messing up translations
- [tor-commits] [community/master] Add instructions on how to upgrade a container.
- [tor-commits] [community/master] Refactor docker installation instructions.
- [tor-commits] [community/master] Rephrase Debian-specific note to general note.
- [tor-commits] [community/master] Update instructions to match new docker workflow.
- [tor-commits] [community/master] Distinguish between a docker image and container.
- [tor-commits] [community/master] Fix spelling mistakes and improve phrasing.
- [tor-commits] [community/master] Explain how to run multiple containers.
- [tor-commits] [community/develop] update user research content
- [tor-commits] [community/develop] remove user-testing section
- [tor-commits] [community/develop] Update user-research section to include hidden content
- [tor-commits] [community/develop] Fix floating menu issue
- [tor-commits] [community/develop] Restore lego
- [tor-commits] [community/develop] quick typo/grammar fix! thanks
- [tor-commits] [community/develop] better strings for l10n. please add one sentence per line.
- [tor-commits] [community/develop] fix title case
- [tor-commits] [community/develop] Revert previous commit and fix conflicts
- [tor-commits] [community/develop] update content
- [tor-commits] [community/develop] Not all pages are hidden
- [tor-commits] [community/develop] Add eoy campaign banner
- [tor-commits] [community/develop] small edits
- [tor-commits] [community/develop] Update lego
- [tor-commits] [community/develop] update content status
- [tor-commits] [community/develop] punctuation and capitalization edits
- [tor-commits] [community/develop] Revert "Update user-research section to include hidden content"
- [tor-commits] [community/develop] giving netbsd's bridge setup a new KEY id.
- [tor-commits] [community/develop] Update lego
- [tor-commits] [community/develop] grammar, flow, and punctuation edits
- [tor-commits] [community/develop] Update lego
- [tor-commits] [community/develop] IP can be many things, IP address is better here. reported by arma on irc
- [tor-commits] [community/develop] revisiting dragonfly's bridge setup; thanks @mpguerra and @NullHypothesis! :)
- [tor-commits] [community/develop] Bringing onion services section in line with other sections
- [tor-commits] [community/develop] made a few flow edits.lr
- [tor-commits] [community/develop] Use id not title
- [tor-commits] [community/develop] update content
- [tor-commits] [community/develop] update lego
- [tor-commits] [community/develop] We want to link to training resources in the training repo
- [tor-commits] [community/develop] consistency for netbsd's bridge setup.
- [tor-commits] [community/develop] Fix some local errors
- [tor-commits] [community/develop] add alpha testers survey link
- [tor-commits] [community/develop] Add Tor personas
- [tor-commits] [community/develop] steph's content review
- [tor-commits] [community/develop] as dfBSD was sad to be added alone, we brought NetBSD to the rescue;
- [tor-commits] [community/develop] Merge remote-tracking branch 'egypcio/torbsd-bridges'
- [tor-commits] [community/develop] change link
- [tor-commits] [community/develop] Remove unused menu and update template
- [tor-commits] [community/develop] Merge remote-tracking branch 'origin/master' into develop
- [tor-commits] [community/develop] match layout with other sections
- [tor-commits] [community/develop] update user research content
- [tor-commits] [community/develop] review content, add links
- [tor-commits] [community/develop] bring DragonflyBSD to build bridges with us;
- [tor-commits] [community/develop] Fix relay post-install link
- [tor-commits] [community/develop] sort layout items
- [tor-commits] [community/develop] providing more consistency on the bridge setups (dragonflybsd here).
- [tor-commits] [community/develop] Changed buttons to ordered list
- [tor-commits] [community/develop] add user research guidelines
- [tor-commits] [community/develop] Fix spelling mistakes and improve phrasing.
- [tor-commits] [community/develop] add item to nav
- [tor-commits] [community/develop] Improve docker setup instructions.
- [tor-commits] [community/develop] update content
- [tor-commits] [community/develop] slight grammar and flow edits
- [tor-commits] [community/develop] better strings for l10n
- [tor-commits] [community/develop] adding quick note on how to look into netbsd's syslog output (it goes to var/log/messages)
- [tor-commits] [donate/master] Added version query to font and styling files to uncache stylings.
- [tor-commits] [donate/master] Styling changes post launch suggested by Tor.
- [tor-commits] [torbutton/master] Translations update
- [tor-commits] [tor-browser-build/master] Release preparations for 9.5a3
- [tor-commits] [rbm/master] Bug 32527: Don't leave partially downloaded files in case of error
- [tor-commits] [torbutton/master] Bug 30786: Add th support
- [tor-commits] [tor-browser-build/master] Bug 30788: Add ms locale
- [tor-commits] [torbutton/master] Bug 30787: Add lt support
- [tor-commits] [tor-launcher/master] Bug 30787: Add th locale
- [tor-commits] [tor-browser-build/master] Bug 30786: Add th locale
- [tor-commits] [tor-browser-build/master] Bump tor browser build tag
- [tor-commits] [tor-launcher/master] Bug 30788: Add ms locale
- [tor-commits] [tor-browser-build/master] Fix up ChangeLog and set tor-browser build
- [tor-commits] [tor-browser-build/master] Bug 30787: Add lt locale
- [tor-commits] [tor-browser/tor-browser-68.3.0esr-9.5-1] fixup! Pick up latest Torbutton code
- [tor-commits] [tor-browser-build/master] Update rbm for #32527
- [tor-commits] [torbutton/master] Bug 30788: Add ms locale
- [tor-commits] [tor-launcher/master] Bug 30787: Add lt locale
- [tor-commits] [tor-launcher/master] Release preparations for 0.2.20.3
- [tor-commits] [tor/master] Run "make autostyle"
- [tor-commits] [tor/maint-0.2.9] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2
- [tor-commits] [tor/master] OwningControllerFD should be immutable, not OwningControllerProcess.
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1509' into maint-0.4.2
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2
- [tor-commits] [tor/release-0.4.0] Avoid a crash if our "current" and "old" ntor onion keys are equal
- [tor-commits] [tor/master] test/scripts: Use the same code to find the tor binary
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] crypt_ops: Fix some weird macro spacing
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/master] Use FILENAME to determine which options to check for relative paths
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.3.5] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/master] test/parseconf: Add conf_examples for relays
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/master] config: Run "make autostyle"
- [tor-commits] [tor/release-0.3.5] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/master] Mark more torrc options as FILENAME rather than as STRING.
- [tor-commits] [tor/maint-0.3.5] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/release-0.2.9] Merge branch 'maint-0.2.9' into release-0.2.9
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] practracker: Update the exceptions file with improvements
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/master] configure: Fix variable name typos
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/maint-0.3.5] Avoid a crash if our "current" and "old" ntor onion keys are equal
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1536'
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/master] config: Move warn_nonlocal_ext_orports() to relay
- [tor-commits] [tor/master] changes: file for 32213
- [tor-commits] [tor/release-0.4.2] CodingStandards: Use the correct changes file format
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.2.9] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/release-0.4.0] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/maint-0.4.0] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/master] practracker: Rename functions modified by a previous commit
- [tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/release-0.2.9] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] configure: reject Python 2.
- [tor-commits] [tor/master] config: Move server transport actions into the relay module
- [tor-commits] [tor/maint-0.4.0] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1374' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.1] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/release-0.4.1] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.0] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.4.0' into release-0.4.0
- [tor-commits] [tor/release-0.3.5] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/release-0.3.5] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/maint-0.4.0] Remove overly strict assertions in transports.c.
- [tor-commits] [tor/master] config: Delete get_list_of_ports_to_forward()
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1374' into maint-0.4.1
- [tor-commits] [tor/master] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] shellcheck: Fix minor issues in some scripts
- [tor-commits] [tor/maint-0.4.2] Do not try to shut down the event loop when it is not initialized.
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/maint-0.3.5] Extract expressions in construct_ntor_key_map()
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/master] CodingStandards: Use consistent spacing
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Makefile: Fix more targets for out-of-tree builds
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.2] util/map_anon_nofork: Add a cast to avoid passing -48 to memset
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/master] Run "make autostyle"
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/master] Code Style: Remove double newlines in win32/orconfig.h
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/maint-0.4.1] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/maint-0.4.2] CodingStandards: Use the correct changes file format
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/maint-0.3.5] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/maint-0.4.1] Remove overly strict assertions in transports.c.
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/maint-0.2.9] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/master] Make all our struct names end with "_t".
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/master] Revise struct names in examples in comments to end with _t
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2
- [tor-commits] [tor/release-0.4.1] Remove overly strict assertions in transports.c.
- [tor-commits] [tor/release-0.4.0] Remove overly strict assertions in transports.c.
- [tor-commits] [tor/master] relay: Make a transport_config function private
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/release-0.4.0] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.4.0' into release-0.4.0
- [tor-commits] [tor/maint-0.3.5] Merge branch 'bug31466_029' into bug31466_035_tmp
- [tor-commits] [tor/release-0.4.1] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] config: Move dirauth stats actions into the module
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1374' into maint-0.4.1
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/release-0.2.9] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/master] relay: Disable relay config when the module is disabled
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Makefile: Fix "make check-includes" for out-of-tree builds
- [tor-commits] [tor/master] changes: Update the changes file for 32410
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/master] relay: Disable relay_periodic when the relay module is disabled
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.4.0' into release-0.4.0
- [tor-commits] [tor/master] Rename probability distribution names to end with "_t".
- [tor-commits] [tor/master] config: Move relay port parsing into the relay module
- [tor-commits] [tor/release-0.4.2] Makefile: Fix "make check-includes" for out-of-tree builds
- [tor-commits] [tor/release-0.4.1] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/release-0.4.1] util/map_anon_nofork: Add a cast to avoid passing -48 to memset
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/release-0.2.9] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1510'
- [tor-commits] [tor/release-0.3.5] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/master] map.h: replace maptype with mapname_t
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.0] respect accountingmax during soft hibernation
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/maint-0.3.5] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/master] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/master] relay/config: Remove direct references to dirauth options
- [tor-commits] [tor/master] dirauth: Remove some outdated config comments
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.4.0] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/master] Use CFLG_IMMUTABLE to replace much of the options transition cb.
- [tor-commits] [tor/master] relay: Disable server transport options when the module is disabled
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/master] config: Move accounting/bandwidth config into the relay module
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1517'
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.1] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/master] config: Wrap a long line in relay_config.c
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.1] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.0] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/master] confmgt: Stop adding a space, when there is no option value
- [tor-commits] [tor/master] dirauth: Refactor some config checks
- [tor-commits] [tor/master] config: Move relay config checks into the relay module
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.2.9] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/maint-0.4.0] Merge branch 'bug31466_029' into bug31466_035_tmp
- [tor-commits] [tor/release-0.3.5] Avoid a crash if our "current" and "old" ntor onion keys are equal
- [tor-commits] [tor/master] Avoid redundant typedef of or_options_t and smartlist_t in *_config.h
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
- [tor-commits] [tor/release-0.4.0] respect accountingmax during soft hibernation
- [tor-commits] [tor/maint-0.4.2] util/map_anon_nofork: Add a cast to avoid passing -48 to memset
- [tor-commits] [tor/master] If statements to getresuid() and getresgid() in setuid.c shouldn't have an extra space
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/master] util/map_anon_nofork: Add a cast to avoid passing -48 to memset
- [tor-commits] [tor/master] dirauth: Remove a HAVE_MODULE_DIRAUTH inside a function
- [tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.3.5] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/release-0.3.5] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/maint-0.3.5] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1557'
- [tor-commits] [tor/master] practracker/includes.py: Don't read editor temp files
- [tor-commits] [tor/release-0.4.1] test: Avoid a map_anon_nofork test failure on SunOS
- [tor-commits] [tor/release-0.4.1] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1486'
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/maint-0.3.5] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/release-0.4.0] Merge branch 'bug31466_029' into bug31466_035_tmp
- [tor-commits] [tor/master] test/parseconf: Consistenly use FAIL
- [tor-commits] [tor/maint-0.2.9] Add a rate-limit to our warning about the disabled .exit notation
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] config: Log the option name when skipping an obsolete option
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1509' into maint-0.4.2
- [tor-commits] [tor/master] config: Move server transport config into the relay module
- [tor-commits] [tor/maint-0.4.0] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/master] CodingStandards: Use the correct changes file format
- [tor-commits] [tor/master] config: Move bw & other configs into the dirauth module
- [tor-commits] [tor/master] config: Move relay config actions into the relay module
- [tor-commits] [tor/master] test: Fix a python double-space
- [tor-commits] [tor/master] Make structs declared by tor_queues.h macros also follow naming rules
- [tor-commits] [tor/master] scripts: Fix update_versions.py for out-of-tree builds
- [tor-commits] [tor/maint-0.4.0] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/master] test/parseconf: Always show the result file name on failure
- [tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/master] test/stats: Add minimal tests for rephist mtbf
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/maint-0.3.5] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] shellcheck: Start checking most scripts for errors
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/master] Makefile: Fix "make autostyle" for out-of-tree builds
- [tor-commits] [tor/release-0.4.0] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/master] test/parseconf: Don't specify a path for 'true'
- [tor-commits] [tor/master] test/parseconf: Send all errors to stderr
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/master] Fix a low-impact memory leak in options_act_reversible()
- [tor-commits] [tor/master] test/parseconf: Add conf_examples for PTs
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] handles.h: replace structname with structname_t
- [tor-commits] [tor/master] test/parseconf: Run all the tests, even if one fails
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1
- [tor-commits] [tor/master] config: Rename new global functions with a prefix
- [tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.1] respect accountingmax during soft hibernation
- [tor-commits] [tor/master] test/controller: Stop including a ".c" source file
- [tor-commits] [tor/maint-0.3.5] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.1] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/release-0.4.1] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5
- [tor-commits] [tor/master] practracker: Don't read editor temp files, attempt 2
- [tor-commits] [tor/maint-0.4.1] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1342' into maint-0.2.9
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.0] Extract expressions in construct_ntor_key_map()
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1374' into maint-0.4.1
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1512'
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] hs-v3: Make service pick the exact amount of intro points
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/maint-0.4.2] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1533'
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] config: Log the option name when skipping an obsolete option
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.1] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/release-0.4.1] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/master] relay: Simplify relay/transport_config
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.2] shellcheck: Start checking most scripts for errors
- [tor-commits] [tor/master] dirauth: Refactor some code and tests
- [tor-commits] [tor/master] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1487'
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/maint-0.4.0] Avoid a crash if our "current" and "old" ntor onion keys are equal
- [tor-commits] [tor/master] Merge branch 'maint-0.4.2'
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1374' into maint-0.4.1
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/master] Changes file for 32415 (struct name uniformity)
- [tor-commits] [tor/master] Add a CFLG_IMMUTABLE flag to mark a field as unchangeable.
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1535'
- [tor-commits] [tor/master] practracker: Fix a typo in a logging function call
- [tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0
- [tor-commits] [tor/release-0.4.2] test/parseconf: Add tests for ignored options
- [tor-commits] [tor/master] relay: Simplify some relay_config code
- [tor-commits] [tor/release-0.4.0] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] shellcheck: Fix issues in the git-*.sh scripts
- [tor-commits] [tor/master] config: Log the option name when skipping an obsolete option
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1
- [tor-commits] [tor/release-0.4.2] CodingStandards: Use consistent spacing
- [tor-commits] [tor/master] shellcheck: Fix issues in the git-*.sh scripts
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1509' into maint-0.4.2
- [tor-commits] [tor/master] relay: Disable relay_sys when the relay module is disabled
- [tor-commits] [tor/master] check-spaces: Fix an outdated comment
- [tor-commits] [tor/maint-0.4.1] test: Avoid a map_anon_nofork test failure on SunOS
- [tor-commits] [tor/release-0.4.0] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/master] relay: Refactor tests, and add extra options tests
- [tor-commits] [tor/maint-0.3.5] Appveyor: Install OpenSSL to resolve a header/library mismatch
- [tor-commits] [tor/maint-0.4.1] util/map_anon_nofork: Add a cast to avoid passing -48 to memset
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/master] practracker: Preserve improvements
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.3.5
- [tor-commits] [tor/release-0.4.0] Treat an unexpected constant-sized VERSIONS cell as a PROTOCOL_WARN.
- [tor-commits] [tor/maint-0.3.5] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1348' into maint-0.3.5
- [tor-commits] [tor/release-0.4.1] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/release-0.3.5] mainloop: Disable periodic events before a destroy
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.2.9' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Fix bug when %including folder with comment only files. #31408
- [tor-commits] [tor/release-0.4.0] changes: use correct bugfix release, and reword changes file for 31408
- [tor-commits] [tor/master] dirauth: Disable dirauth config when the module is disabled
- [tor-commits] [tor/maint-0.4.1] respect accountingmax during soft hibernation
- [tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/maint-0.4.0] test/rebind: Make control formatting and log parsing more robust
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1564'
- [tor-commits] [tor/maint-0.4.2] CodingStandards: Use consistent spacing
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5
- [tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
- [tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1477'
- [tor-commits] [tor/maint-0.4.2] test/parseconf: Add tests for ignored options
- [tor-commits] [tor/master] ntmain: make service_fns struct anonymous.
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0
- [tor-commits] [tor/maint-0.4.0] hs-v3: Remove a BUG() caused by an acceptable race
- [tor-commits] [tor/master] Makefile: Fix "make check-includes" for out-of-tree builds
- [tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2
- [tor-commits] [tor/master] Do not try to shut down the event loop when it is not initialized.
- [tor-commits] [tor/master] test: Split stats into its own file
- [tor-commits] [tor/release-0.4.0] Extract expressions in construct_ntor_key_map()
- [tor-commits] [tor/master] Merge branch 'bug32402_042' into bug32402_master
- [tor-commits] [tor/master] test/parseconf: Add tests for ignored options
- [tor-commits] [tor/maint-0.4.1] tls: Log TLS read buffer length bugs once
- [tor-commits] [tor/master] config: Move dirauth config into the dirauth module
- [tor-commits] [tor/maint-0.3.5] Stop libevent from reading data from closed connections.
- [tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'tor-github/pr/1330' into maint-0.2.9
- [tor-commits] [tor/release-0.3.5] Merge branch 'bug31466_029' into bug31466_035_tmp
- [tor-commits] [tor/release-0.3.5] Extract expressions in construct_ntor_key_map()
- [tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/1340' into maint-0.3.5
- [tor-commits] [tor/master] shellcheck: Start checking most scripts for errors
- [tor-commits] [tor/maint-0.4.2] shellcheck: Fix issues in the git-*.sh scripts
- [tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
- [tor-commits] [tor/release-0.4.2] Do not try to shut down the event loop when it is not initialized.
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/torbutton-aboutdialogdtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-openpgp-applet] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/tails-perl5lib] https://gitweb.torproject.org/translation.git/commit/?h=tails-perl5lib
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd_completed
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-greeter-2] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/tails-greeter-2_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/liveusb-creator_completed] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/mat-gui_completed] https://gitweb.torproject.org/translation.git/commit/?h=mat-gui_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/liveusb-creator_completed] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tails-openpgp-applet] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/exoneratorproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/orfox-stringsxml_completed] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml_completed
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/policies-code_of_conducttxtpot_completed] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-greeter-2] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/torbutton-securitylevelproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/torbutton-abouttbupdatedtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd_completed
- [tor-commits] [translation/torbutton-securitylevelproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties_completed
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/torcheck_completed] https://gitweb.torproject.org/translation.git/commit/?h=torcheck_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-abouttbupdatedtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-openpgp-applet_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbirdy] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy
- [tor-commits] [translation/tails-openpgp-applet] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/communitytpo-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot_completed
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/orfox-stringsxml_completed] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor_outreach_md_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-branddtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-branddtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/liveusb-creator_completed] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/exoneratorproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tails-persistence-setup_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd_completed
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/torbutton-securitylevelproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties_completed
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-abouttbupdatedtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd_completed
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/torbutton-aboutdialogdtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tails-onioncircuits_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/torbutton-aboutdialogdtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/tails-onioncircuits_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tails-persistence-setup_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/torbutton-abouttbupdatedtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd_completed
- [tor-commits] [translation/tails-onioncircuits_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/exoneratorproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbirdy] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-openpgp-applet] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tails-greeter-2_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tails-openpgp-applet_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet_completed
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/torbirdy] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/torbirdy_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-onioncircuits_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/mat-gui] https://gitweb.torproject.org/translation.git/commit/?h=mat-gui
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/torbutton-securitylevelproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-persistence-setup_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-persistence-setup_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tails-openpgp-applet_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/liveusb-creator_completed] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tails-onioncircuits_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/https_everywhere_completed] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tails-greeter-2_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/whisperback] https://gitweb.torproject.org/translation.git/commit/?h=whisperback
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tor_outreach_md_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-brandproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-brandproperties
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/torbutton-brandproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-brandproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-greeter-2] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2
- [tor-commits] [translation/torbutton-abouttbupdatedtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-persistence-setup] https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-onioncircuits] https://gitweb.torproject.org/translation.git/commit/?h=tails-onioncircuits
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-aboutdialogdtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-aboutdialogdtd
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/torbutton-branddtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-branddtd
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-brandproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-brandproperties
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttondtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-securitylevelproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/orfox-stringsxml] https://gitweb.torproject.org/translation.git/commit/?h=orfox-stringsxml
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
- [tor-commits] [translation/tor_outreach_md] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md
- [tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
- [tor-commits] [translation/torbirdy_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbirdy_completed
- [tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/tor_outreach_md_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor_outreach_md_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tails-openpgp-applet_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-openpgp-applet_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/torbutton-torbuttondtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tpo-web_completed] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed
- [tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/torbutton-securitylevelproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-securitylevelproperties
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-browseronboardingproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/exoneratorproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed
- [tor-commits] [translation/tails-iuk] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tba-torbrowserstringsdtd_completed] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed
- [tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere
- [tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed
- [tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
- [tor-commits] [translation/torbutton-browseronboardingproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed
- [tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
- [tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
Mail converted by MHonArc