yacy_search_server/source/net/yacy
reger 3ac1d14a21 improve TexParser.mimeOf( fileextension ) by returning 1st defined in supported list.
This prevents unusual mapping of supported fileextension -> mimetype
(like htm=application/x-tex)
2015-01-02 04:20:02 +01:00
..
contentcontrol do YaCy p2p connections using a timeout-request which covers the http 2014-01-19 15:21:23 +01:00
cora fix "null" title in response writer for documents with multivalued title 2014-12-26 18:23:26 +01:00
crawler added experimental pdf splitting which enables YaCy to split pdfs during 2014-12-21 18:10:15 +01:00
data fix refactored size() -> filesize() in YMarkMetadata 2014-12-21 14:02:06 +01:00
document improve TexParser.mimeOf( fileextension ) by returning 1st defined in supported list. 2015-01-02 04:20:02 +01:00
gui add. use host port parameter in YaCyApp 2014-11-29 15:27:16 +01:00
http Init Jetty using setDefaultDescriptor (web.xml) to defaults/web.xml 2014-12-27 00:10:14 +01:00
kelondro do not flush non-errors to stdout because this is a concurrency issue. 2014-12-28 15:48:37 +01:00
peers added experimental pdf splitting which enables YaCy to split pdfs during 2014-12-21 18:10:15 +01:00
repository enhanced the snapshot functionality: 2014-12-09 16:20:34 +01:00
search do not write iframe and embed links into webgraph, but use them anyway 2015-01-02 02:44:03 +01:00
server Applied URL-decoding prior to HTML-encoding. 2014-12-27 09:52:34 +01:00
utils refactoring (class name should start with uppercase letter) 2014-10-10 14:32:21 +02:00
visualization prevent division by zero 2014-11-22 12:01:00 +01:00
dbtest.java enhanced graphics computation (avoiding long string parsing for colours) 2014-10-15 10:31:24 +02:00
migration.java added new solr schema fields which record the occurences of vocabulary 2014-11-18 15:02:34 +01:00
yacy.java add a check of java version string >=1.7 to startup class 2014-11-16 01:26:07 +01:00
YaCySearchClient.java