- Apr 20, 2022
-
-
boklm authored
Add common config file used to set Tor Browser version (and later other things). We also add a `functions` file where we can put functions used in multiple scripts. The following lines can be used at the top of a script to use the config and functions files: script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions"
-
boklm authored
This is replaced by tools/changelog-format-blog-post
-
-
-
- Apr 11, 2022
-
-
boklm authored
-
- Apr 07, 2022
-
-
boklm authored
-
- Apr 06, 2022
-
- Apr 05, 2022
-
- Mar 31, 2022
-
-
boklm authored
- Mar 28, 2022
-
-
Reduces storage usage from >6 GiB to <40 MiB.
-
- Mar 17, 2022
-
-
Richard Pospesel authored
Revert go to 1.17.8 due to macOS build break
-
- Mar 10, 2022
-
-
Richard Pospesel authored
openssl tar.gz URL doesn't need to be manually updated as it is programmitically generated from the version
-
Richard Pospesel authored
-
- Mar 09, 2022
-
-
aguestuser authored
- in !421, we we modified the changelog to indicate that the newest android alpha version (11.5a7) bumped tor to 0.4.7.4-alpha, when in fact we had already made this bump in the previous android alpha release (11.5a5) - here, we correct that error
-
- Mar 08, 2022
-
- Mar 06, 2022
-
- Mar 04, 2022
-
- Mar 01, 2022
-
-
boklm authored
-
- Feb 28, 2022
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Cecylia Bocovich authored
This version bump includes a new feature to pass snowflake connection event log messages to the tor log.
- Feb 24, 2022
-
-
boklm authored
-
- Feb 23, 2022
-
-
boklm authored
-
- Feb 22, 2022
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Richard Pospesel authored
Bug 40435: Remove default obfs4 bridge "deusexmachina" Closes #40435 See merge request !412
-
boklm authored
-
- Feb 16, 2022
-
-
aguestuser authored
-
aguestuser authored
-
aguestuser authored
-
aguestuser authored
-
aguestuser authored
-
-
aguestuser authored
context - In a3a5306f, we added a patch to the android-components build process that prevents gradle from invoking `git rev-parse` to obtain the current build's commit hash (because `git` is absent in our build containers and invoking it will abort the build), instead simply inserting the dummy string "release build" where the hash would have occured - However, having the git hash in build artifacts can be quite useful for debugging later, so we'd like to preserve it, if we can. changes - Here, we inject the commit hash into the android-components `build.gradle` files using `sed` and `c("abbrev")` as we will soon also do in the fenix build process in 5912606f
-
- Feb 14, 2022
-
-
Pier Angelo Vendrame authored
-
boklm authored
-
- Feb 11, 2022
-
-
The process we use to generate gradle-dependencies-list.txt files is often missing .aar and .jar files corresponding to .pom files. To avoid that, we can try to download .aar and .jar files for all .pom files.
-