Searched refs:AddDebugLogLineN (Results 26 - 50 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.cpp370 AddDebugLogLineN( logDownloadQueue, wxT("Tried to add download into invalid category.") );
612 AddDebugLogLineN( logDownloadQueue, wxT("Tried to add source with matching hash to your own.") );
726 AddDebugLogLineN(logIPFilter, wxT("Ignored already known source with IP=%s") + Uint32toStringIP(nClientIP));
913 AddDebugLogLineN(logDownloadQueue, wxT("UDP Request for sources on a large file ignored: server doesn't support it"));
1067 AddDebugLogLineN(logDownloadQueue,
1081 AddDebugLogLineN(logDownloadQueue, wxT("TCP Request for sources on a large file ignored: server doesn't support it"));
1083 AddDebugLogLineN(logDownloadQueue,
1119 AddDebugLogLineN(logDownloadQueue, wxT("Sent local sources request packet."));
1543 AddDebugLogLineN(logKadSearch, CFormat(wxT("Search result sources (type %i)")) % type);
1548 AddDebugLogLineN(logKadSearc
[all...]
H A DPartFile.cpp192 AddDebugLogLineN( logPartFile,
216 AddDebugLogLineN( logPartFile,
227 AddDebugLogLineN( logPartFile,
561 AddDebugLogLineN(logPartFile, wxT("Wrong gap map key while reading met file!"));
1195 AddDebugLogLineN(logPartFile,
1525 AddDebugLogLineN(logKadSearch, CFormat(wxT("Preparing a Kad Search for '%s'")) % GetFileName());
1527 AddDebugLogLineN(logKadSearch, CFormat(wxT("Kad lookup started for '%s'")) % GetFileName());
1636 AddDebugLogLineN(logPartFile, wxT("Trying to add sources for a stopped file"));
1654 AddDebugLogLineN(logPartFile, CFormat(wxT("Server didn't provide UserHash for source %u, even if it was expected to (or local obfuscationsettings changed during serverconnect")) % userid);
1656 AddDebugLogLineN(logPartFil
[all...]
H A DIPFilterScanner.l152 AddDebugLogLineN(logIPFilter, CFormat(wxT("error in line %d: %s")) % yyip_Line % wxString(char2unicode(yytext)));
H A DLogger.h416 #define AddDebugLogLineN(...) do {} while (false) macro
427 #define AddDebugLogLineN(type, string) theLogger.AddLogLine(__TFILE__, __LINE__, false, type, string) macro
429 #define AddDebugLogLineN(type, string) do {} while (false) macro
H A DUploadBandwidthThrottler.cpp336 AddDebugLogLineN(logGeneral, CFormat(wxT("UploadBandwidthThrottler: Time since last loop too long. time: %ims wanted: %ims Max: %ims"))
404 AddDebugLogLineN(logGeneral, CFormat( wxT("There was a NULL socket in the UploadBandwidthThrottler Standard list (trickle)! Prevented usage. Index: %i Size: %i"))
428 AddDebugLogLineN(logGeneral, CFormat(wxT("There was a NULL socket in the UploadBandwidthThrottler Standard list (equal-for-all)! Prevented usage. Index: %i Size: %i"))
H A Damuled.cpp443 AddDebugLogLineN(logGeneral, msg);
470 AddDebugLogLineN(logGeneral, msg);
508 AddDebugLogLineN(logGeneral, msg);
582 AddDebugLogLineN(logGeneral, wxT("CamuleDaemonApp::OnRun(): Installation of SIGCHLD callback with sigaction() succeeded."));
693 AddDebugLogLineN(logGeneral, wxT("CamuleDaemonApp::OnRun(): Uninstallation of SIGCHLD callback with sigaction() succeeded."));
H A DProxy.cpp32 #include "Logger.h" /* for AddDebugLogLineN */
177 AddDebugLogLineN(logProxy, wxT("(1)bad_cast exception!"));
193 AddDebugLogLineN(logProxy, wxT("Connection event"));
198 AddDebugLogLineN(logProxy, wxT("Input event"));
203 AddDebugLogLineN(logProxy, wxT("Output event"));
208 AddDebugLogLineN(logProxy, wxT("Lost connection event"));
214 AddDebugLogLineN(logProxy, wxT("Unknown event"));
424 AddDebugLogLineN(logProxy,
480 AddDebugLogLineN(logProxy, wxT("Can't send"));
830 AddDebugLogLineN(logProx
[all...]
H A DSharedFileList.cpp430 AddDebugLogLineN(logKnownFiles,
435 AddDebugLogLineN(logKnownFiles,
443 AddDebugLogLineN(logKnownFiles,
449 AddDebugLogLineN(logKnownFiles,
459 AddDebugLogLineN(logKnownFiles,
465 AddDebugLogLineN(logKnownFiles,
471 AddDebugLogLineN(logKnownFiles,
540 AddDebugLogLineN(logKnownFiles, wxT("Reload shared files"));
1024 AddDebugLogLineN(logClient, CFormat(wxT("Using public name '%s' for directory '%s'"))
1041 AddDebugLogLineN(logClien
[all...]
H A DUploadQueue.cpp154 AddDebugLogLineN(logLocalClient, CFormat(wxT("Current UL queue (%d):")) % (rank - 1));
157 AddDebugLogLineN(logLocalClient, CFormat(wxT("%4d %7d %s %5d %s"))
184 AddDebugLogLineN( logLocalClient, wxT("Added client from possiblyWaitingList ") + newclient->GetFullIP() );
214 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_ACCEPTUPLOADREQ to ") + newclient->GetFullIP() );
490 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_ACCEPTUPLOADREQ to ") + client->GetFullIP() );
740 AddDebugLogLineN(logLocalClient, CFormat(wxT("Populated PossiblyWaitingList: %d")) % ret);
H A DSearchList.cpp443 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ3 to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
447 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ2 to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
451 AddDebugLogLineN(logServerUDP, wxT("Skipped UDP search on server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()) + wxT(": No large file support"));
456 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
460 AddDebugLogLineN(logServerUDP, wxT("Skipped UDP search on server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()) + wxT(": No large file support"));
536 AddDebugLogLineN(logSearch,
548 AddDebugLogLineN(logSearch,
567 AddDebugLogLineN(logSearch, CFormat(wxT("Received duplicate results for '%s' : %s")) % item->GetFileName() % item->GetFileHash().Encode());
575 AddDebugLogLineN(logSearch,
H A DIPFilter.cpp197 AddDebugLogLineN(logIPFilter, CFormat(wxT("Ranges in map: %d blocked ranges in table: %d")) % size % m_rangeIPs.size());
322 AddDebugLogLineN(logIPFilter, CFormat(wxT("time for lexer: %.3f")) % ((time2-time1) / 1000.0));
427 AddDebugLogLineN(logIPFilter, CFormat(wxT("Filtered IP %s because filter isn't ready yet.")) % Uint32toStringIP(IPTest));
462 AddDebugLogLineN(logIPFilter, CFormat(wxT("Filtered IP %s%s")) % Uint32toStringIP(IPTest)
H A DThreadTasks.cpp132 AddDebugLogLineN( logHasher, CFormat(
136 AddDebugLogLineN( logHasher, CFormat(
140 AddDebugLogLineN( logHasher, CFormat(
269 AddDebugLogLineN( logAICHThread, wxT("Syncronization thread started.") );
324 AddDebugLogLineN( logAICHThread, wxT("Masterhashes of known files have been loaded.") );
H A DClientCreditsList.cpp171 AddDebugLogLineN( logCredits, wxT("Saved Credit list"));
269 AddDebugLogLineN(logCredits, wxT("Created new RSA keypair"));
408 AddDebugLogLineN(logCredits, wxT("Warning: Maybe SecureHash Ident fails because LocalIP is unknown"));
H A DClientCredits.cpp201 AddDebugLogLineN( logCredits, wxT("Credits deleted due to new SecureIdent") );
H A DIP2Country.cpp177 AddDebugLogLineN(logGeneral, CFormat(wxT("Loaded %d flag bitmaps.")) % m_CountryDataMap.size()); // there's never just one - no plural needed
H A DSearchFile.cpp196 AddDebugLogLineN(logSearch, CFormat(wxT("Merged results for '%s'")) % GetFileName());
202 AddDebugLogLineN(logSearch, CFormat(wxT("Created initial child for result '%s'")) % GetFileName());
H A Damule.cpp1274 AddDebugLogLineN(logKnownFiles,
1281 AddDebugLogLineN(logKnownFiles, wxT("Failsafe for crash on file hashing creation"));
1288 AddDebugLogLineN(logKnownFiles,
1371 AddDebugLogLineN(logGeneral, wxT("CamuleApp::ShutDown() has started."));
1391 AddDebugLogLineN(logGeneral, wxT("Terminate upload thread."));
1429 AddDebugLogLineN(logGeneral, wxT("CamuleApp::ShutDown() has ended."));
1591 AddDebugLogLineN(logGeneral, wxString(wxT("Running: ")) + wxT(VERSION) + wxT(", Version check: ") + versionLine);
H A DPartFileConvert.cpp129 AddDebugLogLineN( logPfConvert, wxT("A new thread has been created.") );
219 AddDebugLogLineN(logPfConvert, wxT("No more jobs on queue, exiting from thread."));
H A DPacket.cpp32 #include "Logger.h" // Neeed for AddDebugLogLineN
280 AddDebugLogLineN(logPacketErrors,
H A DKnownFile.cpp926 AddDebugLogLineN(logKnownFiles, wxT("File mismatch on source packet (K) Sending: ") + file1 + wxT(" From: ") + file2);
935 AddDebugLogLineN(logKnownFiles, CFormat(wxT("Impossible situation: different partcounts for the same known file: %i (client) and %i (file)")) % rcvstatus.size() % GetPartCount());
952 AddDebugLogLineN(logKnownFiles, CFormat(wxT("Client requested unknown options for SourceExchange2: %u")) % nRequestedOptions);
958 AddDebugLogLineN(logKnownFiles, wxT("Client which announced to support SX2 sent SX1 packet instead"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearchManager.cpp199 AddDebugLogLineN(logKadSearch, wxT("CEOFException in CSearchManager::PrepareLookup: ") + err.what());
202 AddDebugLogLineN(logKadSearch, wxT("Exception in CSearchManager::PrepareLookup"));
490 AddDebugLogLineN(logKadSearch,
510 AddDebugLogLineN(logKadSearch,
520 AddDebugLogLineN(logKadSearch, wxT("Starting NODESPECIAL Kad Search for ") + id.ToHexString());
532 AddDebugLogLineN(logKadSearch, wxT("Starting NODEFWCHECKUDP Kad Search"));
H A DEntry.cpp344 AddDebugLogLineN(logKadEntryTracking, CFormat(wxT("%s %s (%s) - (%s), new count %u"))
380 AddDebugLogLineN(logKadEntryTracking, wxT("FastRefresh publish, ip: ") + KadIPToString(m_uIP));
438 AddDebugLogLineN(logKadEntryTracking, CFormat(wxT("Indexed Keyword, Refresh: %s, Current Publisher: %s, Total Publishers: %u, Total different Names: %u, TrustValue: %.2f, file: %s"))
474 AddDebugLogLineN(logKadEntryTracking, wxT("Inconsistency in RecalcualteTrustValue()"));
565 // AddDebugLogLineN(logKadEntryTracking,CFormat(wxT("Loaded %u different names, %u different publishIPs (trustvalue = %.2f) for file %s"))
H A DIndexed.cpp237 AddDebugLogLineN(logKadIndex, CFormat(wxT("Read %u source, %u keyword, and %u load entries")) % totalSource % totalKeyword % totalLoad);
353 AddDebugLogLineN(logKadIndex, CFormat(wxT("Wrote %u source, %u keyword, and %u load entries")) % s_total % k_total % l_total);
471 AddDebugLogLineN(logKadIndex, CFormat(wxT("Removed %u keyword out of %u and %u source out of %u")) % k_Removed % k_Total % s_Removed % s_Total);
539 AddDebugLogLineN(logKadIndex, wxT("Multiple sizes published for file ") + entry->m_uSourceID.ToHexString());
801 AddDebugLogLineN(logKadIndex, CFormat(wxT("Kad keyword search result request: Sent %u trusted and %u untrusted results")) % dbgResultsTrusted % dbgResultsUntrusted);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp213 AddDebugLogLineN(logKadRouting, CFormat(wxT("Ignored %u kad1 %s in nodes.dat file.")) % kad1Count % (kad1Count > 1 ? wxT("contacts"): wxT("contact")));
217 AddDebugLogLineN(logKadRouting, wxT("No verified contacts found in nodes.dat - might be an old file version. Setting all contacts verified for this time to speed up Kad bootstrapping."));
225 AddDebugLogLineN(logKadRouting, wxT("IO error in CRoutingZone::readFile: ") + e.what());
286 AddDebugLogLineN(logKadRouting, CFormat(wxT("Loaded Bootstrap nodes.dat, selected %u out of %u valid contacts")) % CKademlia::s_bootstrapList.size() % validContacts);
297 AddDebugLogLineN(logKadRouting, wxT("Skipped storing nodes.dat, because we have an unfinished bootstrap of the nodes.dat version and no contacts in our routing table"));
383 AddDebugLogLineN(logKadRouting, CFormat(wxT("Wrote %u contacts to bootstrap file.")) % mapContacts.size());
449 AddDebugLogLineN(logKadRouting, wxT("Sender (") + KadIPToString(contact->GetIPAddress()) + wxT(") tried to update contact entry but failed to provide the proper sender key (Sent Empty: ") + (contact->GetUDPKey().GetKeyValue(theApp->GetPublicIP(false)) == 0 ? wxT("Yes") : wxT("No")) + wxT(") for the entry (") + KadIPToString(contactUpdate->GetIPAddress()) + wxT(") - denying update"));
459 AddDebugLogLineN(logKadRouting, CFormat(wxT("Updated kad contact refreshtimer only for legacy kad2 contact (%s, %u)")) % KadIPToString(contactUpdate->GetIPAddress()) % contactUpdate->GetVersion());
461 AddDebugLogLineN(logKadRouting, CFormat(wxT("Rejected value update for legacy kad2 contact (%s -> %s, %u -> %u)"))
471 AddDebugLogLineN(logKadRoutin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.h67 #define DebugSendF(what, ip, port) AddDebugLogLineN(logClientKadUDP, what + wxString(wxT(" to ")) + KadIPPortToString(ip, port))
68 #define DebugRecvF(what, ip, port) AddDebugLogLineN(logClientKadUDP, what + wxString(wxT(" from ")) + KadIPPortToString(ip, port))

Completed in 224 milliseconds

123