yacy_search_server/source/de/anomic/tools
2011-02-25 00:56:31 +00:00
..
bitfield.java more performance hacks 2008-12-04 12:54:16 +00:00
crypt.java Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 2011-02-25 00:56:31 +00:00
cryptbig.java Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 2011-02-25 00:56:31 +00:00
CryptoLib.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
disorderHeap.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
disorderSet.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
enumerateFiles.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
gzip.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
ListDirs.java
loaderCore.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
loaderProcess.java
loaderThreads.java - moved yacybot user agent string definition to MultiProtocolURI since there are basic access mechanisms where the bot string is needed 2010-09-27 14:54:32 +00:00
nxTools.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
PKCS12Tool.java
SignatureOutputStream.java - more logging in server process 2009-06-16 15:10:59 +00:00
tarTools.java untar files without gzip decompression even if the file has gz extension. this is done when the decompression fails. 2010-10-28 23:12:33 +00:00