summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
2015-12-19Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-12-19Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky
2015-11-26coverity#1340230 Dereference before null checkCaolán McNamara
2015-11-24coverity#1326190 Explicit null dereferencedCaolán McNamara
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-20coverity#1327460 DLS: Dead local storeCaolán McNamara
2015-10-15use AtomicInteger for _life_countNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-31fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin
2015-07-19Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-04-20java: some random small cleanupsNoel Grandin
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann
2015-01-05java: remove dead codeNoel Grandin
2014-12-16java: remove OOoRunnerLightNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11update documentationStephan Bergmann
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann
2014-12-05fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...Juergen Funk
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-03Fold URE: WindowsStephan Bergmann
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-11-19readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann
2014-11-19pipe.c -> pipe.cxxStephan Bergmann
2014-11-19nlsupport.c -> nlsupport.cxxStephan Bergmann
2014-11-19mutex.c -> mutex.cxxStephan Bergmann
2014-11-19memory.c -> memory.cxxStephan Bergmann
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-27Fix indentationStephan Bergmann
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch