yacy_search_server/source/de/anomic/http/server
2009-12-02 22:56:28 +00:00
..
servlets added crawlReceipt servlet as individual class to examine OOM problem as documented in 2009-11-11 16:12:00 +00:00
AlternativeDomainNames.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. 2009-09-23 21:26:14 +00:00
ChunkedInputStream.java refactoring 2009-10-11 00:24:42 +00:00
ChunkedOutputStream.java refactoring 2009-10-11 00:24:42 +00:00
HeaderFramework.java some performance hacks 2009-11-18 16:03:28 +00:00
HTTPDemon.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. 2009-12-02 00:37:59 +00:00
HTTPDFileHandler.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. 2009-12-02 00:37:59 +00:00
HTTPDProxyHandler.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. 2009-12-02 00:37:59 +00:00
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. 2009-09-23 21:26:14 +00:00
RequestHeader.java - modified method in RequestHeader that delivers the host name of requester: no more reverse domain lookup (may have killed interface performance in some cases) 2009-12-02 22:56:28 +00:00
ResponseContainer.java refactoring 2009-10-11 00:24:42 +00:00
ResponseHeader.java refactoring 2009-10-11 00:24:42 +00:00
RobotsTxtConfig.java some performance hacks 2009-11-18 16:03:28 +00:00
ServerSideIncludes.java refactoring 2009-10-11 00:24:42 +00:00
TemplateEngine.java refactoring (moved code from ContentTransformer to TemplateEngine) 2009-11-20 14:57:00 +00:00