yacy_search_server/source/de/anomic/http
theli 0e2c33ee55 *) Network.html/Network.java:
- Adding function to manually force peer ping to remote yacy peer
  See:Network.html?page=4
- for debugging purpose only!

*) serverAbstractThread.java:
- Adding posibility to notify a server thread via a synchronization object
- this is needed e.g. by the port forwarding feature to send a notification
  to the peerPing thread to redo peer-ping with the new ip/port Settings_p.html

*) Port Forwarding Feature (it should work now)
- adding a serverThread which is responsible to detect broken port forwarding 
  connections and to do reconnect if needed
- serverCore.java: moving port forwarding initialization into a separate function
- adding positility to configure the ssh port 
- moving configuration section on the gui into a separate fieldset
- hello.java: only trying to do a second connect to the clientIp address during
  peer handshake if either remote port forwarding is not enabled locally or
  the clientIP is not equal to any local ip

*) httpdFileHandler.java:
- printout a more verbose errormessage

*) httpc.java
- allowing to deactivate content encoding from outside


 

*) plasmaCrawlWorker.java
- the crawler worker now tries to refetch the content of a website without
  gzip content encoding if a gzip error occured



git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@368 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-04 11:09:48 +00:00
..
httpc.java *) Network.html/Network.java: 2005-07-04 11:09:48 +00:00
httpChunkedOutputStream.java *) adding new streams for 2005-06-09 09:47:56 +00:00
httpd.java fixed parser bug with lowercase force (appeared in: http://spellbound.sourceforge.net/) 2005-07-03 23:33:25 +00:00
httpdAbstractHandler.java Multiple updates regarding the yacy seedUpload facility, 2005-05-17 08:25:04 +00:00
httpdByteCountInputStream.java *) adding new streams for 2005-06-09 09:47:56 +00:00
httpdByteCountOutputStream.java *) adding new streams for 2005-06-09 09:47:56 +00:00
httpdFileHandler.java *) Network.html/Network.java: 2005-07-04 11:09:48 +00:00
httpdHandler.java *) shrinking httpc linebuffer when httpc is returned to pool. This is done to free memory 2005-05-23 10:10:51 +00:00
httpdProxyHandler.java *) Status.java: showing amount of time since last upload of seed-file 2005-06-28 11:27:31 +00:00
httpdSwitchboard.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
httpHeader.java fixed seed-load date bug (evaluating server date for age computation) 2005-06-30 23:19:08 +00:00
httpTemplate.java *) adding missing calls for function close() to avoid "too many open file" bug*) adding 2005-06-13 13:49:17 +00:00