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.
orbiter
daf0f74361
joined anomic.net.URL, plasmaURL and url hash computation:
...
search profiling showed, that a major amount of time is wasted by computing url hashes. The computation does an intranet-check, which needs a DNS lookup. This caused that each urlhash computation needed 100-200 milliseconds, which caused remote searches to delay at least 1 second more that necessary. The solution to this problem is to attach a URL hash to the URL data structure, because that means that the url hash value can be filled after retrieval of the URL from the database. The redesign of the url/urlhash management caused a major redesign of many parts of the software. Since some parts had been decided to be given up they had been removed during this change to avoid unnecessary maintenance of unused code.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4074 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
..
logging
*) Logging GUI handler: line-size is now set to max-size if max-size was exceeded
18 years ago
portForwarding
- code cleanup
19 years ago
serverAbstractSwitch.java
synchronization of access tracker to avoid java-internal loop in TreeMap during shutdown
18 years ago
serverAbstractThread.java
- fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" in forms)
18 years ago
serverByteBuffer.java
fixed bug with decompression of index abstracts
18 years ago
serverCachedFileOutputStream.java
- plasmaParserDocument can process subdocuments now (other archive-parsers may want to use this method)
18 years ago
serverCharBuffer.java
- documentaton changes (removed old forum links)
18 years ago
serverClassLoader.java
*) changes required for the uploaderWrapper
18 years ago
serverCodings.java
fix for http://www.yacy-forum.de/viewtopic.php?p=32631#32631
18 years ago
serverCore.java
added new yacy protocol for mass url-pull for better remote crawling distribution
18 years ago
serverCoreSocket.java
*) Bugfix for ArrayIndexOutOfBoundsException during SSL detection
18 years ago
serverDate.java
- fixed problem with yacyVersion and own version generation
18 years ago
serverDomains.java
joined anomic.net.URL, plasmaURL and url hash computation:
18 years ago
serverFileUtils.java
replaced old map loading method with new implementation which is more robust against change of line termination methods
18 years ago
serverHandler.java
*) adding additional methods that should be implemented by all
20 years ago
serverInstantThread.java
made the plasmaHTCache static (there is only one internet, so we need only one cache)
18 years ago
serverMemory.java
- 2 small changes in documentation
18 years ago
serverObjects.java
fixed encoding bug made in SVN 3993
18 years ago
serverPlainSwitch.java
changed release strategy:
18 years ago
serverSemaphore.java
*) Adding X-Forwarded-For Header
20 years ago
serverSwitch.java
added network definition for different YaCy networks
18 years ago
serverSwitchAbstractAction.java
code cleanup
19 years ago
serverSwitchAction.java
*) adding reference to logger
20 years ago
serverSystem.java
*) Better Bourne-Shell (OpenSolaris) compatibility, update and restart really work now. As the Bourne-Shell is the grandfather of most modern shells, it should also work with Linux (tested with Mandriva, works) and OSX (Please test!).
18 years ago
serverThread.java
added speed-buttons for easy performance setting
18 years ago
servletProperties.java
added new yacy protocol for mass url-pull for better remote crawling distribution
18 years ago