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/source/de/anomic/http/server
orbiter d1dbbd956a
always use a template method cache even if the template cache flag is set to false. This flag is only used to make dynamic updates to the template files, to not dynamic updates to the rewrite methods (which is not possible without recompiling). low memory usage is guaranteed by the usage of soft references which are dropped before an OOM is thrown
14 years ago
..
AlternativeDomainNames.java - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 14 years ago
ChunkedInputStream.java extended seed list uploader: do not only upload all active peers but also some more peers that are passive but had been active in the last 24 hours 14 years ago
ChunkedOutputStream.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
ContentLengthInputStream.java terminated migration from apache httpclient-3.1 to 4.1: 15 years ago
HTTPDFileHandler.java always use a template method cache even if the template cache flag is set to false. This flag is only used to make dynamic updates to the template files, to not dynamic updates to the rewrite methods (which is not possible without recompiling). low memory usage is guaranteed by the usage of soft references which are dropped before an OOM is thrown 14 years ago
HTTPDProxyHandler.java better abstraction of http client identification 14 years ago
HTTPDemon.java reduce teh effect of 'Bildersuche findet generierte HTML-Seiten als Bilder' 14 years ago
MultiOutputStream.java cleaned up superfluous classes after sixcoolers migration to HttpComponents-Client-4.x 15 years ago
ProxyLogFormatter.java *) Removed base tag from errror page. This has been added by myself a long time ago as a workaround for some weird behavior of my router, but as it turns out, it does more bad than good in general: If HTTPS is used for communication with YaCy, entering a wrong passwort led to an errror page with a form which would send username and password unencrypted with the user possibly being unaware of this. 16 years ago
RobotsTxtConfig.java some performance hacks 16 years ago
ServerSideIncludes.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
TemplateEngine.java more UTF8 getBytes() performance hacks 14 years ago