Commit Graph

  • dd8441f102 fix bug: data from plasmaParser is allready converted to UTF-8 After removing the restrictions in the code, YaCy should be able to index Unicode-charaters! f1ori 2008-10-21 20:19:10 +00:00
  • 47f0c3b002 replaced the cacheAdmin with the ViewFile servlet, because the cacheAdmin was an interface to the old HTCACHE data structure which does not exist any more. Changed links to point to the ViewFile servlets. orbiter 2008-10-21 11:27:50 +00:00
  • 6941bf42b1 performance hacks orbiter 2008-10-20 14:07:09 +00:00
  • 9b0c4b1063 redesign of parts of the new BLOB buffer orbiter 2008-10-19 22:30:44 +00:00
  • 1778fb420d - added some performance tweaks to the new BLOB buffer - removed the now superfluous HT storage thread - reduced number of file decompression by shifting the compression moment to the future orbiter 2008-10-19 18:10:42 +00:00
  • 77e41da7d2 *) further propagation of display value (see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1536) *) removed another depreciated parameter "time" which led to ugly -UNRESOLVED_PATTERN- in URL low012 2008-10-18 19:39:46 +00:00
  • 9663e61449 added another class to handle BLOB writings to the new HTCACHE data storage: - entries are buffered and written as stream with many entries at once (saves many IO accesses) - entries are compressed with gzip: increases capacity of cache - concurrency for stream-writing and compression: all writings to the cache are non-blocking orbiter 2008-10-18 08:57:48 +00:00
  • ff46ce8520 *) fixed display=2 (see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1536) low012 2008-10-17 19:57:39 +00:00
  • 382226da94 fix for bug introduced in SVN 5281: parameters were switched orbiter 2008-10-17 12:14:57 +00:00
  • f2fd043797 refactoring (moved duplicate code into methods) danielr 2008-10-17 10:39:32 +00:00
  • c612046e5e r5278 java 1.5 compatible danielr 2008-10-17 09:59:59 +00:00
  • af71ec93bf ops, forgot to import something f1ori 2008-10-16 22:44:25 +00:00
  • 9e65e9141c * always use UTF-8 for encoding hashes f1ori 2008-10-16 22:35:27 +00:00
  • 03d2b323c2 * remove bad mimetype tag so I see my changes f1ori 2008-10-16 22:31:38 +00:00
  • 826ca79735 refactoring and new architecture to store the files of the web cache: - files are not stored any more as individual files - a new database structure using BLOBHeap files stores many cache entries in common files - all file-writing procedures had been migrated to generate byte[] objects which are written with the new database methods orbiter 2008-10-16 21:24:09 +00:00
  • 2b18a9b2c4 *) removed depreciated parameter "time" which led to ugly -UNRESOLVED_PATTERN- in URL low012 2008-10-16 19:31:29 +00:00
  • f095137238 - respecting httpdMaxBusySessions (refusing new connections if limit is hit) - comments in serverBusyThread converted to JavaDoc - better debug output for npe-case in diskUsage danielr 2008-10-16 10:53:32 +00:00
  • 94e43ece41 unter debian yacy als (fast) letztes starten und erstes beenden danielr 2008-10-14 21:53:25 +00:00
  • 9d69964d3d start daemon in different runlevels on debian and fedora/openSUSE-Systems f1ori 2008-10-14 15:28:24 +00:00
  • 8ba33f104e fix for npe orbiter 2008-10-13 21:59:53 +00:00
  • 998861acfd - some refactoring in BLOBHeap to enable more gap processing functions - better gap merging in BLOBHeap - shrinking of heap file if gap is at end of file when file is closed orbiter 2008-10-13 21:15:54 +00:00
  • 9d50bfd0b3 fix for npe: http://forum.yacy-websuche.de/viewtopic.php?p=10562 lotus 2008-10-13 09:09:53 +00:00
  • 766cad6e93 enhancement in memory management of BLOB Heap files / merging of deleted entries orbiter 2008-10-12 22:15:01 +00:00
  • 7860d5d632 fix for bug in seed list management (cause was bad class overloading, only visual effects!) orbiter 2008-10-12 19:51:53 +00:00
  • 603282bcf4 fix for out of bounds exception lotus 2008-10-11 07:47:34 +00:00
  • ffed5fc415 fixed problem with lost peers in database migrated seedDB from BLOBTree to BLOBHeap orbiter 2008-10-10 14:40:02 +00:00
  • 6fb865fbdc - fix of bug in iterator in kelondroBLOBHeap which caused bug in crawl profile listing - some refactoring of classes that use kelondroMap (Map instead of HashMap) orbiter 2008-10-10 08:39:11 +00:00
  • 2d65887723 - fix for bug in new profile handling - added a new feature in ymageChart (cannot be seen yet, just wait... will be used in profiling chart) orbiter 2008-10-09 22:31:43 +00:00
  • 4df63626f5 sorry lotus 2008-10-09 13:51:43 +00:00
  • 736dd86193 - option enableSimpleConfig can disable hidden tables - corrected some Xmx values - friendlier welcome message format lotus 2008-10-09 12:48:43 +00:00
  • ff68f394dd fix for problem with balancer and lost crawl profiles: if crawl profile ist lost, no robots.txt is loaded any more orbiter 2008-10-08 18:26:36 +00:00
  • d197a62faf * wrong default parameter in initscript * should fix http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1500 f1ori 2008-10-08 10:54:25 +00:00
  • f0c7166a48 fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1505 danielr 2008-10-08 09:48:04 +00:00
  • 88fdd4c4f2 * remove unix wrappers from installonlinux-target, because they are useless on systemwide installations f1ori 2008-10-05 22:13:09 +00:00
  • 9286afad4e new development cycle - nun aber wirklich :-P daburna 2008-10-05 22:08:14 +00:00
  • ed51ccf725 * correct error message f1ori 2008-10-05 21:34:13 +00:00
  • fe6142a6ab *) ...and even more languages. low012 2008-10-05 20:20:21 +00:00
  • 3717d2057a YaCy-UI: fix for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1483 apfelmaennchen 2008-10-05 18:50:43 +00:00
  • 9f0cc3afdd *) more languages low012 2008-10-05 12:28:40 +00:00
  • e96a3d0472 *) added statistics for a few languages: Czech, Esperanto, Irish, Turkish low012 2008-10-05 10:07:22 +00:00
  • fb8d9850ea fix for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1462 lotus 2008-10-05 10:03:02 +00:00
  • 0d1a2f6183 fix for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1461 lotus 2008-10-04 12:36:11 +00:00
  • d0bdcdd57c small changes to attributes of DoS attack protection parameters orbiter 2008-10-03 19:44:42 +00:00
  • 9ac16f565b - fixed several bugs in database management functions - fixed a display bug for the performance graph - fixed deadlock when initialization of awt happens simultanously - removed some debugging output orbiter 2008-10-03 18:57:02 +00:00
  • 1976b89bef new development cycle daburna 2008-10-03 16:10:40 +00:00
  • 7fdf65339d system status dropped into next line if seed server was enabled. display needs about 230px, set fixed width again. lotus 2008-10-03 11:42:24 +00:00
  • 7782a43060 fix if LANGUAGE: was not defined and the end of the query lotus 2008-10-03 11:36:17 +00:00
  • 2c23e6ad34 YaCy-UI: added some features for Admin Console apfelmaennchen 2008-10-03 05:32:31 +00:00
  • efcae14714 YaCy-UI: - added 'Open' button to search result toolbar - lets you open all selected search results in new window/tab - added 'any language' filter as default apfelmaennchen 2008-10-02 17:38:03 +00:00
  • 68115c30ba quick release 0.61 orbiter 2008-10-01 22:10:51 +00:00
  • 902a0d0f38 fieldset of system status was bigger than defined space. IE overlapped some text. lotus 2008-10-01 20:33:32 +00:00
  • 820a03f9d6 - removed some warnings - used fix in SVN 5233 for ysearch.java and search.java orbiter 2008-10-01 20:20:39 +00:00
  • 69925a7e91 fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1441 lotus 2008-10-01 20:16:50 +00:00
  • fe2792e9ce use accept-language header instead of user agent for language detection lotus 2008-10-01 17:47:11 +00:00
  • e5904e6a21 removed color definition for input elements in default skin lotus 2008-10-01 13:07:24 +00:00
  • 93ddf206e6 opensearch fix if user agent had no language lotus 2008-09-30 20:13:18 +00:00
  • b8538fae04 search form like on result page lotus 2008-09-30 19:59:55 +00:00
  • 3cce13d1b7 more compact search form lotus 2008-09-30 18:03:52 +00:00
  • 95fddf056c - better support for narrow windows on searchpage lotus 2008-09-30 17:50:42 +00:00
  • 365e0f8518 - fix for java installation - unattended java installation lotus 2008-09-30 13:50:01 +00:00
  • c8bdd965ec - larger update time for status page - balancer writes cause of robots.txt in log file for crawl delay - removed log output for forced GC - smaller RAM flush for RWI cache, should cause more usage of cache and faster crawling orbiter 2008-09-30 11:09:46 +00:00
  • 3a919bf24e better solution for search result layout lotus 2008-09-29 19:11:16 +00:00
  • f95ec8b813 fix for non-accessible 2nd-line tabs on admin console lotus 2008-09-29 18:33:38 +00:00
  • c44e97d6dd more lines in log on status page orbiter 2008-09-29 18:07:55 +00:00
  • dc149df3b1 new status page layout: - smaller kaskelix image to make room for more information - added the memory graph, since this picture is widely used to monitor YaCys activities - added border to log line iframe (looks better together with memory graph) orbiter 2008-09-29 14:59:06 +00:00
  • 298196e7a4 translation update daburna 2008-09-29 13:24:03 +00:00
  • dda771db9d - search result layout - tray only for windows lotus 2008-09-29 12:39:57 +00:00
  • 7f88dadf87 YaCy-UI: added a notice to a bug in bookmarks folder recursion! apfelmaennchen 2008-09-29 06:02:48 +00:00
  • 2126315d40 layout changes for search result page orbiter 2008-09-28 23:19:56 +00:00
  • ce4715e305 removed indexing of anchor links and tagging such words as part of urls (that was wrong) orbiter 2008-09-28 21:12:26 +00:00
  • ce57de6cb3 - fixed re-setting of DHT Send/Receive settings - small change to network grafics: smaller circles / more URLs necessary for full radius; more PPM necessary for full crawling circles - fixed exclusion search ('-' did not work any more) - fixed NPE bug when FTP loader wrote to the error-db orbiter 2008-09-28 20:01:10 +00:00
  • f7003aa75f *) updated whos.amung.us code in terminal page low012 2008-09-28 12:54:01 +00:00
  • 31c31e54e4 new tray icon image for different icon sizes (e.g. linux) lotus 2008-09-28 08:54:33 +00:00
  • cc9f1e9dd9 YaCy-UI: enabled edit bookmarks in toolbar apfelmaennchen 2008-09-27 21:15:30 +00:00
  • 00c843f7d9 YaCy-UI: - added scrollbar to folder widget - slightly improved Ajax handling for folder and tag widget apfelmaennchen 2008-09-27 11:38:20 +00:00
  • 9589dfe080 * removed trayicon popupmenu title * added some menu items to trayicon f1ori 2008-09-27 08:25:16 +00:00
  • 5a637f004d localized tray lotus 2008-09-26 11:09:54 +00:00
  • 9d4f0325e1 - removed shutdown from search page (we have it in tray now!) - fixed doubleclick action for tray lotus 2008-09-26 10:55:08 +00:00
  • 214277dad6 - revert r5202 - cleanup - installer checks for JRE 1.6 only lotus 2008-09-26 06:52:36 +00:00
  • 7afa084207 * add nativ java trayicon, using reflections f1ori 2008-09-25 19:36:49 +00:00
  • f293554216 XBEL: small bug fix apfelmaennchen 2008-09-25 05:26:36 +00:00
  • b97ff24b43 bookmarksDB / xbel.xml: - added support for folder=/foldername - it crashes if foldername ends with / apfelmaennchen 2008-09-24 21:16:13 +00:00
  • 848dbbd280 YaCy-UI: - added bookmark folder widget to sidebar (it uses the xbel.xml with XSLT! apfelmaennchen 2008-09-24 21:09:12 +00:00
  • 7462b5db7b /xml/bookmarks/xbel/xbel.xml: - added support for xsl-style sheets: style=/path-to-xsl/style.xsl - removed fixed root folder "YaCy Bookmarks" apfelmaennchen 2008-09-24 21:04:27 +00:00
  • 6e7d113eac fix for wrong index initialization after network switch orbiter 2008-09-23 23:30:25 +00:00
  • e50934bbd9 try to fix tray on vista 64bit lotus 2008-09-23 18:10:50 +00:00
  • 0a0cc3bf67 added missing classes to build target "run" lotus 2008-09-23 15:54:12 +00:00
  • 7b35d54c6c fixed some problems with network switching (was not completely 'clean') orbiter 2008-09-23 12:11:19 +00:00
  • f0b42e5a98 fixed NPE orbiter 2008-09-22 14:04:38 +00:00
  • 8b6a0376db YaCy-UI: - another XSS fix (TagCloud) - upload of missing icons for toolbar apfelmaennchen 2008-09-22 05:19:37 +00:00
  • 8e0de7f180 update to language statistic evaluation: - the condenser does not abandon too small words any more before feeding the statistics - for text indexing no more urls are used to feed the index (this was wrong, but in contrast the indexing of urls for media search is necessary) - urls are not used any more to feed the statistics orbiter 2008-09-21 20:25:47 +00:00
  • 2ff6f0360e YaCy-UI: small fixes to accomodate Safari & Opera apfelmaennchen 2008-09-21 14:26:35 +00:00
  • a28af9d4c4 YaCy-UI: enabled language selection - special thanks to orbiter apfelmaennchen 2008-09-21 10:49:05 +00:00
  • 1d9f0234c8 YaCy-UI: - added basic functionallity to add bookmark(s) from search results - re-design of sidebar search form - replaced classic search with compare search apfelmaennchen 2008-09-21 10:04:51 +00:00
  • 1198eeecc7 added language selection to search query: - the language can be selected using a LANGUAGE:<language> element in the query line, i.e.: java LANGUAGE:en - the language can be selected with a post element in google-style syntax with the 'rl' element: ?lr=lang_en&query=java orbiter 2008-09-21 07:28:57 +00:00
  • 00c1535f84 added ranking and evaluation of language type in a search the wanted language is taken from the browser user-agent string orbiter 2008-09-21 00:04:42 +00:00
  • e201ad0e9f YaCy-UI: - moved search result to flexigrid - added a toolbar similar to YaCyBar apfelmaennchen 2008-09-20 22:21:56 +00:00
  • 06c07f2e0f YaCy-UI: fixed broken style for add bookmark dialog apfelmaennchen 2008-09-20 19:33:20 +00:00
  • a5f61e8b1b YaCy-UI: - fixed xss vulnurability - improved add bookmark dialog apfelmaennchen 2008-09-20 18:28:58 +00:00
  • a81cb78211 finally some putHTML on htroot/xml/ lotus 2008-09-20 07:55:30 +00:00