|
| 1.19 | modified | telrod | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.29 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.9 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.86 | modified | telrod | /build.xml | Updated version to 2.2.0.Alpha1 for snapshot build for messaging. |
| 1.11 | modified | telrod | src/main/org/jboss/remoting/Version.java | Updated version to 2.2.0.Alpha1 for snapshot build for messaging. |
| 1.5 | modified | telrod | src/tests/org/jboss/test/remoting/lease/LeaseTestServer.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/multiplex/MultiplexLeaseTestServer.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.10 | modified | telrod | src/main/org/jboss/remoting/Lease.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.7 | modified | telrod | src/main/org/jboss/remoting/LeasePinger.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.49 | modified | telrod | src/main/org/jboss/remoting/Client.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.1 | added | telrod | src/main/org/jboss/remoting/ClientHolder.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.9 | modified | telrod | src/main/org/jboss/remoting/Lease.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.6 | modified | telrod | src/main/org/jboss/remoting/LeasePinger.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.6 | modified | telrod | src/main/org/jboss/remoting/MicroRemoteClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.24 | modified | telrod | src/main/org/jboss/remoting/RemoteClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.45 | modified | telrod | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/timer/TimerUtilTestCase.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.13 | modified | telrod | src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.7 | modified | telrod | src/main/org/jboss/remoting/transport/ClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.4 | modified | telrod | src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.3 | modified | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.43 | modified | telrod | src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.9 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.15 | modified | telrod | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.38 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.15 | modified | telrod | src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java | JBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves. |
| 1.2 | modified | csuconic | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - fixing test scenario to the failing point |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestCase.java | JBREM-596 - tests |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - tests |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-596 - tests |