Commit Graph

134 Commits (da86f150ab8339a1ae516b732a40220578979069)

Author SHA1 Message Date
reger af6ad20728 fix: remove obsolete ref to yacy.home 11 years ago
Michael Peter Christen 8b44fcf0f4 added missing @Override annotation 11 years ago
reger b126b9ba17 add some InputFileStream close at end of reads 11 years ago
reger 3b89176b9f use config value htroot in Jetty init (was hardcoded) 11 years ago
reger 809e976578 remove unused java imports form yacy.java 11 years ago
reger a9b06f8719 add a -config command line parameter e.g. -config "port=9090" "port.ssl=8043" 11 years ago
Michael Peter Christen 6e59ca4ebf removed jena library and all code that depended on jena. When jena was 11 years ago
Michael Peter Christen 022c6d3ce1 do YaCy p2p connections using a timeout-request which covers the http 11 years ago
reger 7b800a0c8e fix: NPE on shutdown via script 11 years ago
reger 6932aa4d7a use configured admin-username for api calls 11 years ago
reger 05d6cc6ea3 setting of IPv4Stack moved earlier 11 years ago
reger 30d925a96e reimplemented server access restriction 11 years ago
orbiter 3cb6c7861f fixed shutdown authenticaton problem 11 years ago
orbiter 9d52b337f3 added http authentification to YaCy http client for all localhost 11 years ago
Michael Peter Christen 7d6fc79eb8 refactoring (usage of constant names for attributes of authentication 11 years ago
reger 8eaabb9600 remove dependency from old serverCore.java 11 years ago
reger 45e8750ba5 nasty quick fix for admin login with other username as admin 11 years ago
reger 71cac1a278 added SSL/HTTPS connector to support SSL/https connection on port 8443 11 years ago
Michael Peter Christen 84167adb49 removed unused anomichttpd code after migration to jetty 11 years ago
reger b1ce70434e resolve merge conflict 12 years ago
reger 7869a4c070 Merge origin/master into jetty 12 years ago
reger f46c723398 allow to choose used http server, YaCy-Anomic or Jetty 12 years ago
reger 71d2655c02 downgrade to Jetty 8 to assure support of JRE 1.6 12 years ago
reger 5c4ba9b5db merge rc1 master 12 years ago
orbiter 70ba74b23a disabled ipv4 preference to enable ipv6-only networks like freifunk 12 years ago
reger f7f86d8a5d update to Jetty 9 jars 12 years ago
reger 127adbf5cf remove references to 10_http thread (legacy http server) 12 years ago
reger 105cf8f593 changes to adjust jetty to recent code changes 12 years ago
reger aafef72a8a merged current rc1/master into jetty branch to allow further development with latest version 12 years ago
Michael Peter Christen 765943a4b7 Redesign of crawler identification and robots steering. A non-p2p user 12 years ago
Roland Haeder 841a28ae76 Added 'final' for all exception blocks as this helps the Java compiler 12 years ago
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog: 12 years ago
reger 8a7fcb391d enable use of solrcore.properties for property substitution of solrconfig.xml 12 years ago
Michael Peter Christen a8dc4346e8 default configuration of MMapDirectoryFactory for solr, increased lock 12 years ago
Michael Peter Christen 16e9d4d1dd added a restart hint 12 years ago
reger c37d718f16 make sure yacy.running is deleted if not running (catch exception) 12 years ago
Michael Peter Christen cb38e860cf After the observation that Windows user simply forget that they started 12 years ago
orbiter 07a20e8253 removed unused import 12 years ago
Michael Peter Christen d1cb4cbc84 enhanced network scanner, is faster and more flexible now 12 years ago
Michael Peter Christen f5fd2aea18 removed archaic migration code 12 years ago
Michael Peter Christen a33e2742cb - removed unnecessary synchronized and deadlock in crawler 13 years ago
Michael Peter Christen 00c1c777fa refactoring 13 years ago
Michael Peter Christen 4d29f59a27 removed warnings 13 years ago
Michael Peter Christen 3bcd9d622b cleaned up classes and methods which are either superfluous at this time 13 years ago
Michael Peter Christen 6f1ddb2519 Moved solr index-add method to the same method where the YaCy index is 13 years ago
Michael Peter Christen 826967513b changed options in IndexFederated_p to switch on/off parts of the index 13 years ago
orbiter 69e743d9e3 - more abstraction for the RWI index as preparation for solr integration 13 years ago
orbiter 5a3c829872 embedded solr is only initiated if it is activated with 13 years ago
orbiter 0cbda0b2b8 - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
Michael Peter Christen 5bd3c90907 - removed unnecessary semicolons 13 years ago