Michael Peter Christen
c6a6f159e8
fix for crawl stack domain counter
12 years ago
Michael Peter Christen
93d1bac140
do a more frequent optimization, reduces IO after optimization
12 years ago
orbiter
260d0c96c7
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
b71d13a014
added load and deadlock detector in Memory util
12 years ago
Lotus
2271b17191
Merge branch 'master' of git://git.gitorious.org/yacy/rc1.git
12 years ago
Lotus
af07007799
partly revert latest windows changes:
...
YaCy has to be installed to a directory with write access for the
running user.
DATA folder is now used in the YaCy folder again.
For using another location, the start script has to be heavily modified
for loading proper start parameters after YaCy has been started once.
12 years ago
orbiter
290e24564b
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
5533fc8e01
fix for bug 260
12 years ago
Michael Peter Christen
b79471ee67
grr
12 years ago
Michael Peter Christen
a79f288ac1
automatically running optimize on solr if user/search is idle for some
...
time
12 years ago
orbiter
a9c8046c87
do a light optimization at the end of a crawl postprocessing
12 years ago
orbiter
1b43e02b86
Merge branch 'master' of git://gitorious.org/~quix0r/yacy/quix0rs-yacy-rc1
12 years ago
orbiter
a548354c71
replaced type of solr schema object sku of text_en_splitting_tight by
...
string
12 years ago
Roland Haeder
59b4fdd5ad
Merge remote-tracking branch 'upstream/master'
12 years ago
orbiter
5493389576
stealth mode shall only be available for authorized users, because
...
unauthorized users can otherwise be monitored by authorized users
12 years ago
Roland Haeder
ebbb3bc5c1
Fixed CHMOD on many files + added missing loggers (e.g. jena) and made some noisy loggers quiet
12 years ago
orbiter
2f1ec8d4a2
npe fix
12 years ago
Michael Peter Christen
bcc623a843
refactoring of load_delay: this is a matter of client identification
12 years ago
orbiter
0d0b3a30f5
activate api actions after postprocessing of crawls
12 years ago
orbiter
3978c5ca5d
fix for http://bugs.yacy.net/view.php?id=255
12 years ago
orbiter
2be456e7fb
added a postprocessing field into api/status_p.xml to show if the
...
postprocessing task is running at that time (status: busy) or not
(status:idle)
12 years ago
orbiter
575f913154
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
c4efb612e2
added list of crawls to status_p.xml
12 years ago
Lotus
5f666220b7
added files to uninstall
12 years ago
Lotus
bb6caa346c
Do not allow automatic update in case YaCy is installed to the Program
...
Files folder on Windows. There are no permissions to write that folder
and update would fail.
12 years ago
Lotus
338cf0d133
Revert "Revert "Windows installer: update logo""
...
This reverts commit c66631d407
.
12 years ago
Lotus
c66631d407
Revert "Windows installer: update logo"
...
This reverts commit 41cc9be62b
.
12 years ago
Lotus
41cc9be62b
Windows installer: update logo
12 years ago
Lotus
4fdcfb8230
adapt windows start script parameters to linux start script parameter
12 years ago
orbiter
dac88561ae
minimum access time has a tight connection to ClientIdentification,
...
therefore it is defined there.
12 years ago
Felix Ableitner
a020697d64
Fixed problems with blacklist entry insertion.
12 years ago
Michael Peter Christen
9a29ab469e
another patch to prevent CLOSE_WAIT status on solr connections
12 years ago
Michael Peter Christen
5091d627bc
fixed parsing of peer flags
12 years ago
Michael Peter Christen
87e9052081
added Connection:close to all http requests in our http client to
...
prevent CLOSE_WAIT states (as seen in lsof)
12 years ago
orbiter
2a19a60074
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
sixcooler
bff8c753c6
re-insert this file - was deleted by mistake
...
+ correct an other case-typo
12 years ago
orbiter
e609ec388a
metager whitelist update
12 years ago
Michael Peter Christen
5c6946dd5f
replaced usage of log4j by ConcurrentLog where possible
12 years ago
Michael Peter Christen
5878c1d599
- refactoring of log to ConcurrentLog:
...
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger
12 years ago
Michael Peter Christen
6d5533c9cd
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
c79f687110
enhanced the network scanner: find more hosts automatically by removal
...
of common subdomains before application of protocol-specific prefix
12 years ago
orbiter
f4f6551c66
better handling of time-out at solrj in case that a commit is done in a
...
fail-over case during add
12 years ago
orbiter
b4677d1cad
fix for bug #252
...
the naming of the servlet was wrong, the bug may not be present on
systems where upper/lowercase matching is lazy (windows)
12 years ago
Michael Peter Christen
2716dfc46c
increase crawler speed by reduction if the busysleep time
12 years ago
Michael Peter Christen
07261fe274
Merge remote-tracking branch 'nutomics/blacklist_structure'
12 years ago
Michael Peter Christen
dea71851d2
- better concurrency for network scanner
...
- network scanner can now start from the list of all hosts in the search
index
12 years ago
Michael Peter Christen
a34e137e27
fix for citation index generation in case that entry.referrerhash() is
...
null. This is especially the case if ftp sites are crawled
12 years ago
Michael Peter Christen
a2c8116a8f
accept (but ignore) a '+' sign in front of search words
12 years ago
orbiter
9f0cc9b401
enhanced network scanner
...
- textarea input field can now be used to paste in a large list of hosts
- /31er subnet is possible (only one host)
- auto-detect subdomains for ftp and www subdomains
12 years ago
orbiter
d8354a389c
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago