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/source/de/anomic/data
orbiter a50f28e6e7
- fixed missing save operation for peer name change
14 years ago
..
list replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
wiki - fixed missing save operation for peer name change 14 years ago
BlogBoard.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
BlogBoardComments.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
BookmarkDate.java
BookmarkHelper.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
BookmarksDB.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
DidYouMean.java redesigned the ScoreMap classes: 14 years ago
Diff.java
ListManager.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
MessageBoard.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
MimeTable.java
Translator.java
URLAnalysis.java
URLLicense.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
UserDB.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
WorkTables.java - removed file upload function in crawl start and replaced it with an input field for a file path where the crawl start file is loaded. This was necessary to support the API steering for file crawl starts, for two reasons: 14 years ago
YMarkIndex.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
YMarkTables.java avoid string conversion 14 years ago
YMarkWordCountComparator.java
YMarksHTMLImporter.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
YMarksXBELImporter.java