|
| 1.48 | modified | telrod | src/main/org/jboss/remoting/Client.java | JBREM-580 - don't need to not do connection validation from client since will already have the ssl info. |
| 1.47 | modified | telrod | src/main/org/jboss/remoting/Client.java | JBREM-580 - fixed connection validator so that will not do ping if is ssl transport. |
| 1.26 | modified | telrod | src/main/org/jboss/remoting/detection/AbstractDetector.java | JBREM-580 - fixed connection validator so that will not do ping if is ssl transport. |
| 1.10 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.3 | modified | telrod | src/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceClientSideTestCase.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.3 | modified | telrod | src/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceServerSideTestCase.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.4 | modified | telrod | src/main/org/jboss/remoting/transporter/TransporterHandler.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestClient.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestServer.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestServerImpl.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.74 | modified | telrod | /build.xml | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.56 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java | JBREM-577: Some additional logging has been added, as well as other temporary changes, in an attempt to track down the problem described in this JIRA issue. |
| 1.30 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java | JBREM-577: Some additional logging has been added, as well as other temporary changes, in an attempt to track down the problem described in this JIRA issue. |
| 1.13 | modified | telrod | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-576 - fix for potential deadlock with socket client invoker. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/Client.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumer.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumerImpl.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessor.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessorImpl.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/Server.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/TransporterProxyLocalTestCase.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.12 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilder.java | JBREM-564 - updated for system property to be used to set default socket factory implementation to be used. |
| 1.9 | modified | telrod | docs/guide/en/chap5.xml | JBREM-564 - updated doc for system property to be used to set default socket factory implementation to be used. |
| 1.52 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MultiplexingManager.java | JBREM-574: For SSL sockets, MultiplexingManager makes itself the HandshakeCompletedListener so that it can update the stored description of the underlying socket. |
| 1.55 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java | JBREM-390: Reduced level of some log statements. |
| 1.50 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/VirtualSocket.java | JBREM-574: Modified toString() to write information from actual socket, including SSL information. |
| 1.12 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/VirtualServerSocket.java | JBREM-574: Modified toString() to write information from actual server socket, including SSL information. |
| 1.11 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MasterServerSocket.java | JBREM-574: Modified toString() to write information from actual server socket, including SSL information. |
| 1.34 | modified | telrod | docs/guide/en/master.xml | JBREM-572 - fixed where chapter 8 included twice (instead of 8 and 9). |
| 1.4 | modified | telrod | docs/guide/en/chap16.xml | JBREM-573 - changed where says Client.destroy() to Client.disconnect() as there is no destroy() method in Client. |
| 1.12 | modified | telrod | src/main/org/jboss/remoting/ConnectionValidator.java | JBREM-570 - changed logging for when ping fails to server to be debug level instead of warn. |
| 1.7 | modified | telrod | src/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |
| 1.11 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilder.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |
| 1.8 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilderMBean.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |