Archive for 18. June 2007

Re: [EDIT] Two things about torrents to discuss
Hi Peter, thanks for your quick response! Another question is whether we should use the 64 bit int in our Transport interface for example? I don’t think we would ever need (more...)
Re: [EDIT] Two things about torrents to discuss
Hi Petr, You are right about BInt! Qt uses qint64 in their QIODevice and derived classes, so I we can use it too. Another question is whether we should use the (more...)
Re: Helping each other to get started…
Hi Petr, So I’d suggest to keep it as it is now until I’m done with the whole Torrent implementation (files/directory info is currently missing) and then we will see whether (more...)
[EDIT] Two things about torrents to discuss
I'm sorry, in my last post I forgot to end a link Hi everybody, I've got two things about torrents which I'd like to discuss. First I'll present "problems" and then (more...)
Two things about torrents to discuss
Hi everybody, I've got two things about torrents which I'd like to discuss. First I'll present "problems" and then my suggestions. Feel free to write down your ideas. 1. BInt class (more...)
Re: Helping each other to get started…
Hi Peter, Your argument about torrent object corruption makes sense, so I agree we’d better not have setters. But maybe instead making TorrentParser a friend class we could provide a Torrent (more...)
Re: Helping each other to get started…
Hi Petr, That looks pretty good! I’ve made the TorrentParser class a friend of the Torrent class because then we can validate input data only in the TorrentParser during parsing and we (more...)