summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Revert "Fix typos"Stephan Bergmann2-2/+2
2017-05-18Fix typosAndrea Gelmini2-2/+2
2017-03-16Fix typosAndrea Gelmini2-2/+2
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-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 Vajna37-0/+106
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-11[I]ThreadPoolFactory is dead since 2003Christian Lohmaier1-2/+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-01-22cid#1326191 is a false positiveStephan Bergmann1-3/+1
2016-01-22cid#1326191, 1326202jan iversen1-1/+3
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-22coverity#1326730 DMI: Dubious method invocationCaolán McNamara1-1/+3
2015-10-20coverity#1327460 DLS: Dead local storeCaolán McNamara1-3/+6
2015-10-15use AtomicInteger for _life_countNoel Grandin1-19/+16
2015-07-31fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin2-2/+7
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin5-5/+5
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet4-4/+4
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin2-5/+9
2014-12-15java: remove some unused fields and variablesNoel Grandin2-7/+3
2014-12-11update documentationStephan Bergmann1-4/+6
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann3-38/+60
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann1-1/+1
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+0
2014-11-18java: make fields final where possibleNoel Grandin1-3/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-12/+13
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-27Fix indentationStephan Bergmann1-4/+4
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin4-14/+10
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-19/+20
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch1-2/+5
2014-10-08jurt: remove unused importRobert Antoni Buj i Gelonch1-1/+0
2014-09-29fix Java1.5 incompatibilityNoel Grandin2-7/+15
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin7-355/+304
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-2/+2
2014-09-08set names on some Java threadsMichael Stahl2-1/+3
2014-08-30jurt: fix some javadoc errors for JDK 8rbuj5-10/+10