Commit Graph

15 Commits (6fb2811e68850fd1c295c2bb524c6792b46f13f4)

Author SHA1 Message Date
Roland Haeder 841a28ae76 Added 'final' for all exception blocks as this helps the Java compiler
12 years ago
Michael Peter Christen a8167e6e5b clean-up: removed unused methods in kelondro
13 years ago
orbiter 2094df2e4e - correct length computation for BStringObject (bugfix suggested by
13 years ago
sixcooler 5cd07d7f84 early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob)
14 years ago
orbiter 30aed9824a moved getBytes() to UTF8.getBytes() to use a default String encoding
14 years ago
orbiter e1b6916423 always try to guess the size of a StringBuilder to prevent too many memory re-allocations
14 years ago
low012 3b40b98256 *) set SVN properties
14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'.
14 years ago
orbiter 189a986ebd - modified api-call interface to record api calls with references to api-call database (carries pk)
15 years ago
orbiter 2bc36de336 - fix for bug in svn 6669
15 years ago
orbiter fe78edac32 - view API calls in correct date-order
15 years ago
orbiter 8ce936bcdd added an api recording function: it shall be possible to record
15 years ago
orbiter 5df628a2a4 - added BEncoder class
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter d0b7bf9ca2 added a decoder class for Bencoding
15 years ago