Commit Graph

11 Commits (6d9e5865eeeea233e18049b0bede75e29897cec5)

Author SHA1 Message Date
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