index
:
yacy
master
matthew/1.941
upstream/1.941
YaCy search server with some extra patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Age
Commit message (
Expand
)
Author
2022-01-18
Import Ant build.xml into Gradle and use old compile of servlets in Gradle
reger24
2022-01-18
Prevent that YaCy always starts with a exception message on none Apple systems
reger24
2021-12-22
fixed missing thread name revert after balancer waiting
Michael Peter Christen
2021-12-20
replaced url and date retrieval by only url retrieval
Michael Peter Christen
2021-12-20
replaced check for load time method
Michael Peter Christen
2021-12-13
remove compiler warning
Michael Peter Christen
2021-11-18
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
Michael Peter Christen
2021-11-18
disabling concurrent logging
Michael Peter Christen
2021-10-31
uses clientBuilder not HttpClients.custom() to have these inside the
sgaebel
2021-10-31
always use HTTPClient by 'try with resources' pattern to free up
sgaebel
2021-10-31
makes our HTTPClient closable
sgaebel
2021-10-31
handle all references for client, response, request to be able to close
sgaebel
2021-10-31
refactor to use finish()
sgaebel
2021-10-31
revert back to use EntityUtils.consumeQuietly - as it simply closes the
sgaebel
2021-10-31
refactor use of AuthSchemeProvider
sgaebel
2021-10-31
removes double setting of UserAgent
sgaebel
2021-10-31
some refactoring using try with resources
sgaebel
2021-10-25
fix for warc importer
Michael Peter Christen
2021-10-25
attempt to make a Mac Release using gradle
Michael Peter Christen
2021-10-24
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
Michael Peter Christen
2021-10-24
spike to identify paths for YaCy within mac application bundles
Michael Peter Christen
2021-10-14
making sure that crawl queues are closed correctly to prevent data loss
Michael Peter Christen
2021-10-04
comments out printing query params to std.out
sgaebel
2021-10-04
fixes https://github.com/yacy/yacy_search_server/issues/424
Michael Peter Christen
2021-09-16
removed ymarks
Michael Peter Christen
2021-09-16
enhanced crawl start response time
Michael Peter Christen
2021-09-15
removed synchronization in table creation
Michael Peter Christen
2021-08-24
reduced memory footprint during indexing/crawling
admin
2021-08-17
enhanced crawler
Michael Peter Christen
2021-08-08
replaced new Number(Number) with Number.instanceOf
Michael Peter Christen
2021-08-07
removed call to class.finalize() because of deprecation in java 9
Michael Peter Christen
2021-08-07
fixed some newInstance() warnings
Michael Peter Christen
2021-07-12
better support for mac-specific tray functions in java 9
Michael Peter Christen
2021-06-30
enabled crawl starts with very large sets of start urls
Michael Peter Christen
2021-04-23
fix for jdk 14 bug
Michael Peter Christen
2021-04-22
removed/replaced reflection in memory tool
Michael Peter Christen
2021-04-15
added hazelcast and some modifications to align legacy YaCy with
Michael Peter Christen
2021-03-31
Merge pull request #405 from jfhs/jfhs/support-all-html-entities
Michael Christen
2021-03-30
Merge pull request #404 from lnceballosz/master
Michael Christen
2021-03-30
Decode HTML entities in all property values by default
jfhs
2021-03-30
Replace hardcoded html/xml entities with a file, support decoding all defined...
jfhs
2021-03-30
added concurrency to enhance indexing speed during json surrogate import
Michael Peter Christen
2021-03-29
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
Michael Peter Christen
2021-03-29
fix for json importer
Michael Peter Christen
2021-03-20
adds ranking for multi document queries only
sgaebel
2021-03-20
does not boost or add fields for zero-row-queries (exists())
sgaebel
2021-03-20
removes unused imports and variables
sgaebel
2021-03-20
replaces a expensive getLoadTimeURL() by exists()
sgaebel
2021-03-20
uses edismax queries on query counts > 1 only
sgaebel
2021-03-20
replaces getLoadTime() by exists() with a simpler query
sgaebel
[next]