You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot
orbiter 81035e7080
moved a sub-menu entry
15 years ago
..
api - fixed usage of isEmpty() which is not available in java 1.5 15 years ago
env moved a sub-menu entry 15 years ago
js renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
processing more PMD enhancements 15 years ago
proxymsg *) Removed base tag from errror page. This has been added by myself a long time ago as a workaround for some weird behavior of my router, but as it turns out, it does more bad than good in general: If HTTPS is used for communication with YaCy, entering a wrong passwort led to an errror page with a form which would send username and password unencrypted with the user possibly being unaware of this. 15 years ago
www refactoring 15 years ago
yacy more PMD enhancements 15 years ago
AccessTracker_p.html fix for UNRESOLVED_PATTERN see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2300 16 years ago
AccessTracker_p.java more PMD recommendations 15 years ago
AccessTracker_p.xml
Banner.java fix for negative numbers in network statistic 15 years ago
BlacklistCleaner_p.html *) blacklist cleaner supports usage of regular expressions now 15 years ago
BlacklistCleaner_p.java more PMD recommendations 15 years ago
BlacklistImpExp_p.html *) first and very limited version of XML import, does not use benefits provided by XML yet 16 years ago
BlacklistImpExp_p.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 15 years ago
BlacklistTest_p.html *) tested string will appear in input box now (when testing a similar URL it does need to be copied anymore, it can be edited it right away) 15 years ago
BlacklistTest_p.java - refactoring of blacklists 15 years ago
Blacklist_p.html *) blacklist cleaner supports usage of regular expressions now 15 years ago
Blacklist_p.java more PMD recommendations 15 years ago
Blog.html *) comment mode is 'moderated' instead of 'activated' by default now (to avoid spam being visible) 16 years ago
Blog.java more PMD recommendations 15 years ago
Blog.rss
Blog.xml
BlogComments.html * removed single Blogview, now links direct to BlogComments.html 17 years ago
BlogComments.java more PMD recommendations 15 years ago
Bookmarks.html fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1890#p13476 16 years ago
Bookmarks.java - fixed usage of isEmpty() which is not available in java 1.5 15 years ago
Bookmarks.rss
CacheResource_p.html
CacheResource_p.java refactoring 15 years ago
Collage.html add image rising while mouse over in Collage 17 years ago
Collage.java refactoring 15 years ago
ConfigAccounts_p.html - some refactoring in workflow 15 years ago
ConfigAccounts_p.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
ConfigAppearance_p.html Small Changes on the de. language File and small correction to the ConfigAppearance_p.html page. Please test and report bugs to me (th-suess@gmx.de). 15 years ago
ConfigAppearance_p.java more PMD enhancements 15 years ago
ConfigBasic.html fixed configuration of repository path 16 years ago
ConfigBasic.java more PMD enhancements 15 years ago
ConfigLanguage_p.html *) Made sure that only files with appropriate file endings are listed as skin or language files. 15 years ago
ConfigLanguage_p.java more PMD enhancements 15 years ago
ConfigLiveSearch.html in live search, show at least 20 entries instead of only 10 15 years ago
ConfigLiveSearch.java refactoring 15 years ago
ConfigNetwork_p.html - more information about peer tags 16 years ago
ConfigNetwork_p.java applied code changes that are recommended by PMD 15 years ago
ConfigPHPBB3Search.html renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
ConfigPHPBB3Search.java refactoring 15 years ago
ConfigParser.html moved parser configuration in separate servelet 16 years ago
ConfigParser.java - refactoring 15 years ago
ConfigPortal.html - some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports 15 years ago
ConfigPortal.java refactoring 15 years ago
ConfigProfile_p.html - added new servlets to support search portal administrators for the integration of yacy search fields in their web pages 16 years ago
ConfigProfile_p.java refactoring 15 years ago
ConfigProperties_p.html removed double/redundant servlet Config_p 17 years ago
ConfigProperties_p.java refactoring 15 years ago
ConfigRobotsTxt_p.html - added new servlets to support search portal administrators for the integration of yacy search fields in their web pages 16 years ago
ConfigRobotsTxt_p.java refactoring 15 years ago
ConfigSearchBox.html - some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports 15 years ago
ConfigSearchBox.java refactoring 15 years ago
ConfigUpdate_p.html check filetype before loading (no more mp4 loading) 16 years ago
ConfigUpdate_p.java - more configuration for profiling graph (number of events) 15 years ago
ConfigWikiSearch.html renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
ConfigWikiSearch.java refactoring 15 years ago
Connections_p.html automated interruption of dead incoming connections, if they are there for more than one minute 16 years ago
Connections_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
ContentIntegrationPHPBB3_p.html Fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2540&sid=507e4dd9e234af001ba60c0d8adf45be, and small Layout Changes. 15 years ago
ContentIntegrationPHPBB3_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
CookieMonitorIncoming_p.html * add config option to disable cookie monitoring (disabled by default) 17 years ago
CookieMonitorIncoming_p.java refactoring 15 years ago
CookieMonitorOutgoing_p.html * add config option to disable cookie monitoring (disabled by default) 17 years ago
CookieMonitorOutgoing_p.java refactoring 15 years ago
CookieTest_p.html added many missing user-agent declarations for yacy http client connections. 17 years ago
CookieTest_p.java refactoring 15 years ago
CrawlProfileEditor_p.html some redesign of the main menu structure: 15 years ago
CrawlProfileEditor_p.java more PMD recommendations 15 years ago
CrawlProfileEditor_p.xml extended crawling constraints: 16 years ago
CrawlResults.html fixes 15 years ago
CrawlResults.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
CrawlStart_p.html renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
CrawlStart_p.java refactoring 15 years ago
Crawler_p.html renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
Crawler_p.java more PMD enhancements 15 years ago
FeedReader_p.html
FeedReader_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
Help.html
Help.java refactoring 15 years ago
IndexCleaner_p.html - moved index cleaner to blacklist submenu, because the index cleaner cleans the index with the blacklist 15 years ago
IndexCleaner_p.java applied code changes that are recommended by PMD 15 years ago
IndexControlRWIs_p.html * added index segments 15 years ago
IndexControlRWIs_p.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
IndexControlURLs_p.html * added index segments 15 years ago
IndexControlURLs_p.java applied code changes that are recommended by PMD 15 years ago
IndexCreateLoaderQueue_p.html some redesign of the main menu structure: 15 years ago
IndexCreateLoaderQueue_p.java possible fix for lost crawl profile handles: clean-up job did wrong measurement to see if crawl is still running. 15 years ago
IndexCreateParserErrors_p.html some redesign of the main menu structure: 15 years ago
IndexCreateParserErrors_p.java some performance hacks 15 years ago
IndexCreateWWWGlobalQueue_p.html some redesign of the main menu structure: 15 years ago
IndexCreateWWWGlobalQueue_p.java applied code changes that are recommended by PMD 15 years ago
IndexCreateWWWLocalQueue_p.html some redesign of the main menu structure: 15 years ago
IndexCreateWWWLocalQueue_p.java applied code changes that are recommended by PMD 15 years ago
IndexCreateWWWRemoteQueue_p.html some redesign of the main menu structure: 15 years ago
IndexCreateWWWRemoteQueue_p.java refactoring 15 years ago
IndexImportOAIPMHList_p.html - added a csv "comma separated values" parser to parse OAI-PMH sources from 15 years ago
IndexImportOAIPMHList_p.java - fixed post-ranking including prefer mask 15 years ago
IndexImportOAIPMH_p.html - fixes to csv parser 15 years ago
IndexImportOAIPMH_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
IndexImportWikimedia_p.html - some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports 15 years ago
IndexImportWikimedia_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
IndexShare_p.html
IndexShare_p.java refactoring 15 years ago
LogStatistics_p.html * update to JRE 6u6 17 years ago
LogStatistics_p.java refactoring 15 years ago
MessageSend_p.html
MessageSend_p.java more PMD recommendations 15 years ago
Messages_p.html
Messages_p.java more PMD recommendations 15 years ago
Messages_p.rss
Messages_p.xml
Network.csv
Network.html - more XHTML-validation 16 years ago
Network.java fix for negative numbers in network statistic 15 years ago
Network.xml removed comment tag (no use at this point) 16 years ago
NetworkPicture.java - refactoring 15 years ago
News.html
News.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
News.rss
PeerLoadPicture.java - refactoring 15 years ago
PerformanceConcurrency_p.html - added new monitoring servlet at 16 years ago
PerformanceConcurrency_p.java refactoring 15 years ago
PerformanceGraph.java - refactoring 15 years ago
PerformanceMemory_p.html - After the removal of the Tree class some code simplifications are possible. This affects mostly the Records class, which can be refactored and the result of the refactoring results in a reduced number of classes. 16 years ago
PerformanceMemory_p.java refactoring 15 years ago
PerformanceMemory_p.xml - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 16 years ago
PerformanceQueues_p.html - enhanced balancer: auto-solving of waiting-deadlocks 16 years ago
PerformanceQueues_p.java applied code changes that are recommended by PMD 15 years ago
PerformanceQueues_p.xml - enhanced balancer: auto-solving of waiting-deadlocks 16 years ago
PerformanceSearch_p.html - removed some debugging code from search process - should speed up now 17 years ago
PerformanceSearch_p.java - more configuration for profiling graph (number of events) 15 years ago
Performance_p.html added nice configuration for the resource observer 15 years ago
Performance_p.java refactoring 15 years ago
ProxyIndexingMonitor_p.html some redesign of the main menu structure: 15 years ago
ProxyIndexingMonitor_p.java more PMD recommendations 15 years ago
QuickCrawlLink_p.html
QuickCrawlLink_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
QuickCrawlLink_p.xml
Ranking_p.html some more XHTML strict errors 17 years ago
Ranking_p.java applied code changes that are recommended by PMD 15 years ago
SearchEventPicture.java - refactoring 15 years ago
SettingsAck_p.html moved parser configuration in separate servelet 16 years ago
SettingsAck_p.java applied code changes that are recommended by PMD 15 years ago
Settings_Crawler.inc
Settings_Http.inc
Settings_MessageForwarding.inc
Settings_Proxy.inc
Settings_ProxyAccess.inc * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
Settings_Seed.inc
Settings_Seed_UploadFile.inc
Settings_Seed_UploadFtp.inc
Settings_Seed_UploadScp.inc
Settings_ServerAccess.inc
Settings_p.html moved parser configuration in separate servelet 16 years ago
Settings_p.java refactoring 15 years ago
Status.html renamed the servlet WatchCrawler_p to Crawler_p 15 years ago
Status.java * reenable DHT if yet enough memory is available 15 years ago
Status_p.inc *) added message if unrestricted access from localhost is possible 15 years ago
Steering.html *) YaCy will load status page once it is up again after restart or update if Javascript is enabled. 16 years ago
Steering.java - more configuration for profiling graph (number of events) 15 years ago
Supporter.html
Supporter.java - refactoring of blacklists 15 years ago
Surftips.html - more XHTML-validation 16 years ago
Surftips.java - refactoring of blacklists 15 years ago
Surftips.rss
Threaddump_p.html added option to create a custom number of thread dumps in multiple thread dumps 16 years ago
Threaddump_p.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 15 years ago
Trails.html added new cybertag-tracking feature that was inspired by itgrl 16 years ago
Trails.java refactoring 15 years ago
User.html
User.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
ViewFile.html some updates to dublin core, metadata browsing, file indexing and parser stability 15 years ago
ViewFile.java some enhancements in web caching: avoid double loading of response metadata and/or content 15 years ago
ViewImage.java some enhancements in web caching: avoid double loading of response metadata and/or content 15 years ago
ViewLog_p.html
ViewLog_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
ViewLog_p.json - added a log viewer to RichClient (alpha version, very slow) 16 years ago
ViewProfile.html *) repaired and added IM online status indicators 15 years ago
ViewProfile.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
ViewProfile.rdf added missing rdf for ViewProfile 17 years ago
ViewProfile.vcf
ViewProfile.xml
WatchWebStructure_p.html update to web structure picture: 16 years ago
WatchWebStructure_p.java refactoring 15 years ago
WebStructurePicture_p.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
Wiki.html - more XHTML-validation 16 years ago
Wiki.java more PMD recommendations 15 years ago
WikiHelp.html *) removed description of removed commands from wikiHelp ([= =]) 16 years ago
WikiHelp.java refactoring 15 years ago
YaCySearchPluginFF.gif
YaCySearchPluginFF.html
YaCySearchPluginFF.java refactoring 15 years ago
YaCySearchPluginFF.src
autoconfig.java refactoring 15 years ago
autoconfig.pac autoconfig.pac can be used to browse .yacy-domains only 16 years ago
compare_yacy.html - more XHTML-validation 16 years ago
compare_yacy.java refactoring 15 years ago
cytag.java - modified method in RequestHeader that delivers the host name of requester: no more reverse domain lookup (may have killed interface performance in some cases) 15 years ago
favicon.bmp
favicon.ico high-end favicon with 2 versions: 16 years ago
favicon.png
imagetest.java applied code changes that are recommended by PMD 15 years ago
index.html - set default &meanCount=5 16 years ago
index.java applied code changes that are recommended by PMD 15 years ago
mediawiki_p.html - added reader and visualization for mediawiki-export files: 16 years ago
mediawiki_p.java added stub of oai-pmh importer (not working yet) 15 years ago
opensearchdescription.java more PMD enhancements 15 years ago
opensearchdescription.xml * extend opensearchdescription to support compare_yacy.html 16 years ago
osm.java - refactoring 15 years ago
rct_p.html
rct_p.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 15 years ago
robots.java refactoring 15 years ago
robots.txt
rssTerminal.html avoid undefined in rssTerminal 16 years ago
sharedBlacklist_p.html *) fixed "select all" and "deselect all"-button 16 years ago
sharedBlacklist_p.java refactoring (reason: get more abstraction to use the blacklist class; for integration in other servlets) 15 years ago
ssitest.html
ssitest.inc
ssitestservlet.html
ssitestservlet.java refactoring 15 years ago
terminal_p.html - more XHTML-validation 16 years ago
test.java refactoring 15 years ago
test.xml
yacyinteractive.html another fix for navigation results, the json result format and searches with yacyinteractive 16 years ago
yacyinteractive.java refactoring 15 years ago
yacysearch.html include query in document title 15 years ago
yacysearch.java more PMD enhancements 15 years ago
yacysearch.json - fixed bad search results when searching for empty string 16 years ago
yacysearch.rss added json and rss output for image search 15 years ago
yacysearch.xsl
yacysearchitem.html added json and rss output for image search 15 years ago
yacysearchitem.java more fixes to search result page navigation 15 years ago
yacysearchitem.json added json and rss output for image search 15 years ago
yacysearchitem.xml fix for rss/xml output for image search from AndreasB 15 years ago
yacysearchtrailer.html - navigation appear at correct position when opengeodb-results are also presented after a search 15 years ago
yacysearchtrailer.java more fixes to search result page navigation 15 years ago
yacysearchtrailer.json another fix for navigation results, the json result format and searches with yacyinteractive 16 years ago
yacysearchtrailer.xml re-designed response format for navigation: 16 years ago