orbiter
6daae59479
switch on core.service.rwi when switching back from portal mode to p2p
...
mode
11 years ago
orbiter
a12701ddf6
upgraded bouncy caste libraries (needed for encrypted pdfs, dependency
...
in pdfbox) to 1.46
removed the activation.jar library; I don't know which other library
depends on it.
11 years ago
Michael Peter Christen
f0db501630
better handling of ranking parameters and new default values for date
...
navigation which is done using ranking in solr.
11 years ago
Michael Peter Christen
53948da7d0
tried to make last_modified recognition smarter
11 years ago
Michael Peter Christen
2d03037965
'Last-Modified', not 'Last-modified' according to
...
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
11 years ago
Michael Peter Christen
2520590b45
migrated from pdfbox 1.8.4 to 1.8.5. They have a very long bugfix list
...
for that update:
http://www.apache.org/dist/pdfbox/1.8.5/RELEASE-NOTES.txt
11 years ago
sixcooler
2d508618a4
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
3dc5fb0050
fix for operator precedence bug (cast binds stronger than bitwise AND)
...
in peer hash hashing. This should not change anything if java casts long
to int by masking with 0xFFFFFFFFL but you never know. The important
thing is, that the hashCode() should not return numbers that have the
same order as the hash code order because hashing of seeds is used to
remove the order in some places.
11 years ago
Michael Peter Christen
6634b5b737
debug code for index distribution testing
11 years ago
Michael Peter Christen
89e13fa34e
fixed bug in test function
11 years ago
sixcooler
bf2ae57126
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
sixcooler
275def648b
Revert "manual merge"
...
This reverts commit 3bfab8566c
.
11 years ago
sixcooler
3bfab8566c
manual merge
11 years ago
sixcooler
3349a8f363
Merge branch 'master' into foobar
...
Conflicts:
source/net/yacy/http/Jetty9HttpServerImpl.java
11 years ago
Michael Peter Christen
d4157184ec
migration to Solr 4.8.1
...
This includes also an update to zookeeper 3.4.6 and a new library that
Solr initializes by default: org.restlet from
http://restlet.com/download/current#release=stable&edition=jse&distribution=zip
which is included in version 2.2.1 from may 6th 2014
11 years ago
orbiter
49e344e8d9
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
orbiter
7705e36703
fix for latest generic warning fix
11 years ago
sixcooler
10326892a8
avoid erros from ConnectHandler, correction for #6d16fa9
11 years ago
orbiter
97983ba89f
fixed generics warnings for generic array instantiation that appeared
...
after migration to Java 7
11 years ago
orbiter
2944822bb0
updated bootstrap seed list
11 years ago
Marc Nause
4723329e29
Improved blacklist XML/JSON API.
11 years ago
sixcooler
830057d788
lower Segment-size (hope to get Segments of 10GB)
...
see:
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=5216&p=30036#p30034
11 years ago
reger
f91b2f51ae
fix: load_Rss remove feed to many parameter for get
...
use form post methode
11 years ago
orbiter
c028ae9b09
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
reger
e31493e139
"Use remote proxy for yacy" has no function, remove option and related config item
...
see/fix bug http://mantis.tokeek.de/view.php?id=23
http://mantis.tokeek.de/view.php?id=189
11 years ago
reger
89e2c5e884
fix: allow enable of CrawlStartExpert.html #file
11 years ago
reger
1b37b12998
fix: CrawlStartExpert.html # From File with missing filename
...
- crawlName must not be empty
- crawlingFile must not be empty
11 years ago
orbiter
181784a5cb
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
reger
0587077d06
cleanup obsolete and not used serverswitch Authentify code
...
as auth is mostly delegated to Jetty container.
11 years ago
orbiter
c9f66be20b
move unnecessary nested else out of condition
11 years ago
orbiter
0d8072aa99
removed warnings
11 years ago
orbiter
88f4af90da
removed warnings
11 years ago
orbiter
0f425e01ca
another circle computation enhancement
11 years ago
orbiter
be7c99dbe8
switched menu position of ConfigPortal.html and ConfigSearchBox.html
11 years ago
reger
a8d162810c
Exclude = from percent-encoding in MultiProtocolURL
...
fix http://mantis.tokeek.de/view.php?id=185 and http://mantis.tokeek.de/view.php?id=280
11 years ago
reger
024f8e9b33
fix truncated urls containing ","
...
adressing http://mantis.tokeek.de/view.php?id=58
Exclude comma from percent-encoding in MultiProtocolURL (see RFC 1738 2.2 and RFC 3986 2.2)
11 years ago
Michael Peter Christen
9112f0a2df
enhanced circle tool initialization
11 years ago
Michael Peter Christen
a1ac4c3b76
automatically clear graphics cache
11 years ago
Michael Peter Christen
505f58c79c
enhanced circle computation time and memory footprint
11 years ago
reger
f87ac716f3
improve IndexDeletion by query
...
adding transparently text_t as pseudo default search field if no fieldname (no : ) is included.
adressing bug report http://mantis.tokeek.de/view.php?id=274
11 years ago
reger
f02203fb2f
fix xml validation error on defaults/web.xml
11 years ago
reger
cd8c0dbda9
assign serialVersionUID for proxyservlet, too.
11 years ago
reger
b300d7f4ce
set serialVersionUID on urlproxyservlet to skip compiler warning
...
- remove commented out code
11 years ago
reger
c947ee06bf
remove redundant servlet-api
11 years ago
reger
e9060d31bd
update to Jetty 9
...
besides adjustments in code it makes the servlet settings in web.xml significant.
This applies to solr, gsa and proxy servlet. There is no longer a default setup in code during init (as jetty 9 checks for double definition).
11 years ago
reger
1432a817dd
respect "index media" switched off in CrawlStartExpert.html
...
fix http://mantis.tokeek.de/view.php?id=64
11 years ago
reger
6122f8df91
Merge origin/master
11 years ago
reger
f7b6ca1f4b
switch pom to v1.73 and java 1.7
11 years ago
orbiter
b9c1a61814
added a peername=<peername> property in the seedlist API
11 years ago
orbiter
39e1913585
next development step: migration to java 1.7
...
This includes also a small code change to test generic type inference, a
java 1.7 feature
11 years ago