yacy_search_server/source/net/yacy/kelondro
2011-03-22 10:35:26 +00:00
..
blob enhancements to web cache and less strict caching rules 2011-03-22 10:35:26 +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 enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +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 * fix bug #7 2011-03-21 19:42:22 +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