- Jul 05, 2021
-
-
Akihiko Odaki authored
Always mark jemalloc needed if jemalloc is enabled by akihikodaki · Pull Request #4627 · ruby/ruby https://github.com/ruby/ruby/pull/4627 > Symbols exported by jemalloc is referred by the shared library but not > by the executables when building Ruby as a shared library with > jemalloc. It causes shared libraries such as the GNU C++ library > occasionally rely on the memory allocator provided by the standard C > library. Worse, the resolved symbols can later be replaced with > jemalloc, and jemalloc may see pointers from the standard C library, > which results in various failures. > e.g. https://github.com/tootsuite/mastodon/issues/15751 As a workaround, do not rely on jemalloc enablement of Ruby, and preload libjemalloc.so instead.
-
- Apr 27, 2021
-
-
Yurii Izorkin authored
-
- Apr 24, 2021
-
-
Yurii Izorkin authored
-
- Mar 24, 2021
-
-
Yurii Izorkin authored
-
- Jan 05, 2021
-
-
Cecylia Bocovich authored
This fixes a bug that prevents logins to mastodon onion services. The nginx directive assumed all requests were made over https, causing a domain mismatch for onion services that have https redirects disabled. The fix more correctly sets X-Forwarded-Proto to the actual scheme used in the request.
-
- Mar 08, 2020
-
-
Shlee authored
-
- Aug 30, 2019
-
-
ichi_i authored
Maintain TLS v1.2 compatibility (might want to drop this later) and add support for TLS v1.3
-
- Mar 30, 2019
-
-
Eugen Rochko authored
-
- Feb 13, 2019
-
-
Nolan Lawson authored
-
- Sep 24, 2018
-
-
Eugen Rochko authored
So they can be copied during installation instead of looking them up in the documentation Make default sidekiq configuration use weighted queues Remove deprecated docs directory
-