yacy_search_server/source/net/yacy/crawler/retrieval
Michael Peter Christen bcd9dd9e1d enhanced concurrent loading by using a fixed set of concurrent loader
processes in favor of throwaway-processes. The control mechanism does
less often report a 'queue full' message to the busy loop which then
does not perform a long busy waiting; instead all requests are queued
and new loader processes are started if necessary up to a given limit
(as set before)
2014-03-03 22:13:40 +01:00
..
FileLoader.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
FTPLoader.java ftp client shall be able to open non-anonymous ftp servers if login 2013-12-28 22:42:02 +01:00
HTTPLoader.java do YaCy p2p connections using a timeout-request which covers the http 2014-01-19 15:21:23 +01:00
ImporterException.java
Request.java enhanced concurrent loading by using a fixed set of concurrent loader 2014-03-03 22:13:40 +01:00
Response.java fix NPE on modified since check ( Response.requestHeader allowed to be null) 2013-09-30 02:50:53 +02:00
RSSLoader.java changed strategy to test existence of documents in Solr: using the 2014-02-19 04:03:45 +01:00
SitemapImporter.java changed strategy to test existence of documents in Solr: using the 2014-02-19 04:03:45 +01:00
SMBLoader.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
URLRewriterLibrary.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00