orbiter
b4585ad67d
im Sommer 2005 wurden die ersten pings zwischen YaCy-Peers ausgetauscht.
...
Das klappte aber merkwürdigerweise nicht immer. Um das Protokoll zu testen schrieb ich eine einfache message-Funktion, so wie sie heute noch in YaCy drin ist.
Aber auch die Messages funktionierten nicht richtig. Alex und ich haben lange Zeit gesucht, und den Fehler nie gefunden. Es stellte sich heraus das ein Timing-Detail das Problem lösen konnte, die Ursache haben wir bis heute nicht gefunden.
Die Lösung des Problems bestand aus einem kurzen sleep, kurz bevor der httpd Daten zum client zurück geschrieben hat. Das ist natürlich eine fürchterlich schlechte Lösung.
Bis heute war diese Sache im httpd. Mit diesem Commit habe ich den sleep auskommentiert, und es steht zu befürchten das wieder irgendwas nicht geht.
Wenn jetzt das Netz zusammenbricht, keine pings mehr ankommen oder so, war es dieses sleep, das es verhinderte.
Vorschläge willkommen.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3887 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
07b4e5066b
bugfix in messages
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3886 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f64d9f1c6c
removed forced termination in case that a previous bad termination is detected
...
this will cause many users to be unsure what to do next an leave them helpless
to simply delete the control file is the same thinig that the user is othervise forced to do
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3885 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
3c19fcf519
harmonisation of servlet naming, headlines and menu entries
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3884 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
michitux
4f1f280abd
Fixed Status - page for IE ( http://www.yacy-forum.de/viewtopic.php?t=4113 ), added new Stylesheets in conditional comments for different IE - versions, added hiding of favicons (as proposed by allo).
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3883 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
e1d809d5f1
- more detailed logging of MEMORY messages
...
- forced GCs don't contribute to heuristics anymore
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3881 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f04add6cb4
limitation of remote search result number
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3880 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9f7765863b
bugfix for seed length control routine
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3879 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
0b10ef64ba
better server access tracking
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3878 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4f5496062c
protection against too large seeds
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3877 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
684ded0e09
added new news types
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3876 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
669f840eab
- added ViewProfile / Impressum (default on) to local peer's robots.txt
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3874 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9470090f08
added description text to web structure picture
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3873 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
45c6bdac1e
fix for http://www.yacy-forum.de/viewtopic.php?p=36880#36880
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3872 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
auron_x
3860987c84
*) some code-cleanup
...
*) link-/wordcount on statuspage is now displayed with thousands separator
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3871 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d7de0938a6
fix for http://www.yacy-forum.de/viewtopic.php?p=36587#36587
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3870 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
b4bb48132a
- fixed -UNRESOLVED_PATTERN- in ViewFile for Link List
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3869 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
22ee85ca02
- specified exceptions thrown by ResourceInfoFactory and plasmaHTCache.loadResourceInfo()
...
- caught possible NPE in CacheAdmin_p and added more error-cases
- speeded up deletion of entries in the local crawl queue by crawl profile (it has been noted often that this deletion is slow)
- added a bit javadoc
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3868 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
dfd5e823c3
automatic limitation of web structure host count
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3867 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
8b0aea6910
fixed automatic deletion of too many referenced hosts in web structure
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3866 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5dd9acc2a7
removed calls to deprecated methods
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3865 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
auron_x
4db73ee015
*) added possibility to test if a certain URL is blacklisted
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3863 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e923cb59b4
added hyperlinks to viewFile
...
see http://www.yacy-forum.de/viewtopic.php?p=36859#36859
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3862 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
66ec8b63c1
added a httpd access tracker:
...
- all requests to the own httdp can now be listed in the access tracker menu
- the search statistics had been renamed to access tracker and extended by this tracker
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3861 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
87ac35fbe0
more semantic link
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3860 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
71ca9aa6d4
- fix for changed blacklist types
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3857 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
b315cb9a81
another bookmarks fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3856 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
8e2d0ba662
stupid bookmarks error :/
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3855 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9a8a87612d
added new qph column to search tracker servlet
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3854 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5fd1d5a58e
added time configuration
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3853 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e07458bad4
added time-out function to web analysis
...
the default time-out is 1 second
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3852 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
c9702a106f
*) items from one blacklist can be moved to another now, comes in handy if you have several blacklists or want to split one blacklist into several lists
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3850 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
4a1bc4743a
*)News-entries with blacklisted URLs are now ignored
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3849 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
b69559eba4
correct resultnumber after removing of wrong results
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3848 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
6074264267
dynamic rights.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3847 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
99062c0c9e
*) SOAP should support authentication against the user-DB now (requested by KoH)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3846 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
339153d40e
*) favicons that are specified in the document content via html link-tags
...
are now detected and displayed on the search page (requested by allo).
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3845 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
854eb1492f
.yacy /.yacyh urls for the feedreader
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3844 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
256a3e7a1e
FeedReader Bookmarks only for admin.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3843 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
38c180b28b
hide results with wrong("red") snippet.
...
(maybe not as default? But it works pretty good for me)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3842 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
7a5b22a0b8
Integration of FeedReader in Bookmarks.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3841 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
a95c8272aa
better layout for favicons
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3840 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
6265d321bd
- more constants
...
- display why global search is not available on search page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3839 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
d8951422f9
favicons ;)
...
looks real nice
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3838 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
7921f07c9d
userDB fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3837 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
3e24ee8e09
soapRight Interface
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3836 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
02fc958d14
*) parent directory of libx-zip changed
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3835 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
deae8b1793
display an error instead of an exception
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3834 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
e7722ff76a
*) modifications to build file required because of rssReader
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3833 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
7b2e1bb8f2
Feedparser with reflection.
...
TODO: This needs a special build.xml entry
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3832 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago