kannibalox

Results 181 comments of kannibalox

Here are some rough benchmarks for the performance side of things: xmlrpc-c: ``` Benchmark Time CPU Iterations --------------------------------------------------------- small_response 3417 ns 3413 ns 204332 large_response 46159260 ns 46074301 ns 15...

Done. If both flags are set, xmlrpc-c takes precedence.

Should be all fixed up @rakshasa

For anyone looking to use the new color system, I've added a section to the wiki: https://github.com/rakshasa/rtorrent/wiki/User-Guide#color-support. It's based on rtorrent-ps. so should be familiar to anyone who's been using...

> So thinking I was smart, I copied the .session data folder from the old directory tree to the new fresh install. This is the correct way to migrate (assuming...

The session directory is that export you're looking for, I've used that method with thousands of torrents just fine. The problem you've encountered here is separate from export/import: your client...

What's probably happening is that the tracker with the connection issues is causing sockets/HTTP calls to queue up, blocking calls that would otherwise succeed quickly. The simplest solution is to...

Is there any further information you can provide? The size and order of the files in question and the piece size would be great. I tried a bunch of things,...

That should cover all cases, including zero-length files, but I'll do further testing and maybe even take a stab at unit tests to prove it out.

Very strange, I made sure to test what this condition at least looks to be and it functions correctly, I'll have to find a way to reproduce it.