Archive for September 2006

Re: Refactoring QueryHits::prepareReadPayload
Ouch ... I overstepped the limits... ;-) I have attached the file...    --- cheers atul
Refactoring QueryHits::prepareReadPayload
Dear all        While browsing the code, I came upon this function. Its length made me stop and take a look.... We should always look into the lib for any usable bits (more...)
Reordering of member initialization in Gnutella::LocalPeer
Reordering of member initialization in Gnutella::LocalPeer to get rid of annoying warnings.
Re: eclipse project config patch
Thanks, Sebastien! Committed in revision 44! ... sebven wrote:Hello, here is a patch which improves development under Eclipse IDE. regards seb
Re: Re: seems we can do with static_cast in Bye::castFrom etc…
Hi Atul, You were faster than me in replying ;-). I totally agree with you! Here is what I wanted to post right before I saw your reply. It would (more...)
Re: seems we can do with static_cast in Bye::castFrom etc…
I think I was a little sleepy when I wrote that.... Now as I think I am wide awake ;-) , as it can not be guaranteed here by design ( (more...)
eclipse project config patch
Hello, here is a patch which improves development under Eclipse IDE. regards seb
seems we can do with static_cast in Bye::castFrom etc…
Hi all While going thru Bye.h inline Bye & Bye::castFrom (Packet & packet) { return dynamic_cast (packet); } I think static_cast would be a better  choice here... The reason is that as the compiler (more...)
Re: Re: DynamicSearching refactoring
Thanks for the patches, Dario! I’ve committed them in revision 43. I guess you didn’t get the first patch right because you had multiple locally committed revisions and didn’t specify the (more...)
Re: DynamicSearching refactoring
...Sorry to everybody. I posted wrong version of patch. This one is correct version. dsenic wrote: This patch moves Gnutella/Searching/DynamicSearch.{h|cpp} and Gnutella/Searching/DynamicSearcher.{h|cpp} to Gnutella/PacketProcessing/DynamicSearching and applys Imports concept to those files according (more...)

« Previous PageNext Page »