summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-01-18Import Ant build.xml into Gradle and use old compile of servlets in Gradlereger24
2022-01-18Prevent that YaCy always starts with a exception message on none Apple systemsreger24
2021-12-22fixed missing thread name revert after balancer waitingMichael Peter Christen
2021-12-20replaced url and date retrieval by only url retrievalMichael Peter Christen
2021-12-20replaced check for load time methodMichael Peter Christen
2021-12-13remove compiler warningMichael Peter Christen
2021-11-18Merge branch 'master' of git@github.com:yacy/yacy_search_server.gitMichael Peter Christen
2021-11-18disabling concurrent loggingMichael Peter Christen
2021-10-31uses clientBuilder not HttpClients.custom() to have these inside thesgaebel
2021-10-31always use HTTPClient by 'try with resources' pattern to free upsgaebel
2021-10-31makes our HTTPClient closablesgaebel
2021-10-31handle all references for client, response, request to be able to closesgaebel
2021-10-31refactor to use finish()sgaebel
2021-10-31revert back to use EntityUtils.consumeQuietly - as it simply closes thesgaebel
2021-10-31refactor use of AuthSchemeProvidersgaebel
2021-10-31removes double setting of UserAgentsgaebel
2021-10-31some refactoring using try with resourcessgaebel
2021-10-25fix for warc importerMichael Peter Christen
2021-10-25attempt to make a Mac Release using gradleMichael Peter Christen
2021-10-24Merge branch 'master' of https://github.com/yacy/yacy_search_server.gitMichael Peter Christen
2021-10-24spike to identify paths for YaCy within mac application bundlesMichael Peter Christen
2021-10-14making sure that crawl queues are closed correctly to prevent data lossMichael Peter Christen
2021-10-04comments out printing query params to std.outsgaebel
2021-10-04fixes https://github.com/yacy/yacy_search_server/issues/424Michael Peter Christen
2021-09-16removed ymarksMichael Peter Christen
2021-09-16enhanced crawl start response timeMichael Peter Christen
2021-09-15removed synchronization in table creationMichael Peter Christen
2021-08-24reduced memory footprint during indexing/crawlingadmin
2021-08-17enhanced crawlerMichael Peter Christen
2021-08-08replaced new Number(Number) with Number.instanceOfMichael Peter Christen
2021-08-07removed call to class.finalize() because of deprecation in java 9Michael Peter Christen
2021-08-07fixed some newInstance() warningsMichael Peter Christen
2021-07-12better support for mac-specific tray functions in java 9Michael Peter Christen
2021-06-30enabled crawl starts with very large sets of start urlsMichael Peter Christen
2021-04-23fix for jdk 14 bugMichael Peter Christen
2021-04-22removed/replaced reflection in memory toolMichael Peter Christen
2021-04-15added hazelcast and some modifications to align legacy YaCy withMichael Peter Christen
2021-03-31Merge pull request #405 from jfhs/jfhs/support-all-html-entitiesMichael Christen
2021-03-30Merge pull request #404 from lnceballosz/masterMichael Christen
2021-03-30Decode HTML entities in all property values by defaultjfhs
2021-03-30Replace hardcoded html/xml entities with a file, support decoding all defined...jfhs
2021-03-30added concurrency to enhance indexing speed during json surrogate importMichael Peter Christen
2021-03-29Merge branch 'master' of git@github.com:yacy/yacy_search_server.gitMichael Peter Christen
2021-03-29fix for json importerMichael Peter Christen
2021-03-20adds ranking for multi document queries onlysgaebel
2021-03-20does not boost or add fields for zero-row-queries (exists())sgaebel
2021-03-20removes unused imports and variablessgaebel
2021-03-20replaces a expensive getLoadTimeURL() by exists()sgaebel
2021-03-20uses edismax queries on query counts > 1 onlysgaebel
2021-03-20replaces getLoadTime() by exists() with a simpler querysgaebel