summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Adapt jurt staticsalhack to MACOSXStephan Bergmann2-0/+25
2016-08-19coverity#1371380 Resource leak on an exceptional pathCaolán McNamara2-4/+12
2016-08-19coverity#1371379 Resource leak on an exceptional pathCaolán McNamara1-0/+4
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin7-59/+54
2016-06-06fix synchronization of JobQueueNoel Grandin1-1/+1
2016-06-06cid#1362511: Concurrent data access violationStephan Bergmann1-3/+5
2016-06-03Use AtomicLong in ThreadId instead of synchronizingNoel Grandin1-8/+5
2016-06-02Use ArrayList for JobQueueNoel Grandin2-36/+24
2016-05-05jurt: add missing modelinesMiklos Vajna77-0/+215
2016-03-23Unused private fieldsStephan Bergmann1-9/+0
2016-03-11ThreadPool doesn't exist - etiher point to IThreadPool or implementationChristian Lohmaier2-2/+2
2016-03-11interface is called "DisposeNotifier", not "NotifyDispose"Christian Lohmaier1-1/+1
2016-03-11ComponentFactoryWrapper was removed in 2002Christian Lohmaier1-5/+0
2016-03-11[I]ThreadPoolFactory is dead since 2003Christian Lohmaier1-2/+1
2016-03-11typoStephan Bergmann1-5/+5
2016-03-11Synchronize all access to _sync_counter, _passedAyncStephan Bergmann1-1/+1
2016-02-24cid#1326391: Dereference null return valueStephan Bergmann1-2/+8
2016-02-24cid#1326441,1326442,1326392: Dereference null return valueStephan Bergmann1-7/+17
2016-02-24Be specific about illegal inputStephan Bergmann1-0/+4
2016-02-24cid#1326440 Dereference null return valueStephan Bergmann1-0/+4
2016-02-18coverity#1326462 Dereference null return valueCaolán McNamara1-2/+5
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-5/+5
2016-01-22cid#1326191 is a false positiveStephan Bergmann1-3/+1
2016-01-22cid#1326191, 1326202jan iversen1-1/+3
2016-01-10Fix typosAndrea Gelmini6-7/+7
2015-12-22coverity#1326730 DMI: Dubious method invocationCaolán McNamara1-1/+3
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky1-0/+21
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky1-0/+44
2015-11-25coverity#1340230 Dereference before null checkCaolán McNamara1-1/+1
2015-11-24coverity#1326190 Explicit null dereferencedCaolán McNamara1-1/+1
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-05java: combine nested if statementsNoel Grandin1-3/+2
2015-10-20coverity#1327460 DLS: Dead local storeCaolán McNamara1-3/+6
2015-10-15use AtomicInteger for _life_countNoel Grandin1-19/+16
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-31fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin2-2/+7
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin12-51/+51
2015-04-20java: some random small cleanupsNoel Grandin1-1/+1
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet9-9/+9
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin2-5/+9
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann1-7/+0
2015-01-05java: remove dead codeNoel Grandin1-2/+0