Commit Graph

290 Commits (b522d540b9492de5b16293bee309615619584eef)

Author SHA1 Message Date
luc 2a67d2ba6f Corrected error management for unsupported image formats, parsing
9 years ago
luc 1565559df8 Refactoring : extracted write InputStream method.
9 years ago
luc 07437986e7 Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger 97cc03ef6a start using a template for urlproxy header
9 years ago
luc 4e673ffc9a Ensure closing of InputStream even when an exception occurs.
9 years ago
luc 745e97a575 Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger a60b1fb6c2 differentiate api call getLocalPort() from getConfigInt()
9 years ago
luc aa70ff4ff6 Corrected images alpha channel rendering
9 years ago
reger 367fe388b9 fix exception throw after sendError in DefaultServlet
10 years ago
reger 206883f80d fix: Preserve protocol in url proxy
10 years ago
reger dbe2594c38 replace deprecated myPublicLocalIP() in AbstractRemoteHandler
10 years ago
sixcooler e427efbe54 Next Try for a fix for upload-connection staying in blocked state.
10 years ago
sixcooler ef6a64b2a4 Fix for upload-connection staying in blocked state.
10 years ago
reger 572cfe8fd4 improve character encoding for urlproxy servlet
10 years ago
reger 6bc8a9b11e make Quality of Service Servlet available to prioritize requests from local host
10 years ago
Michael Peter Christen fed26f33a8 enhanced timezone managament for indexed data:
10 years ago
Michael Peter Christen f5a032f293 split query into filter query and text query to get better ranking
10 years ago
reger 5f4cd8d6f5 replace deprecated getIP with getIPs in AbstractRemoteHandler
10 years ago
Michael Peter Christen f9ba50379d added an expansion option to search facets on result page:
10 years ago
reger de56d934b2 apply query parameter getQueryFields() to GSA servlet
10 years ago
reger 9b0de2de64 introduce getQueryFields to return default query fields (queryparamter QF)
10 years ago
reger 23924348e2 url with semicolon or comma handling in proxy request
10 years ago
reger 9025fe3518 upd error message for proxy
10 years ago
Michael Peter Christen b5ac29c9a5 added a html field scraper which reads text from html entities of a
10 years ago
Michael Peter Christen bee5ee7cce removed some warnings
10 years ago
Michael Peter Christen 4c9d2a7c64 reverted 'do not show all options' strategy. This is actually confusing
10 years ago
reger 4eb89d7f15 revert clickservlet
10 years ago
Michael Peter Christen c9e2128260 please commit new files under your own name, this file was not created
10 years ago
reger d44d8996d0 Added a “don't store remote search results” option
10 years ago
reger 6a04563578 Init Jetty using setDefaultDescriptor (web.xml) to defaults/web.xml
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
Michael Peter Christen c9c700b510 reduction of http requests to YaCy using the correct cache-control,
10 years ago
Michael Peter Christen 1cfddea578 added (very experimental) Solr response writer for snapshot image
10 years ago
Michael Peter Christen 3354cd63be Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger 63846ddb89 add final SolrQueryRequest.close to SolrServlet
10 years ago
Michael Peter Christen 578ae29f1e added a note that the servlet is linked using web.xml
10 years ago
reger 6c3f36def1 - fix path to default heuristic.cfg
10 years ago
reger ff18129def ViewFile servlet: update index if newer,
10 years ago
Michael Peter Christen 226aea5914 added a servlet which can create preview images, preview tumbnails and
10 years ago
Michael Peter Christen 97f6089a41 YaCy can now create web page snapshots as pdf documents which can later
10 years ago
Michael Peter Christen c0f9f6ac66 added option to change the navbar-default, i.e. usable for dark skins
10 years ago
Michael Peter Christen f1f74e8626 toString fix
10 years ago
reger e4316e2d74 skip creation of local var in proxyhandler.storetocache
10 years ago
sixcooler d8fcc4a2f5 added a timeout on Jetty connectors
10 years ago
Michael Peter Christen 92c5d97486 fix for bad node flag setting with IPv6
10 years ago
Marc Nause 1e6e69bc40 Finished implementation of UPNP:
10 years ago
reger fe9f1c594e fix char encoding parameter in UrlProxy
10 years ago
Michael Peter Christen 528f583d72 ipv6 fixes
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 a922b122a3 added a hack to forward solr search results from an external attached
11 years ago
Michael Peter Christen 0838326a76 changed error message, see http://mantis.tokeek.de/view.php?id=439
11 years ago
orbiter aa6cdc4ab5 speed-up of start process if remote DNS waits for timeout
11 years ago
Michael Peter Christen 57ce7eeff3 fixed localhost authorization and replaced the adminRealm with an info
11 years ago
reger c7335318eb remove unused legacy procedure from httpserver
11 years ago
Michael Peter Christen eab0d3e1a9 bugfix for wrong lock display, see
11 years ago
orbiter 49d4f95faf bugfix to latest commit
11 years ago
orbiter 68211f8244 enable Crawler_p servlet if a rss feed or a wiki dump import was
11 years ago
orbiter b4f2a1db6e added a unlock icon for all protected pages that are unlocked because
11 years ago
Michael Peter Christen 6e1dc444c3 added a snippet test function in ViewFile: you can now search for a
11 years ago
reger 47f201a6b8 Add Solr default query fields (&qf) to select servlet
11 years ago
reger b24572f304 fix GSA filter query assignment
11 years ago
reger 665e12f88e move startup time from old serverCore to switchboard (most used here)
11 years ago
reger 32bd2a61c1 add local ip to AbstractRemoteHandler local hostname cache
11 years ago
Michael Peter Christen c7995d3e2a increased fixed limit for http POST request sizes to 100MB
11 years ago
Michael Peter Christen 2626c8f6db using concurrency to do base64 encoding in file POST commands
11 years ago
orbiter 0bbb5040b8 Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
orbiter 9d5d86cd03 Added filter query options to the ranking servlet /RankingSolr_p.html.
11 years ago
Michael Peter Christen d2151857f1 Added collection navigation:
11 years ago
Michael Peter Christen f13c8aa7dd re-implementation of file push option in the context of POST http
11 years ago
Michael Peter Christen ba6ffddefc refactoring
11 years ago
reger 8e233e2eb4 - fix typo in Message_p (defaultpath)
11 years ago
sixcooler 5b1c4ef191 Monitoring and limit connection-count for Jetty
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
11 years ago
orbiter c9f66be20b move unnecessary nested else out of condition
11 years ago
orbiter 88f4af90da removed warnings
11 years ago
reger cd8c0dbda9 assign serialVersionUID for proxyservlet, too.
11 years ago
reger b300d7f4ce set serialVersionUID on urlproxyservlet to skip compiler warning
11 years ago
reger e9060d31bd update to Jetty 9
11 years ago
Michael Peter Christen 4e734815e8 enhanced snippets: remove lines which are identical to the title and
11 years ago
reger d812f80784 add exit proxy link to UrlProxy
11 years ago
reger d51f9cc863 add custom Jetty errorhandler
11 years ago
reger 710054bb37 implement gzip input handling directly in defaultservlet
11 years ago
Michael Peter Christen 734778c0c8 fixed a time-out problem in the default servlet which is also a logging
11 years ago
orbiter 41730c8048 better logging in template engine: shows filename of servlets where
11 years ago
reger da413af664 move baseurl after parsing orig source in urlproxyservlet
11 years ago
orbiter b1ba764d81 fix for first start options and added german translation for popup texts
11 years ago
orbiter 429a874222 - added COLS field in GSA response (non-gsa standard by customer
11 years ago
Michael Peter Christen 1b9ec9a1c5 - added popover to p2p/stealth mode button to explain the peer mode and
11 years ago
Michael Peter Christen 39b641d6cd added tutorial mode - some menu items will only appear if you 'qualify'
11 years ago
reger e11504309f adding a hint to javascript browser short cut on Url-Proxy page (AugmentedBrowsing_p.html)
11 years ago
reger b12200cafe alternative UrlProxyServlet (for /proxy.html) using different url rewrite rules
11 years ago
Michael Peter Christen fda591695c fixed visibility of custom icon
11 years ago
Michael Peter Christen a9b9950d7f Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen b488f33975 added close to fix possible resource leak warning
11 years ago
Michael Peter Christen 8b44fcf0f4 added missing @Override annotation
11 years ago
reger d7055904a6 fix: proxyservlet path header setting
11 years ago