Commit Graph

  • 985d421f91 found and fixed some memory leaks orbiter 2009-02-11 11:24:15 +00:00
  • 333489420b - fix for NPE when loading the cytag image - some hacks for less memory usage: -- less usage of buffer and cache memory in EcoFS -- buffer allocation on-demand in BufferedIOChunks -- removed largest ybr idx orbiter 2009-02-11 10:52:56 +00:00
  • 4c11843eba *) fixed small bug with large effect (OOM exception hazard when "show all" was selected for a blacklist) low012 2009-02-10 23:46:51 +00:00
  • 6a32193916 - refactoring of cache naming in web index cache (no more dht semantics there) - activating a feature in the thread dump that cuts off dumping of a trance of inside-java-core events orbiter 2009-02-10 23:28:13 +00:00
  • e52c3eb79d added option to create a custom number of thread dumps in multiple thread dumps orbiter 2009-02-10 20:57:04 +00:00
  • 6c627dbdff update to the server core orbiter 2009-02-10 13:26:26 +00:00
  • bc1e7da83f small bugfix for Safari to work with YaCy-UI apfelmaennchen 2009-02-10 12:35:09 +00:00
  • 5393f356aa fix for termination problem orbiter 2009-02-10 01:08:06 +00:00
  • 6a876ecb88 first fixes to the DHT transmission process orbiter 2009-02-10 00:48:54 +00:00
  • de610b99ec replaced invisible pixel image with 'real' invisible pixel ;-) orbiter 2009-02-10 00:13:00 +00:00
  • c25c334b75 replaced old DHT transmission method with new method. Many things have changed! some of them: - after a index selection is made, the index is splitted into its vertical components - from differrent index selctions the splitted components can be accumulated before they are placed into the transmission queue - each splitted chunk gets its own transmission thread - multiple transmission threads are started concurrently - the process can be monitored with the blocking queue servlet To implement that, a new package de.anomic.yacy.dht was created. Some old files have been removed. The new index distribution model using a vertical DHT was implemented. An abstraction of this model is implemented in the new dht package as interface. The freeworld network has now a configuration of two vertial partitions; sixteen partitions are planned and will be configured if the process is bug-free. This modification has three main targets: - enhance the DHT transmission speed - with a vertical DHT, a search will speed up. With two partitions, two times. With sixteen, sixteen times. - the vertical DHT will apply a semi-dht for URLs, and peers will receive a fraction of the overall URLs they received before. with two partitions, the fractions will be halve. With sixteen partitions, a 1/16 of the previous number of URLs. BE CAREFULL, THIS IS A MAJOR CODE CHANGE, POSSIBLY FULL OF BUGS AND HARMFUL THINGS. orbiter 2009-02-10 00:06:59 +00:00
  • c6c57b7b3d svn 5580 placed a bug into yacyinteractive and it was not possible to search any more. The cause was the replacement of '&' with '&amp' in the call of the json source. Please TEST _every_ code change. orbiter 2009-02-09 09:21:31 +00:00
  • e9a4182e6a using a concurrent hash map for the template cache orbiter 2009-02-08 21:48:37 +00:00
  • e8ae2599fd * some refactoring/moves to consoleInterface * added possibility to find maximum possible heap size you can get it via getWin32MaxHeap.bat this may cause high system load moreover the found limit is no guarantee for stable startups since it depends on system configuration lotus 2009-02-07 11:53:48 +00:00
  • 49d95fb3d9 - cytag-xhtml-fix auron_x 2009-02-06 15:31:28 +00:00
  • 01b97ef3f8 added new cybertag-tracking feature that was inspired by itgrl from the forum discussion in http://forum.yacy-websuche.de/viewtopic.php?p=12612#p12612 orbiter 2009-02-06 15:06:19 +00:00
  • 03a16f6c20 - more XHTML-validation auron_x 2009-02-06 14:45:56 +00:00
  • 46af1e06dc - XHTML-Validation of some pages (Status.html still needs work) auron_x 2009-02-06 08:51:03 +00:00
  • b19bc611b0 gc: better logging borg-0300 2009-02-05 19:42:32 +00:00
  • b1f9c00118 fix for bug in merge operator initialization orbiter 2009-02-05 15:26:16 +00:00
  • b57c9da1f8 - fixes to doc, ppt, xls parser: better title - fixes to httpd server response header generation - fixes to a server date computation bug - new Button in indexControl to view content of url in ViewFile orbiter 2009-02-05 15:15:13 +00:00
  • 7936e58fe7 * sorry,previous version didn't compile f1ori 2009-02-05 12:15:21 +00:00
  • 76cdc59789 * added some convertions to and from UTF-8 * this might fix problems on windows systems (like http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1824) f1ori 2009-02-05 12:12:07 +00:00
  • 65a1de6c05 longer timeout for remote crawl queries orbiter 2009-02-04 16:55:09 +00:00
  • 072dd01ac8 more logging for RSS parser (to fix the remote crawl problem) orbiter 2009-02-04 16:50:10 +00:00
  • 86763c42c4 enhanced interactive search orbiter 2009-02-04 15:59:22 +00:00
  • 5b79221037 *) bugfix for my last commit low012 2009-02-03 21:45:41 +00:00
  • 9d282d2c16 - renamed interactivesearch to yacyinteractive - added a configuration option to set the pop up page in Config Appearance - added a minimized header option to yacyinteractive - fixed a bug in yacysearch: default values when no query is done orbiter 2009-02-03 13:04:02 +00:00
  • 910c2aaed6 *) blacklists will only displayed partly now with 50 entries per page by default, this should make it easier to administrate large lists low012 2009-02-02 18:24:04 +00:00
  • f6da5f8f00 more mime types orbiter 2009-02-02 16:07:31 +00:00
  • 75bef03ac6 fix for bad encoding in yacydoc.html and yacydoc.xml orbiter 2009-02-02 15:55:45 +00:00
  • 180fe81ef7 quick hack to copy new log configuration over old one orbiter 2009-02-02 14:49:46 +00:00
  • d3e33fd6c1 removed strange retry logic from DHT transfer orbiter 2009-02-01 23:02:40 +00:00
  • 12ec5132ce tried to fix the remote crawl problem. orbiter 2009-02-01 22:35:56 +00:00
  • db510b5d52 more exception logging orbiter 2009-02-01 22:05:09 +00:00
  • ee3fe19c0b added /api/bookmarks/get_folders.xml apfelmaennchen 2009-02-01 20:41:37 +00:00
  • 7a159dc745 update for api/bookmarks/get_folders apfelmaennchen 2009-02-01 20:40:51 +00:00
  • f6ef9014c7 Bookmarks.html - removed API Logo for add, edit etc. views, as this is not supported for RSS Version apfelmaennchen 2009-02-01 16:38:46 +00:00
  • 35a5116606 - another update to Bookmarks.html - only calculate tags and folders if display = 0 apfelmaennchen 2009-02-01 16:26:11 +00:00
  • ab1a09ab95 small addition to last commit apfelmaennchen 2009-02-01 16:13:35 +00:00
  • 416d16e026 - partial work around for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1815#p12526 apfelmaennchen 2009-02-01 15:51:35 +00:00
  • ef82cced01 removed default line 'P2P WEB SEARCH' if no line is given orbiter 2009-02-01 00:43:52 +00:00
  • 78b7361937 fixed problem with logging YOU MUST DELETE DATA/LOG TO MAKE THIS WORK! (sorry..) orbiter 2009-02-01 00:21:08 +00:00
  • bacccda6d7 * blacklist_p.xml: attrOnly = only give parameters of blacklists, no content f1ori 2009-01-31 13:33:08 +00:00
  • f136ddcfd4 *) this change is supposed to prevent the creation of temporary files by Apache Commons Fileupload library in cases where it is not necessary (as proposed by thq in http://forum.yacy-websuche.de/viewtopic.php?f=8&t=1806) low012 2009-01-31 09:17:58 +00:00
  • 94110df85a moved logging partially to kelondro orbiter 2009-01-31 01:06:56 +00:00
  • 024da2916b refactoring of logging orbiter 2009-01-30 23:33:47 +00:00
  • 83ce65707a (almost) completed partition of classes in kelondro orbiter 2009-01-30 22:44:20 +00:00
  • 7ee494fde5 more refactoring of kelondro: - seperated BLOB from table classes - renamed 'coding' package to 'order' orbiter 2009-01-30 22:08:08 +00:00
  • d4281b78da dynamic memory scale lotus 2009-01-30 18:53:51 +00:00
  • bf93767ec6 refactoring of kelondro database classes (to be continued) orbiter 2009-01-30 15:33:00 +00:00
  • fc27bf8c4c refactoring of kelondro classes: kelondro shall become independent from other packages. moved bytebuffer, date and memory to kelondro orbiter 2009-01-30 14:48:11 +00:00
  • fe77fc3d62 - added new property setting 'repositoryPath' which can be used to map any path to http://localhost:8080/repository/ This can be used to do an intranet-indexing without the setting of symbolic links - which does not work in Windows environment. Now also Windows users can index their file system easily using the intranet use case. - fixed some problems with the identification of the alternative path in DATA/HTDOCS in the httpd file server orbiter 2009-01-30 13:30:36 +00:00
  • 7e011de34e hint for recrawls lotus 2009-01-30 08:24:27 +00:00
  • 3905caf8a1 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5536 6c8d7289-2bf4-0310-a012-ef5d649a1542 apfelmaennchen 2009-01-29 22:07:18 +00:00
  • 08ed14603e - fixed YaCy-UI sciencenet search apfelmaennchen 2009-01-29 22:06:06 +00:00
  • 55dd15e344 - clean up of YaCy-UI - added /yacy/ui/yacyuisearch.html (stand alone version) apfelmaennchen 2009-01-29 19:57:18 +00:00
  • 6cbca1e508 extended last fix, preventing more sorts orbiter 2009-01-29 16:42:01 +00:00
  • f9672d3f97 applied fix for inefficient put method as recommended by celle, see http://forum.yacy-websuche.de/viewtopic.php?p=12424#p12424 orbiter 2009-01-29 16:08:24 +00:00
  • 025ebd7574 small fix apfelmaennchen 2009-01-28 22:52:26 +00:00
  • 9bd9ccade2 refactoring apfelmaennchen 2009-01-28 22:47:03 +00:00
  • b41a06228f *) cleaning up... low012 2009-01-28 19:48:52 +00:00
  • ce81391095 *) using parameters like site: in the search field does not affect urlmask anymore low012 2009-01-28 19:37:24 +00:00
  • 3484e55be4 - small fix for bookmarksDB apfelmaennchen 2009-01-28 06:57:11 +00:00
  • 96684df1a9 - security fix for addTag.java and editTag.java apfelmaennchen 2009-01-28 06:43:13 +00:00
  • 6dd52422ea - added two dialogs to manage bookmark tags in YaCy-UI - fixed renameTag() in bookmarksDB - added /api/bookmarks/tags/addTag.xml - added /api/bookmarks/tags/editTag.xml apfelmaennchen 2009-01-28 00:15:43 +00:00
  • 12511bd236 - some additional icons for YaCy-UI - added license (readme.txt) to exiting icon sets apfelmaennchen 2009-01-27 18:17:59 +00:00
  • 3154926311 some better memory protection and OOM prevention in EcoFS orbiter 2009-01-26 20:29:20 +00:00
  • e76cbd9016 YaCy-UI: some small cosmetical changes.... apfelmaennchen 2009-01-26 19:12:03 +00:00
  • af3147c3fc and one more....eclipse ist tricky... apfelmaennchen 2009-01-26 18:41:49 +00:00
  • 9317650272 forgot to post this one... apfelmaennchen 2009-01-26 18:40:56 +00:00
  • 92d77c3bef Major update to YaCy-UI...still not perfect...but I thought I share my progress :-) apfelmaennchen 2009-01-26 18:38:58 +00:00
  • a2b336dfe7 small table fix borg-0300 2009-01-26 16:25:33 +00:00
  • 80e6356860 *) r 5512 has introduced a bug which resulted in useless filters if site:, filtetype:, or inurl: was used since the filters included the word "null". low012 2009-01-25 22:16:49 +00:00
  • aaafe05c02 * revert debug change * contains instead of startsWith, because there might me localizied strings * decode punycode for every domainpart seperately (see http://forum.yacy-websuche.de/viewtopic.php?f=9&t=1749) f1ori 2009-01-24 00:33:38 +00:00
  • 5570fa817b * remove & from openBrowser command (see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1728&hilit=#p12321) f1ori 2009-01-23 22:37:00 +00:00
  • 419469ac27 added more methods to control the vertical DHT (not yet active .. ) orbiter 2009-01-23 15:32:27 +00:00
  • 4ef6b15eb8 limit -Xmx setting to 1999m on win32. bigger values would never work. lotus 2009-01-23 15:13:09 +00:00
  • 5078e837ac better readability / no functional changes lotus 2009-01-22 13:41:11 +00:00
  • dedfc7df7f removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later) orbiter 2009-01-22 00:03:54 +00:00
  • 34da04c7dd * fix for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1754 f1ori 2009-01-21 21:30:20 +00:00
  • b74159feb8 preparations to integrate the new 'cell' index data structure (this commit is just to move development files to my other computer, no functionality change so far) orbiter 2009-01-21 18:23:37 +00:00
  • d399444e49 added debug information to class loader orbiter 2009-01-21 18:20:15 +00:00
  • 9a4780c165 *) Javascript should work with Konqueror too now (http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1757) low012 2009-01-20 23:29:24 +00:00
  • 5080fc33bf fix for http://forum.yacy-websuche.de/viewtopic.php?p=12247#p12247 orbiter 2009-01-20 22:57:58 +00:00
  • 335d6ce8fc fix for class loading problem see also http://forum.yacy-websuche.de/viewtopic.php?p=12153#p12153 orbiter 2009-01-20 22:47:58 +00:00
  • 78778df464 *) this should adjust the Dev/Main detection of the updater to the new version numbers (0.7x is Dev, if x != 0) low012 2009-01-18 21:48:03 +00:00
  • 1927fd5992 *) hopefully fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1757 *) small change which prevents weird situation when choosing empty list of entries to edit low012 2009-01-18 21:23:53 +00:00
  • fa31a5c873 * some improvements for Arch init script f1ori 2009-01-17 18:16:29 +00:00
  • 98ab7ae20a small fix apfelmaennchen 2009-01-17 09:51:04 +00:00
  • d7122722b2 hopefully a fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1736#p12061 apfelmaennchen 2009-01-16 23:22:42 +00:00
  • a2bc32e909 fix for IE6 api-icon display lotus 2009-01-16 07:33:36 +00:00
  • 6663365720 adopted many calls to new api path orbiter 2009-01-16 00:02:55 +00:00
  • b423d0a036 moved all servlets from htroot/xml to htroot/api the file server contains a patch that temporary matches all xml paths to api, that means all interfaces still work. Please adopt all your interfaces to the new path. orbiter 2009-01-15 23:52:58 +00:00
  • 063f74ae03 new release cycle. next stable will be 0.8 orbiter 2009-01-14 18:19:52 +00:00
  • 3e1c37aa34 added program icon by Orbiter Windows release lotus 2009-01-14 14:46:04 +00:00
  • 4e7881096f release 0.7 orbiter 2009-01-13 23:50:02 +00:00
  • 91af105373 last changes before release orbiter 2009-01-13 23:49:08 +00:00
  • 3367da14fa * license usually is already on linux systems... f1ori 2009-01-13 22:34:20 +00:00
  • a70c3d5599 classpath for new api directory orbiter 2009-01-13 22:06:26 +00:00