Searched refs:logHTTP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp168 AddDebugLogLineN(logHTTP, CFormat(wxT("URL %s matches and file %s exists, only download if newer")) % url % oldfilename);
196 AddDebugLogLineN(logHTTP, wxT("HTTP download thread started"));
220 AddDebugLogLineN(logHTTP, wxT("If-Modified-Since: ") + FormatDateHTTP(m_lastmodified));
229 AddDebugLogLineN(logHTTP, wxT("Skipped download because requested file is not newer."));
239 AddDebugLogLineN(logHTTP, wxT("Download size not received, downloading until connection is closed"));
241 AddDebugLogLineN(logHTTP, CFormat(wxT("Download size: %i")) % download_size);
302 AddDebugLogLineN(logHTTP, wxT("HTTP download thread ended"));
390 AddDebugLogLineN(logHTTP, CFormat(wxT("Host: %s:%i\n")) % host % port);
391 AddDebugLogLineN(logHTTP, CFormat(wxT("URL: %s\n")) % url);
392 AddDebugLogLineN(logHTTP, CForma
[all...]
H A DLogger.h114 logHTTP enumerator in enum:DebugType
H A DLogger.cpp79 CDebugCategory( logHTTP, wxT("HTTP") )

Completed in 67 milliseconds