Commit Graph

  • 3f85978519 Fixed one spelling mistake, limited input for ICQ numbers to 9 digits and made ICQ number in peer profiles clickable. rramthun 2005-05-07 21:07:43 +00:00
  • 1dad015b0b *) Migration of Ant build files - now the ant build file has the same functionality as the makerelease build file - from now on the ant build files can be used instead of the makerelease build script theli 2005-05-06 08:43:11 +00:00
  • e7f7aa0bb9 *) Import statements reorganized Now it's easier to determine which class really uses which other class*) Reogranizing Import Statements theli 2005-05-05 05:36:42 +00:00
  • 2aa5fe8f50 *) Import statements reorganized Now it's easier to determine which class really uses which other class theli 2005-05-05 05:32:19 +00:00
  • 978c16edd3 Deleted startYACY_hidden.bat and fixed annoying spelling mistake. rramthun 2005-05-04 21:09:45 +00:00
  • 0e5961249c Installer for YaCy 0.37 allo 2005-05-03 13:41:11 +00:00
  • 5d3eefb702 *) undoing last change to yacy.init theli 2005-05-03 10:06:01 +00:00
  • 351c86d5d9 *) Migration of optional Content Parser integration - each additional parser must be in a subpackage of plasma.parser - each parser must have its own ant build file (which will be called automatically from the main build file) - Calling the main build file results in building a separate zip file for each optional parser. This zip file includes: + sources of the Parser.java + compiled classes of the Parser.java + needed additional libs (libx) - To install an additional parser the user simply needs to extract the zip file listed above into his/her yacy directory. - The configuration (enabling/disabling) of a parser can be done via the webinterface (currently the settings dialoge) and is done "on-the-fly". The installation can not be done "on-the-fly" at the moment because of classpath issues. - The classpath of the linux startup/stop scripts is generated automatically now (including all libraries from lib and libx). theli 2005-05-03 09:47:56 +00:00
  • 1a4ad5a0ac updated the versionnummber ... allo 2005-05-02 19:16:45 +00:00
  • d0010ff0b0 last changes for release 0.37 orbiter 2005-05-02 12:23:15 +00:00
  • f99930c04b fixed brute-force + peer-disconnect - Bug orbiter 2005-05-01 23:31:21 +00:00
  • 4856f04797 set version allo 2005-04-30 11:08:59 +00:00
  • c7c6aaf06e many bug-fixes orbiter 2005-04-30 01:22:46 +00:00
  • 48650c082c fixed 100%-CPU-Bug in plasmaCondenser orbiter 2005-04-29 12:07:13 +00:00
  • 995673d795 several bugfixes orbiter 2005-04-28 22:04:57 +00:00
  • 52abc456fb new Templates allo 2005-04-28 19:38:35 +00:00
  • 9cc4171d6d The Version is set in build.xml, too (@mc: update both places on new version) The Target "all" Builds YaCy(like make) and the Target "dist" zips the addons(like make install) (todo: tar.gz creation in the target) allo 2005-04-28 18:32:50 +00:00
  • fdf206239a *) adding separate targets to build zip files for each optional content parser. This archive file can then be extrcted to the yacy root to add the new yacy feature. theli 2005-04-28 09:59:44 +00:00
  • 2de90020ed fixed caching+synchronization+brute-force-denial orbiter 2005-04-27 21:09:40 +00:00
  • 56409402f0 Fixed some spelling mistakes... rramthun 2005-04-26 18:10:40 +00:00
  • 9156fd53bc fixed bugs in last commit orbiter 2005-04-26 15:47:33 +00:00
  • 9cb8779208 Fixed some spelling mistakes... rramthun 2005-04-26 15:38:44 +00:00
  • e25f2354c2 removed synchronization and thread blockings orbiter 2005-04-26 14:19:44 +00:00
  • 3756e6d20f *) "Httpc object was not returned to object pool." bug fixed. theli 2005-04-26 10:38:35 +00:00
  • 47e426ff7e *) one possible deadlock (because of nested object locks) removed in class kelondroMap theli 2005-04-26 08:33:59 +00:00
  • 58a65b60bd *) synchronized keyword removed from function processLocalCrawling to avoid deadlocks. This synchronized keyword is not needed anymore because of the crawler jobqueue which is responsible for the synchronization now theli 2005-04-26 06:59:36 +00:00
  • 65fc650109 *) plasmaCrawlLoader shutdown problem fixed (hopefully) theli 2005-04-25 16:34:16 +00:00
  • 19e69f0efd Changed <head> YACY into YaCy rramthun 2005-04-25 15:34:18 +00:00
  • 4c8cc101d6 Bugfix: Do not shot the first X lines, but the last X line of log allo 2005-04-25 15:10:24 +00:00
  • ba16da72b4 fixed not-working kelondroRecords-Cache orbiter 2005-04-25 14:46:59 +00:00
  • d03d60f8b5 separated yacy-core from yacy-libx; fixed makerelease orbiter 2005-04-25 12:42:14 +00:00
  • c09c54c652 staticIP Property, for people with dyndns aliases ;-) allo 2005-04-25 12:34:11 +00:00
  • d005d7484e yacyDebugMode - allow Lan-IPs for testing where was the Code from 0.25 lost? allo 2005-04-25 12:13:49 +00:00
  • 2d9fc71af1 adopted makerelease and start/stop-scripts fro new libs orbiter 2005-04-25 11:35:50 +00:00
  • 7fb645b0ab enhanced crawling performance, changed memory settings, new performace options orbiter 2005-04-24 23:15:40 +00:00
  • 10078bb354 *) date string was accidentally replaced with the current value theli 2005-04-24 21:55:52 +00:00
  • fd584c113c *) some minor changes theli 2005-04-24 21:52:11 +00:00
  • f44b219e44 *) Eclipse has accidentally copied in the wrong file header into the new files (because these headers were accidentally set as default for the whole workspace instead of the project) Fixed. theli 2005-04-24 21:47:34 +00:00
  • 081ebd5517 *) I've accidentally used Java 5.0 syntax for enumerations theli 2005-04-24 21:42:02 +00:00
  • 58b1a0ba40 *) adding an new package for extra content parsers *) adding content parser for - pdf (using the pdf-box library) - doc (using the textmining.org library) *) adding a Interface for content parsers *) adding a configuration file which can be used to configure which parser is used for which mimeType *) Sempahore class was moved and renamed to serverSemaphore *) Changing yacy shutdown behaviour Buzy waiting loop for shutdown was removed and replaced with a blocking call (using the semaphore class mentioned above) to the new switchboard.waitForShutdown method. theli 2005-04-24 21:24:53 +00:00
  • 17d993cfee *) adding directory and classes needed by the new content parsers for pdf + doc (no author) 2005-04-24 21:12:11 +00:00
  • 8b31f9e202 enhanced shut-down behaviour & added experimental nio-wrapper for kelondroRA (not active yet) orbiter 2005-04-23 13:00:56 +00:00
  • ff21586a27 Fixed some spelling mistakes rramthun 2005-04-22 15:29:28 +00:00
  • 87a61a01c2 fixed bad-gzip-trailer behaviour (now cuts off trailer) orbiter 2005-04-22 13:45:07 +00:00
  • 00f223cfc1 fixed post-parsing (a case when the bluelist is empty) orbiter 2005-04-21 17:13:43 +00:00
  • 044b93412a Copyright notice allo 2005-04-21 13:49:51 +00:00
  • c9c0a1f11c *) Trying to speedup local crawling - introduction of a threadpool for crawling - introduction of a job queue to avoid buzy waiting for a free crawler slot theli 2005-04-21 10:31:40 +00:00
  • 4e429ae243 Fixed *.bat start-scripts rramthun 2005-04-20 19:44:00 +00:00
  • ce7d8c4fe0 Fixed some spelling mistakes rramthun 2005-04-20 16:01:14 +00:00
  • 570de9c4f4 Fixed some spelling mistakes rramthun 2005-04-20 13:28:32 +00:00
  • 942914ffd2 *) Adding additional functions to serverByteBuffer so that it can be used instead of a ByteArrayOutputStream *) Using a serverByteBuffer for lineBuffering in class httpc instead of a ByteArrayOutputStream (no author) 2005-04-20 07:39:40 +00:00
  • 432e01910b *) Bugfix: Image falsification (no author) 2005-04-20 06:41:52 +00:00
  • 97ec8d65e4 fixed makerelease & clean-up of dead code orbiter 2005-04-19 14:04:16 +00:00
  • b61567a39e Fixed spelling mistake and inserted author as described in mailinglist rramthun 2005-04-19 13:56:59 +00:00
  • 4a76ccc6d6 *) Some minor bugfixes - httpc: wrong error-message on 404 - httpc: error message was accidentally shown when object was released from pool (no author) 2005-04-19 10:42:48 +00:00
  • 1fec00bc24 *) Bugfix to avoid Nullpointer-Exceptions (no author) 2005-04-19 10:39:58 +00:00
  • e2a884031c *) added new lib dir to classpath. (no author) 2005-04-19 08:17:16 +00:00
  • a1d3e1b896 *) Adding apache license file to lib dir (no author) 2005-04-19 07:14:30 +00:00
  • f8d82cee47 *) Merging didn't work correctly. Fixed. (no author) 2005-04-19 07:00:13 +00:00
  • f39812da91 *) Some performance improvements - many classes set to final - implementation of a session-thread pool - reusage of the server handler class (normally the httpd object) within the session thread - implementation of a httpc object pool - introduction of a linebuffer in httpd which can be reused - reusing the properties table in the httpc - added to apache libs (commons-collections, commons-pool) which are needed for the object/thread pool implementation (no author) 2005-04-19 06:55:57 +00:00
  • d5ff81c636 *) Undoing last changes. Sorry. (no author) 2005-04-19 06:52:04 +00:00
  • ea4849716f *) Bugfix: plasmaCondenser.getWords() was not used correctly (no author) 2005-04-19 06:37:27 +00:00
  • 0a6cf3f5e7 *) Bugfix: Reference to plasmaHTCache.Entry.urlString was not set correctly (no author) 2005-04-19 06:33:53 +00:00
  • b9203bdb50 bug fixes and code cleaning orbiter 2005-04-15 14:18:14 +00:00
  • c13411c198 Buildfile which inserts the Date. The Version is set in the source; so it will be correct if you check old versions out. allo 2005-04-15 13:50:42 +00:00
  • b7d4389e4b *) support for Proxy Auto-Config File generation added. File is accessible using: http://proxy:8080/autoconfig.pac (no author) 2005-04-15 09:06:15 +00:00
  • 070758dbfa Adding missing compile statements for - ${htroot}/htdocsdefault - ${htroot}/yacy (no author) 2005-04-14 08:05:51 +00:00
  • c0807abd33 new crawl/proxy/cache design + fixes orbiter 2005-04-13 23:00:20 +00:00
  • e7d055b98e very experimental integration of the new generic parser and optional disabling of bluelist filtering in proxy. Does not yet work properly. To disable the disable-feature, the presence of a non-empty bluelist is necessary orbiter 2005-04-13 15:52:00 +00:00
  • 96516fc9d8 fixed bugs (search+kelondroException, dns) orbiter 2005-04-13 11:16:31 +00:00
  • a87a17a3c8 prepared generic text parser environment orbiter 2005-04-12 22:57:54 +00:00
  • e374aca2cd enhanced exception handling in kelondro orbiter 2005-04-12 15:45:50 +00:00
  • 072052f150 fixed bugs (dns, seedDB) orbiter 2005-04-11 22:44:40 +00:00
  • 89eb9a2292 fixed bug with crawl profiles orbiter 2005-04-10 23:51:42 +00:00
  • 97dad7eaf4 A Ant Buildfile for YaCY. It doesn't replace the REPL_VERSION and REPL_DATE Strings, yet. allo 2005-04-10 15:00:58 +00:00
  • 828b586c04 Added startYACY_hidden.bat rramthun 2005-04-09 15:30:38 +00:00
  • 850c6ea729 Fixed annoying mistake made by me in earlier revision... rramthun 2005-04-09 11:09:26 +00:00
  • a6154697ba Fixed some grammar/spelling mistakes rramthun 2005-04-09 10:49:03 +00:00
  • 1e33de27da Log ist now skinnable allo 2005-04-09 10:10:32 +00:00
  • 0fb1046530 Nullsoft Installscript to build the Windowsinstaller. allo 2005-04-09 10:00:11 +00:00
  • f824958184 Fixed some spelling/grammar mistakes rramthun 2005-04-09 09:20:50 +00:00
  • 7eb3c81aad name check on new peer names orbiter 2005-04-08 23:15:03 +00:00
  • 955d26b117 Bug: could not install from url and use the skin (because of a two names "use") allo 2005-04-08 19:07:41 +00:00
  • 991d2420de adopted makerelease.sh for non-existing classes folder orbiter 2005-04-07 21:45:42 +00:00
  • 248077d3f0 initial load with yacy 0.36 orbiter 2005-04-07 19:19:42 +00:00