Sign in
apache
/
geronimo-yoko
/
HEAD
« Previous
a1cab3b
Use ReadWriteLock for receiver threads / shutdown
by Neil Richards
· 9 years ago
07e7ccf
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
52e1b45
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
801a4ee
Merge branch 'disable_idl_name_checking_tests' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
cf24428
Disable TypeCodeFactory IDL name checking tests
by Neil Richards
· 9 years ago
b232dfd
Merge branch 'disable_idl_name_checking' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
258cd81
Disable IDL name checking in TypeCode construction
by Neil Richards
· 9 years ago
fc568eb
Merge branch 'collocated-csiv2' into 'ibm-trunk'
by David Jencks
· 9 years ago
082709a
Merge branch 'input_stream_idl_stub_loading' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
838260d
Use IDL Helper class to create stubs for IDLEntity
by Neil Richards
· 9 years ago
a3aa394
Determine colocation for IORs with csiv2 transport addresses. Improve a couple error messages
by David Jencks
· 9 years ago
0b31051
Merge branch 'further_cmsfv2_tweaks' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
6775226
Corrections to reading start of CMSFv2 valuetype
by Neil Richards
· 9 years ago
0dd133f
Merge branch 'cmsfv2_handle_objectreader_methods' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
ec1a0ad
Add custom marshal hooks for ObjectReader methods
by Neil Richards
· 9 years ago
dbd5c4c
Merge branch 'support_idl_narrow' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
dfe6bcc
Merge branch 'ibm-trunk' into support_idl_narrow
by Neil Richards
· 9 years ago
c78bc87
Merge branch 'improve_cmsfv2' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
f2a7985
Additional guards to CmsfThreadLocal mechanism
by Neil Richards
· 9 years ago
2f7b8da
Add support for IDL interfaces to PRO.narrow
by Neil Richards
· 9 years ago
159cf98
Merge branch 'avoid_writing_zero_length_chunks' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
d6941be
Avoid writing zero length chunks
by Neil Richards
· 9 years ago
1c0e606
Merge branch 'cmsfv2_setting_check' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
a2e4432
Add guard code for unset CMSFv2 thread local
by Neil Richards
· 9 years ago
ff0e2a6
Merge branch 'yoko-util' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
8a61500
Merge branch 'distinguish_pad_bytes' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
370dad9
Move common utilities to yoko-util bundle
by Neil Richards
· 9 years ago
083f829
Write distinguishable bytes for padding
by Neil Richards
· 9 years ago
ac919a7
Merge branch 'cmsfv2' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
714e617
Implement CMSFv2 reading support, last part
by Neil Richards
· 9 years ago
c32aceb
Merge branch 'ibm-trunk' into cmsfv2
by Neil Richards
· 9 years ago
a6e72c3
Merge branch 'improve_logging' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
333ecfe
Improve logging formatting for demarshalling
by Neil Richards
· 9 years ago
ada28f3
Don't override readDefaultObject delegation
by Neil Richards
· 9 years ago
3de4f5d
Merge branch 'ibm-trunk' into cmsfv2
by Neil Richards
· 9 years ago
9bf2be6
Merge branch 'improve_dumpData' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
196b699
Improve format of dataDump and dump_octets
by Neil Richards
· 9 years ago
62d9f24
Enable Cmsfv2 reading support, part 1
by Neil Richards
· 9 years ago
2b16c3a
Generify offsetMap to use a value type of Object, not Serializable
by Joe Chacko
· 9 years ago
5b1d911
Formatted source (automated)
by Neil Richards
· 9 years ago
ed60455
Refactor CorbaObjectReader (automated)
by Joe Chacko
· 9 years ago
bf20a7b
Refactored ValueReader (automated)
by Joe Chacko
· 9 years ago
5fe9e2f
Add test object for CMSFv2
by Neil Richards
· 9 years ago
0a3c0ca
Improve error handling; Clarify imports
by Neil Richards
· 9 years ago
658a4e0
cleaned up ValueDescriptor
by Joe Chacko
· 9 years ago
ead7b55
sanitized ObjectWriter to avoid fully qualified classes and other style violations
by Joe Chacko
· 9 years ago
95a9c88
converted WriteObjectState to an enum
by Joe Chacko
· 9 years ago
92289be
Fix custom marshal check on reading side
by Neil Richards
· 9 years ago
c73d835
Merge branch 'ibm-trunk' into cmsfv2
by Neil Richards
· 9 years ago
2635b60
Merge branch 'perf_helper_lookup' into 'ibm-trunk'
by Neil GM Richards
· 9 years ago
ec93968
Merge branch 'improve_unknown_exception' into perf_helper_lookup
by Neil Richards
· 9 years ago
c11f3a8
Improve information captured in UnknownException
by Neil Richards
· 9 years ago
6f43916
Merge branch 'corbaname_parse_diagnostics' into perf_helper_lookup
by Neil Richards
· 9 years ago
8a77b94
Avoid BoxedValueHelper lookup where possible
by Neil Richards
· 9 years ago
dfb9bb8
Add temp. ability to disable CMSFv2 advertising
by Neil Richards
· 9 years ago
e472226
Add more info to corbaname parsing exceptions
by Neil Richards
· 10 years ago
752aa76
Merge branch 'ibm-trunk' into cmsfv2
by Neil Richards
· 10 years ago
5b8f2a3
Merge branch 'enum_fix' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
8f6a2d7
Add Enum demarshalling handling
by Neil Richards
· 10 years ago
d6e545c
Correct writing of CMSF TC & SC data
by Neil Richards
· 10 years ago
40db536
Enable outbound CMSFv2 support
by Neil Richards
· 10 years ago
fa83e52
Move CmsfThreadLocalStack to yoko-rmi-impl
by Neil Richards
· 10 years ago
0b839ee
Add PI classes for CMSF handling
by Neil Richards
· 10 years ago
d84cea1
Add missing API relating to CMSFv2
by Neil Richards
· 10 years ago
82a62e3
Merge branch 'serializable_array_marshalling' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
3f2ecf9
Send elements of Serializable[] as Anys
by Neil Richards
· 10 years ago
a0f6f6b
Merge branch 'stub.loader' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
e3d814b
Add ProviderLoader for javax.rmi.CORBA.Stub
by Neil Richards
· 10 years ago
5ea86b6
Merge branch 'remote.stub.loader' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
b380fe6
Add _Remote_Stub to ProviderLoader list
by Neil Richards
· 10 years ago
e149801
Merge branch 'ibm-trunk' into TypeRepo-with-ClassValue
by Neil Richards
· 10 years ago
776af64
Merge branch 'avoid_RemoteException_initCause' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
2dbc516
Avoid calling RemoteException.initCause()
by Neil Richards
· 10 years ago
52757bd
Merge branch 'removeJTADependency' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
9a3136e
Merge branch 'RMIStub_toString_fix' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
583558c
Merge branch 'use-stringbuilder-1' into 'ibm-trunk'
by David Jencks
· 10 years ago
903ee09
Produce something sensible from RMIStub.toString()
by Neil Richards
· 10 years ago
b8be269
remove hard dependency on JTA
by Neil Richards
· 10 years ago
6a2ff61
Use StringBuilder for writing IORs faster, fix broken loop logic
by David Jencks
· 10 years ago
db87800
Merge branch 'nameservice-spi' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
be50683
NameServiceInitializer should try to find_POA before trying to create_POA
by Neil Richards
· 10 years ago
fe0cd68
Move NameServiceInitializer into spi package and add a read-only/read-write argument
by Neil Richards
· 10 years ago
fa65c0d
Merge branch 'desynchronizeTheOrb' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
7917299
use a read-write lock instead of synchronizing every ORB method
by Neil Richards
· 10 years ago
3562435
add test for corbaname processing
by Neil Richards
· 10 years ago
b9d09c1
NameComponent.toString() should stringify as per CosNaming spec
by Neil Richards
· 10 years ago
2ab606a
use backslash to delimit dots, slashes, and backslashes
by Neil Richards
· 10 years ago
7664924
Merge branch 'ibm-trunk' into TypeRepo-with-ClassValue
by Neil Richards
· 10 years ago
774383d
Merge branch 'addResolver' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
2fca91c
remove explicit package export from yoko-core (all packages exported by default)
by Joe Chacko
· 10 years ago
fae005b
test Resolver class
by Joe Chacko
· 10 years ago
7bdc1c1
Add Resolver class to naming spi package
by Joe Chacko
· 10 years ago
1d40e9f
Merge branch 'ibm-trunk' into TypeRepo-with-ClassValue
by Neil Richards
· 10 years ago
a8de506
Merge branch 'localNameService' into 'ibm-trunk'
by Neil GM Richards
· 10 years ago
e5db4f4
Merge branch 'marks-branch' into 'ibm-trunk'
by Joseph Chacko
· 10 years ago
647b69a
As a developer I want to store an object factory in CosNaming
by Mark Nuttall
· 10 years ago
cad2f33
Throw NPE from NamingContext when NameComponent has null fields
by Joe Chacko
· 10 years ago
900ace2
Merge branch 'ibm-trunk' into TypeRepo-with-ClassValue
by Neil Richards
· 10 years ago
900fa43
Merge branch 'unblock-shutdown' into 'ibm-trunk'
by David Jencks
· 10 years ago
673fc04
make shutdown_ volatile per review suggestion
by David Jencks
· 10 years ago
Next »