Commit Graph

  • 558ab7bd4e made the protocol navigator reversible Michael Peter Christen 2012-01-25 02:54:52 +01:00
  • 96cb75f1d4 made the filetype navigator be able to deselect the search constraint Michael Peter Christen 2012-01-25 02:50:06 +01:00
  • 9ebcae2fbc enhanced url parser to understand urls with & instead of & in post urls Michael Peter Christen 2012-01-25 02:42:24 +01:00
  • 30891d026f added a remove-navigation for vocabularies Michael Peter Christen 2012-01-25 00:22:51 +01:00
  • 1f4f60654a Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-24 20:42:30 +01:00
  • d5ead5314d changed navigation links: now using checkboxes. This looks better and allows that negative checkboxes (such that remove the navigation) are possible. These are not yet implemented (comming next) Michael Peter Christen 2012-01-24 19:03:47 +01:00
  • 32104360ce PDFParser - return at least first 3 pages of PDF reger 2012-01-23 20:58:36 +01:00
  • 696ee5fc16 removed pdf from default parser deny list Michael Peter Christen 2012-01-23 17:27:58 +01:00
  • ef5192f8c9 using the generic document parser for crawl starts instead of the html parser. This makes it possible that every type of document can be a crawl start point, not only text documents or html documents. Testet this with a pdf document. Michael Peter Christen 2012-01-23 17:27:29 +01:00
  • 33a71a61fa Merge commit 'b60e2e952102c3eae40ab98c892a8c7d1b478345' Michael Peter Christen 2012-01-23 11:20:32 +01:00
  • b60e2e9521 PDFParser - return at least first 3 pages of PDF reger 2012-01-23 04:33:07 +01:00
  • a02fdf8625 better error messages Michael Peter Christen 2012-01-23 00:47:25 +01:00
  • eadb58dd87 small enhancements in pdf parser Michael Peter Christen 2012-01-23 00:46:02 +01:00
  • c6ba44468e timeout = 5000 instead 3000 Michael Peter Christen 2012-01-23 00:45:32 +01:00
  • 44491ec6dd Merge commit 'b616de59735d33b922b7d2fbccdcc9031b77fa6e' Michael Peter Christen 2012-01-22 19:08:27 +01:00
  • d2ca33ccd7 Java update Lotus 2012-01-21 18:33:21 +01:00
  • 59ebee5de2 highlight changed row on api table Lotus 2012-01-21 18:29:53 +01:00
  • b616de5973 PDFParser - return at least first 3 pages of PDF reger 2012-01-21 03:15:12 +01:00
  • ce620be783 for for crawl start with smb url Michael Peter Christen 2012-01-19 23:07:15 +01:00
  • e6d26a023f fix for bookmark crash with possible side-effects on crawl start after the crash Michael Peter Christen 2012-01-19 23:06:09 +01:00
  • 18227790ca variable search works at least on Firefox again Lotus 2012-01-19 16:54:09 +01:00
  • b7f6383ab8 win installer check at least for 4gb space. resource observer pauses crawling at 3gb free space by default and informs user what to do. so 1gb can be used by yacy at full feature. 30gb warning comes quite often on installation time. users are confused about it and may never reach it. Lotus 2012-01-19 16:52:26 +01:00
  • c73af39e54 refactoring of tray icon class, now uses Java 6 methods natively Lotus 2012-01-18 20:47:09 +01:00
  • 5afec4af39 fix for http://bugs.yacy.net/view.php?id=131 Michael Peter Christen 2012-01-18 11:58:51 +01:00
  • a30b028cc0 updated libraries Michael Peter Christen 2012-01-18 01:21:41 +01:00
  • dc165275ad bugfix for usage of multiple vocabulary navigators Michael Peter Christen 2012-01-18 01:00:30 +01:00
  • 4eff0e26f1 npe bugfix Michael Peter Christen 2012-01-17 23:39:57 +01:00
  • 8776b84c10 *) small fix to make password change function of reconfigureYACY.sh work again low012 2012-01-17 20:43:19 +01:00
  • 190b77c55e added Ukrainian translation Michael Peter Christen 2012-01-17 17:45:28 +01:00
  • 1a0b6b3913 get more navigation details to search results Michael Peter Christen 2012-01-17 16:44:30 +01:00
  • 7f9b6b7a0c added switches to ConfigParser to accept/deny documents by their extension Michael Peter Christen 2012-01-17 16:43:34 +01:00
  • 4901cee3cc suppress auto-tagged subject entries when sending out or receiving metadata from other peers Michael Peter Christen 2012-01-17 02:10:05 +01:00
  • 83009d86f7 added the vocabulary navigator. It can be very simply tested by switching on the locale dictionaries. Michael Peter Christen 2012-01-17 01:53:08 +01:00
  • 37d43e5589 jump back to where we want to modify the scheduler in api steering after submit Lotus 2012-01-16 20:08:24 +01:00
  • 985b78cf89 correct 'avaiable()' to use max of young / eden sixcooler 2012-01-16 16:59:58 +01:00
  • 3db2b5f8e8 created an working free-form project for netbeans (7.1) Alexander Fieger 2012-01-16 09:05:10 +01:00
  • a2a7359a7a removed not working netbeans project. This must be an free-form project and not an java project. Alexander Fieger 2012-01-16 09:01:14 +01:00
  • 4da8746275 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git sixcooler 2012-01-16 01:48:36 +01:00
  • c9aaa9e00a respect non-reserved Memory in GenerationMemoryStrategy and enable it again sixcooler 2012-01-16 01:46:12 +01:00
  • 37f2d1b3e9 replaced Thread initialization with ExecutorService pool for delete method. This is much faster and produces less blocking when using the Compressor class which is used by the HTCache. I.e. picture search is much faster now. Michael Peter Christen 2012-01-16 01:05:30 +01:00
  • a58dc4a91f added autotagging to document condenser: - tags that are automatically generated now enrich the dc:subject - auto-generated tags have a '$' at the beginning of the tag - auto-generated tags lead the tag name with a vocabulary name each tag has the form $<vocabulary-name>:<tag-printname-space-replaced-by-'_'> Michael Peter Christen 2012-01-15 22:17:57 +01:00
  • 0d6176804b emergency disabling of GenerationMemoryStrategy because of non-working available-method Michael Peter Christen 2012-01-15 21:58:18 +01:00
  • 411aab02e3 Windows installer now detects reliably whether YaCy runs. A file lock on the yacy.running file has been implemented. Lotus 2012-01-15 19:01:05 +01:00
  • 87f0210480 enriched log output to find NPE in HeapReader Michael Peter Christen 2012-01-15 12:08:46 +01:00
  • 26e227f17d Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-13 11:28:48 +01:00
  • 7053f8ab46 added automatic generation of a solr schema.xml file Michael Peter Christen 2012-01-13 11:26:22 +01:00
  • 987b412491 updated solr scheme: generic declaration of solr schemes Michael Peter Christen 2012-01-13 11:25:15 +01:00
  • 254adea51c small fixes Michael Peter Christen 2012-01-13 11:24:08 +01:00
  • c7f88f3fd1 fix for http://bugs.yacy.net/view.php?id=101 - the default crawl depth for bookmarks is now editable. apfelmaennchen 2012-01-12 23:30:23 +01:00
  • 49be60a7c8 WorkflowProcess is forced to make small pauses if shortMemoryStatus is reached. Michael Peter Christen 2012-01-10 03:03:12 +01:00
  • b7bb84c0bb set a limit to CharBuffer object size to fight against bad/too large content Michael Peter Christen 2012-01-10 03:02:17 +01:00
  • c602eaaf46 enhanced search process Michael Peter Christen 2012-01-10 03:00:55 +01:00
  • a71f751cc8 Merge branch 'master' of git://gitorious.org/~apfelmaennchen/yacy/apfelmaennchens-rc1 Michael Peter Christen 2012-01-09 23:33:18 +01:00
  • a94ced7cb2 Solved (http://bugs.yacy.net/view.php?id=124) accessibility issue with page 'Ranking_p.html' sof 2012-01-09 22:43:55 +01:00
  • 087f97d4c0 less noise if a browser cannot be opened Michael Peter Christen 2012-01-09 20:54:14 +01:00
  • eff966f396 fix for search process (it was aborted too early during remote search) Michael Christen 2012-01-09 03:02:35 +01:00
  • e6d51363ee Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Christen 2012-01-09 02:00:09 +01:00
  • a231d0eeb9 Run from Java the whole app YACY Marek Otahal 2012-01-09 01:49:37 +01:00
  • a9f0843e75 netbeans: build script: make compressed jar w/ all libraries Marek Otahal 2012-01-08 16:06:26 +01:00
  • 72adbeae90 !Important: move from Hashtable to HashMap Marek Otahal 2012-01-07 00:38:42 +01:00
  • c1af123ddd just a little faster toString Marek Otahal 2012-01-06 21:36:45 +01:00
  • 64e4bcee82 serverSwitch get(App/Data)Path() use common helper method Marek Otahal 2012-01-06 20:41:30 +01:00
  • 371fbb4deb just comment + shorter code in serverSwitch Marek Otahal 2012-01-06 20:23:38 +01:00
  • 6d8faa8066 small fix Marek Otahal 2012-01-06 05:41:54 +01:00
  • ed253b7aff update javadoc, does not throw IOException Marek Otahal 2012-01-06 05:30:04 +01:00
  • f40efb39af Blacklist loadList() remove duplicates by using Set Marek Otahal 2012-01-06 02:01:20 +01:00
  • f75b5e40e0 little fix in copy() Marek Otahal 2012-01-06 01:42:37 +01:00
  • 1dc5d9f0f3 make ConnectionInfo comparable and sort list of connections in Connections_p Marek Otahal 2012-01-06 01:10:05 +01:00
  • c1973c78a3 Blog + BlogComments method propose() make similar + fix anonymous poster's IP resolve in Blog Marek Otahal 2012-01-06 00:26:08 +01:00
  • 7189a70a62 BlogComments dateString() - use localized date/time format Marek Otahal 2012-01-05 23:23:21 +01:00
  • f727c35722 Blog dateString() print in localized date/time format Marek Otahal 2012-01-05 23:17:28 +01:00
  • 8318103f25 Blacklist addBlacklistEntry() - dont add an empty entry Marek Otahal 2012-01-05 22:23:50 +01:00
  • c11ed8a919 add *.*~ to .gitignore Marek Otahal 2012-01-05 22:15:32 +01:00
  • 304ca0b12a add support for development in netbeans Marek Otahal 2012-01-05 20:39:15 +01:00
  • fa8da7f89d vocabularies are now also used as source for a did-you-mean computation Michael Christen 2012-01-08 02:13:52 +01:00
  • eaec14ecc4 Dictionaries from words caches can now be used as autotagging vocabulary Michael Christen 2012-01-08 02:07:10 +01:00
  • 91940fdf56 redesign of WordCache to be prepared to hold multiple independent dictionaries. Such dictionaries can then be also used as simplified vocabularies. Michael Peter Christen 2012-01-08 00:47:32 +01:00
  • 972d411d99 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-07 17:51:37 +01:00
  • c932a10c5c Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Christen 2012-01-07 17:34:58 +01:00
  • bd40a10230 added autotaggig stub .. only reading and parsing of vocabularies at this time Michael Christen 2012-01-07 17:34:38 +01:00
  • f214f6ebb4 added no-load queues to the crawler monitor Michael Peter Christen 2012-01-07 17:17:11 +01:00
  • 1c5deebf81 one more change for signed debian packages Michael Peter Christen 2012-01-07 12:45:40 +01:00
  • e1434635d4 changed required setting for package signing Michael Peter Christen 2012-01-07 12:37:02 +01:00
  • 2ee8cbeb2c Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-05 18:37:46 +01:00
  • 992dbdf4bb added noload statistic to servlets Michael Peter Christen 2012-01-05 18:33:05 +01:00
  • 354b976110 fix for concurrency problem and endless loop in /suggest.json Michael Christen 2012-01-05 08:35:44 +01:00
  • c21966bb43 fix Michael Christen 2012-01-04 23:02:12 +01:00
  • 13b05f9c08 fix Michael Christen 2012-01-04 23:01:04 +01:00
  • e5d878c59e Merge branch 'master' of ssh://gitorious.org/yacy/rc1 Michael Christen 2012-01-04 22:08:17 +01:00
  • ec26b2bea4 Merge commit 'fa08ed5ae5d72bddc3cc6a662b23103579e86109' into quix0r Michael Christen 2012-01-04 20:32:42 +01:00
  • eebc02f5c1 fix Michael Christen 2012-01-04 20:24:48 +01:00
  • 216a287a85 Merge commit '6d4e08ed06c5cd28c45981b2ebe31c7f7ec6fd83' into quix0r Michael Christen 2012-01-04 20:16:37 +01:00
  • d18095dc48 Patch fuer Issue 0000102 and fixes to Patch (private peer status is a property of a peer, not a status) stbrumm 2012-01-03 17:49:37 +01:00
  • 9f1b1b4604 Type for Robinson-Mode/Private Perr added stbrumm 2012-01-01 11:59:14 +01:00
  • 20962a4ed7 added metadata node stub for metadata from blobs Michael Christen 2012-01-03 14:38:03 +01:00
  • 575dbbaa93 enhancements in Blob retrieval: try to use less CPU resources by testing a blog first that most certainly has wanted entries. Michael Christen 2012-01-02 02:14:05 +01:00
  • 585a8f3c44 fixed a bug in search sequence (caused emtpy results) Michael Christen 2012-01-02 02:10:39 +01:00
  • 7a5ff9b808 added checkalive script that can be called frequently to restart crashed peers automatically Michael Christen 2012-01-02 02:09:49 +01:00
  • ce289eb64f remove heuristics if index receive is switched off Michael Christen 2011-12-30 23:51:07 +01:00
  • 1fdbd2da6e added the 28c3 skin Michael Christen 2011-12-30 02:52:15 +01:00