Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
  2. Aug 16, 2018
  3. Aug 15, 2018
  4. Aug 14, 2018
  5. Aug 13, 2018
  6. Aug 08, 2018
  7. Aug 07, 2018
    • Sukhbir Singh's avatar
      Bug 25485: Fix libstdc++.so.6 compatibility for Tor Browser · 6a89049c
      Sukhbir Singh authored
      We ship our version of libstdc++.so.6 for backward compatibility of Tor
      Browser on older systems like Ubuntu 16.04. However, a newer version of
      the library may be installed on the user's system and we should detect
      and use that. This commit adds support for detecting the library using a
      C++ program that uses the latest ABI; if the program executes, we should
      use the system library, and if not (for the older systems), we add our
      libstdc++.so.6 to LD_LIBRARY_PATH.
      6a89049c
  8. Aug 03, 2018
    • Richard Pospesel's avatar
      Bug: 27020: RBM build fails with runc version 1.0.1 · 3960ad5d
      Richard Pospesel authored and boklm's avatar boklm committed
      runc version on Ubuntu 18.04 is 1.0.1 which is not currently handled in
      rbm.conf, so the runc_spec100 flag does not get set properly.  This
      patch changes it so the runc_spec100 flag is set if a spec string
      greater than 1.0.0 is found.
      3960ad5d
  9. Jul 31, 2018
    • Ben Burrill's avatar
      Bug 26951: Fix execdesktop argument passing · 09111c4e
      Ben Burrill authored and Georg Koppen's avatar Georg Koppen committed
      Prior to this change, arguments with spaces were flattened, so running
      
          ./start-tor-browser.desktop --search "hello world"
      
      would be converted to
      
          ./start-tor-browser.desktop --search hello world
      
      opening up two windows, one search for "hello" and one trying to connect
      to http://world
      
      Fixes #18022 as well.
      09111c4e
  10. Jul 26, 2018
  11. Jul 25, 2018
  12. Jul 19, 2018
  13. Jul 18, 2018
  14. Jul 13, 2018
  15. Jul 12, 2018
  16. Jul 11, 2018
  17. Jul 06, 2018
  18. Jun 29, 2018
  19. Jun 28, 2018
  20. Jun 27, 2018
  21. Jun 26, 2018
  22. Jun 25, 2018
Loading