1. e1e6d27 Merge IBM development contributiions. As it does not appear possible to alter the git log messages to include jira issue numbers, the git commit hashes will be added to the jira issues. by David Jencks · 7 years ago master
  2. b8721ed Update copyright notice by Alan Cabrera · 8 years ago
  3. fab2a98 Merge branch 'really-stop2' into 'ibm-trunk' by David Jencks · 8 years ago
  4. cca05ce Arrive at phaser only after acceptor is shut down and closed by David Jencks · 8 years ago
  5. 4a9d9e5 Merge branch 'phaser-deregister' into 'ibm-trunk' by David Jencks · 8 years ago
  6. 549b090 Correct phaser usage to deregister parties as they arrive by David Jencks · 8 years ago
  7. e9379fd Merge branch 'tidy-ushort-conversions' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  8. a7c5f0e Simplify conversion of unsigned short port numbers to int (convert via char) by Neil GM Richards · 8 years ago
  9. 26c9402 Merge branch 'connector-impl-construction' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  10. 2f395e0 Correct calls to Connector_impl construction by Neil GM Richards · 8 years ago
  11. 40b8e35 Merge branch 'improve-singleton-init' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  12. e5a052e Use initialization holder class idiom by Neil GM Richards · 8 years ago
  13. bc1c6a4 Merge branch 'nr.dev' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  14. f7c60ed Add extra check for connector helper setting in Connector_impl by Neil GM Richards · 8 years ago
  15. 6c4cc03 Avoid duplicate processing with selective locking, improving performance. by Neil GM Richards · 8 years ago
  16. 9caa74b Correct ValueMembers creation, caching for ValueDescriptor, ArrayDescriptor by Neil GM Richards · 8 years ago
  17. 647ffd7 Improve test coordination reducing use of Thread.sleep(). by Neil GM Richards · 8 years ago
  18. 2550cc0 Merge branch 'Fix-bad-loops-in-Util' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  19. 2f7038b Removed incorrect loop counter in Util. by Joe Chacko · 8 years ago
  20. a68a2c5 Merge branch 'guard-slow-logging' into 'ibm-trunk' by David Jencks · 8 years ago
  21. 760b9dd Guard slow logging by David Jencks · 8 years ago
  22. 9ca4094 Merge branch 'idl-entity-read' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  23. 7945cba Correct helper read lookup by Neil GM Richards · 8 years ago
  24. 76d3b50 Merge branch 'refix-typecode' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  25. c4cb4e4 Re-fix typeCode generation by Neil GM Richards · 8 years ago
  26. 022ef4c Better encapsulate singleton TypeRepository, ValueHandlerImpl by Neil GM Richards · 8 years ago
  27. 431478f Further rmi-impl refactoring by Neil GM Richards · 8 years ago
  28. be541a6 Merge branch 'enum-fix' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  29. 55b7d4f Use YASF negotiation to maintain stream compatibility when talking Enums to unfixed yoko by Neil GM Richards · 8 years ago
  30. 02829e8 Tighten access to ModelElement fields by Neil GM Richards · 8 years ago
  31. d2d3909 Encapsulate init of ModelElement fields and Descriptor repids by Neil GM Richards · 8 years ago
  32. b53b251 Introduce ModelElement.init() - use it for gathering idl_name by Neil GM Richards · 8 years ago
  33. 6e0a282 Improve ModelElement encapsulation by Neil GM Richards · 8 years ago
  34. bef8dcf Add Enum support to FVD negotiation; Fix Enum transmission format by Neil GM Richards · 8 years ago
  35. 5ec4f36 Handle java.lang.Enum itself via its own TypeDescriptor by Neil GM Richards · 8 years ago
  36. 49a219e Avoid writing out fields of Enum subclasses by Neil GM Richards · 8 years ago
  37. 788192a Merge branch 'fix_gc_bug_in_test' into 'ibm-trunk' by Joseph Chacko · 8 years ago
  38. aef2d86 Fix gc bug in test. by Joe Chacko · 8 years ago
  39. e4ca6e1 Merge branch 'request_id_unique_to_connection' into 'ibm-trunk' by Neil GM Richards · 8 years ago
  40. f832900 Force test to wait for system to enqueue references. by Neil Richards · 8 years ago
  41. 109fa48 Fix comments and improve method names. by Joe Chacko · 8 years ago
  42. f852624 Make request id unique to connection. by Joe Chacko · 8 years ago
  43. 4f815a0 Merge branch 'workaround_mockito' into 'ibm-trunk' by Joseph Chacko · 9 years ago
  44. 52e1bdf Removed unused constructor and fixed intermittent unit test failure by Joe Chacko · 9 years ago
  45. 2d5fd2d Merge branch 'connection_counting' into 'ibm-trunk' by Joseph Chacko · 9 years ago
  46. f580371 Cache outbound connections with reference counting. by Joe Chacko · 9 years ago
  47. eab4a8d Merge branch 'clean-up-connection-clean-up' into 'ibm-trunk' by Joseph Chacko · 9 years ago
  48. 3e5ad85 Refactored to use modern Java syntax and idiom by Neil Richards · 9 years ago
  49. 42b9110 Merge branch 'support_skipped_fields' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  50. f05ad39 Nobble failing test (for now) by Neil Richards · 9 years ago
  51. 42943b7 Allow meta calls for classes with two self-references by Neil Richards · 9 years ago
  52. ffe65d6 Add failing FVD test by Neil Richards · 9 years ago
  53. 4fb8a47 Merge branch 'reuse_remote_naming_contexts' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  54. eb5f88c Reuse remote naming context servant by Neil Richards · 9 years ago
  55. 32255b0 Merge branch 'npe_in_meta' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  56. cd1f145 Add testcase for fix in fvd generation. by Neil Richards · 9 years ago
  57. 3ebe014 Merge branch 'yoko_auxilliary_stream_format' into 'ibm-trunk' by Joseph Chacko · 9 years ago
  58. 8ca5714 Add Yoko Auxilliary Stream Format tagged component and service context by Neil Richards · 9 years ago
  59. 92b86cd Fix bad recursion in getValueMembers() by Neil Richards · 9 years ago
  60. b691809 Merge branch 'ueinfo_with_downcall_locking' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  61. f7781dc Correct is_custom information sent in FVD by Neil Richards · 9 years ago
  62. 5a31410 Enhance TypeDescriptor caching / retrieval by Neil Richards · 9 years ago
  63. ad04c68 Merge branch 'ibm-trunk' into ueinfo_with_downcall_locking by Neil Richards · 9 years ago
  64. ea43056 Defer unmarshalling UnknownExceptionInfo data by Neil Richards · 9 years ago
  65. 6a8f04f Merge branch 'shutdown-hole-1' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  66. 5090946 whitespace only by Neil Richards · 9 years ago
  67. c14541a register the server starter run thread with the phaser to prevent shutdown before the shutdown task is registered by David Jencks · 9 years ago
  68. ded713e Use read/write locking for downcall state engine by Neil Richards · 9 years ago
  69. 628e87e Enhance UnknownExceptionInfo unmarshalling handling by Neil Richards · 9 years ago
  70. 7b46aa0 Merge branch 'correct_UserExceptionInfo_data' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  71. c6cde1a Correct format of data for UserExceptionInfo service context by Neil Richards · 9 years ago
  72. fecb90d Merge branch 'disable-repid-class-cache' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  73. 84e3770 Use Pattern.quote() for compiled split patterns by Neil Richards · 9 years ago
  74. 5aad681 Special-case IDL:omg.org/CORBA/WStringValue:1.0 by Neil Richards · 9 years ago
  75. 9b0f17f Produce best-of-breed repid to class name conversion by Neil Richards · 9 years ago
  76. 3407444 Improve RepIds.fixName implementation by Neil Richards · 9 years ago
  77. 0876adb Provide RepId utils from yoko-util by Neil Richards · 9 years ago
  78. a814e36 Do not use the cached class when converting a ClassDesc to a Class by Joe Chacko · 9 years ago
  79. 3d11ccd Merge branch 'bidir-deadlock' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  80. d48c200 Merge branch 'bidir-deadlock.2' into bidir-deadlock by Neil Richards · 9 years ago
  81. f007558 Merge branch 'classbasedesc_doprivileged' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  82. e130c21 Use doPrivileged in ClassBaseDescriptor.init() by Neil Richards · 9 years ago
  83. ca997b7 Merge branch 'class_marshalling' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  84. fc6c682 Correct Class marshalling using ClassDesc by Neil Richards · 9 years ago
  85. 4d93d89 work on shutdown logic; wait to close down pool until GIOPConnectionThreaded shutdowns have been run by David Jencks · 9 years ago
  86. 3105218 Use ReadWriteLock for receiver threads / shutdown by Neil Richards · 9 years ago
  87. 7ddcd03 Fix deadlock on some jdks between write and close by synchronizing shutdown using the sendMutex_ already used for send by David Jencks · 9 years ago
  88. d33611d use internal ExecutorServices instead of thread groups in ORBInstance to remove client deadlock due to expecting threads ending to notify their thread group by David Jencks · 9 years ago
  89. f6e0625 Merge branch 'enum_type_fix' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  90. 4f2a5a5 Ensure zero suid for java.lang.Enum by Neil Richards · 9 years ago
  91. 40c437d Merge branch 'enum_type_fix' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  92. 40a57b1 Find correct enum type in class hierarchy by Neil Richards · 9 years ago
  93. 6f3ff67 Merge branch 'unknown_exception_handling' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  94. 06b73e2 Merge branch 're-add_idl_entity_check' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  95. 026747d Restore isIDLEntity check by Neil Richards · 9 years ago
  96. 1cb8167 Merge branch 'TypeRepo-with-ClassValue' into 'ibm-trunk' by Neil GM Richards · 9 years ago
  97. 2db0084 Search TypeDescriptor cache first in meta(repId) by Neil Richards · 9 years ago
  98. cc3d87d Indenting by Neil Richards · 9 years ago
  99. da3f8d0 Merge branch 'ibm-trunk' into TypeRepo-with-ClassValue by Neil Richards · 9 years ago
  100. 4bec3e1 Propagate unchecked exceptions in UnknownExceptionInfo service contexts by Neil Richards · 9 years ago