yacy_search_server/source/net/yacy
luccioman d5f44ea216 Removed unnecessary synchronization lock from serverSwitch constructor
Lock was useless here as it was set on an object instance attribute
while the object itself is not yet constructed and no other threads can
access it.
2018-07-16 09:13:50 +02:00
..
contentcontrol Removed some unnecessary uses of java.lang.reflect api. 2017-08-24 18:47:18 +02:00
cora Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
crawler Fixed exceeding max size of failreason_s Solr field on large link list 2018-07-11 08:13:29 +02:00
data Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
document Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
gui Fixed small unnecessary lines of code 2018-07-08 08:15:26 +02:00
http Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
kelondro Added server side columns sorting on the Process Scheduler table 2018-07-04 10:28:32 +02:00
peers Fixed useless comparison between int parameter and Long.MAX_VALUE 2018-07-08 08:11:01 +02:00
repository Improved blacklist entries editing operations : 2018-02-13 18:24:26 +01:00
search Fixed exceeding max size of failreason_s Solr field on large link list 2018-07-11 08:13:29 +02:00
server Removed unnecessary synchronization lock from serverSwitch constructor 2018-07-16 09:13:50 +02: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