Archive for October 2006

Unit tests for BitTorrent packets
Hello Everybody, Added unit tests for BitTorrent packets. ChokeTest should also indirectly cover the packets Unchoke, Interested and NotInterested because they are instantiated from the SimplePacket template class. Similarly, RequestTest covers (more...)
GreatCode – a great code beutifier
Hello everybody, Some of you might be following the code beautifiers series of posts. The whole point is to allow everybody to write code in their favorite style but have their (more...)
Re: Good job!
Thanks for the compliments, Anders! Also thanks to all people who helped in one way or another to Calitko project! I hope there will be more of you and that (more...)
Re: Re: Improving memory management in Calitko
Hi Anders, I think that if using boost at some places would result in better code, then we should (gradually) refactor existing code and write new code using boost. Since I’ve (more...)
Good job!
I must give you all kudos for your site and the way your project is managed. I have been working in software development for the last 20 years and still (more...)
Re: Improving memory management in Calitko
Hi again, boost is a very good template library and I think using it is a good idea but I am not sure whether one should include boost in a project when (more...)
Improving memory management in Calitko
Dear all, Herewith I’d like to summarize some suggestion and short discussions we had in the last few weeks regarding the use of smart pointers for improving the memory management in (more...)
Re: Re: BDecoder - ready
Hi Anders, Thanks for your comments! These are some good points! About auto_ptr, it’s true it’s never used in Calitko because, I admit, I wasn’t aware of its power before. I plan (more...)
Re: Re: BDecoder - ready
Hi Anders, Thanks for the cooperation at first. Directly to your points: [1] – yes you are right. We do not use auto or smart pointers yet. It is a nice idea and (more...)
Re: Re: BDecoder - ready
Hi, I think I may have made a mistake here, there are virtual dtor's - I was just browsing the .patch file so the full class was not in it. Cheers/Anders. ... anders44 wrote: [8] (more...)

Next Page »