Commit Graph

608 Commits (937dd956d32d4d3ac4dda36767f83912d735ef75)

Author SHA1 Message Date
orbiter a2f9974745 some redesign in the access tracker to realize sixcoolers question about "smartes way for deleting the first Object": 15 years ago
sixcooler 03f0414025 some minor correction of my last commit 15 years ago
sixcooler 42fa0eadb1 fix endless loop: 15 years ago
orbiter 37baa8bae3 - fixes for concurrency exceptions and failed database integrity verification 15 years ago
orbiter 29fe401f93 - some layout and text enhancement for site crawl start 15 years ago
orbiter 22047ffad5 enhanced computation speed of many replaceAll string operations 15 years ago
orbiter 9c0c94683c because of a bug in search result caching count search results had not been generated as fast as possible. 15 years ago
orbiter 1da5241c2d do not block server session if maximum number of sessions is reached, just try to clean up once 15 years ago
orbiter 9d080f387e change in handling of the all-visible home path for storage in YaCy: 15 years ago
orbiter c60d0282fd more abstraction for tables stored in heaps: 15 years ago
orbiter 3197ca42ed preparations to move the HTCache into cora: 15 years ago
orbiter 5e7081cd19 refactoring towards a unified loading mechanism for MultiProtocolURIs 15 years ago
orbiter 4d5446d641 code cleanup 15 years ago
orbiter 7bcfa033c9 more abstraction of the htcache when using the LoaderDispatcher: 15 years ago
orbiter fbf021bb50 redesign of index abstract processing - currently disabled until enough peers have fix in SVN 6928 15 years ago
orbiter 3a1cebb598 bugfixes 15 years ago
orbiter 60e71876ad - more abstraction (HashMap -> Map) 15 years ago
orbiter 11639aef35 - added new protocol loader for 'file'-type URLs 15 years ago
orbiter cf43bdc87e This is a large bugfix and enhancement commit to support a better location detection for data 15 years ago
orbiter 4cd5418963 removed finalize methods because of a hint in 15 years ago
orbiter 0d04ab1422 new access tracking data type strategy; previous data types may have caused deadlocks of httpd when performing statistic cleanups 15 years ago
orbiter 55d8e686ea performance hacks 15 years ago
orbiter 555b333041 fix for wrong count of server processes. may fix non-access problems in some cases 15 years ago
orbiter 748abfcffa added patches to prevent yacy-protocol DoS settings 15 years ago
orbiter e820ed061a avoiding excessive DNS lookups to determine localhost 15 years ago
orbiter de88200e11 - added Byte Order Mark recognition to serverObjects 15 years ago
orbiter 4144927d94 show less errors 15 years ago
orbiter 24060885b6 - added Tables abstraction in data.Tables.java 15 years ago
orbiter 8ce936bcdd added an api recording function: it shall be possible to record 15 years ago
orbiter e80e060ca6 - increased thread priority for server threads 15 years ago
orbiter 82f57f79e5 more PMD enhancements 15 years ago
orbiter 66c0a8e849 more PMD recommendations 15 years ago
orbiter 909a4f91c7 added a logging output for crawl starts that shows the URL that can be used to start the crawl again 15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD 15 years ago
orbiter a3b8b7b5c5 some redesign of the main menu structure: 15 years ago
orbiter 8281e29963 - more configuration for profiling graph (number of events) 15 years ago
orbiter e34e63a039 preset of proper HashMap dimensions: should prevent re-hashing and increase performance 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 f4946eaf27 - better thread dump 15 years ago
orbiter 9743b70d1c disabled keep-alive of server, not really needed for speed but a cause for much trouble and memory occupancy 15 years ago
orbiter 23aef43786 - better synchronization in SortStack 16 years ago
orbiter 013f337d3f - avoid unnecessary host name lookups for localhost 16 years ago
orbiter 18b21eaffe small fixes to search default values and server logging 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 e3025ee691 - new icon for OAI-PMH loading action 16 years ago
orbiter f0b8db93f0 - more abstraction of serverCore thread access 16 years ago
orbiter 2889b9426e missing code for last commit 16 years ago
orbiter b6a8887ff5 better handling of running sessions without explicit hashtable 16 years ago
orbiter 1dc7ea986a added a dynamic keep-alive time-out for http server sessions: 16 years ago
orbiter 77c99e500f added more control over memory allocation 16 years ago