You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic
orbiter b8bb1bb364
join with a timeout does not cause that the corresponding thread is stopped after the time-out. It does only cause that the waiting is stopped. Here we need additionally a signal to the thread to stop after we finished waiting.
16 years ago
..
content tried to insert a database dump import method to the phpBB3 import function. Reason: imports or large database dumps are cannot be handled with phpMyAdmin and this should be an easy way to the database dumps into a mySQL database where it can be exported again with the phpBB3 content integration adapter. Completion or removal of this function stub will follow before next main release. 16 years ago
crawler fix for http://forum.yacy-websuche.de/viewtopic.php?p=15693#p15693 16 years ago
data - completed the author navigation 16 years ago
htmlFilter * fix charset detection, see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=2137 16 years ago
http removed cookie handling in httpc: 16 years ago
icap refactoring of plasmaWordIndex: 16 years ago
kelondro replaced rwi term counting method by one that computes the maximum of the blobs that contibute to the RWI. An addition of the blob sizes is wrong/incorrect and does not reflect the real size. Truncation the size operation to the maximum of all blobs is also incorrect, but not as wrong as the sum of all blob sizes wich double-counts many rwi entries. 16 years ago
language/identification refactoring of logging 16 years ago
net new fully redesigned balancer and bugfixes regarding lost profile handles and killed crawls 16 years ago
plasma replaced rwi term counting method by one that computes the maximum of the blobs that contibute to the RWI. An addition of the blob sizes is wrong/incorrect and does not reflect the real size. Truncation the size operation to the maximum of all blobs is also incorrect, but not as wrong as the sum of all blob sizes wich double-counts many rwi entries. 16 years ago
server - reduced time-out for socket-connection communication from 20 seconds to 5 seconds. This is a test to find out if the time-out was a cause for problems in metager environments 16 years ago
tools join with a timeout does not cause that the corresponding thread is stopped after the time-out. It does only cause that the waiting is stopped. Here we need additionally a signal to the thread to stop after we finished waiting. 16 years ago
urlRedirector more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 16 years ago
xml - refactoring: added new content package, which will contain connector classes for different types of data sources to import texts into the YaCy index 16 years ago
yacy removed synchronization in logging that causes deadlocks in high-performance environments 16 years ago
ymage fixed some more bad handling of byte[] 16 years ago