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 to coding convention.
Hi Jason! Thanks for the patch!
At a first glance it looks nice but please make sure you test it! I think that the easiest way to do that would (more...)
Hi all
Sorry for delay on my side. But I promises I will install OS (probably ubuntu of fador core 5), IDE eclipse and Bazaar. And be ready to work for (more...)
Hi all,
Following this ClientSession class I made this ServerSession.
I am not sure if this class can work since I am a newer on this kind
of development.
Would anyone please give me some (more...)
Hello everyone,
I am sebastien and i recently joined the calikto project.
her eis my first patch : handshakerTester.patch.
This create a test application to simulate the Gnutella handshaking between peers. 2 (more...)
Thanks, Atul! Yes, these warnings are quite annoying and appear often because the corresponding header is included by LocalPeer.h, which is included in a number of .cpp files. To be (more...)
Hi Atul, thanks for the post and officially welcome to Calitko!
Dario reported this issue just a few days ago (http://www.calitko.org/source-talk/58. The patch is already applied in the mainstream. You (more...)
...
atul wrote:
I rewrote it as
namespace Gnutella
{
/* Atul -- commented the following line */
// class Gnutella::Workaround {
class Workaround {
};
}
I mean use the undecorated class name...