Commit Graph

185 Commits (e131bf804d6706de434f366c5fcc953e2ac1bac0)

Author SHA1 Message Date
orbiter 4bea3f9714 hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 14 years ago
orbiter b45701d20f this is a re-implementation of the YaCy Block Rank feature 14 years ago
orbiter 3b578a28ef some patches to prevent that empty or bad IP information is broadcasted 14 years ago
orbiter 361841df16 another patch according to http://bugs.yacy.net/view.php?id=26#c36 14 years ago
orbiter 37fede9d30 better logic for proper seed ip recognition and better error messages 14 years ago
orbiter b77b8cac0c - enhanced html parser: recognized much more details in the content 14 years ago
orbiter 4c013d9088 more UTF8 getBytes() performance hacks 14 years ago
orbiter a47bdc405b better logging for robinson selection according to peer tag 14 years ago
low012 2861d0888a *) simplified code\n*) fixed potential NumberFormatExceptions 14 years ago
orbiter a564230c48 more enhancements against blocked threads occurred in seed age evaluation (blocks httpd in some cases) 14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
orbiter 7138f4036b less synchronization, better thread dump tool 14 years ago
orbiter 42d90664f3 - fixed a memory leak in the httpc.post method (no finish) 14 years ago
orbiter 5e186e0122 continuing the fight against deadlocks during time formatting: better caching. 14 years ago
orbiter 19b2a50578 - enhanced date formatter cache 14 years ago
orbiter f2e8ffd768 enhancement in synchronisation 14 years ago
orbiter 5892fff51f introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased. 14 years ago
orbiter 4588b5a291 - fixed document number limitation for crawls that restrict the number of documents per domain 14 years ago
orbiter eb12e15738 moved all Double values to Float values because of 14 years ago
orbiter 88773e4daa changed the default port from 8080 to 8090 14 years ago
orbiter 6c35b68f17 - removed 'peerName' property from the yacy settings file because this information is stored in the yacy seed file 14 years ago
orbiter 0376f73fdb extended seed list uploader: do not only upload all active peers but also some more peers that are passive but had been active in the last 24 hours 14 years ago
orbiter c93f4dda72 - cleaned up yacy news 14 years ago
orbiter 10ae8d961b - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 14 years ago
orbiter a9f754c45f removed unused CR accumulation and distribution process 14 years ago
orbiter 155d556568 - better memory protection 15 years ago
orbiter 25a8e55bc9 more logging about bad seeds 15 years ago
orbiter 959b8c6fa0 - allow greater seed size 15 years ago
orbiter 48c0d508ac fixes for crawling of smb links (file length not always available) 15 years ago
orbiter 89c2d8b81e better initial hash computation 15 years ago
orbiter ac1c08924e more performance hacks 15 years ago
orbiter 7ebef56add - redesign of a part of the remote search client to make it possible to have a test environment for remote search performance tests 15 years ago
orbiter 5fe828fa06 - replaced pdfbox and fontbox version 1.1.0 with 1.2.1 15 years ago
orbiter c45117f81f fixed dates in metadata 15 years ago
orbiter 64f29f990e a collection of performance hacks and code cleanup: 15 years ago
orbiter 1a8a134e0c continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 15 years ago
orbiter d378ca4604 better handling of concurrency in seed 15 years ago
orbiter 938e806182 tried to fix date problem that may have prevented that foreign peers stay in the network 15 years ago
orbiter 57d729e377 fix for negative numbers in network statistic 15 years ago
f1ori 5f0f6b71b4 * revert last commit, something is more broken than before 15 years ago
f1ori 8c8b642eba * fix timezone problem 15 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. 15 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 4446acc8cd moved kelondro order 16 years ago
orbiter 1957b5797a fix for seed generation 16 years ago
orbiter a11cd9f80f - removed reverse name lookup for http access logging (grr..) 16 years ago
orbiter dafffd0153 refactoring of parsers and document processing 16 years ago
orbiter 77d2a3782c removed strange debugging strings 16 years ago