Commit Graph

187 Commits (7f728bb4b4ff14410f4492caf16c6b3ac04817f3)

Author SHA1 Message Date
reger c28142095a add findClass() to servlet class loader (used in YaCyDefaltServlet)
9 years ago
luc 571bc55937 Refactoring : use StandardCharsets constants instead of hard-coded
9 years ago
reger b7e8358645 make use of header.getContentType where possible (mime is normalized afterwards)
9 years ago
reger a60b1fb6c2 differentiate api call getLocalPort() from getConfigInt()
9 years ago
reger 43c27aa550 upd to solr/lucene 5.3.1
10 years ago
reger 206883f80d fix: Preserve protocol in url proxy
10 years ago
reger ee77f24e52 use some more declared HeaderFramework constants
10 years ago
Michael Peter Christen fed26f33a8 enhanced timezone managament for indexed data:
10 years ago
Michael Peter Christen a8a2b7a803 persistency for vocabulary facet switch
10 years ago
Michael Peter Christen efbc9a3561 introducting a new getConfig method which parses comma-separated llists
10 years ago
Michael Peter Christen 69eacdf4eb applying precompiled CommonPattern.COMMA.split to all places where
10 years ago
Michael Peter Christen 5a060c9f26 refactoring of reindexSolr (just replaced constant string)
10 years ago
Michael Peter Christen bee5ee7cce removed some warnings
10 years ago
arucard21 3e9871291f Applied URL-decoding prior to HTML-encoding.
10 years ago
reger 1f9389396a fix NPE related 500 (Bad Request) response of UrlProxy on blacklisted urls,
10 years ago
reger f856edecb6 fix proxy redirect (http status 302) response
10 years ago
Michael Peter Christen 28683530cd fixes to usage of no-cache: use and recognize also the no-store
10 years ago
reger 70cf7060a4 coding fixes suggested in
10 years ago
reger ff18129def ViewFile servlet: update index if newer,
10 years ago
reger 28456dfc09 skip creation of unused Bluelist contenttransformer
10 years ago
Michael Peter Christen 167c5a51f0 IPv6 fix
11 years ago
Michael Peter Christen d8beafba3a fix for values in CrawlProfileEditor table and xml; now the full profile
11 years ago
Michael Peter Christen 97995a1dd9 fix for remote search process
11 years ago
Marc Nause 1e6e69bc40 Finished implementation of UPNP:
11 years ago
Michael Peter Christen e1bc768f9d more IPv6 bugfixes
11 years ago
Michael Peter Christen 247e626083 IPv6 host parsing bugfixes
11 years ago
Michael Peter Christen 6491270b3a large IPv6 redesign of peer ping methods!
11 years ago
orbiter b3ebd38079 removed the HTDOCS repository concept because the concept to host files
11 years ago
Michael Peter Christen 2de159719b added an option to set 'obey nofollow' for links with rel="nofollow"
11 years ago
reger d9472d043a cleanup older unused classes
11 years ago
reger 665e12f88e move startup time from old serverCore to switchboard (most used here)
11 years ago
Michael Peter Christen ba6ffddefc refactoring
11 years ago
reger 0587077d06 cleanup obsolete and not used serverswitch Authentify code
11 years ago
reger 79e7947442 - remove empty http0_9 status text array
11 years ago
reger 2dabe2009d - remove unused manual http KeepAlive config
11 years ago
reger 710054bb37 implement gzip input handling directly in defaultservlet
11 years ago
Michael Peter Christen 36a66b0704 fix for parsing of numeric value in case that boolean values are given
11 years ago
orbiter 41730c8048 better logging in template engine: shows filename of servlets where
11 years ago
sixcooler f06775850f fix receiving DHT / parse pultipart
11 years ago
reger b12200cafe alternative UrlProxyServlet (for /proxy.html) using different url rewrite rules
11 years ago
Michael Peter Christen b488f33975 added close to fix possible resource leak warning
11 years ago
reger b9056ef2db remove unused private header entries (HeaderFramework)
11 years ago
reger c297de5145 remove check for unused virtual path /currentyacypeer/
11 years ago
Michael Peter Christen 453bfd0f17 removed unused variables and warnings
11 years ago
reger a373fb717d remove more unused from legacy server.http
11 years ago
reger 749d020aeb remove redundant url string manipulation in HTTPDProxyHandler
11 years ago
Michael Peter Christen b08375da33 fix for bad/missing values of size_i
11 years ago
reger dd5bf0b71b cleanup old reference to HTTPDemon.setAlternativeResolver
11 years ago
reger 3b89176b9f use config value htroot in Jetty init (was hardcoded)
11 years ago
reger ad4b213145 remove unused static var from HTTPDProxyHandler
11 years ago
Michael Peter Christen d2b8f2b477 enhancements for staticIP and ipv6 handling
11 years ago
Michael Peter Christen 6ada0daae9 making latency_factor and maximum number of same hosts in loader queue
11 years ago
sixcooler 40a4030b55 configurable max-load values for YaCy-Threads:
11 years ago
Michael Peter Christen 022c6d3ce1 do YaCy p2p connections using a timeout-request which covers the http
11 years ago
reger ea7cef5d05 fix NPE in TemplateEngine
11 years ago
reger 6932aa4d7a use configured admin-username for api calls
11 years ago
orbiter 3cb6c7861f fixed shutdown authenticaton problem
11 years ago
Michael Peter Christen 7005ecdabd cleanup
11 years ago
Michael Peter Christen 9bd71fdbb4 made the access tracker class static because it shall be used by the
11 years ago
reger 4c38bceafc handle http connect for proxy
11 years ago
reger 0583f44306 reimplement proxy access log (to Jetty ProxyHandler)
11 years ago
reger 8eaabb9600 remove dependency from old serverCore.java
11 years ago
Michael Peter Christen 667a6adddb - use default files from yacy.init property "defaultFiles" if no
11 years ago
Michael Peter Christen e17624b6dd added html retrieval from alternative DATA/HTDOCS path
11 years ago
Michael Peter Christen 07cee6b99c removed more unused code
11 years ago
Michael Peter Christen 84167adb49 removed unused anomichttpd code after migration to jetty
11 years ago
Michael Peter Christen 7603e879dc Merge branch 'master' into HEAD
11 years ago
Michael Peter Christen 25250405f1 solr servlet preparation for join with jetty branch
11 years ago
reger f111f30ace Merge origin/master into jetty
11 years ago
orbiter ff86cb683f fixed some XSS bugs reported by Marius from http://ctf365.com/
11 years ago
Michael Peter Christen 087df05e24 added option to Config_Network_p.html to enable remote search while
11 years ago
reger b29d262e70 implement Jetty8HttpServerImpl.generateSocketAddress
11 years ago
reger f017066197 Merge origin/master into jetty
12 years ago
reger 69599566f9 catch one more malformed url in proxy url rewrite
12 years ago
reger 605530fec5 catch proxy url rewrite exception
12 years ago
reger 1adb4b8741 merge rc1/master
12 years ago
reger 0d4efabaa8 fix YaCy version string in proxy headers
12 years ago
reger a44eede8b8 merge rc1/master
12 years ago
sixcooler 61f627eb85 fix for ssl-connections from proxy-usage staying in close-wait-state
12 years ago
reger e74f548551 make legacy http server (serverCore) implement YaCyHttpServer interface
12 years ago
reger 71d2655c02 downgrade to Jetty 8 to assure support of JRE 1.6
12 years ago
reger c7c706fd9f merge with rc1/master
12 years ago
Michael Peter Christen 82bfd9e00a - crawl profiles shall be deleted from active and passive stacks if they
12 years ago
Michael Peter Christen 179ad281f9 close include byte buffer after usage
12 years ago
reger 70c51775ae Merge remote-tracking branch 'origin/master' into jetty
12 years ago
Michael Peter Christen 5e31bad711 - the webgraph shall store all links which appear on a web page and not
12 years ago
reger 127adbf5cf remove references to 10_http thread (legacy http server)
12 years ago
Michael Peter Christen 765943a4b7 Redesign of crawler identification and robots steering. A non-p2p user
12 years ago
Michael Peter Christen 47b1c81d08 - refactoring
12 years ago
Michael Peter Christen 76afcccaaf fix for default boolean post values: the default value MUST NOT be TRUE,
12 years ago
Michael Peter Christen 31902f54df fix for NPE which happens within solr code at MultiMapSolrParams.java,
12 years ago
Michael Peter Christen cf12835f20 replaced the single-text description solr field with a multi-value
12 years ago
Michael Peter Christen 4c242f9af9 always use a default value for boolean options to have transparency for
12 years ago
Michael Peter Christen 336f86394c replaced StringBuffer with StringBuilder
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
Michael Peter Christen 64140f35cd fix for solr requests if no query part is given (prevent npe)
12 years ago
Michael Peter Christen e441a9d4c8 to avoid confusion, the gsa api is available at /search? and
12 years ago
Michael Peter Christen 291912ee52 removed misleading http accessGranted message (this is only for
12 years ago
Michael Peter Christen 8dbc80da70 redesign of index.exist-test: this shall now not be done using a single
12 years ago