stickz

Results 38 issues of stickz

## Description This pull request fixes a common memory access crash with libtorrent rakshasa. **Applies when compiled from repo only.** When compiling libtorrent, the following warning is fixed: ``` ../../rak/socket_address.h:...

has conflicts

### What happened? When rTorrent has thousands of torrents, the main thread will get bottlenecked updating trackers during startup. This makes it freeze and unable to start distributing torrents, until...

bug

Backports a few memory leak fixes from [jesec/rtorrent](https://github.com/jesec/rtorrent) . Requires the following [rakshasa/libtorrent](https://github.com/rakshasa/libtorrent) pull request to be merged first. https://github.com/rakshasa/libtorrent/pull/223

rTorrent will do this gradually, so we can start connecting to peers right away. Resolves #1044. This patch shaves approximately 5 minutes off the start time with thousands of torrents.

Instead of throwing an internal error and terminating the client, it's better not to queue the invalid task in the first place. `C Caught internal_error: 'priority_queue_insert(...) called on an invalid...

rTorrent will do this gradually, so we can start connecting to peers right away. This patch shaves approximately 5 minutes off the start time with thousands of torrents. It also...

If a while loop uses a counter and has no foreseeable exit condition, I would like a compile warning to be added. This way, the user can correct this error...

enhancement
compiler

I would like to request the ability to overload functions inside method maps. For instance, this should be possible to implement inside the same method map. ``` methodmap Math {...

enhancement
compiler

If I run the following operation it will always return 0. Pow asks for a float param, but receives an integer. I would like to request the integer to be...