Commit Graph

70 Commits (59427064fb5aa2bed7d1787005add7803170a5b0)

Author SHA1 Message Date
orbiter 5393f356aa fix for termination problem
16 years ago
orbiter 6a876ecb88 first fixes to the DHT transmission process
16 years ago
orbiter c25c334b75 replaced old DHT transmission method with new method. Many things have changed! some of them:
16 years ago
orbiter 024da2916b refactoring of logging
16 years ago
orbiter 83ce65707a (almost) completed partition of classes in kelondro
16 years ago
orbiter 7ee494fde5 more refactoring of kelondro:
16 years ago
orbiter bf93767ec6 refactoring of kelondro database classes
16 years ago
orbiter fc27bf8c4c refactoring of kelondro classes:
16 years ago
orbiter dedfc7df7f removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later)
16 years ago
orbiter b74159feb8 preparations to integrate the new 'cell' index data structure
16 years ago
orbiter c6880ce28b removed the permanent cache flush and replaced it with a periodic cache flush
16 years ago
orbiter 6c7e83909b - refactoring of data access methods to be prepared for new cell data structure
16 years ago
orbiter be4c458951 refactoring (implemented Iterable in kelondroRowCollection)
16 years ago
orbiter b6bba18c37 replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps
16 years ago
orbiter 9d64693cfb reverting again the changes to new concurrent chunkIterator
16 years ago
orbiter 7b35d54c6c fixed some problems with network switching (was not completely 'clean')
16 years ago
lotus 3fbfd5a78b * fix for non-changing offset on new search term
16 years ago
lotus c245c7a45e delete index.dhtin/out.heap if restore fails
16 years ago
danielr 17b7845eb5 * refactoring
17 years ago
danielr 3bb870bfcd added final where possible
17 years ago
hermens d742cc080c Fix for RAMCache not flushing
17 years ago
orbiter b928ae492a some code-cleanup and possible speed enhancements in different core methods
17 years ago
danielr 7feae906aa - organize imports
17 years ago
orbiter 25192e0d36 added a deletion button to indexControlRWIs that deletes the complete web index
17 years ago
orbiter 4229cd275c fixed several details about network switching, default password, random password and localhost authentification
17 years ago
orbiter 32b5b057b9 - modified, simplified old kelondroHTCache object; I believe it should be replaced by something completely new
17 years ago
orbiter 512f48e7d6 - removed unused methods
17 years ago
orbiter 225f9fd429 various fixes
17 years ago
orbiter a9cf6cf2f4 generalization of index container-heap class.
17 years ago
orbiter 783a4c9edb strong speed enhancements for the index cache dump and restore:
17 years ago
orbiter fa1090113d - next try to fix the networking problem:
17 years ago
danielr fbe335db73 consistent use of de.anomic.server.serverMemory to get information about memory statistics
17 years ago
orbiter f4c73d8c68 - fixed highslide usage
17 years ago
orbiter 7404256997 - no more search time-out!
17 years ago
orbiter 016fc594af more generics
17 years ago
orbiter df2a7a8ac8 more generics
17 years ago
orbiter 4dc438f7e7 moved to Java 1.5:
17 years ago
orbiter 01554f4012 fixed bug with double-check in crawler
17 years ago
orbiter 0abf33ed03 - tried to remove deadlock
17 years ago
orbiter 6eaa5a0e64 enhanced local search speed. The ranking process is now 6 times faster that before.
17 years ago
borg-0300 a5d28785b1 less OOM (works for me)
17 years ago
orbiter 143fa40d77 fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=394&p=2382#p2382
17 years ago
orbiter 4779f314fe first version of next-generation search interface:
17 years ago
orbiter a34d9b8609 * added a search history cache that maintains search results for 10 minutes
17 years ago
orbiter 72752bb503 because of a new database structure handling, the memory need for accessing
17 years ago
orbiter 9628db6cdc enhanced memory allocation during database access:
18 years ago
orbiter ba2c307ab3 optimized memory allocation in kelondroRow.Entry
18 years ago
orbiter 2cb16824e3 removed support for old database structures.
18 years ago
orbiter 5bbf010107 removed synchronization of size() method from numerous classes to avoid thread locking
18 years ago
orbiter 38b93f8cb8 bugfix for my last commit:
18 years ago