summaryrefslogtreecommitdiffstats
path: root/jurt
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-01-106-7/+7
* coverity#1326730 DMI: Dubious method invocationCaolán McNamara2015-12-221-1/+3
* Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2015-12-031-0/+21
* Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky2015-12-011-0/+44
* coverity#1340230 Dereference before null checkCaolán McNamara2015-11-251-1/+1
* coverity#1326190 Explicit null dereferencedCaolán McNamara2015-11-241-1/+1
* Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann2015-11-121-1/+1
* java: combine nested if statementsNoel Grandin2015-11-051-3/+2
* coverity#1327460 DLS: Dead local storeCaolán McNamara2015-10-201-3/+6
* use AtomicInteger for _life_countNoel Grandin2015-10-151-19/+16
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-1/+1
* Fix typosAndrea Gelmini2015-09-301-1/+1
* fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin2015-07-312-2/+7
* Fix typosAndrea Gelmini2015-07-191-2/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-232-2/+2
* Typo: iff->ifJulien Nabet2015-06-232-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-1112-51/+51
* java: some random small cleanupsNoel Grandin2015-04-201-1/+1
* Typos: caculate->calculate + acceses->accessesJulien Nabet2015-02-219-9/+9
* enable tcpNoDelay for loopback connections automaticallyNoel Grandin2015-01-202-5/+9
* -Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2015-01-061-7/+0
* java: remove dead codeNoel Grandin2015-01-051-2/+0
* java: remove OOoRunnerLightNoel Grandin2014-12-162-2/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-154-9/+5
* update documentationStephan Bergmann2014-12-111-4/+6
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-8/+8
* rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann2014-12-093-38/+60
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-081-1/+1
* fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...Juergen Funk2014-12-052-23/+46
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+1
* Fold URE: WindowsStephan Bergmann2014-12-031-2/+1
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+1
* readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann2014-11-194-33/+7
* pipe.c -> pipe.cxxStephan Bergmann2014-11-192-1/+1
* nlsupport.c -> nlsupport.cxxStephan Bergmann2014-11-192-1/+1
* mutex.c -> mutex.cxxStephan Bergmann2014-11-192-1/+1
* memory.c -> memory.cxxStephan Bergmann2014-11-192-1/+1
* java: make fields final where possibleNoel Grandin2014-11-182-4/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-121-1/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-122-25/+25
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-304-5/+5
* Fix indentationStephan Bergmann2014-10-271-4/+4
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-30/+26
* java: always use braces for while loopsNoel Grandin2014-10-161-4/+8
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-162-59/+60