Commit Graph

206 Commits (7b47055d6c12fca583f3e76d033ff465a31a0a5e)

Author SHA1 Message Date
orbiter 431a4f3609 eliminated correcting iterator in kelondroTree
19 years ago
orbiter 9cca36a107 no more strict comparator checking in map exclude method if not needed
19 years ago
orbiter 4239db0d1c fixed new ordering for backup iterator TreeSet
19 years ago
orbiter f0464042fc fix for latest iterator-replacement-fix:
19 years ago
orbiter bcd99fe83e introduced a second RAM cache for DHT transfer
19 years ago
orbiter 69d26045eb quick-fix for http://www.yacy-forum.de/viewtopic.php?p=18805#18805
19 years ago
orbiter be88687d8c fixed some problems with new cache flush karenz
19 years ago
orbiter c51603a405 added two new kelondro classes that will handle the new index data structures (not used yet)
19 years ago
orbiter ba5fe0b287 fixed (again) nullPointerException in kelondroTree
19 years ago
orbiter 0017812b2e bugfix for null compare
19 years ago
orbiter 01c668fe1b experimental disabling of db write buffer
19 years ago
orbiter 4438a96b87 tried to fix "Object type or Object type combination not supported" bug
19 years ago
orbiter c70befbe9c added xml read/write example file: kelondroXMLTables
19 years ago
orbiter 785763d070 added debug output for "Object type or Object type combination not supported" bug.
19 years ago
hermens 56936139ae Fix logging in kelondroTree:
19 years ago
orbiter 3419b3bcdd fix for bug that caused the peer-counter problem.
19 years ago
orbiter 03c65742ba changes towards the new index storage scheme:
19 years ago
rramthun 84a00e5673 Use YaCy logging instead of something I don't understand.
19 years ago
orbiter b9d73f63e7 replaced String object in loop detection by byte[] to omit String-generation
19 years ago
orbiter 47843e69e2 auto-reset for switchboard queue stack
19 years ago
orbiter a70970f993 fixed increment in content iterator
19 years ago
orbiter d6581c445b added content iterator for corrupted database files
19 years ago
orbiter bb2095fe39 assortment files are now not deleted, but shifted to a backup directory.
19 years ago
orbiter 7366e39dd3 tried to fix 100% CPU bug.
19 years ago
orbiter 0371494010 tried to add word position to index
19 years ago
hermens 84fce71d11 *) correct merging of indexes when enumerating downward
19 years ago
orbiter d45b1162e2 signature fix
19 years ago
orbiter c51e18c4ad - added signatures to ordering
19 years ago
orbiter 38b19ff56a another bugfix to the correctedNodeIterator
19 years ago
orbiter 45c44ca9c8 bugfix for http://www.yacy-forum.de/viewtopic.php?t=1717
19 years ago
orbiter c137683a5c added patch to correct tree-iterator
19 years ago
orbiter 2028403670 - consolidated different orderings to kelondroNaturalOrder
19 years ago
orbiter 9544c47684 added some UTF-8 handling.
19 years ago
orbiter a125fee9ce fixed iterator
19 years ago
orbiter 33f8920e1c new database format: splitted trees, using an ordering to split the tree
19 years ago
orbiter 10a095d6b5 - added base64 ordering methods
19 years ago
orbiter 9086261476 refactoring of base64 encoding:
19 years ago
orbiter 7c0d7ed4f8 introduction of generic order interface for kelondro
19 years ago
orbiter 60fc34d9e8 iterartion bug:
19 years ago
rramthun 45ebe477ee Bugfix for http://www.yacy-forum.de/viewtopic.php?p=14175
19 years ago
orbiter 83a34b838d * added Object allocation monitor on performanceMemory page
19 years ago
orbiter 3031903d50 re-design of RAM cache flush into assortment cluster
19 years ago
orbiter 676e384b45 changed synchronization to fix 'contains loops' bug in kelondroTree
19 years ago
orbiter 3cc02fe749 enhanced buffered write by combination of several chunks into one chunk
19 years ago
orbiter 0c762daf4b better startup failure handling
19 years ago
orbiter f27f9ecf15 * activated write buffer for databases.
19 years ago
orbiter c59d1b2f5e - Tests with write buffer (new class kelondroBufferedIOChunks, not yet active)
19 years ago
orbiter ca7e60279d introduced IOChunks.
19 years ago
orbiter fed92d364b introduced USAGE object for counter synchronization in kelondroRecords
19 years ago
orbiter 356231b033 changed only for testing with new hastable implementation.
19 years ago
orbiter 1041f4946a experiments with locks to remove synchronization
19 years ago
orbiter 288b2c353e debugging of kelondroRecords ... possibly synchronization bugs found
19 years ago
orbiter 37f88b4017 code cleanup
19 years ago
orbiter ec2b39c1ce code cleanup
19 years ago
orbiter 76618442e0 code cleanup
19 years ago
orbiter 3d8a5ae652 code cleanup
19 years ago
orbiter 7920e1547d code cleanup
19 years ago
orbiter a04930f025 code cleanup
19 years ago
theli 7028412c54 *) Bugfix for NullpointerException in Java Finalizer
19 years ago
orbiter 420d56ce79 extended db-testing
19 years ago
orbiter 40621a5663 anhancements in ranking preparation and fixed problem with parser/mime recognition
19 years ago
orbiter 85282b1d98 enhanced YBR recognition and search result heuristics
19 years ago
orbiter 0e25020f51 added first generation and usage of YBR index-files. Enhanced overall ranking of search results.
19 years ago
orbiter bfe51c7228 added generation of domain-list
19 years ago
orbiter 0ec54d9c5f enhanced CR-file handling and added first RCI-evaluation tests
19 years ago
theli c2fe3a1670 *) Updating jMimeMagic Ruleset
19 years ago
orbiter 88e3234393 fine-tuning of rci-generation
19 years ago
orbiter a12759c1bf first try to implement a rci-computation from cr-files
19 years ago
orbiter 4a8e8f269e refactoring of cr-processing; new kelondro class to handle the attribute file format
19 years ago
orbiter 24dc0e0760 implemented cr-file processing and further transmission steps
19 years ago
orbiter 022530df7e small bugfix in kelondroTree
19 years ago
orbiter 9913049009 fixed outOfMemory bug caused by loops in kelondroTree during enumeration
19 years ago
orbiter a3fd0069f5 fixed bug in kelondroTree node iteration (rotation did not work)
19 years ago
orbiter 6dc42a2392 detecting of loops in kelondroTree during last/first-Node search
19 years ago
orbiter 5b0911d7ea added new performance menu for search sequence configuration and monitoring
19 years ago
orbiter 4fa942511b de-serialized read and write access
19 years ago
orbiter 1ff0ced515 integration of an interface class for abstract access of kelondro indexed structures like kelondroTree and kelondroHashtable
19 years ago
orbiter 8d827cdb30 tried to fix problems with order of network list by last-seen (which could also improve the network picture)
19 years ago
theli b7e21ec107 *) Adding DB import function which allows to import an foreign yacy DB (from directory PLASMADB)
19 years ago
theli 959eefbc4f *) Robots.txt parser/ppt
19 years ago
borg-0300 4191b21e73 cleaned, finals, Properties
19 years ago
theli a2fa75e688 *) Asynchronous queuing of crawl job URLs (stackCrawl)
19 years ago
orbiter f6a0e0f162 small bugfix to readFully
19 years ago
orbiter 6d5d0ac801 bugfix for startup problems
19 years ago
orbiter 5dc0d41900 bugfix in kelondroRA (hint by Martin)
19 years ago
orbiter 25a59a51ad fixed problem created with last svn commit
19 years ago
orbiter 72ce36baba cleanup in kelondroRecords
19 years ago
orbiter e380d4e55e cleanup (no functional change)
19 years ago
orbiter de0a58d79c no more sync
19 years ago
orbiter 495bc8bec6 removed cache-control from low and medium priority caches which reduces memory use and computation overhead
19 years ago
orbiter 979a3ee3c0 exceptions for better testing of bug http://www.yacy-forum.de/viewtopic.php?p=9852#9852
19 years ago
orbiter 18d9e1a256 fix for http://www.yacy-forum.de/viewtopic.php?p=10026#10026
19 years ago
orbiter ef85fce661 change of memory-consumption constants (had been much too low)
19 years ago
borg-0300 6d1de8abfd finals; cleaned;
19 years ago
orbiter fb52a82008 added new performance page for memory settings
19 years ago
orbiter e6b30911c3 small changes to caching
19 years ago
orbiter 900ab97422 change of memory-allocation blocking value for GC prevention
19 years ago
orbiter 0ffca99886 added priority-organization to kelondroRecord cache. This should virtually double the cache capacity.
19 years ago
orbiter 2d22626386 automatic switch-off of cache control in kelondroRecords in case that cache is big enough (so that no cache-aging needs to be controled)
19 years ago
orbiter cddd9aaa33 fixed SERIOUS bug with kelondroStack; affected all stack processing since 729
19 years ago