yacy_search_server/source/de/anomic/kelondro
theli bead8a32aa *) IndexCreate_p.java:
Crawler StartURLs will now also added to the errorURL-DB if an error occures on this url
*) kelondroStack.java, plasmaSwitchboardQueue.java
   Adding method which returns a list of all entries in the queue. This list is used by IndexCreate_p.java 
   instead of an iterator to display the indexing-list. 
   Advantages: avoid concurrent modifications of the list while displaying it. 
               Speedup because now we have to access only one sync function instead of multiple ones 
               (one for each entry)
*) IndexCreateIndexingQueue_p.java
   Using new list() function of plasmaSwitchboardQueue
*) httpdFileHandler.java
   If a servelet returns the special value "LOCATION" the httpFileHandler does a Redirection of 
   the Browser to the URL specified by the servelet. This can e.g. be used when a http get request is
   used insead of a post request, but a refresh should not be allowed.
*) IndexCreateWWWLocalQueue_p.html
   Now it's possible to delete single entries of the local crawler queue

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@626 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-09-01 07:52:46 +00:00
..
kelondroAbstractRA.java bugfix 2005-06-20 16:53:22 +00:00
kelondroArray.java many bugfixes, memory leak fixes, performance enhancements; new kelondroHashtable; activated snippets 2005-06-23 02:07:45 +00:00
kelondroBufferedRA.java *) Renaming Logger function names to reflect the proper Java Logging API Loglevels 2005-08-30 21:10:39 +00:00
kelondroDyn.java several bugfixes for YaCyNews 2005-07-31 14:59:31 +00:00
kelondroDynTree.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
kelondroException.java fixed bugs (search+kelondroException, dns) 2005-04-13 11:16:31 +00:00
kelondroFileRA.java *) Trying to solve "Too many open files bug" 2005-08-30 09:07:42 +00:00
kelondroFScoreCluster.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
kelondroHashtable.java blocking of blacklisted urls in indexReceive and small changes 2005-07-11 15:36:10 +00:00
kelondroMap.java bugfixes and automatic news-cleanup 2005-08-02 16:03:35 +00:00
kelondroMergeIterator.java activated RWI distribution to DHT for senior peers (default redundancy 3), necessary now for network growth 2005-07-27 12:51:00 +00:00
kelondroMScoreCluster.java bugfixes and automatic news-cleanup 2005-08-02 16:03:35 +00:00
kelondroMScoreIndex.java many bigfixes 2005-08-02 02:18:01 +00:00
kelondroMSetTools.java code clean-up 2005-07-12 15:09:35 +00:00
kelondroNIOFileRA.java *) Trying to solve "Too many open files bug" 2005-08-30 06:45:49 +00:00
kelondroRA.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
kelondroRecords.java many YaCyNews fixes 2005-07-31 01:54:46 +00:00
kelondroStack.java *) IndexCreate_p.java: 2005-09-01 07:52:46 +00:00
kelondroTables.java bugfixes 2005-05-31 22:12:43 +00:00
kelondroTree.java *) Trying to solve "Too many open files bug" 2005-08-30 06:45:49 +00:00