| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Add README | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | project/release: add option to select output directory | Nicolas Vigier | 2017-01-23 | |
| | | | | | | | Add target to remove the subdirectory including the version number (or date) from the output directory. The output directory can be selected with the --output-dir option. | |||
| * | Disable debug mode if RBM_NO_DEBUG env variable is set | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Enable multi_lingual in nightly | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Update rbm | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Simplify projects/release | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Use master branch in nightly builds | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Add Makefile | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Update .gitignore | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | projects/release: don't enable var/release by default | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | Add projects/release | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | rbm.conf: remove tor-browser target | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | Add torbrowser-* targets | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | Add projects/tor-browser | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | Add projects/gmp | Nicolas Vigier | 2017-01-19 | |
| | | ||||
| * | Add projects/tbb-windows-installer | Nicolas Vigier | 2017-01-19 | |
| | | ||||
| * | Add keyring/firefox.gpg | Nicolas Vigier | 2017-01-19 | |
| | | | | | This should have been added with commit 5846dfae4770490e76. | |||
| * | Update rbm | Nicolas Vigier | 2017-01-19 | |
| | | ||||
| * | tor: change installation directory on OSX | Nicolas Vigier | 2017-01-19 | |
| | | ||||
| * | Fix nsis build: remove mingw-w64 hardening wrappers | Nicolas Vigier | 2017-01-19 | |
| | | ||||
| * | Update rbm | Nicolas Vigier | 2017-01-17 | |
| | | ||||
| * | Add projects/firefox-langpacks | Nicolas Vigier | 2017-01-16 | |
| | | ||||
| * | Update rbm | Nicolas Vigier | 2017-01-16 | |
| | | ||||
| * | Add projects/fonts | Nicolas Vigier | 2017-01-16 | |
| | | ||||
| * | Add projects/https-everywhere | Nicolas Vigier | 2017-01-13 | |
| | | ||||
| * | Update rbm: add support for git submodules | Nicolas Vigier | 2017-01-13 | |
| | | ||||
| * | Add projects/tor-launcher | Nicolas Vigier | 2017-01-13 | |
| | | ||||
| * | Add projects/torbutton | Nicolas Vigier | 2017-01-13 | |
| | | ||||
| * | Add default list of installed packages | Nicolas Vigier | 2017-01-13 | |
| | | | | | | This will allow sharing more containers between components, where the default list of packages is enough. | |||
| * | Include hg_hash in the build_id | Nicolas Vigier | 2017-01-12 | |
| | | ||||
| * | Add keyring/tor.gpg | Nicolas Vigier | 2017-01-11 | |
| | | ||||
| * | tor: fix build for OSX | Nicolas Vigier | 2017-01-11 | |
| | | ||||
| * | openssl: use macosx-toolchain-gcc | Nicolas Vigier | 2017-01-11 | |
| | | ||||
| * | libevent: use macosx-toolchain-gcc | Nicolas Vigier | 2017-01-11 | |
| | | ||||
| * | Add projects/macosx-toolchain-gcc | Nicolas Vigier | 2017-01-11 | |
| | | | | | Add the old OSX toolchain based on gcc rather than clang. | |||
| * | Add projects/tor | Nicolas Vigier | 2017-01-09 | |
| | | | | | This is building for Linux and Windows, but not yet for OSX. | |||
| * | Add projects/zlib | Nicolas Vigier | 2017-01-09 | |
| | | ||||
| * | Set firefox buildid based on version number | Nicolas Vigier | 2017-01-09 | |
| | | ||||
| * | Add projects/firefox/get-moz-build-date | Nicolas Vigier | 2017-01-09 | |
| | | | | | Copy get-moz-build-date from builders/tor-browser-bundle.git. | |||
| * | Add projects/firefox | Nicolas Vigier | 2017-01-09 | |
| | | ||||
| * | Install hardening-wrapper and use /bin/bash in openssl and libevent | Nicolas Vigier | 2017-01-09 | |
| | | | | | | | | | Install hardening-wrapper, since the compiler setup on Linux requires it. Use #!/bin/bash rather than #!/bin/sh in the build scripts since the compiler setup use bash specific commands. | |||
| * | docker-image: add option to avoid sorting packages list | Nicolas Vigier | 2017-01-09 | |
| | | | | | | | | By default, we sort the list of installed packages. This allows sharing containers with identical list of packages, even if they are not listed in the same order. In the cases where the installation order is important, var/sort_deps should be set to 0. | |||
| * | openssl: fix build on linux-i686 | Nicolas Vigier | 2017-01-09 | |
| | | | | | Add the -m32 flag. | |||
| * | macosx-toolchain: add clang wrappers to add -fPIE to the FLAGS | Nicolas Vigier | 2017-01-07 | |
| | | | | | For bug 20439. | |||
| * | gcc: make sure we use the hardening wrapper | Nicolas Vigier | 2016-12-31 | |
| | | ||||
| * | binutils: make sure gold is used with the hardening wrapper on Linux | Nicolas Vigier | 2016-12-31 | |
| | | ||||
| * | mingw-w64: Add hardened wrappers | Nicolas Vigier | 2016-12-31 | |
| | | ||||
| * | Update OSX Toolchain (doing changes similar to bug 18331) | Nicolas Vigier | 2016-12-19 | |
| | | | | | Build cmake, clang, llvm for the OSX toolchain. | |||
| * | Add projects/libevent | Nicolas Vigier | 2016-12-05 | |
| | | ||||
| * | Add projects/openssl | Nicolas Vigier | 2016-11-30 | |
| | | ||||
