yacy_search_server/source/net/yacy/data
luccioman bb51555830 Removed remaining unsafe accesses to SimpleDateFormat instances.
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).

Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).
2018-07-02 10:00:40 +02:00
..
list Harmonizing use of xml reader / sax parser in XMLBlacklistImporter 2017-08-05 23:47:27 +02:00
wiki Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
ymark added a crawl filter based on <div> tag class names 2017-12-09 22:29:35 +01:00
BadTransactionException.java Enforced access controls on some administrative actions. 2017-03-26 11:48:00 +02:00
BlogBoard.java fix NPE on empty blog importfile parameter 2015-12-24 02:00:45 +01:00
BlogBoardComments.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
BookmarkDate.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
BookmarkHelper.java removed transformer 2018-06-19 00:42:23 +02:00
BookmarksDB.java removed warnings 2015-08-03 05:37:34 +02:00
DidYouMean.java Adjusted suggestions timeout management 2018-05-21 14:49:43 +02:00
Diff.java fixed generics warnings for generic array instantiation that appeared 2014-05-20 21:50:16 +02:00
InvalidURLLicenceException.java Fixed license headers on files created to improve favicon management. 2016-10-14 11:55:49 +02:00
ListManager.java applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
MessageBoard.java fix MessageBoard test for null data 2016-06-07 23:34:42 +02:00
TransactionManager.java Updated call to function deprecated since commons-codec version 1.11 2018-04-23 08:07:56 +02:00
Translator.java Renamed Chinese & Greek lng files using ISO639-1 codes. 2017-11-04 11:06:05 +01:00
URLLicense.java Improved URLLicence reliability for use by conccurrent non authaurized 2016-01-08 20:42:57 +01:00
UserDB.java Enable HTTP Digest authentication for non admin users. 2017-10-26 07:51:18 +02:00
WorkTables.java Record recrawl calls to make them schedulable 2018-01-10 17:05:53 +01:00