stickz

Results 38 issues of stickz

This commit simplifies the torrent initialization logic by using a right shift instead if-else statements to calculate max_size and max_open_files.

Backports a couple memory leak fixes from [jesec/libtorrent](https://github.com/jesec/libtorrent) .

Backports is_initialized() API from [jesec/libtorrent](https://github.com/jesec/libtorrent) . This is required to fix a memory leak with SCGI on rTorrent. A pull request will be created later on rTorrent linking this. It...

@asciiprod My previous PR was too specific and could not be configured. I have created a new pull request. This PR allows the user to configure the raid chunk size...

**Please note:** I was not able to setup a proper testing environment for this pull request. Testing was limited to what I could find without setting up `autodl-irssi` and using...

This commit repairs cmake installations for Focal to Jammy upgrades. It installs the focal version of libldap for amd64. The binary is harmless and can sit on the system to...

has conflicts

This commit mounts a 1 GB tmpfs ram disk for rtorrent installations. Four gigabytes of system memory is required. Increases installation speed and efficiency. It was required to refactor the...

has conflicts

This pull request refactors the rTorrent source code for faster installation, better logging readability and reduced maintenance. Five single threaded tasks are executed in parallel. When completed, `swizzin.log` is updated...

has conflicts

This commit suggests implementation of a 4MB send and receive buffer for TCP sockets to improve throughput on gigabit connections. It explains why they are disabled by default on rTorrent...

This commit adds a feature to enable the BBR congestion control algorithm. This increases throughput of TCP connections thanks to clever engineering by Google.