yacy_search_server/source/de/anomic/http
orbiter 826ca79735 refactoring and new architecture to store the files of the web cache:
- files are not stored any more as individual files
- a new database structure using BLOBHeap files stores many cache entries in common files
- all file-writing procedures had been migrated to generate byte[] objects which are written with the new database methods

this is only an intermediate step to the final architecture, where cached files are written together with their metadata in one single database structure.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5276 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-10-16 21:24:09 +00:00
..
AcceptEverythingSSLProtcolSocketFactory.java Accept all SSL-certificates (not only valid and self-signed), but put a warning into log file 2008-06-05 15:21:43 +00:00
AcceptEverythingTrustManager.java Accept all SSL-certificates (not only valid and self-signed), but put a warning into log file 2008-06-05 15:21:43 +00:00
DefaultCharsetFilePart.java * refactoring 2008-08-02 13:57:00 +00:00
DefaultCharsetStringPart.java * refactoring 2008-08-02 13:57:00 +00:00
EasySSLProtocolSocketFactory.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
EasyX509TrustManager.java added final where possible 2008-08-02 12:12:04 +00:00
httpChunkedInputStream.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
httpChunkedOutputStream.java added final where possible 2008-08-02 12:12:04 +00:00
HttpClient.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
HttpConnectionInfo.java added logging conditions to all fine and finest log line calls 2008-09-03 00:30:21 +00:00
httpd.java added logging conditions to all fine and finest log line calls 2008-09-03 00:30:21 +00:00
httpdAlternativeDomainNames.java major step forward to network switching (target is easy switch to intranet or other networks .. and back) 2008-05-05 23:13:47 +00:00
httpdBoundedSizeOutputStream.java added final where possible 2008-08-02 12:12:04 +00:00
httpdByteCountInputStream.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
httpdByteCountOutputStream.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
httpdFileHandler.java * fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1415 2008-09-12 10:54:11 +00:00
httpdLimitExceededException.java added final where possible 2008-08-02 12:12:04 +00:00
httpdProxyCacheEntry.java refactoring and new architecture to store the files of the web cache: 2008-10-16 21:24:09 +00:00
httpdProxyHandler.java refactoring and new architecture to store the files of the web cache: 2008-10-16 21:24:09 +00:00
httpdRobotsTxtConfig.java * refactoring 2008-08-02 13:57:00 +00:00
httpHeader.java use accept-language header instead of user agent for language detection 2008-10-01 17:47:11 +00:00
httpRemoteProxyConfig.java - fixed "yacy2yacy no proxy"-problem 2008-08-17 10:16:32 +00:00
httpRequestHeader.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
httpResponseHeader.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
httpSSI.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
httpTemplate.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
JakartaCommonsHttpClient.java fixed bug with wrong proxy result enqueueing. See: 2008-09-16 21:56:23 +00:00
JakartaCommonsHttpResponse.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00
MultiOutputStream.java partial fix (images,audio,video) for proxy and content-type problem http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1374 2008-08-26 16:34:24 +00:00