summaryrefslogtreecommitdiffstats
path: root/jurt
Commit message (Expand)AuthorAgeFilesLines
* Adapt jurt staticsalhack to MACOSXStephan Bergmann2016-11-072-0/+25
* coverity#1371380 Resource leak on an exceptional pathCaolán McNamara2016-08-192-4/+12
* coverity#1371379 Resource leak on an exceptional pathCaolán McNamara2016-08-191-0/+4
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* [API CHANGE] Drop deprecated I*Description interfacesNoel Grandin2016-06-077-59/+54
* fix synchronization of JobQueueNoel Grandin2016-06-061-1/+1
* cid#1362511: Concurrent data access violationStephan Bergmann2016-06-061-3/+5
* Use AtomicLong in ThreadId instead of synchronizingNoel Grandin2016-06-031-8/+5
* Use ArrayList for JobQueueNoel Grandin2016-06-022-36/+24
* jurt: add missing modelinesMiklos Vajna2016-05-0577-0/+215
* Unused private fieldsStephan Bergmann2016-03-231-9/+0
* ThreadPool doesn't exist - etiher point to IThreadPool or implementationChristian Lohmaier2016-03-112-2/+2
* interface is called "DisposeNotifier", not "NotifyDispose"Christian Lohmaier2016-03-111-1/+1
* ComponentFactoryWrapper was removed in 2002Christian Lohmaier2016-03-111-5/+0
* [I]ThreadPoolFactory is dead since 2003Christian Lohmaier2016-03-111-2/+1
* typoStephan Bergmann2016-03-111-5/+5
* Synchronize all access to _sync_counter, _passedAyncStephan Bergmann2016-03-111-1/+1
* cid#1326391: Dereference null return valueStephan Bergmann2016-02-241-2/+8
* cid#1326441,1326442,1326392: Dereference null return valueStephan Bergmann2016-02-241-7/+17
* Be specific about illegal inputStephan Bergmann2016-02-241-0/+4
* cid#1326440 Dereference null return valueStephan Bergmann2016-02-241-0/+4
* coverity#1326462 Dereference null return valueCaolán McNamara2016-02-181-2/+5
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-5/+5
* cid#1326191 is a false positiveStephan Bergmann2016-01-221-3/+1
* cid#1326191, 1326202jan iversen2016-01-221-1/+3
* 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