1. c9e6b58 enable tcpNoDelay for loopback connections automatically by Noel Grandin · 11 years ago
  2. 8672eca -Werror,-Wmacro-redefined (under Clang -fsanitize=*) by Stephan Bergmann · 11 years ago
  3. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  4. 39327e7 java: remove OOoRunnerLight by Noel Grandin · 11 years ago
  5. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  6. b09964e update documentation by Stephan Bergmann · 11 years ago
  7. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  8. 6ddde10 rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit by Stephan Bergmann · 11 years ago
  9. 147ff66 Typo "mehtod" -> "method" by Stephan Bergmann · 11 years ago
  10. b21f243 fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ... by Juergen Funk · 11 years ago
  11. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  12. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  13. 8fdb239 Fold URE: Linux ure/share/java/* -> program/classes/ by Stephan Bergmann · 11 years ago
  14. 45ca1bf Fold URE: Linux ure/lib/* -> program/ by Stephan Bergmann · 11 years ago
  15. e814dac readwrite_helper.c -> readwrite_helper.cxx by Stephan Bergmann · 11 years ago
  16. df451d6 pipe.c -> pipe.cxx by Stephan Bergmann · 11 years ago
  17. b64c90c1 nlsupport.c -> nlsupport.cxx by Stephan Bergmann · 11 years ago
  18. 431a7c4 mutex.c -> mutex.cxx by Stephan Bergmann · 11 years ago
  19. 42ab57c memory.c -> memory.cxx by Stephan Bergmann · 11 years ago
  20. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  21. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  22. b95dcb9 java: last statement in finalize() method should be call to super.finalize() by Noel Grandin · 11 years ago
  23. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  24. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  25. d0a8fc2 Fix indentation by Stephan Bergmann · 11 years ago
  26. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  27. fa22664 java: always use braces for while loops by Noel Grandin · 11 years ago
  28. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  29. 530f060 jurt: print an array with java.util.Arrays.toString by Robert Antoni Buj i Gelonch · 11 years ago
  30. f6388e1 java: import from the same package by Robert Antoni Buj i Gelonch · 11 years ago
  31. 7afbb82 jurt: use new exception constructors by Robert Antoni Buj i Gelonch · 11 years ago
  32. c2b5aff jurt: remove unused import by Robert Antoni Buj i Gelonch · 11 years ago
  33. 610f338 java: no need to check for null before calling instanceof by Noel Grandin · 12 years ago
  34. 585ac6e sal/osl/unx/thread.c -> .cxx by Stephan Bergmann · 12 years ago
  35. a67e6ae Precise, platform-specific Class-Path path for NativeLibraryLoader use by Stephan Bergmann · 12 years ago
  36. d5cdc75 fix Java1.5 incompatibility by Noel Grandin · 12 years ago
  37. ab7ccd8 jurt: remove constructor in AnyConverter_Test (JUnit) by Robert Antoni Buj i Gelonch · 12 years ago
  38. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  39. 5c2d2d0 jurt: encode(String) in URLEncoder has been deprecated by rbuj · 12 years ago
  40. 6492c85 Make the "Mac-like" or "canonical" app bundle structure always used on OS X by Tor Lillqvist · 12 years ago
  41. 420170c set names on some Java threads by Michael Stahl · 12 years ago
  42. 52821cd Fix condition by Stephan Bergmann · 12 years ago
  43. ddc7bb6 Poor hack for libjpipe.so under Clang -fsanitize=* by Stephan Bergmann · 12 years ago
  44. 66d0316 jurt: fix javadoc error: unexpected end tag: </p> by rbuj · 12 years ago
  45. dc64ffb jurt: fix some javadoc errors for JDK 8 by rbuj · 12 years ago
  46. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  47. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  48. 37c49c3 jurt: Throwable.getCause() instead of Throwable.getTargetException() by rbuj · 12 years ago
  49. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  50. c552aac java: use 'Byte.valueOf' instead of 'new Byte' by Noel Grandin · 12 years ago
  51. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  52. 8a2c6c2 java: use 'Long.valueOf' instead of 'new Long' by Noel Grandin · 12 years ago
  53. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  54. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  55. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  56. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  57. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  58. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  59. 85ab4a1 jurt: Use <T> T[] toArray(T[] a) by rbuj · 12 years ago
  60. 6ac5235 Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE case by Tor Lillqvist · 12 years ago
  61. bb8540a jurt: Number parsing by rbuj · 12 years ago
  62. 8f020a4 java: redundant assignment, variable can only be null by Noel Grandin · 12 years ago
  63. e5bc8b6 java: variable cannot be null by Noel Grandin · 12 years ago
  64. a274d19 java: remove redundant super-interfaces by Noel Grandin · 12 years ago
  65. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  66. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  67. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  68. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  69. 586eea3 java: remove pre Java 1.5 workaround in UrlToFileMapper by Noel Grandin · 12 years ago
  70. 66c34ff java: remove workarounds for missing functionality pre java 1.5 by Noel Grandin · 12 years ago
  71. dc2cd08 simplify some java static initializers by Noel Grandin · 12 years ago
  72. dfb1d56 jurt: Enhanced For-Loops by rbuj · 12 years ago
  73. c9e61e0 typos by Michael Stahl · 12 years ago
  74. b013585 jurt: Enhanced For-Loops, code formatting, javadoc & overrides by rbuj · 12 years ago
  75. d5fb4b7 Typos by Julien Nabet · 12 years ago
  76. b2c987f coverity#705190 Missing break in switch by Caolán McNamara · 12 years ago
  77. 638848d idl: remove external header guards by Thomas Arnhold · 12 years ago
  78. 19c4d8d Many spelling fixes: directories h* - p*. by Pedro Giffuni · 12 years ago
  79. c15913b Spelling fix: suported by Tor Lillqvist · 12 years ago
  80. 7078dbb jurt: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  81. e524ecb Remove visual noise from jurt by Alexander Wilms · 12 years ago
  82. 0d39680 More java.lang.System.mapLibraryName dylib vs. jnilib confusion by Stephan Bergmann · 12 years ago
  83. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  84. 92644ee Grammar fix by Stephan Bergmann · 12 years ago
  85. b55259e typo fixes by Andras Timar · 12 years ago
  86. 5b29d3a gbuild: refactor UnoApi to remove rdb files from OUTDIR by Michael Stahl · 12 years ago
  87. 3fb51fe [API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loaders by Stephan Bergmann · 13 years ago
  88. 3656a57 add mode lines to new files (and idls) since last run by Caolán McNamara · 13 years ago
  89. 6db34b6 Directly build UNOIDL .rdb files from .idl files by Stephan Bergmann · 13 years ago
  90. a382dad Clean up Mac OS X .jnilibs by Stephan Bergmann · 13 years ago
  91. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  92. 07976ee Don't export a variable called PATH_SEPARATOR by Tor Lillqvist · 13 years ago
  93. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  94. 57a14ea Clean up Java ServiceManager bootstrapping by Stephan Bergmann · 13 years ago
  95. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  96. 6c7659b move URE headers to include/ by David Tardon · 13 years ago
  97. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  98. 65d3bc8 fix stupid typo by David Tardon · 13 years ago
  99. f9c4504 create the jnilib in the right dir by David Tardon · 13 years ago
  100. 02aee3b update makefiles by David Tardon · 13 years ago