You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/api
orbiter 362b7a929b
added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function
15 years ago
..
bookmarks preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
util - more refactoring 15 years ago
blacklists.java refactoring (reason: get more abstraction to use the blacklist class; for integration in other servlets) 15 years ago
blacklists.xml
blacklists_p.java refactoring (reason: get more abstraction to use the blacklist class; for integration in other servlets) 15 years ago
blacklists_p.xml
config_p.java refactoring 15 years ago
config_p.xml
feed.java 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
feed.rss
latency_p.java refactoring 15 years ago
latency_p.xml
queues_p.java possible fix for lost crawl profile handles: clean-up job did wrong measurement to see if crawl is still running. 15 years ago
queues_p.xml removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 16 years ago
status_p.java refactoring 15 years ago
status_p.xml
timeline.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
timeline.xml
trail_p.java refactoring 15 years ago
trail_p.json
version.java refactoring 15 years ago
version.xml improvments to debianpackage: 16 years ago
webstructure.java - refactoring 15 years ago
webstructure.xml
yacydoc.html
yacydoc.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
yacydoc.xml some updates to dublin core, metadata browsing, file indexing and parser stability 15 years ago