yacy_search_server/source/net/yacy/kelondro/index
orbiter dec1419bc3 ;-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6978 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-07-18 20:18:32 +00:00
..
ARC.java better (and corrected) recognition of intranet and internet-addresses. This corrects the isLocal property that is used by network definitions to restrict index ranges to local and global addresses. Address locations (intranet or internet) had been partly identified by the top level domain of the host address. Since intranet addresses can also be addressed using a host name that is in a country domain it is necessary to do a dns resolving for each check. The check is supported by a local dns cache so the intranet/internet check should not affect network traffic too much. To ensure that the cache works properly the cache class was upgraded to better concurrency data structures. 2010-07-18 20:14:20 +00:00
BinSearch.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
BufferedObjectIndex.java migrated all my LGPL 3 -licensed files to the LGPL 2.1 because LGPL 3 is not compatible to the GPL 2 2010-06-28 16:25:14 +00:00
Cache.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
Column.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ConcurrentARC.java ;-) 2010-07-18 20:18:32 +00:00
HandleMap.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
HandleSet.java fixes and enhancements for balancer: 2010-06-01 09:30:23 +00:00
IndexTest.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
ObjectIndex.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
ObjectIndexCache.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
Row.java - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
RowCollection.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
RowSet.java bugfixes 2010-06-16 15:11:21 +00:00
RowSetArray.java fixed url crawl list display 2010-05-31 00:27:00 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
SimpleARC.java ;-) 2010-07-18 20:18:32 +00:00