Archive for 19. June 2007

Mock Object and CalitkoMocks
Dear all, I've updated http://trac.calitko.org/wiki/Manuals by adding links to http://trac.calitko.org/wiki/Manuals/MockObjects which kept me busy the last couple of days and http://trac.calitko.org/wiki/Manuals/UsingCalitkoMocks which has already been there for a (more...)
Re: Basic Torrent/TorrentParser implementation is done
Hi Petr, I’ve done the basic Torrent and TorrentParser implementation (only an optional field named 'private' is currently missing) and I’d like to ask you to have a look at it (more...)
Basic Torrent/TorrentParser implementation is done
Hi Peter, I've done the basic Torrent and TorrentParser implementation (only an optional field named 'private' is currently missing) and I'd like to ask you to have a look at it (more...)
Re: BInt - qint64 - possible problem with tests
Hi Petr, For a conversion QByteArray -> qint64 I’m using QByteArray::toLongLong() because there is nothing to convert raw bytes into qint64 but in the Qt specs is written that qlonglong is (more...)
BInt - qint64 - possible problem with tests
Hi, I've changed standard C++ int to qint64 because of possible addressing problems (see yesterday's posts) and pushed it to my branch on calitko.org. I've had to change BDecoderTest according (more...)
Re: [EDIT] Two things about torrents to discuss
In my understanding it is the string length that is “integer encoded in base ten ASCII”. That would mean that the integer is being represented in text form (ASCII) and (more...)
Re: [EDIT] Two things about torrents to discuss
Hi Petr, According to the specification are bencoded strings actually byte strings (encoded in base ten ASCII) so I’d keep it the way it is. Hope I haven’t missed your point (more...)