May 2015 Archives by subject
Starting: Fri May 1 03:43:32 UTC 2015
Ending: Sun May 31 11:19:15 UTC 2015
Messages: 990
- [tor-commits] [bridgedb/develop] Add IGNORE_NETWORKSTATUS config option.
isis at torproject.org
- [tor-commits] [bridgedb/develop] Add unittests for Bridge.updateFrom*(ignoreNetworkstatus=True).
isis at torproject.org
- [tor-commits] [bridgedb/develop] Change default Makefile directive.
isis at torproject.org
- [tor-commits] [bridgedb/develop] Fix an error in HTTPServer.py with requests for bridges?format=plain.
isis at torproject.org
- [tor-commits] [bridgedb/develop] Fix wrong ticket number for 0.3.2 CHANGELOG entry.
isis at torproject.org
- [tor-commits] [bridgedb/develop] Ignore networkstatus documents (mostly), if configured to do so.
isis at torproject.org
- [tor-commits] [bridgedb/develop] Merge branch 'fix/15866-broken-bridgeauth' into develop
isis at torproject.org
- [tor-commits] [bridgedb/develop] Merge branch 'hotfix/0.3.2-format-plain-bytes' into develop
isis at torproject.org
- [tor-commits] [bridgedb/develop] Merge branch 'master' into develop
isis at torproject.org
- [tor-commits] [bridgedb/develop] Merge branch 'release-0.3.2'
isis at torproject.org
- [tor-commits] [bridgedb/develop] Update CHANGELOG for BridgeDB-0.3.2.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add a doctest for bridgedb.schedule.Unscheduled.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add an extra newline after email footers to avoid looking too busy.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add a test utility for benchmarking code.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add benchmark tests for b.p.descriptors.deduplicate().
isis at torproject.org
- [tor-commits] [bridgedb/master] Add doctest for bridgedb.schedule.ScheduledInterval.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add HTTPS_ROTATION_PERIOD and EMAIL_ROTATION_PERIOD config options.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add IGNORE_NETWORKSTATUS config option.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add install-dependencies script and use it for .travis.yml install.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add missing ipaddr module to bridgedb.test.util.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add note about an annoying technical limitation for filter descriptions.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add PluggableTransport._checkArguments() as tmp fix for missing PT args.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add setup-tests script and use it in .travis.yml.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add test for b.s.ScheduledInterval.intervalStart() that exposes a bug.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add test for Bridge._updateORAddresses() with invalid addresses.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add test for Bridge.setStatus() that exposes a bug.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add two new doctests to Dist.uniformMap().
isis at torproject.org
- [tor-commits] [bridgedb/master] Add two tests for getBridgeLine() and _constructBridgeLine() for IPv6.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add unittest for str(Bridge) without fingerprint or nickname.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add unittests for altered extrainfo descriptors.
isis at torproject.org
- [tor-commits] [bridgedb/master] Add unittests for Bridge.updateFrom*(ignoreNetworkstatus=True).
isis at torproject.org
- [tor-commits] [bridgedb/master] Add unittests for excluding PTs with missing/incorrect arguments.
isis at torproject.org
- [tor-commits] [bridgedb/master] Change default Makefile directive.
isis at torproject.org
- [tor-commits] [bridgedb/master] Change Dist.uniformMap() to return IPv4 /16s, not /24s.
isis at torproject.org
- [tor-commits] [bridgedb/master] Change Dist.uniformMap() to return proper CIDR subnet notations.
isis at torproject.org
- [tor-commits] [bridgedb/master] Change Dist.uniformMap() to truncated IPv6 addresses to their /32.
isis at torproject.org
- [tor-commits] [bridgedb/master] Change to new URL for check.tpo TorBulkExitList.py script.
isis at torproject.org
- [tor-commits] [bridgedb/master] Decrease insane ammounts of logging for adding proxies to ProxySet.
isis at torproject.org
- [tor-commits] [bridgedb/master] Decrease the time spent in deduplicate() benchmarks.
isis at torproject.org
- [tor-commits] [bridgedb/master] Document countryCode parameter for IPBasedDistributor.getBridgesForIP().
isis at torproject.org
- [tor-commits] [bridgedb/master] Document descriptor parameter in Bridge.updateFromNetworkStatus().
isis at torproject.org
- [tor-commits] [bridgedb/master] Don't log special/private attributes when logging changed configuration.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix bug in b.s.ScheduledInterval.intervalStart().
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix bug in Bridge.setStatus(stable=True).
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix bug in Levenshtein fuzzy matching for EMAIL_BLACKLIST.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix bug in proxy.loadProxiesFromFile().
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix docs for BridgeBackwardsCompatibility.getConfigLine() request param.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix documentation for `key` parameter in IPBasedDistributor.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix duplicated unittest.TestCase method name in test_bridges.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix incorrect docstring for coutryCode parameter in getBridgesForIP().
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix log statement parameter for Stem descriptor class names.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix missing random module import to bridgedb.test.util.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix typo in comment in bridgedb.configure found by Robert Ransom.
isis at torproject.org
- [tor-commits] [bridgedb/master] Fix whitespace identation for Sphinx docstrings in bridgedb.Bridges.
isis at torproject.org
- [tor-commits] [bridgedb/master] Ignore networkstatus documents (mostly), if configured to do so.
isis at torproject.org
- [tor-commits] [bridgedb/master] Improve documentation for b.bridgerequest.BridgeRequestBase attributes.
isis at torproject.org
- [tor-commits] [bridgedb/master] Improve documentation of Dist.uniformMap().
isis at torproject.org
- [tor-commits] [bridgedb/master] Log when canonicalFromSMTP doesn't match canonicalFromEmail.
isis at torproject.org
- [tor-commits] [bridgedb/master] Log when we treat a client differently because they are using Tor.
isis at torproject.org
- [tor-commits] [bridgedb/master] Log which PROXY_LIST_FILES we load at startup.
isis at torproject.org
- [tor-commits] [bridgedb/master] Make a note in README.rst that we have to install libjpeg.dev.
isis at torproject.org
- [tor-commits] [bridgedb/master] Make which pluggable transports are distributed easily configurable.
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/12504-config-pts' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/12504-config-pts' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/12505-5418-remove-old-block-code' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/13202-missing-pt-args' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/15464-ci-directives_r1' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/15522-ipv6-enumeration' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/15866-broken-bridgeauth' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/1839-rotation-periods' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'fix/4771-log-tor-exits_r1' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'hotfix/0.3.1-9385-levenshtein-distance' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'master' into develop
isis at torproject.org
- [tor-commits] [bridgedb/master] Merge branch 'release-0.3.2'
isis at torproject.org
- [tor-commits] [bridgedb/master] Move N_IP_CLUSTERS into the HTTPS distributor-specific settings.
isis at torproject.org
- [tor-commits] [bridgedb/master] Move unittest utility functions for generating random IP addresses.
isis at torproject.org
- [tor-commits] [bridgedb/master] PEP8 and Sphinx documentation fixes for bridgedb.geo.getCountryCode().
isis at torproject.org
- [tor-commits] [bridgedb/master] PEP8 some whitespace fixes in bridgedb.Storage module.
isis at torproject.org
- [tor-commits] [bridgedb/master] PEP8 whitespace fix for one line in Dist.py.
isis at torproject.org
- [tor-commits] [bridgedb/master] Print each log line from get-tor-exits to it's own line in our log.
isis at torproject.org
- [tor-commits] [bridgedb/master] Refactor b.p.descriptors.deduplicate() to improve benchmark results.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove all remnants of #5027/#5418 bridge block parser code.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove bridgedb.Storage.openOrConvertDatabase().
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove duplicate Bridge.Flags.update() during descriptor parsing.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove duplicate doctest runs for some modules.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove pygpgme from the list of Python modules mocked in Sphinx builds.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove the insanely chatty log messages about miscalculated hashrings.
isis at torproject.org
- [tor-commits] [bridgedb/master] Remove use of logSafely() for area in getBridgesForIP().
isis at torproject.org
- [tor-commits] [bridgedb/master] Rewrite `python setyp.py test` code to run Trial tests only.
isis at torproject.org
- [tor-commits] [bridgedb/master] Serve Tor clients a more restricted set of bridges per period.
isis at torproject.org
- [tor-commits] [bridgedb/master] Straight up reject EMAIL_BLACKLIST addresses without further processing.
isis at torproject.org
- [tor-commits] [bridgedb/master] Switch `count` and `period` parameter order in bridgedb.schedule.
isis at torproject.org
- [tor-commits] [bridgedb/master] Update CHANGELOG for bridgedb-0.3.2.
isis at torproject.org
- [tor-commits] [bridgedb/master] Update CHANGELOG for BridgeDB-0.3.2.
isis at torproject.org
- [tor-commits] [check/master] Turn off descriptor validation
arlo at torproject.org
- [tor-commits] [check/master] Update favicon / title with check result
arlo at torproject.org
- [tor-commits] [check/master] Use stem==1.4.1
arlo at torproject.org
- [tor-commits] [doctor/master] Disable bwauth notifications for tor26
atagar at torproject.org
- [tor-commits] [doctor/master] maatuska has resumed its bandwidth auth
atagar at torproject.org
- [tor-commits] [flashproxy/master] Make the badge XCF nicer.
dcf at torproject.org
- [tor-commits] [flashproxy/master] Regen badge graphics.
dcf at torproject.org
- [tor-commits] [gitian-builder/tor-browser-builder-3] Default back to lxc-start, with option for lxc-execute
mikeperry at torproject.org
- [tor-commits] [gitian-builder/tor-browser-builder-3] Fix issue #63: use lxc-execute instead of lxc-start
mikeperry at torproject.org
- [tor-commits] [globe/master] Adding information about what port globe runs on via vagrant.
isis at torproject.org
- [tor-commits] [globe/master] Bump Globe version in package.json to 0.4.9.
isis at torproject.org
- [tor-commits] [globe/master] Cleaning up a lot of the readme spacing so the file is more legible.
isis at torproject.org
- [tor-commits] [globe/master] Fix links to gitweb copy of README on index.html.
isis at torproject.org
- [tor-commits] [globe/master] Fix switch bandwidith graph labels for read/written bytes.
isis at torproject.org
- [tor-commits] [globe/master] globe -> Globe
isis at torproject.org
- [tor-commits] [globe/master] Merge branch 'trac-13084'
isis at torproject.org
- [tor-commits] [globe/master] Merge branch 'trac-15451'
isis at torproject.org
- [tor-commits] [globe/master] Merge remote-tracking branch 'rdegges/readme-cleanup'
isis at torproject.org
- [tor-commits] [globe/master] Minor fixes to space.
isis at torproject.org
- [tor-commits] [globe/master] Moving the License section to the bottom.
isis at torproject.org
- [tor-commits] [globe/master] Remove advertised bandwidth fraction graph.
isis at torproject.org
- [tor-commits] [globe/master] Updating links (using nice markdown style and fixing old links).
isis at torproject.org
- [tor-commits] [globe/master] Updating section titles to be consistent with titlecasing.
isis at torproject.org
- [tor-commits] [globe/master] Updating syntax slightly to be consistent.
isis at torproject.org
- [tor-commits] [globe/master] Using Markdown to display the Globe logo.
isis at torproject.org
- [tor-commits] [meek/master] Don't close subprocess stdin in terminateprocess-buffer.
dcf at torproject.org
- [tor-commits] [metrics-db/master] Avoid duplicates when storing bridge descriptors.
karsten at torproject.org
- [tor-commits] [metrics-db/master] Clarify TIMEOUT field in Torperf data format.
karsten at torproject.org
- [tor-commits] [metrics-db/master] Rewrite documentation.
karsten at torproject.org
- [tor-commits] [metrics-db/master] Update to even newer metrics-lib.
karsten at torproject.org
- [tor-commits] [metrics-db/master] Update to latest metrics-lib.
karsten at torproject.org
- [tor-commits] [metrics-lib/master] Accept extra-info-digest lines with additional digests.
karsten at torproject.org
- [tor-commits] [metrics-lib/master] Add descriptor source to fetch descriptors from CollecTor.
karsten at torproject.org
- [tor-commits] [metrics-lib/master] Handle unrecognized crypto blocks in server descriptors.
karsten at torproject.org
- [tor-commits] [metrics-lib/master] Rename method while it's not in wide use.
karsten at torproject.org
- [tor-commits] [metrics-lib/master] Update copyright to 2015.
karsten at torproject.org
- [tor-commits] [metrics-web/master] Add link to raw Torperf data.
karsten at torproject.org
- [tor-commits] [metrics-web/master] Update to latest metrics-lib.
karsten at torproject.org
- [tor-commits] [nyx/master] Basic deduplication unit tests
atagar at torproject.org
- [tor-commits] [nyx/master] Change days_since() to day_count()
atagar at torproject.org
- [tor-commits] [nyx/master] Check for quote types in test
atagar at torproject.org
- [tor-commits] [nyx/master] Don't clear log when re-attaching to tor
atagar at torproject.org
- [tor-commits] [nyx/master] Don't provide dates when writing logs to files
atagar at torproject.org
- [tor-commits] [nyx/master] Drop advise that we run as tor's user
atagar at torproject.org
- [tor-commits] [nyx/master] Drop deduplicated_log attribute
atagar at torproject.org
- [tor-commits] [nyx/master] Drop features.log.showDateDividers
atagar at torproject.org
- [tor-commits] [nyx/master] Drop log panel's is_duplicate() helper
atagar at torproject.org
- [tor-commits] [nyx/master] Drop log panel's state listener
atagar at torproject.org
- [tor-commits] [nyx/master] Drop log panel lock
atagar at torproject.org
- [tor-commits] [nyx/master] Dropping features.log.entryDuration
atagar at torproject.org
- [tor-commits] [nyx/master] Finish making log panel attributes private
atagar at torproject.org
- [tor-commits] [nyx/master] Finish rewriting the log panel
atagar at torproject.org
- [tor-commits] [nyx/master] Fix menu's 'exit' option
atagar at torproject.org
- [tor-commits] [nyx/master] Fix nyx log message deduplication
atagar at torproject.org
- [tor-commits] [nyx/master] Function for drawing a log message
atagar at torproject.org
- [tor-commits] [nyx/master] Have LogGroup's add() accept LogEntries
atagar at torproject.org
- [tor-commits] [nyx/master] Helper for getting curses attribute code
atagar at torproject.org
- [tor-commits] [nyx/master] Move deduplication to log util
atagar at torproject.org
- [tor-commits] [nyx/master] Move log_file_path() to util
atagar at torproject.org
- [tor-commits] [nyx/master] Move log colors to config
atagar at torproject.org
- [tor-commits] [nyx/master] Move LogEntry to log util
atagar at torproject.org
- [tor-commits] [nyx/master] Move log util tests to their own module
atagar at torproject.org
- [tor-commits] [nyx/master] Move tor event configuration to util
atagar at torproject.org
- [tor-commits] [nyx/master] Overhaul daybreak handling
atagar at torproject.org
- [tor-commits] [nyx/master] Pretend log file entries are from the currnet year
atagar at torproject.org
- [tor-commits] [nyx/master] read_tor_log() for reading tor log files
atagar at torproject.org
- [tor-commits] [nyx/master] Register stem/nyx events from before curses starts
atagar at torproject.org
- [tor-commits] [nyx/master] Revise days_since() to behave more intuitively
atagar at torproject.org
- [tor-commits] [nyx/master] Revise log panel's filter handling
atagar at torproject.org
- [tor-commits] [nyx/master] Revise outputing logs to a file
atagar at torproject.org
- [tor-commits] [nyx/master] Revise popup dialogs to use 'with'
atagar at torproject.org
- [tor-commits] [nyx/master] Rewrite log panel
atagar at torproject.org
- [tor-commits] [nyx/master] Rewrite log panel's draw function
atagar at torproject.org
- [tor-commits] [nyx/master] Rewrite log panel title handling
atagar at torproject.org
- [tor-commits] [nyx/master] Rewritten, more performant log deduplication
atagar at torproject.org
- [tor-commits] [nyx/master] Standardize on allowing multiple styling attributes
atagar at torproject.org
- [tor-commits] [nyx/master] Take advantage of stem.util.system.tail()
atagar at torproject.org
- [tor-commits] [nyx/master] Use 'with' for log panel locking
atagar at torproject.org
- [tor-commits] [nyx/master] Use @lru_cache for common log messages
atagar at torproject.org
- [tor-commits] [nyx/master] Use absolute names for nyx.util.log functions
atagar at torproject.org
- [tor-commits] [obfs4/master] Fix doc comment for log.Debugf.
yawning at torproject.org
- [tor-commits] [onionoo/master] Avoid name clash with metrics-lib.
karsten at torproject.org
- [tor-commits] [onionoo/master] Update to even newer metrics-lib.
karsten at torproject.org
- [tor-commits] [onionoo/master] Update to latest metrics-lib.
karsten at torproject.org
- [tor-commits] [ooni-probe/master] Add ProcessDone error string
art at torproject.org
- [tor-commits] [ooni-probe/master] Add ProcessTest template and example of it's usage
art at torproject.org
- [tor-commits] [ooni-probe/master] Add supported pip Twisted versions explicitly
art at torproject.org
- [tor-commits] [ooni-probe/master] Add support for specifying a timeout after which to close the process
art at torproject.org
- [tor-commits] [ooni-probe/master] Delete unneeded files and reorganise existing files
art at torproject.org
- [tor-commits] [ooni-probe/master] Documentation fixes
art at torproject.org
- [tor-commits] [ooni-probe/master] Documentation related fixes
art at torproject.org
- [tor-commits] [ooni-probe/master] Fix typo in tutorial
art at torproject.org
- [tor-commits] [ooni-probe/master] Fix underlines
art at torproject.org
- [tor-commits] [ooni-probe/master] flesh out tcp scan tutorial
art at torproject.org
- [tor-commits] [ooni-probe/master] Merge pull request #382 from TheTorProject/feature/third-party-template
art at torproject.org
- [tor-commits] [ooni-probe/master] Merge pull request #385 from TheTorProject/fix/cleanup
art at torproject.org
- [tor-commits] [ooni-probe/master] Merge pull request #390 from anadahz/fix/requirements
art at torproject.org
- [tor-commits] [ooni-probe/master] Merge pull request #391 from 0xPoly/docs
art at torproject.org
- [tor-commits] [ooni-probe/master] Merge pull request #392 from 0xPoly/tcp-tutorial
art at torproject.org
- [tor-commits] [ooni-probe/master] oonib is actually ooni-backend
art at torproject.org
- [tor-commits] [ooni-probe/master] tweaked writing tests docs
art at torproject.org
- [tor-commits] [ooni-probe/master] Update docs
art at torproject.org
- [tor-commits] [ooni-probe/master] Update docs
art at torproject.org
- [tor-commits] [ooni-probe/master] Update HACKING document
art at torproject.org
- [tor-commits] [ooni-probe/master] Update README to mention the requirements explicitly
art at torproject.org
- [tor-commits] [ooni-probe/master] Use the read the docs theme for sphinx
art at torproject.org
- [tor-commits] [stem/master] 'extra-info-digest line had an invalid value' from additions in proposal 228
atagar at torproject.org
- [tor-commits] [stem/master] Add ADD_ONION, DEL_ONION, and HSPOST to tor-prompt
atagar at torproject.org
- [tor-commits] [stem/master] Add bitcoin to list of recognized ports
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorial example for tutorial The Little Relay That Could
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorial examples
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorial for tutorial Mirror Mirror on the Wall
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorial for tutorial Over the River and Through the Wood
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorial for tutorial Tortoise and the Hare
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutorials for tutorial To Russia With Love
atagar at torproject.org
- [tor-commits] [stem/master] Added downloadable tutotial for tutorial East of the Sun & West of the Moon
atagar at torproject.org
- [tor-commits] [stem/master] Added style.css which overwrites basic.css
atagar at torproject.org
- [tor-commits] [stem/master] Add ephemeral hidden services to our tutorials
atagar at torproject.org
- [tor-commits] [stem/master] Add OSX to our download page
atagar at torproject.org
- [tor-commits] [stem/master] Avoid circular import error for the controller
atagar at torproject.org
- [tor-commits] [stem/master] Clarify instructions for Arch Linux
atagar at torproject.org
- [tor-commits] [stem/master] Clarify instructions for FreeBSD
atagar at torproject.org
- [tor-commits] [stem/master] Connecting to both 9051 and 9151 by default
atagar at torproject.org
- [tor-commits] [stem/master] Descriptors couldn't be pickled
atagar at torproject.org
- [tor-commits] [stem/master] Descriptor tutorial section for 'Where do descriptors come from?'
atagar at torproject.org
- [tor-commits] [stem/master] Discuss descriptor validation in the tutorials
atagar at torproject.org
- [tor-commits] [stem/master] Doc example unit tests used relative paths
atagar at torproject.org
- [tor-commits] [stem/master] Downloadable tutorial examples
atagar at torproject.org
- [tor-commits] [stem/master] Drop debugging print statement
atagar at torproject.org
- [tor-commits] [stem/master] Drop download link from tutorials
atagar at torproject.org
- [tor-commits] [stem/master] Drop incomplete hidden service test
atagar at torproject.org
- [tor-commits] [stem/master] Ephemeral hidden services and tutorial
atagar at torproject.org
- [tor-commits] [stem/master] Errors when parsing router status entry's 'w' lines
atagar at torproject.org
- [tor-commits] [stem/master] Explain hidden service descriptors in the tutorial
atagar at torproject.org
- [tor-commits] [stem/master] Fix unpickling for python3
atagar at torproject.org
- [tor-commits] [stem/master] Include HS_DESC attributes added for HSPOST
atagar at torproject.org
- [tor-commits] [stem/master] Include release dates at the top of the changelog page
atagar at torproject.org
- [tor-commits] [stem/master] Integ tests resulted in a unnecessary build directory
atagar at torproject.org
- [tor-commits] [stem/master] IPv6 addresses could trigger errors in several methods and classes
atagar at torproject.org
- [tor-commits] [stem/master] Link to Jordan Wright's consensus chart from our API docs
atagar at torproject.org
- [tor-commits] [stem/master] Major Python 3 performance improvement when reading from control port
atagar at torproject.org
- [tor-commits] [stem/master] Make our To Russia With Love tutorial less error prone
atagar at torproject.org
- [tor-commits] [stem/master] Make revised tutorial tests run under python3
atagar at torproject.org
- [tor-commits] [stem/master] Merge version 1.4.1 hotfix
atagar at torproject.org
- [tor-commits] [stem/master] Minor revisions for python3 performance improvement
atagar at torproject.org
- [tor-commits] [stem/master] Missing assertion for test_using_ephemeral_hidden_services
atagar at torproject.org
- [tor-commits] [stem/master] Nicer intro for the hidden service tutorial
atagar at torproject.org
- [tor-commits] [stem/master] Note that Sphinx 1.3 is required in the FAQ
atagar at torproject.org
- [tor-commits] [stem/master] Optionally wait for publication when creating HS
atagar at torproject.org
- [tor-commits] [stem/master] Option for LogBuffer to provide log records
atagar at torproject.org
- [tor-commits] [stem/master] Read python scripts from docs/_static/example directory for tutorial tests
atagar at torproject.org
- [tor-commits] [stem/master] Shorten setup.py description and drop provides clause
atagar at torproject.org
- [tor-commits] [stem/master] Simplify setup.py
atagar at torproject.org
- [tor-commits] [stem/master] Skip port validity for Controller.from_port() with the default
atagar at torproject.org
- [tor-commits] [stem/master] Stem release 1.4.0
atagar at torproject.org
- [tor-commits] [stem/master] Stem release 1.4.1
atagar at torproject.org
- [tor-commits] [stem/master] Stop waiting for HS publication when it fails
atagar at torproject.org
- [tor-commits] [stem/master] Support for ephemeral hidden services
atagar at torproject.org
- [tor-commits] [stem/master] Support for NETWORK_LIVENESS events
atagar at torproject.org
- [tor-commits] [stem/master] test_event_handling failed with python 2.6
atagar at torproject.org
- [tor-commits] [stem/master] Test against tutorial examples
atagar at torproject.org
- [tor-commits] [stem/master] Tutorial for custom circuits
atagar at torproject.org
- [tor-commits] [stem/master] Use full tor path for pidof integ test
atagar at torproject.org
- [tor-commits] [stem/master] Use python3 print statements for tutorial examples
atagar at torproject.org
- [tor-commits] [stem/master] Version checks for new hidden service features
atagar at torproject.org
- [tor-commits] [tor-browser-bundle/master] Add changelog entry and bump versions for 4.5.1.
mikeperry at torproject.org
- [tor-commits] [tor-browser-bundle/master] Bug 15945: Disable NoScript's ClearClick protection for now.
mikeperry at torproject.org
- [tor-commits] [tor-browser-bundle/master] Bug 16083: Update comment in start-tor-browser
gk at torproject.org
- [tor-commits] [tor-browser-bundle/master] Changelog update; version bump for 5.0a1
gk at torproject.org
- [tor-commits] [tor-browser-bundle/master] Update meek to 0.18.
gk at torproject.org
- [tor-commits] [tor-browser-bundle/master] Update update-responses for 4.5.1.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] [Citation needed].
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Add a scriptlet to relocate the sha256sum files.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Add bibliography and citations.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Add compiled PDF for HTTP3 position paper.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Address Georg's first round of comments.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Add W3C-DNT position paper.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Add W3C-Identity Position Paper.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] All your spells are checked to us!
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Another round of cleanups.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Clarify GamePad API and Local Network defenses.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Clarify that we believe our list of general defenses to be complete.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Clarify the identifier unlinkability section.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Cleanups and fixes.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Comit befour dooing speel chek.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Describe user behavior as a fingerprinting source.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Full spell check.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Improve fingerprinting sources intro.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Inital LaTex import of Georg's sections.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Make all list headers bold.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] minor fixes
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Minor fixes and clarifications
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] More fingerprinting defense updates.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Phrasing improvements.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Remove mention of third party cache isolation.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Separate general fingerprinting defesnes from randomiation discussion.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Some structural improvements to the fingerprinting section.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Typo fixes
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Update 'General Fingerprinting Defenses' with some ideas.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Update date.
mikeperry at torproject.org
- [tor-commits] [tor-browser-spec/master] Updating the fingerprinting section
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] Bug 15857: Fix file descriptor leak in updater.
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! Bug #15502. Isolate blob URLs to first party; no blobURLs in Web Workers
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! Bug #15502. Isolate blob URLs to first party; no blobURLs in Web Workers
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! Bug #3455.1: Allow proxy settings to be set per URL bar domain.
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! Bug #3455.2. Allow RFC1929 authentication (username/password) to SOCKS servers.
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! Bug #5742: API allows you to get the url bar URI for a channel or nsIDocument.
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] Merge remote-tracking branch 'arthur/15899' into tor-browser-31.6.0esr-4.5-1
mikeperry at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.7.0esr-4.5-1] Bug 16026: Fix crash in GStreamer
gk at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.7.0esr-4.5-1] fixup! Bug 10280: Don't load any plugins into the address space.
gk at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.7.0esr-5.0-1] Bug 16026: Fix crash in GStreamer
gk at torproject.org
- [tor-commits] [tor-browser/tor-browser-31.7.0esr-5.0-1] fixup! Bug 10280: Don't load any plugins into the address space.
gk at torproject.org
- [tor-commits] [tor-cloud/master] Put footer back.
karsten at torproject.org
- [tor-commits] [tor-cloud/master] Replace website with discontinuation notice.
karsten at torproject.org
- [tor-commits] [tor-launcher/master] Update translations.
mikeperry at torproject.org
- [tor-commits] [tor-messenger-build/master] Add cert_override entry for riseup.net's onion domain
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Add libssp-0.dll in Windows builds
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Add locale string for options.domain (usernameSplits)
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Add mozilla patch to fix mingw-w64 build
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Add patch for usernameSplits in xmpp.js
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Force set the resource to "Instantbird"
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Improve the patch for #13855 (known onions for XMPP servers)
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Improve the patch for #13855 (known onions for XMPP servers)
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] instantbird: add comm-central patch to fix bug 1150967
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] instantbird: add patch to fix bug 1133689
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] instantbird: use the THUNDERBIRD_38_0b4_RELEASE tag
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Merge branch 'master' of git-rw.torproject.org:tor-messenger-build
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Merge branch 'master' of git-rw.torproject.org:tor-messenger-build
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] mozilla: switch to release branch
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] mozilla: use the esr38 branch
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Remove xmpp.patch (#15149, #15162)
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Rename libotr-5.dll to otr.dll
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Update branding with new logo
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Update cert_override.txt with jabber.ccc.de HS address
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Update patches for XMPP known servers
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Update rbm: add support for mercurial repositories
boklm at torproject.org
- [tor-commits] [tor-messenger-build/master] Update the Tor Launcher logo for Tor Messenger
sukhbir at torproject.org
- [tor-commits] [tor-messenger-build/master] Use onion addresses for known XMPP servers (#13855)
sukhbir at torproject.org
- [tor-commits] [tor-ramdisk/master] build.sh: fix ntpd build.
blueness at torproject.org
- [tor-commits] [tor-ramdisk/master] Bump tor, busybox and kernel for amd64 and x86
blueness at torproject.org
- [tor-commits] [tor-ramdisk/master] config/kernel: turn off IPV6
blueness at torproject.org
- [tor-commits] [tor/maint-0.2.5] Fix out-of-bounds read in INTRODUCE2 client auth
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.5] Merge branch 'bug15823_025' into maint-0.2.5
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Bump maint-0.2.6 to 0.2.6.8
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Fix --enable-systemd builds on systems with libsystemd but not systemd
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Fix out-of-bounds read in INTRODUCE2 client auth
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Fix sandbox use with systemd. bug 16212.
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Fix unit tests on MSVC2013.
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Merge branch 'bug15823_025' into maint-0.2.5
nickm at torproject.org
- [tor-commits] [tor/maint-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
nickm at torproject.org
- [tor-commits] [tor/master] # This is a combination of 2 commits.
nickm at torproject.org
- [tor-commits] [tor/master] 19:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ; _;
nickm at torproject.org
- [tor-commits] [tor/master] Add "+HSPOST" and related "HS_DESC" event flags to the controller.
nickm at torproject.org
- [tor-commits] [tor/master] Add "HiddenServiceMaxStreams" as a per-HS tunable.
nickm at torproject.org
- [tor-commits] [tor/master] Add a .dummy file in the changes directory to stop git from removing it
nickm at torproject.org
- [tor-commits] [tor/master] Add assertions to crypto_dh_dup()
nickm at torproject.org
- [tor-commits] [tor/master] Add collation/splitting support to sortChanges script
nickm at torproject.org
- [tor-commits] [tor/master] Add GETINFO network-liveness to control protocol
nickm at torproject.org
- [tor-commits] [tor/master] Add missing descriptor ID to HS_DESC control event
nickm at torproject.org
- [tor-commits] [tor/master] Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.
nickm at torproject.org
- [tor-commits] [tor/master] Add trunnel-generated items for link handshake code.
nickm at torproject.org
- [tor-commits] [tor/master] Another memory leak bytes the dust.
nickm at torproject.org
- [tor-commits] [tor/master] Another test_hs leak. CID 1301383.
nickm at torproject.org
- [tor-commits] [tor/master] Attempt to fix keypinning on Windows
nickm at torproject.org
- [tor-commits] [tor/master] Avoid dereferencing null on unit test failure for link handshakes.
nickm at torproject.org
- [tor-commits] [tor/master] Avoid double-free on rend_add_service() failure
nickm at torproject.org
- [tor-commits] [tor/master] Bug 12498 needs a changes file.
nickm at torproject.org
- [tor-commits] [tor/master] Bump maint-0.2.6 to 0.2.6.8
nickm at torproject.org
- [tor-commits] [tor/master] Bump version to 0.2.7.1-alpha-dev
nickm at torproject.org
- [tor-commits] [tor/master] Bump version to 0.2.7.1-alpha. (This is not the release yet.)
nickm at torproject.org
- [tor-commits] [tor/master] Changes file for ticket 15358
nickm at torproject.org
- [tor-commits] [tor/master] Checkpoint some work on voting on ed25519 identities
nickm at torproject.org
- [tor-commits] [tor/master] comment patch from dgoulet that was in my inbox too long
nickm at torproject.org
- [tor-commits] [tor/master] Document some ed25519 key options
nickm at torproject.org
- [tor-commits] [tor/master] Do not allocate our ed-link crosscert till after tls ctx
nickm at torproject.org
- [tor-commits] [tor/master] Drop support for OpenSSLs without AES_CTR
nickm at torproject.org
- [tor-commits] [tor/master] Enforce more correspondence between ri and ei
nickm at torproject.org
- [tor-commits] [tor/master] ERR_remove_state() is deprecated since OpenSSL 1.0.0.
nickm at torproject.org
- [tor-commits] [tor/master] Fix --enable-systemd builds on systems with libsystemd but not systemd
nickm at torproject.org
- [tor-commits] [tor/master] Fix: init HSDirs list in rend_data_service_create
nickm at torproject.org
- [tor-commits] [tor/master] Fix a bug in earlier torcert fix, fix another.
nickm at torproject.org
- [tor-commits] [tor/master] Fix a bug in format_changelog, in a silly way
nickm at torproject.org
- [tor-commits] [tor/master] Fix a bug when we fail to read a cert from a file.
nickm at torproject.org
- [tor-commits] [tor/master] FIx a couple of mistypes.
nickm at torproject.org
- [tor-commits] [tor/master] Fix a few more memory leaks; not in any released Tor
nickm at torproject.org
- [tor-commits] [tor/master] Fix a harmless memory leak in tor-gencert
nickm at torproject.org
- [tor-commits] [tor/master] Fix another int-to-ptr cast.
nickm at torproject.org
- [tor-commits] [tor/master] Fix a sizeof(ptr) mistake in test-memwipe.c
nickm at torproject.org
- [tor-commits] [tor/master] Fix a warning from the clangalyzer.
nickm at torproject.org
- [tor-commits] [tor/master] Fix crash on HUP with mixed ephemeral services
nickm at torproject.org
- [tor-commits] [tor/master] Fix leak-on-test-failure in test_routerkeys.c
nickm at torproject.org
- [tor-commits] [tor/master] Fix memory leak in test_routerkeys
nickm at torproject.org
- [tor-commits] [tor/master] fix memory leak on bad ns convote. CID 1301371.
nickm at torproject.org
- [tor-commits] [tor/master] Fix memory leak on failure to generate EI. CID 1301370.
nickm at torproject.org
- [tor-commits] [tor/master] Fix memory leaks in test_link_handshake.c
nickm at torproject.org
- [tor-commits] [tor/master] Fix null dereference on key setup error.
nickm at torproject.org
- [tor-commits] [tor/master] Fix out-of-bounds read in INTRODUCE2 client auth
nickm at torproject.org
- [tor-commits] [tor/master] Fix rend_config_services() indentation
nickm at torproject.org
- [tor-commits] [tor/master] Fix return-type gcc warning
nickm at torproject.org
- [tor-commits] [tor/master] Fix sandbox use with systemd. bug 16212.
nickm at torproject.org
- [tor-commits] [tor/master] Fix segfault in HSPOST command introduce with feature #3523
nickm at torproject.org
- [tor-commits] [tor/master] Fix some compilation warnings
nickm at torproject.org
- [tor-commits] [tor/master] Fix the position-check for ed25519 certs to work with annotations
nickm at torproject.org
- [tor-commits] [tor/master] Fix unit tests on MSVC2013.
nickm at torproject.org
- [tor-commits] [tor/master] Fix whitespace from tor_x509_cert rename
nickm at torproject.org
- [tor-commits] [tor/master] fwd-port 0.2.6.8 changelog
nickm at torproject.org
- [tor-commits] [tor/master] Generate error ASAP if building with too-old openssl
nickm at torproject.org
- [tor-commits] [tor/master] Generate weird certificates correctly
nickm at torproject.org
- [tor-commits] [tor/master] Implement ed25519-signed descriptors
nickm at torproject.org
- [tor-commits] [tor/master] Implement ed25519 identity collation for voting.
nickm at torproject.org
- [tor-commits] [tor/master] Implement EVENT_NETWORK_LIVENESS
nickm at torproject.org
- [tor-commits] [tor/master] Implement proposal 228: cross-certification with onion keys
nickm at torproject.org
- [tor-commits] [tor/master] Implement proposal 228: cross-certification with onion keys
nickm at torproject.org
- [tor-commits] [tor/master] Impose an upper limit on threads per threadpool.
nickm at torproject.org
- [tor-commits] [tor/master] Include ed25519 keys in microdescriptors.
nickm at torproject.org
- [tor-commits] [tor/master] Intro blurb for 0.2.7.1-alpha
nickm at torproject.org
- [tor-commits] [tor/master] Key-pinning back-end for directory authorities.
nickm at torproject.org
- [tor-commits] [tor/master] Make `GETINFO hs/client/desc/id/<identifier>` actually work (#14845).
nickm at torproject.org
- [tor-commits] [tor/master] Mechanical rename: tor_cert_t -> tor_x509_cert_t
nickm at torproject.org
- [tor-commits] [tor/master] Memory leak in test_hs_rend_data
nickm at torproject.org
- [tor-commits] [tor/master] Memory leak in tor_cert_parse. CID 1301382.
nickm at torproject.org
- [tor-commits] [tor/master] Memory leak in tor_cert_parse. CID gi1301381
nickm at torproject.org
- [tor-commits] [tor/master] Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch '12498_ed25519_keys_v6'
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch 'bug15823_025' into maint-0.2.5
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch 'bug15880_027_03'
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch 'bug16034_no_more_openssl_098_squashed'
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch 'feature3523_027'
nickm at torproject.org
- [tor-commits] [tor/master] Merge branch 'writing_tests'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'andrea/ticket15358_squashed_2'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/bug16021_027_01'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.5'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.6'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.6'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.6'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.6'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'public/bug15821_025'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'special/bug16060'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'yawning/bug16052a_027'
nickm at torproject.org
- [tor-commits] [tor/master] Merge remote-tracking branch 'yawning/ticket16140'
nickm at torproject.org
- [tor-commits] [tor/master] more generic scan-build script
nickm at torproject.org
- [tor-commits] [tor/master] move "version" declaration to avoid "set but not used" warnings
nickm at torproject.org
- [tor-commits] [tor/master] Note some functions that should move or be merged
nickm at torproject.org
- [tor-commits] [tor/master] Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
nickm at torproject.org
- [tor-commits] [tor/master] Only load master ed25519 secret keys when we absolutely must.
nickm at torproject.org
- [tor-commits] [tor/master] prop220: Implement certificates and key storage/creation
nickm at torproject.org
- [tor-commits] [tor/master] Re-sort and flow the changelog. Add new entry
nickm at torproject.org
- [tor-commits] [tor/master] Refactor code that matches up routers with the same identity in votes
nickm at torproject.org
- [tor-commits] [tor/master] Refactor link handshake cell type implementations to use trunnel
nickm at torproject.org
- [tor-commits] [tor/master] reflow changelog.
nickm at torproject.org
- [tor-commits] [tor/master] Regenerate ed25519 keys when they will expire soon.
nickm at torproject.org
- [tor-commits] [tor/master] Remove code to support OpenSSL 0.9.8
nickm at torproject.org
- [tor-commits] [tor/master] Remove support for OpenSSL without ECC.
nickm at torproject.org
- [tor-commits] [tor/master] Revert "Try using SSL_get_ciphers in place of session->ciphers"
nickm at torproject.org
- [tor-commits] [tor/master] Revert the broken part of 548b4be
nickm at torproject.org
- [tor-commits] [tor/master] Revise makedesc.py: teach it how to emit ed signatures and crosscerts
nickm at torproject.org
- [tor-commits] [tor/master] Sign extrainfo documents with ed25519
nickm at torproject.org
- [tor-commits] [tor/master] Silence two make rules
nickm at torproject.org
- [tor-commits] [tor/master] Small leak in ed_key_init_from_file. CID 1301373
nickm at torproject.org
- [tor-commits] [tor/master] SSL_clear_mode exists; we can use it.
nickm at torproject.org
- [tor-commits] [tor/master] Start testing cell encoders/processers for the v3 handshake.
nickm at torproject.org
- [tor-commits] [tor/master] Stop accessing 'ssl->s3->flags' when we are using openssl 1.1
nickm at torproject.org
- [tor-commits] [tor/master] Stop poking SSL_CTX->comp_methods
nickm at torproject.org
- [tor-commits] [tor/master] Test: add unit test for rend_data_t object and functions
nickm at torproject.org
- [tor-commits] [tor/master] Test: fix HS_DESC to expect descriptor ID
nickm at torproject.org
- [tor-commits] [tor/master] Tests for AUTHENTICATE cell functionality.
nickm at torproject.org
- [tor-commits] [tor/master] There sure are a lot of these in test_hs.c. CID 1301385
nickm at torproject.org
- [tor-commits] [tor/master] Tie key-pinning logic into directory authority operation
nickm at torproject.org
- [tor-commits] [tor/master] tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawning
nickm at torproject.org
- [tor-commits] [tor/master] Try using SSL_get_ciphers in place of session->ciphers
nickm at torproject.org
- [tor-commits] [tor/master] Tweak changelog entries a bit
nickm at torproject.org
- [tor-commits] [tor/master] Tweak changelog more.
nickm at torproject.org
- [tor-commits] [tor/master] Tweak rectify_client_ciphers to work with openssl 1.1
nickm at torproject.org
- [tor-commits] [tor/master] Tweak spelling and word choice in changelog
nickm at torproject.org
- [tor-commits] [tor/master] Update trunnel code.
nickm at torproject.org
- [tor-commits] [tor/master] Use safe_str_client() for service ID in log
nickm at torproject.org
- [tor-commits] [tor/master] Use SSL_CIPHER_find where possible.
nickm at torproject.org
- [tor-commits] [tor/master] Use SSL_CIPHER accessor functions
nickm at torproject.org
- [tor-commits] [tor/master] Use SSL_clear_mode where available.
nickm at torproject.org
- [tor-commits] [tor/master] Use SSL_state() to inspect the state of SSL objects.
nickm at torproject.org
- [tor-commits] [tor/master] Write the outlines of a WritingTests.txt document
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] add backport notes to changelog
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Bump maint-0.2.6 to 0.2.6.8
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] ChangeLog->releasenotes
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Fix out-of-bounds read in INTRODUCE2 client auth
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge branch 'bug15823_025' into maint-0.2.5
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge branch 'maint-0.2.6' into release-0.2.6
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'karsten/geoip6-apr2015' into maint-0.2.4
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.6' into release-0.2.6
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'origin/maint-0.2.6' into release-0.2.6
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Revert "Remove obsolete workaround in dirserv_thinks_router_is_hs_dir()"
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Start a changelog for 0.2.6.8
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Update geoip6 to the April 8 2015 database.
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] Update geoip to the April 8 2015 database.
nickm at torproject.org
- [tor-commits] [tor/release-0.2.6] whoops, note the release date
nickm at torproject.org
- [tor-commits] [torbutton/master] Bug #14429, Part 3. Improve behavior of content window resizer
mikeperry at torproject.org
- [tor-commits] [torbutton/master] Bug 14429: Enable auto-resizing; disable maximization warning.
mikeperry at torproject.org
- [tor-commits] [torbutton/master] Bug 15837: Show descriptions if unchecking custom mode
gk at torproject.org
- [tor-commits] [torbutton/master] Bug 15915: Hide circuit display if it is disabled.
gk at torproject.org
- [tor-commits] [torbutton/master] Bug 15927: Force update of the NoScript UI
gk at torproject.org
- [tor-commits] [torbutton/master] Bug 15984: disabling Torbutton breaks the Add-ons manager
gk at torproject.org
- [tor-commits] [torbutton/master] Translation updates; version bump
gk at torproject.org
- [tor-commits] [torbutton/master] Update changelog and bump version for 1.9.2.3.
mikeperry at torproject.org
- [tor-commits] [torbutton/master] Update translations.
mikeperry at torproject.org
- [tor-commits] [torbutton/master] Version bump
gk at torproject.org
- [tor-commits] [torperf/master] Remove all unused graphing code.
karsten at torproject.org
- [tor-commits] [torperf/master] Update .gitignore.
karsten at torproject.org
- [tor-commits] [torsocks/master] Add automatic per process isolation (IsolatePID)
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Change IsolatePID password from 42 to 0
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Ensure that torsocks initializes itself in the presence of C++.
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Fix: socks5 resolve wasn't sending data correctly
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Fix: wrong label when auth_socks5 fail
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Move SOCKS5 auth in a seperate function
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests.
dgoulet at torproject.org
- [tor-commits] [torsocks/master] Update version to v2.1.0
dgoulet at torproject.org
- [tor-commits] [torspec/master] Add control spec entry for HSPOST, and update HS_DESC events. (#3523)
nickm at torproject.org
- [tor-commits] [torspec/master] Add NETWORK_LIVENESS event type and network-liveness GETINFO key
nickm at torproject.org
- [tor-commits] [torspec/master] Clarify that we can expand NETWORK_LIVENESS in the future
nickm at torproject.org
- [tor-commits] [torspec/master] Fix typos in proposal 224
nickm at torproject.org
- [tor-commits] [torspec/master] HS_DESC's HSAddress can be 'UNKNOWN'
atagar at torproject.org
- [tor-commits] [torspec/master] Remove a needless nonce from secret_input in prop224.
nickm at torproject.org
- [tor-commits] [torspec/master] Revise NETWORK_LIVENESS spec
nickm at torproject.org
- [tor-commits] [translation-tools/master] Added torbutton-aboutdialogdtd, torbutton-aboutdialogdtd_completed,
colin at torproject.org
- [tor-commits] [translation-tools/master] Correcting error in config
colin at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb] Update translations for bridgedb
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed
translation at torproject.org
- [tor-commits] [translation/gettor] Update translations for gettor
translation at torproject.org
- [tor-commits] [translation/gettor] Update translations for gettor
translation at torproject.org
- [tor-commits] [translation/gettor] Update translations for gettor
translation at torproject.org
- [tor-commits] [translation/gettor] Update translations for gettor
translation at torproject.org
- [tor-commits] [translation/gettor] Update translations for gettor
translation at torproject.org
- [tor-commits] [translation/gettor_completed] Update translations for gettor_completed
translation at torproject.org
- [tor-commits] [translation/gettor_completed] Update translations for gettor_completed
translation at torproject.org
- [tor-commits] [translation/gettor_completed] Update translations for gettor_completed
translation at torproject.org
- [tor-commits] [translation/gettor_completed] Update translations for gettor_completed
translation at torproject.org
- [tor-commits] [translation/gettor_completed] Update translations for gettor_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere] Update translations for https_everywhere
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator
translation at torproject.org
- [tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
translation at torproject.org
- [tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
translation at torproject.org
- [tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
translation at torproject.org
- [tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
translation at torproject.org
- [tor-commits] [translation/mat-gui] Update translations for mat-gui
translation at torproject.org
- [tor-commits] [translation/mat-gui] Update translations for mat-gui
translation at torproject.org
- [tor-commits] [translation/mat-gui] Update translations for mat-gui
translation at torproject.org
- [tor-commits] [translation/mat-gui] Update translations for mat-gui
translation at torproject.org
- [tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed
translation at torproject.org
- [tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed
translation at torproject.org
- [tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed
translation at torproject.org
- [tor-commits] [translation/tails-greeter] Update translations for tails-greeter
translation at torproject.org
- [tor-commits] [translation/tails-greeter] Update translations for tails-greeter
translation at torproject.org
- [tor-commits] [translation/tails-greeter] Update translations for tails-greeter
translation at torproject.org
- [tor-commits] [translation/tails-greeter_completed] Update translations for tails-greeter_completed
translation at torproject.org
- [tor-commits] [translation/tails-greeter_completed] Update translations for tails-greeter_completed
translation at torproject.org
- [tor-commits] [translation/tails-iuk] Update translations for tails-iuk
translation at torproject.org
- [tor-commits] [translation/tails-iuk] Update translations for tails-iuk
translation at torproject.org
- [tor-commits] [translation/tails-iuk] Update translations for tails-iuk
translation at torproject.org
- [tor-commits] [translation/tails-iuk] Update translations for tails-iuk
translation at torproject.org
- [tor-commits] [translation/tails-iuk] Update translations for tails-iuk
translation at torproject.org
- [tor-commits] [translation/tails-iuk_completed] Update translations for tails-iuk_completed
translation at torproject.org
- [tor-commits] [translation/tails-iuk_completed] Update translations for tails-iuk_completed
translation at torproject.org
- [tor-commits] [translation/tails-iuk_completed] Update translations for tails-iuk_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc] Update translations for tails-misc
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed
translation at torproject.org
- [tor-commits] [translation/tails-perl5lib] Update translations for tails-perl5lib
translation at torproject.org
- [tor-commits] [translation/tails-perl5lib_completed] Update translations for tails-perl5lib_completed
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed
translation at torproject.org
- [tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed
translation at torproject.org
- [tor-commits] [translation/tor-and-https] Update translations for tor-and-https
translation at torproject.org
- [tor-commits] [translation/tor-and-https] Update translations for tor-and-https
translation at torproject.org
- [tor-commits] [translation/tor-and-https] Update translations for tor-and-https
translation at torproject.org
- [tor-commits] [translation/tor-and-https_completed] Update translations for tor-and-https_completed
translation at torproject.org
- [tor-commits] [translation/tor-and-https_completed] Update translations for tor-and-https_completed
translation at torproject.org
- [tor-commits] [translation/tor-and-https_completed] Update translations for tor-and-https_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress
translation at torproject.org
- [tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress
translation at torproject.org
- [tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed
translation at torproject.org
- [tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties
translation at torproject.org
- [tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties
translation at torproject.org
- [tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation] Update translations for tor_animation
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed
translation at torproject.org
- [tor-commits] [translation/torbirdy] Update translations for torbirdy
translation at torproject.org
- [tor-commits] [translation/torbirdy] Update translations for torbirdy
translation at torproject.org
- [tor-commits] [translation/torbirdy] Update translations for torbirdy
translation at torproject.org
- [tor-commits] [translation/torbirdy_completed] Update translations for torbirdy_completed
translation at torproject.org
- [tor-commits] [translation/torbirdy_completed] Update translations for torbirdy_completed
translation at torproject.org
- [tor-commits] [translation/torbirdy_completed] Update translations for torbirdy_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] pulling translations from transifex
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] pulling translations from transifex
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] pulling translations from transifex
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] pulling translations from transifex
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-branddtd] Update translations for torbutton-branddtd
translation at torproject.org
- [tor-commits] [translation/torbutton-branddtd] Update translations for torbutton-branddtd
translation at torproject.org
- [tor-commits] [translation/torbutton-branddtd] Update translations for torbutton-branddtd
translation at torproject.org
- [tor-commits] [translation/torbutton-branddtd_completed] Update translations for torbutton-branddtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-branddtd_completed] Update translations for torbutton-branddtd_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-brandproperties] Update translations for torbutton-brandproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-brandproperties_completed] Update translations for torbutton-brandproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-browserproperties] Update translations for torbutton-browserproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-browserproperties_completed] Update translations for torbutton-browserproperties_completed
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck] Update translations for torcheck
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed
translation at torproject.org
- [tor-commits] [translation/whisperback] Update translations for whisperback
translation at torproject.org
- [tor-commits] [translation/whisperback] Update translations for whisperback
translation at torproject.org
- [tor-commits] [translation/whisperback] Update translations for whisperback
translation at torproject.org
- [tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed
translation at torproject.org
- [tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed
translation at torproject.org
- [tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed
translation at torproject.org
- [tor-commits] [trunnel/master] It is not necessary to compare "result" to 0 in relay_fail
nickm at torproject.org
- [tor-commits] [user-manual/master] Add screenshots/make changes based on feedback
harmony at torproject.org
- [tor-commits] [webwml/master] Add Executive Admin posting
nickm at torproject.org
- [tor-commits] [webwml/master] Add link to Tor brochures to the Volunteer page.
atagar at torproject.org
- [tor-commits] [webwml/master] bump 0.2.6 version
nickm at torproject.org
- [tor-commits] [webwml/master] Deprecate old Tor Browser versions
gk at torproject.org
- [tor-commits] [webwml/master] download page listed 0.2.5.12 as the latest stable
arma at torproject.org
- [tor-commits] [webwml/master] Drop Tor Cloud from frontpage and project listing
atagar at torproject.org
- [tor-commits] [webwml/master] Fix an unclosed tag
nickm at torproject.org
- [tor-commits] [webwml/master] Fix formatting on post link
nickm at torproject.org
- [tor-commits] [webwml/master] Fix SOCKS instructions link in tor-doc-unix.wml.
sebastian at torproject.org
- [tor-commits] [webwml/master] Fix various listings for early-May transitions
nickm at torproject.org
- [tor-commits] [webwml/master] fix wml
weasel at torproject.org
- [tor-commits] [webwml/master] I'm serving as director, not directory
nickm at torproject.org
- [tor-commits] [webwml/master] List 4.5.1 and 5.0a1 as the latest TBB versions.
mikeperry at torproject.org
- [tor-commits] [webwml/master] mention the open position in the sidenav
arma at torproject.org
- [tor-commits] [webwml/master] Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml
arma at torproject.org
- [tor-commits] [webwml/master] More Tor Browser design doc updates.
mikeperry at torproject.org
- [tor-commits] [webwml/master] One more TBB design doc update..
mikeperry at torproject.org
- [tor-commits] [webwml/master] re-allocate some officer positions
arma at torproject.org
- [tor-commits] [webwml/master] Release 0.2.7.1-alpha
nickm at torproject.org
- [tor-commits] [webwml/master] Remove some torcloud links
sebastian at torproject.org
- [tor-commits] [webwml/master] Removing extra space before '##translation metadata'
sebastian at torproject.org
- [tor-commits] [webwml/master] stop listing a phone number on our press page
arma at torproject.org
- [tor-commits] [webwml/master] TB socks port is 9150
sebastian at torproject.org
- [tor-commits] [webwml/master] try to fix the formatting on the exec admin post
arma at torproject.org
- [tor-commits] [webwml/master] ugh -- what have i done. maybe this will fix it.
arma at torproject.org
- [tor-commits] [webwml/master] Update advanced verification instructions
gk at torproject.org
- [tor-commits] [webwml/master] Update git ignore
atagar at torproject.org
- [tor-commits] [webwml/master] Update RPM page with Fedora 22 info
hiviah at torproject.org
- [tor-commits] [webwml/master] Update Tor Browser design doc.
mikeperry at torproject.org
- [tor-commits] [webwml/master] Update Tor Browser design doc.
mikeperry at torproject.org
- [tor-commits] r26984: {} Add 2015-05-FRISC-Finse. (in projects/presentations: . images)
Linus Nordberg
Last message date:
Sun May 31 11:19:15 UTC 2015
Archived on: Sun May 31 11:19:21 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).