yacy_search_server/source/net/yacy
luccioman f895745e1c Removed more unsafe concurrent 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-06-29 15:49:55 +02:00
..
contentcontrol Removed some unnecessary uses of java.lang.reflect api. 2017-08-24 18:47:18 +02:00
cora Removed more unsafe concurrent accesses to SimpleDateFormat instances. 2018-06-29 15:49:55 +02:00
crawler Made CrawlProfile loading tolerant to malformed json string attribute 2018-06-19 12:53:17 +02:00
data removed transformer 2018-06-19 00:42:23 +02:00
document Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
gui Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
http Upgraded Jetty dependency from 9.4.9 to 9.4.11 2018-06-20 09:33:26 +02:00
kelondro Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
peers Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
repository Improved blacklist entries editing operations : 2018-02-13 18:24:26 +01:00
search Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
server Reuse the same Pattern instance when matching multiple key/values 2018-02-14 07:14:25 +01:00
utils Added an utility to generate/update XLIFF master file from lng files. 2018-01-29 18:34:47 +01:00
visualization Enable full size images preview for users with extended search rights 2017-12-22 11:39:30 +01:00
migration.java Updated the list of audio file formats supported by the audioTagParser 2018-02-27 18:04:12 +01:00
yacy.java Use a common pooled http connection manager for remote solr instances 2018-05-29 09:24:21 +02:00