Commit Graph

203 Commits (3db732adedbb0812bb1d094ca06f2c3a84ddcab2)

Author SHA1 Message Date
low012 2861d0888a *) simplified code\n*) fixed potential NumberFormatExceptions
14 years ago
Florian Richter 2d2df64870 * jetty works for many pages now
14 years ago
orbiter 88773e4daa changed the default port from 8080 to 8090
14 years ago
orbiter 6c35b68f17 - removed 'peerName' property from the yacy settings file because this information is stored in the yacy seed file
14 years ago
orbiter 786166041a - added recording of all accessed and submitted servlets
14 years ago
orbiter 10ae8d961b - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring)
14 years ago
low012 9057e4d58c *) hopefully fixed bug described in http://www.yacy-forum.org/viewtopic.php?f=12&t=385
14 years ago
orbiter 155d556568 - better memory protection
14 years ago
sixcooler 17eebd4ef8 counting crawler traffic again:
14 years ago
lotus 5dff8f62c4 fix tray information display for non-windows
14 years ago
orbiter 3197ca42ed preparations to move the HTCache into cora:
14 years ago
lotus 8a19be24de tell non-windows users about the tray-icon
15 years ago
lotus 11188cd7eb resource observer now uses the Java 6 method to check for free space. thus, disk observing now needs Java 6 installed.
15 years ago
lotus eac2daf2e8 * reenable DHT if yet enough memory is available
15 years ago
low012 04d91c67d6 *) added message if unrestricted access from localhost is possible
15 years ago
orbiter 57d729e377 fix for negative numbers in network statistic
15 years ago
orbiter 013f337d3f - avoid unnecessary host name lookups for localhost
15 years ago
orbiter 4c99d4683d possible fix for lost crawl profile handles: clean-up job did wrong measurement to see if crawl is still running.
15 years ago
orbiter 5841ee83d3 refactoring
15 years ago
orbiter ce8dc575ca refactoring
15 years ago
orbiter bea3b99aff moved table and util classes
15 years ago
orbiter 1d8d51075c refactoring:
16 years ago
orbiter 5bb8074150 removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency.
16 years ago
orbiter ca72ed7526 -removed superfluous crawl cache
16 years ago
orbiter 13c63f4082 a set of small fixes to crawling behaviour
16 years ago
orbiter 3f113f38a8 removed unused imports
16 years ago
f1ori 8931c8d6b4 improvments to debianpackage:
16 years ago
f1ori 7eb3bff5b3 * workaround for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2220&hilit=#p16128
16 years ago
orbiter 99bf0b8e41 refactoring of plasmaWordIndex:
16 years ago
orbiter e16c25ddf7 (peak-) performance hacks
16 years ago
orbiter 14a1c33823 refactoring of wordIndex class
16 years ago
orbiter efcd95dc37 simplification of (internal) query process / refactoring
16 years ago
orbiter c25c334b75 replaced old DHT transmission method with new method. Many things have changed! some of them:
16 years ago
orbiter 94110df85a moved logging partially to kelondro
16 years ago
orbiter 83ce65707a (almost) completed partition of classes in kelondro
16 years ago
orbiter 7ee494fde5 more refactoring of kelondro:
16 years ago
orbiter bf93767ec6 refactoring of kelondro database classes
16 years ago
orbiter fc27bf8c4c refactoring of kelondro classes:
16 years ago
orbiter 0edec2b760 FULL redesign of algorithms in htmlTools to encode/decode strings from/to unicode and html.
16 years ago
orbiter 6e7d113eac fix for wrong index initialization after network switch
16 years ago
lotus 029e16b653 replaced some put(String, String) by putHTML(String, String) on serverObjects respond
16 years ago
orbiter 0cd0fee546 fixed bug with wrong proxy result enqueueing. See:
16 years ago
orbiter bb5c898441 enhancements to localsearch behavior
16 years ago
orbiter 536e77e8b7 modifications towards a single database operation to read/write http header and cached file at once:
16 years ago
danielr 17b7845eb5 * refactoring
17 years ago
danielr 3bb870bfcd added final where possible
17 years ago
orbiter c3d461d191 - removed superfluous copyright statement
17 years ago
orbiter 3ca98fee42 removed superfluous copyright statement
17 years ago
lotus f8a1e3175e new yacyTray
17 years ago
danielr 7feae906aa - organize imports
17 years ago
det f597185026 Initial import of the resource observer framework
17 years ago
orbiter 2f381b8d7a - fixed at least two causes for a NPE after a use case switch.
17 years ago
orbiter 2a604b7402 added superfast search result computation which can be obtained for local search when snippet fetching is disabled. An example search for the rss interface would be:
17 years ago
orbiter 11e00a0849 - refactoring of seedURL handling
17 years ago
orbiter 2ba6f4e92d fix for bad message about empty pw if localhost is allowed to access without pw
17 years ago
orbiter cfe6790498 - added option to switch between yacy networks, especially between the two default networks (freeworld and intranet),
17 years ago
orbiter d2ba1fd2ab major step forward to network switching (target is easy switch to intranet or other networks .. and back)
17 years ago
orbiter 968c775025 - preparation of parsing/indexing queue for concurrent execution
17 years ago
orbiter 541b817502 refactoring of switchboard queueing
17 years ago
danielr fbe335db73 consistent use of de.anomic.server.serverMemory to get information about memory statistics
17 years ago
orbiter 1dce2f1079 more multithreading support:
17 years ago
orbiter 03e7782269 more generics
17 years ago
orbiter f7c5ccedc7 more generics
17 years ago
fuchsi d517e96714 last cleanup bits to serverDate before the release. only safe refactoring (method renaming) changes outside of serverDate.
17 years ago
orbiter 6680634703 removed unnecessary functions
17 years ago
orbiter 89b9b2b02a redesigned remote crawl process:
17 years ago
orbiter 55c87b3b12 changed behavior of crawl stacker
17 years ago
orbiter a31b9097a4 preparations for mass remote crawls:
17 years ago
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects:
17 years ago
fuchsi 3352474dd8 Remove grouping separator in Network.xml (yacystats will woork without it) and format a few more numbers.
17 years ago
fuchsi 06e6a1ff62 Add a generalized Formatter class yFormatter inspired by http://forum.yacy-websuche.de/viewtopic.php?f=5&t=437
17 years ago
orbiter 01e0669264 re-designed some parts of DHT position calculation (effect is the same as before)
17 years ago
orbiter daf0f74361 joined anomic.net.URL, plasmaURL and url hash computation:
17 years ago
orbiter 9ca46a8c69 indexing of local (intranet) urls enabled
18 years ago
orbiter bec4dbc753 added options and execution methods for automated updates
18 years ago
orbiter 527b3decde - re-sructuring of configuration menus
18 years ago
orbiter 3421c64d26 implemented update function:
18 years ago
orbiter 2ff94b2fb4 another try to fix the restart on linux (it works on mac)
18 years ago
orbiter 1fa4feb8e6 added restart button. should work on linux and mac, but was only tested on mac
18 years ago
orbiter 9bbd39b67c - removed unfinished auto-updater from roland and martin
18 years ago
orbiter 0e57a8062b added network definition for different YaCy networks
18 years ago
auron_x 3860987c84 *) some code-cleanup
18 years ago
rramthun dee29faf15 *) System independent restart is now possible if using the updater/wrapper. - Part 1/2 (YaCy side)
18 years ago
(no author) b4b56a5475 *) Preparations for system-independent restart using the wrapper. Not functional yet.
18 years ago
auron_x cd3494a04c *) hint for idle indexer only appears if indexer is idle now
18 years ago
orbiter 03032f7d62 more tipps
18 years ago
orbiter b0cf009c16 - added an idea icon
18 years ago
(no author) b25bc6c36d *) Status page now has button to install updates (1/2)
18 years ago
orbiter 111ba9e359 - fixed some width problems in new status page
18 years ago
orbiter 8005b532ad moved message string from colums at the side of Status_p.html to main text field
18 years ago
orbiter e48189c710 enhanced cluster routing
18 years ago
(no author) 44fe8361ae *) re-enable popup configuration on status-page
18 years ago
(no author) d5b7eac6d7 *) aquirerelease should now work again
18 years ago
theli d86a823822 *) re-enable commands on status page
18 years ago
orbiter e0d6d5bacf - release information retrieval only on demand of user. Must be admin.
18 years ago
orbiter 871ee1ce0f one step closer to automatic updates:
18 years ago
theli 91c2a042a7 *) bugfix for wrong proxy traffic accounting
18 years ago
auron_x 5ba531a722 *) higher precision for QPH also on status-page
18 years ago
orbiter d25caa07bf redesigned some parts of http authentication
18 years ago
orbiter 819ff21c92 fixed QPM output
18 years ago