<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/CacheResource_p.java, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2022-10-02T21:22:12Z</updated>
<entry>
<title>moved all remaining servlet classes to new location</title>
<updated>2022-10-02T21:22:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2022-10-02T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=adbda4c71b38cff4acdd14afb899c48eb26363f8'/>
<id>urn:sha1:adbda4c71b38cff4acdd14afb899c48eb26363f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increase use of header const for custom "EXT" header</title>
<updated>2016-11-13T00:39:14Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2016-11-13T00:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=f45945cadac5c7f6cc0be3e2adbaa2256d8ecd5f'/>
<id>urn:sha1:f45945cadac5c7f6cc0be3e2adbaa2256d8ecd5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactoring : use StandardCharsets constants instead of hard-coded</title>
<updated>2016-01-05T22:37:05Z</updated>
<author>
<name>luc</name>
<email>luc@debianluc</email>
</author>
<published>2016-01-05T22:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=571bc559376fe271580155539deef61e75284ac1'/>
<id>urn:sha1:571bc559376fe271580155539deef61e75284ac1</id>
<content type='text'>
charset names.</content>
</entry>
<entry>
<title>Convert content charset for display via CacheResource_p</title>
<updated>2015-05-23T18:31:37Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2015-05-23T18:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=aa83931765dc2ad3ff17452baeb1421a7d391f89'/>
<id>urn:sha1:aa83931765dc2ad3ff17452baeb1421a7d391f89</id>
<content type='text'>
Cached resource charset encoding might not fit to internal handling (using utf-8),
convert resource to utf-8
see http://mantis.tokeek.de/view.php?id=576</content>
</entry>
<entry>
<title>added boolean load property to CacheResource_p servlet which causes that</title>
<updated>2013-10-25T22:15:25Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-10-25T22:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=2f57327f2040d7b2a0ed105a54a7d840b82f0231'/>
<id>urn:sha1:2f57327f2040d7b2a0ed105a54a7d840b82f0231</id>
<content type='text'>
the servlet loads the page from the web.</content>
</entry>
<entry>
<title>- the webgraph shall store all links which appear on a web page and not</title>
<updated>2013-09-14T22:30:23Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-09-14T22:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5e31bad711f2751ceb8cdc90c7d25ba84e788827'/>
<id>urn:sha1:5e31bad711f2751ceb8cdc90c7d25ba84e788827</id>
<content type='text'>
all unique links! This made it necessary, that a large portion of the
parser and link processing classes must be adopted to carry a different
type of link collection which carry a property attribute which are
attached to web anchors.
- introduction of a new URL class, AnchorURL
- the other url classes, DigestURI and MultiProtocolURI had been renamed
and refactored to fit into a new document package schema, document.id
- cleanup of net.yacy.cora.document package and refactoring</content>
</entry>
<entry>
<title>Added 'final' for all exception blocks as this helps the Java compiler</title>
<updated>2013-07-17T16:31:30Z</updated>
<author>
<name>Roland Haeder</name>
<email>roland@mxchange.org</email>
</author>
<published>2013-07-17T16:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=841a28ae767e9b5c84eaa9826cbaa029a0be5c70'/>
<id>urn:sha1:841a28ae767e9b5c84eaa9826cbaa029a0be5c70</id>
<content type='text'>
to optimize memory usage

Conflicts:
	source/net/yacy/search/Switchboard.java
</content>
</entry>
<entry>
<title>- refactoring of log to ConcurrentLog:</title>
<updated>2013-07-09T12:28:25Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-07-09T12:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5878c1d5999288c902aa161f1f2b78f7999ecd62'/>
<id>urn:sha1:5878c1d5999288c902aa161f1f2b78f7999ecd62</id>
<content type='text'>
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger</content>
</entry>
<entry>
<title>refactoring</title>
<updated>2012-09-21T13:48:16Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2012-09-21T13:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=00c1c777fa048d5c8b1001d6bf9c5f57ebd40202'/>
<id>urn:sha1:00c1c777fa048d5c8b1001d6bf9c5f57ebd40202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- added @SuppressWarnings to unused servlet method parameters</title>
<updated>2012-07-05T07:14:04Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2012-07-05T07:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=d3964253ae6efaf2bb58285a621ba124ed659814'/>
<id>urn:sha1:d3964253ae6efaf2bb58285a621ba124ed659814</id>
<content type='text'>
- removed unnecessary casts
- removed unnecessary throw statements</content>
</entry>
</feed>
