summaryrefslogtreecommitdiffstats
path: root/jurt/com
Commit message (Expand)AuthorAgeFilesLines
* 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-0554-0/+148
* 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
* 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
* 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
* coverity#1340230 Dereference before null checkCaolán McNamara2015-11-251-1/+1
* coverity#1326190 Explicit null dereferencedCaolán McNamara2015-11-241-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 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-1111-50/+50
* Typos: caculate->calculate + acceses->accessesJulien Nabet2015-02-219-9/+9
* enable tcpNoDelay for loopback connections automaticallyNoel Grandin2015-01-202-5/+9
* java: remove some unused fields and variablesNoel Grandin2014-12-152-7/+3
* update documentationStephan Bergmann2014-12-111-4/+6
* rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann2014-12-093-38/+60
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-081-1/+1
* java: remove some unused local variablesNoel Grandin2014-12-051-1/+0
* 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: 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: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-162-59/+60