|
| 1.16 | modified | telrod | src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.15 | modified | telrod | src/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestCase.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestClient.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestServer.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestServer.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.9 | modified | telrod | src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java | JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand. |
| 1.23 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-621: Turned the boolean receivedInvocationRequest to a ThreadLocal. |