allo
38e65b5a55
more mediaexts
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@518 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
c8d57e37f1
Updated translation
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@517 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
a223faace1
not recursive, but it should work on Windows.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@516 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
c796a38424
doc update
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@515 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
jerri
fa154e6ce5
Added some more javadoc into httpc.java. Moved the inner class response to the
...
end of the class definition, as this eases the reading of the outer class.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@514 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
5d511d651e
fix for Windows
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@513 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
2c234e1b82
better log output for search result
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@512 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
89c9faa89e
*) More graceful logging output in crawler
...
See: http://www.yacy-forum.de/viewtopic.php?t=894
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@511 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
248c24b60a
intermission-feature usage in case of local and remote search
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@510 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
6be19d76c9
preparation for intermission feature (pausing all threads, i.e. for search requests)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@509 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
ee0a9a2d9b
recursive Translations.
...
You can now translate the Menu and other things in subfolders, too
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@508 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
b32e7c516c
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@507 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
60eaf3dcde
fix for notifer.gif appearance
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@506 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
ec07928807
faster listing and news aging enhancement
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@505 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
53dcbadfbf
using Wikicode instream of bbCode
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@504 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
jerri
09193023fe
Began with some documentation for the httpc-class. The code of the httpc-class
...
looks very disordered? Inner classes and methods mixed together. Maybe the code
should be cleaned up a little bit?
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@503 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
jerri
7792e5ae9b
Added an build-target to the ant-configuration to create the
...
yacy-javadoc-documentation in doc/api. Just do ant create-doc and point your
favourite browser to doc/api/index.html. As most of the classes are not
documented right now this just gives a great overview of all classes.
Hopefully this helps stimulating the creation of
javadoc-insource-documentation.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@502 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
1eadbc6b91
Modified build.xml to include Win9x scripts
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@501 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
8659a689f4
seperate Class for the wikiParser
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@500 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
7665712faa
fix for altenativeTemplates by Index
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@499 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
3762acde6e
alternatives By Name
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@498 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
86305f051d
*) Trying to solve "java.net.BindException: Address already in use: JVM_Bind" Problem
...
by retrying Socket bind
See: http://www.yacy-forum.de/viewtopic.php?p=6935
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@497 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
865b9490a2
*) Making DHT Transfer while Crawling configurable
...
See: http://www.yacy-forum.de/viewtopic.php?p=6904
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@496 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
0610e83468
*) Bugfix. recipient peer was accidentally displayed as source peer of a url transmission.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@495 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
0211c4f297
Added scripts for Windows ME and 98 as requested in http://www.yacy-forum.de/viewtopic.php?t=839 .
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@494 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
1d83d7e4d7
*) httpdFileHandler.java:
...
no stacktrace will be printed into log file for "Connection timed out" Errors now
See: http://www.yacy-forum.de/viewtopic.php?p=6381
*) plasmaCrawlWorker.java:
If a "Read timed out" error occurs while crawling a site, the failed crawl will be
retried.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@493 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
bae369a7da
installer for 0.394
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@491 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
e6aced0162
*) Setting higher priority for session threads
...
See: http://www.yacy-forum.de/viewtopic.php?p=6120#6120
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@490 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
2dd2533e6d
cut for 0.394
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@489 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
bb3e897baf
mor minor changes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@488 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
2d8557cb10
minor changes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@487 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
91163db52e
fix for more time-related problems in proxy
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@486 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
fb6f238d70
fix for expires-problem
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@485 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
508599eeb3
eclipse files from Goligo
...
see http://www.yacy-forum.de/viewtopic.php?t=810
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@484 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
jerri
3334546340
Started the quest for in-source documentation with javadoc.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@483 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
eacff63eda
Typos...
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@482 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
40da910f41
bugfixes and automatic news-cleanup
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@481 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
228b04b499
*) Bugfix for "wrong seed-upload timestamp" problem
...
http://www.yacy-forum.de/viewtopic.php?t=817
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@480 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
34f449e6f1
Added description of the "one character links"
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@479 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
low012
77f4a3d99d
yacyWiki now supports the [[Image:]] tag
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@478 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
470839a16a
*) Crawler/Session pool settings will now be stored properly into configfile
...
Bugfix for:
- http://www.yacy-forum.de/viewtopic.php?t=502
- http://www.yacy-forum.de/viewtopic.php?t=778
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@477 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
4377e119f3
bugfix for http://www.yacy-forum.de/viewtopic.php?p=6620#6620
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@476 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e84a177c49
many bigfixes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@475 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
9ee8a5ba6c
fixed big in yacynews
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@474 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
083c8ddc69
new alert symbols
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@473 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
7e3e9ba0de
fix for http://www.yacy-forum.de/viewtopic.php?p=6563#6563
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@472 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
93811dc6e0
wiki-update-marked entries in network now link to the updated wiki page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@471 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e9bfa80050
integrated Wiki to Main Menu
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@470 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
bcc292ad12
added self-news; added news in case of wiki update; added crawl announcement on Network page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@469 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
cc38c5e77b
bugfix for wiki key-length
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@468 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago