Archive for 20. November 2006

Re: Re: BitTorrent branch refactoring
Just figured out where exactly the problem is: template Q_OUTOFLINE_TEMPLATE void QSharedDataPointer::detach_helper() { T *x = new T(*d); x->ref.ref(); x = qAtomicSetPtr(&d, (more...)
Re: Kad Network Packet Implementation
Hi David, I would like to now officially welcome you to Calitko project! I find it really great that you’ll work on adding support for Kad because on the one hand (more...)
Re: Re: Re: SourceComment: BinaryReader::readBytes
Hi Atul, you are totally right about reverse_iterator, I’m using it now. Qt does not seem to have any kind of iterators outside of containers but using the STL is perfectly (more...)
Kad Network Packet Implementation
Hi all, my name is David and I'm starting to develop the code for supporting the Kad Network (used by eMule and aMule). This network is currently used to speed (more...)
Re: Re: SourceComment: BinaryReader::readBytes
Dear Peter, As for the other case you mentioned,  does reverse_iterator ( I think Qt has one ) fits the bill? --cheerio atul Peter Dimov wrote: Hi Atul, Thanks for the suggestion. It’s always better (more...)
Re: SourceComment: BinaryReader::readBytes
Hi Atul, Thanks for the suggestion. It’s always better to use a standard function do the job. The code is simpler and more readable. Let’s use the SourceComment marker as (more...)
Re: BitTorrent branch refactoring
Hi all, Attached is the log from valgrind after running the tester. Simply running the tester from the console results in segmentation fault. It's strange this only happens when using PacketStub (more...)