Commit Graph

110 Commits (66c0a8e8492a66be34a5903bc84854bbc9705dc9)

Author SHA1 Message Date
orbiter 66c0a8e849 more PMD recommendations
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter d77a8f3b3e added some modifications recommended by PMD for better performance
15 years ago
orbiter bb2e03761c - fix for deadlock with 100% CPU during search
15 years ago
orbiter dff4f95c78 some patches to get the torrent parser working
15 years ago
low012 82198acc06 *) minor changes
15 years ago
orbiter 57d729e377 fix for negative numbers in network statistic
16 years ago
orbiter d548bd41ad fix for a npe during search
16 years ago
orbiter a37878b7d5 url parser regex performance hack
16 years ago
orbiter b527d2ebfa fix for media search
16 years ago
orbiter 362b7a929b added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function
16 years ago
orbiter 8281e29963 - more configuration for profiling graph (number of events)
16 years ago
orbiter 4782d2c438 fix for search bug that appeared when looking at page 3 of results or further
16 years ago
orbiter 29fde9ed49 better control of ranking order in sort stack
16 years ago
orbiter e34e63a039 preset of proper HashMap dimensions: should prevent re-hashing and increase performance
16 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
16 years ago
orbiter 491ba6a1ba - some refactoring in workflow
16 years ago
orbiter 969123385b added json and rss output for image search
16 years ago
orbiter 23aef43786 - better synchronization in SortStack
16 years ago
orbiter 7b1f5b0430 - better media search ranking
16 years ago
orbiter 4df88a4e7a - fixes for missing or bad hashCode computation
16 years ago
orbiter dbdf2570ba added comparator and more fixes for SortStack/SortStore
16 years ago
orbiter 1dff620181 Better implementation of SortStack and SortStore and adoptions in all using classes to implement the necessary Comparable interface and hash code computation.
16 years ago
orbiter fe41a84330 some enhancements in web caching: avoid double loading of response metadata and/or content
16 years ago
orbiter 06d0dcde20 more enhancements to image search
16 years ago
orbiter 4c6312d103 enhanced image search
16 years ago
orbiter 013f337d3f - avoid unnecessary host name lookups for localhost
16 years ago
orbiter 20c5d78a5c fix for a ConcurrentModificationException
16 years ago
orbiter 29fe436e36 - fixed post-ranking including prefer mask
16 years ago
orbiter 1fa0ac26e9 better protection against NPEs during search/ranking
16 years ago
orbiter 4c99d4683d possible fix for lost crawl profile handles: clean-up job did wrong measurement to see if crawl is still running.
16 years ago
lotus 6edc168cfe option to disable dht by memory limit:
16 years ago
orbiter 4431b9767e added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/
16 years ago
orbiter b0b7a4f9a5 - added function to OAI-PMH reader that can pull all records from a server using an evaluation of the resumption token to get URL to retrieve remaining records
16 years ago
lotus 79251e6f60 configurable disk space hardlimit for dht
16 years ago
orbiter a0e891c63d - some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports
16 years ago
orbiter 52470d0de4 - fix for xls parser
16 years ago
orbiter 5e8038ac4d - refactoring of blacklists
16 years ago
orbiter 26fafd85a5 - more refactoring
16 years ago
orbiter 3528b970d6 - refactoring
16 years ago
orbiter a8ce192f63 - shifted main classes to new package net.yacy
16 years ago
orbiter b79f4f062f refactoring of yacy documents and parsers: they depend now only on the kelondro classes
16 years ago
orbiter cee7a05ff2 - de-serialized the pdf parser
16 years ago
orbiter c864901087 - moved httpd.mime to defaults path
16 years ago
orbiter 6c347a37eb more options for DocumentIndex
16 years ago
orbiter e7f18ba24b refactoring
16 years ago
orbiter ce8dc575ca refactoring
16 years ago
orbiter bea3b99aff moved table and util classes
16 years ago
orbiter 1e4f8b56ed accumulated classes from different packages into the new rwi package
16 years ago
orbiter 194da25a2f moved kelondro index
16 years ago