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
711641f167
extended client connection clean-up:
...
there are now two time-outs, one for the complete connection time, and one for an idle time
connections that are idle for more than 2 minutes are closed, and connections that are alive since more than one hour are also closed
if the complete number of connections exceeds 64, all connections more than 64 and have most idle time are also closed
During normal operation of peers these forced closings should never appear,
but the existence of the idle connection check ensures the availability of the peer and the usability of the host.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4134 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
re-designed some parts of DHT position calculation (effect is the same as before)
18 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
re-designed some parts of DHT position calculation (effect is the same as before)
18 years ago
serverCoreSocket.java
*) Bugfix for ArrayIndexOutOfBoundsException during SSL detection
19 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
extended client connection clean-up:
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
20 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