yacy_search_server/source/net/yacy/kelondro
2011-03-17 21:09:18 +00:00
..
blob fix for not-deleted .gap and .idx files 2011-03-17 17:09:19 +00:00
data avoided using a synchronized(this) for the hash computation to prevent that the lock on the object is (accidently) stolen by another thread and replaced this synchronization using the protocol object. Made also the protocol object final. 2011-03-15 09:52:39 +00:00
index avoid string conversion 2011-03-11 00:59:27 +00:00
io moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
logging performance hack for Balancer and ip address parsing 2011-03-17 21:09:18 +00:00
order removed type cast warnings 2011-03-14 21:07:15 +00:00
rwi removed more warnings 2011-03-14 22:52:30 +00:00
table moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
util removed more warnings 2011-03-14 22:52:30 +00:00
workflow always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00