Colin B.
Colin B.
> ... up to 64MB pieces, which is ... the current maximum size for the Bittorrent spec @Pentaphon Do you have a source for that?
> It's not clear to me that the test torrent is in the public domain. Please remove it and replace with a different test torrent. Ok. I removed the previous...
Odd, it looks like the netbsd build fails because of the unicode/utf8 stuff.
@ckerr it looks like the NetBSD build doesn't use a UTF-8 locale. * [NetBSD locale stuff](https://trtc.mikedld.com/viewLog.html?buildTypeId=Transmission_Sanity_NetBSDAmd64&buildId=234878&tab=buildLog&logTab=tree&filter=debug&expand=all&_focus=3137#_state=) * [FreeBSD locale stuff](https://trtc.mikedld.com/viewLog.html?buildTypeId=Transmission_Sanity_FreeBSDAmd64cyassl&buildId=234862&tab=buildLog&logTab=tree&filter=debug&expand=all&_focus=2180) I tried to set [LANG](https://github.com/transmission/transmission/pull/3454/commits/53f1ff284a29f39af655b09a3b65b83e2e471b12) or [LC_ALL](https://github.com/transmission/transmission/pull/3454/commits/206c169235a165d6c217513c463c5eb8ac50091f) in run_transmission_show.cmake, but...
It looks like changes are needed in several places: * In file-piece-map, it looks like there will be large changes. * In cache readBlock the torrent should identify which blocks...
I can confirm what you are seeing, so it is a regression. I took a quick look. It seems that torrent file is rather non-standard. I will see if I...
The issue was that support for bitcomet's non-standard path.utf-8 was dropped during the rewrite to speed up torrent file parsing. I have a pull request open to add back support.
Timestamps should be supported, but the Cassandra devs keep changing how certain column types are reported to clients. Which version of Cassandra were you testing with?
This should be fixed now. The patch is only one line. Cassandra 1.2 has DateTypes while Cassandra 2.0 has TimestampTypes. The code should now work with both versions.
Thanks for letting me know. I'm glad you were able to figure out a fix that works for you. I will make sure it is incorporated into the next version.