summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Bug 30319: Drop FTE releated bitsbug_30319_v3Georg Koppen2019-05-14
| | | | | | | | | | | | Clean up our LICENSE file as well.
* | | Merge branch 'bug_29641'Georg Koppen2019-05-14
|\ \ \
| * | | Bug 29641: Try to connect over IPv6 if neededbug_29641Georg Koppen2019-05-09
| | | |
* | | | Bug 30503: Don't clean alpha builds in nightly buildsNicolas Vigier2019-05-14
| | | |
* | | | Bumping tor browser branch for 9.0Georg Koppen2019-05-13
| | | |
* | | | Bug 28044: Integrate Tor Launcher into tor-browserKathy Brade2019-05-10
| |/ / |/| | | | | | | | | | | | | | Place the Tor Launcher sources within browser/extension before starting the Firefox build (instead of creating an .xpi which was included during the tor-browser packaging step).
* | | Fold in Changelogs of new releasesGeorg Koppen2019-05-10
| | |
* | | Remove another thirteen defunct default bridges.Philipp Winter2019-05-09
| | | | | | | | | | | | | | | | | | | | | The operator may be able to respawn these bridges from different IP addresses but the VMs no longer exist, so we can safely retire them now. This fixes <https://bugs.torproject.org/30457>.
* | | Remove six defunct default bridges.Philipp Winter2019-05-09
| | | | | | | | | | | | | | | | | | | | | All of these bridges are long gone and have no business still being in Tor Browser. This fixes <https://bugs.torproject.org/30457>.
* | | Bug 30377: Remove selfrando from our build systembug_30377_v2Georg Koppen2019-05-09
| | |
* | | Bug 30448: Create the Debug/Browser/gtk2 directoryNicolas Vigier2019-05-09
| | | | | | | | | | | | | | | At the same time, move the creation of the Debug directory closer to where we use it.
* | | Bug 30448: Strip Browser/gtk2/libmozgtk.soNicolas Vigier2019-05-09
|/ /
* | Bug 30404: Remove Orbot Projectsisbell2019-05-07
| |
* | Merge remote-tracking branch 'gk/bug_29731_v2'Nicolas Vigier2019-05-03
|\ \
| * | Bug 29731: Remove faketime for Windows buildsbug_29731_v2Georg Koppen2019-05-02
| | | | | | | | | | | | | | | | | | | | | We link with `--no-insert-timestamp` when cross-compiling for Windows. This should make using `faketime` obsolete when building tor. It seems Rust does not like faking time and frequently hangs while compiling in that case.
* | | Merge remote-tracking branch 'gk/bug_29307_v7'Nicolas Vigier2019-05-03
|\ \ \
| * | | Bug 29307: Use Stretch for cross-compiling for Windowsbug_29307_v7Georg Koppen2019-04-29
| | | |
| * | | Bug 29319: Remove FTE support for WindowsGeorg Koppen2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to use our new mingw-w64/clang toolchain for our Windows cross-compilation, which requires a newer Wine among other updated components. We need to switch to Debian Stretch for that which is necessary anyway sooner or later given that Jessie is not properly maintained anymore. Updating to Stretch breaks FTE and fixing the breakage seems non-trivial. We therefore remove support for Windows where it existed (there was no 64bit support implemented yet, see: #24195) as it is planned to replace FTE with a new pluggable transport in the near future anyway.
| * | | Revert "Bug 29868: Fix installation of python-future package"Georg Koppen2019-04-29
| | | | | | | | | | | | | | | | This reverts commit f2e272082fc484f211e0539dc177b1948c4b5d68.
* | | | Bug 29045: Ensure that tor does not start up in dormant mode.Kathy Brade2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When operating as a client and there is no network activity for 24 hours, tor 0.4.x will enter a dormant mode. Since most people who start Tor Browser expect to use it right way, and since bootstrapping won't occur when tor is dormant, we added the following to torrc-defaults to ensure that tor leaves dormant mode: DormantCanceledByStartup 1
* | | | Bug 30371 - Stop hard-coding the content provider name in tor-android-serviceMatthew Finkel2019-05-03
| | | |
* | | | Bumping TBA translations commitGeorg Koppen2019-05-02
| |/ / |/| |
* | | Bug 30169: Switch to our tor-android-service repoGeorg Koppen2019-05-02
| | |
* | | Merge remote-tracking branch 'boklm/bug_30325_v3'Georg Koppen2019-04-30
|\ \ \
| * | | Bug 30325: Remove bison from default packages where it is not neededNicolas Vigier2019-04-30
| | | | | | | | | | | | | | | | Remove bison from the android, osx and common-stretch targets.
* | | | Bug 29981: Add yasm to the list of dependencies for android buildsNicolas Vigier2019-04-30
|/ / / | | | | | | | | | Note: yasm is only needed for android-x86 builds.
* | | Bug 30280: Wrong SHA-256 sum for j2objc-annotations-1.1.jarsisbell2019-04-30
|/ / | | | | | | | | We don't use the jcenter mirror anymore, just maven and spring.io instead.
* | Bug 29981: Fix some reproducibility issue in the android buildNicolas Vigier2019-04-29
| | | | | | | | Add files to the apk in sorted order, to avoid reproducibility issues.
* | Bug 29981: Add option to build without using containersNicolas Vigier2019-04-29
| | | | | | | | | | | | | | | | We do that by adding support for a no_containers target which defines the new option var/container/global_disable in rbm.conf. We already had the option var/container/use_container doing something similar to this new option, however it can not be overriden in rbm.conf as we define it in each project's configuration, which has priority over rbm.conf.
* | Bug 30241: bump snowflake version to d11e55aabeCecylia Bocovich2019-04-18
| |
* | Fix typos is ChangelogNicolas Vigier2019-04-17
| |
* | Release preparations for 8.5a11Georg Koppen2019-04-12
| | | | | | | | Versions bump and Changelog update
* | Bug 29575: Configure Firefox Project to Use New TOPL Dependenciessisbell2019-04-12
| |
* | Bug 29574: Configure Orbot to Use TOPL and tor-android-service Librariessisbell2019-04-12
| |
* | Bug 29313: Create TBB Project for tor-android-servicesisbell2019-04-12
| |
* | Bug 29312: Create TBB Project for TOPLsisbell2019-04-12
| |
* | Merge remote-tracking branch 'boklm/bug_30128_v2'Georg Koppen2019-04-12
|\ \
| * | Bug 30128: Fix git-gpg-wrapper with recent versions of gpgNicolas Vigier2019-04-11
| | |
* | | Merge branch 'bug_28622_v2'Georg Koppen2019-04-11
|\ \ \
| * | | Bug 28622: Update Tor Browser icon for Androidbug_28622_v2Georg Koppen2019-03-27
| | | |
* | | | Merge branch 'bug_29843'Georg Koppen2019-04-11
|\ \ \ \ | |_|/ / |/| | |
| * | | Bug 29843: Backport the fix for bug 1527534bug_29843Georg Koppen2019-03-21
| | | |
* | | | Merge remote-tracking branch 'gk/bug_30016_v2'Nicolas Vigier2019-04-11
|\ \ \ \
| * | | | Bug 30016: Localize bootstrap-/bridge-related strings for mobilebug_30016_v2Georg Koppen2019-04-07
| | | | |
* | | | | Merge remote-tracking branch 'boklm/bug_30089_v4'Georg Koppen2019-04-10
|\ \ \ \ \
| * | | | | Bug 30089: Use apksigner instead of jarsignerNicolas Vigier2019-04-10
| | | | | |
* | | | | | Bug 30039: Use the target_prepend option in https-everywhereNicolas Vigier2019-04-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rbm for #30039, adding support for the target_prepend and target_append options in input_files. In projects/https-everywhere/config we now use the target_prepend option instead of the target option for the python input file. This does not change the output of the build. However this makes it possible in the future to check the channel or platform we build for in the python project (which was not possible before as we were using the target option, replacing all the initial targets).
* | | | | Merge branch 'bug_26498_v2'Georg Koppen2019-04-08
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug 26498: Add locale: es-ARbug_26498_v2Arthur Edelstein2019-03-21
| |/ / /
* | | | Bug 30038: Remove libgtk2.0 build dependency for WebRTCbug_30038Georg Koppen2019-04-05
| | | |