summaryrefslogtreecommitdiffstats
path: root/jurt
Commit message (Expand)AuthorAgeFilesLines
* java: remove dead codeNoel Grandin2015-01-051-2/+0
* java: remove OOoRunnerLightNoel Grandin2014-12-162-2/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-154-9/+5
* update documentationStephan Bergmann2014-12-111-4/+6
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-8/+8
* rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann2014-12-093-38/+60
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-081-1/+1
* fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...Juergen Funk2014-12-052-23/+46
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+1
* Fold URE: WindowsStephan Bergmann2014-12-031-2/+1
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+1
* readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann2014-11-194-33/+7
* pipe.c -> pipe.cxxStephan Bergmann2014-11-192-1/+1
* nlsupport.c -> nlsupport.cxxStephan Bergmann2014-11-192-1/+1
* mutex.c -> mutex.cxxStephan Bergmann2014-11-192-1/+1
* memory.c -> memory.cxxStephan Bergmann2014-11-192-1/+1
* 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: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-121-1/+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: always use braces for while loopsNoel Grandin2014-10-161-4/+8
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-162-59/+60
* jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch2014-10-141-2/+5
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-5/+0
* jurt: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-103-25/+6
* jurt: remove unused importRobert Antoni Buj i Gelonch2014-10-081-1/+0
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* sal/osl/unx/thread.c -> .cxxStephan Bergmann2014-10-012-1/+1
* Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann2014-09-291-1/+5
* fix Java1.5 incompatibilityNoel Grandin2014-09-292-7/+15
* jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch2014-09-281-15/+31
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-2510-369/+313
* jurt: encode(String) in URLEncoder has been deprecatedrbuj2014-09-151-1/+1
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-2/+2
* set names on some Java threadsMichael Stahl2014-09-082-1/+3
* Fix conditionStephan Bergmann2014-09-041-1/+10
* Poor hack for libjpipe.so under Clang -fsanitize=*Stephan Bergmann2014-09-044-1/+136
* jurt: fix javadoc error: unexpected end tag: </p>rbuj2014-09-021-1/+1
* jurt: fix some javadoc errors for JDK 8rbuj2014-08-305-10/+10
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-2/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-10/+10
* jurt: Throwable.getCause() instead of Throwable.getTargetException()rbuj2014-08-203-4/+4
* java: no need to instantiate String objects directlyNoel Grandin2014-08-192-3/+3
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-193-3/+3
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-194-8/+8
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-194-10/+10