Age | Commit message (Expand) | Author |
2015-12-03 | Add build toolchain to upload LibreOffice API to Maven Central | David Ostrovsky |
2015-12-01 | Expose metadata to deploy LibreOffice artifacts on Maven Central | David Ostrovsky |
2015-11-25 | coverity#1340230 Dereference before null check | Caolán McNamara |
2015-11-24 | coverity#1326190 Explicit null dereferenced | Caolán McNamara |
2015-11-12 | Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG | Stephan Bergmann |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-10-20 | coverity#1327460 DLS: Dead local store | Caolán McNamara |
2015-10-15 | use AtomicInteger for _life_count | Noel Grandin |
2015-10-15 | cid#1327023 to cid#1327077 SIC: Inner class could be made static | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-07-31 | fix use of TCP_NODELAY for localhost URP connections | Noel Grandin |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-04-20 | java: some random small cleanups | Noel Grandin |
2015-02-21 | Typos: caculate->calculate + acceses->accesses | Julien Nabet |
2015-01-20 | enable tcpNoDelay for loopback connections automatically | Noel Grandin |
2015-01-06 | -Werror,-Wmacro-redefined (under Clang -fsanitize=*) | Stephan Bergmann |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-16 | java: remove OOoRunnerLight | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-11 | update documentation | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-09 | rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit | Stephan Bergmann |
2014-12-08 | Typo "mehtod" -> "method" | Stephan Bergmann |
2014-12-05 | fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ... | Juergen Funk |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-03 | Fold URE: Windows | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/share/java/* -> program/classes/ | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/lib/* -> program/ | Stephan Bergmann |
2014-11-19 | readwrite_helper.c -> readwrite_helper.cxx | Stephan Bergmann |
2014-11-19 | pipe.c -> pipe.cxx | Stephan Bergmann |
2014-11-19 | nlsupport.c -> nlsupport.cxx | Stephan Bergmann |
2014-11-19 | mutex.c -> mutex.cxx | Stephan Bergmann |
2014-11-19 | memory.c -> memory.cxx | Stephan Bergmann |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-27 | Fix indentation | Stephan Bergmann |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-14 | jurt: print an array with java.util.Arrays.toString | Robert Antoni Buj i Gelonch |
2014-10-13 | java: import from the same package | Robert Antoni Buj i Gelonch |