Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 142 3

latest revision download root:

142 annotated / raw | Diffs: previous, other | Lines: 294 ( +1, -1 )

Created: 2005-11-14 04:18:24 -0600 (2 years 6 months ago) | Author: chirino | Changeset: 142

rev up version

139 annotated / raw | Diffs: previous, other | Lines: 294 ( +0, -9 )

Created: 2005-10-26 19:48:33 -0500 (2 years 6 months ago) | Author: chirino | Changeset: 139

Copied to: tags/ACTIVEIO-2.1/activeio/project.xml 146

tests are passing now.

137 annotated / raw | Diffs: previous, other | Lines: 303 ( +2, -2 )

Created: 2005-10-26 14:04:24 -0500 (2 years 6 months ago) | Author: dblevins | Changeset: 137

scm:subversion isn't a valid scm url

136 annotated / raw | Diffs: previous, other | Lines: 303 ( +289, -289 )

Created: 2005-10-26 14:02:25 -0500 (2 years 6 months ago) | Author: dblevins | Changeset: 136

Fixed line endings

135 annotated / raw | Diffs: previous, other | Lines: 303 ( +4, -1 )

Created: 2005-10-25 08:58:32 -0500 (2 years 6 months ago) | Author: jstrachan | Changeset: 135

excluding test case which always fails on OS X

134 annotated / raw | Diffs: previous, other | Lines: 300 ( +18, -5 )

Created: 2005-10-25 08:53:39 -0500 (2 years 6 months ago) | Author: jstrachan | Changeset: 134

ported ActiveIO to use the backport.util.concurrent library so that it is API compatible with Java 5 as well as working from a newer, more heavily tested concurrent library

117 annotated / raw | Diffs: previous, other | Lines: 287 ( +17, -1 )

Created: 2005-09-06 02:43:32 -0500 (2 years 8 months ago) | Author: dblevins | Changeset: 117

Copied to: branches/constructor/activeio/project.xml 130

Initial port of xinet.d functionality from OpenEJB.  Still changes to make.

109 annotated / raw | Diffs: previous, other | Lines: 271 ( +1, -1 )

Created: 2005-07-12 13:52:10 -0500 (2 years 10 months ago) | Author: chirino | Changeset: 109

Rev up

101 annotated / raw | Diffs: previous, other | Lines: 271 ( +8, -8 )

Created: 2005-05-19 18:48:15 -0500 (2 years 11 months ago) | Author: maguro | Changeset: 101

Moved resources to the resources directory.

89 annotated / raw | Diffs: previous, other | Lines: 271 ( +1, -1 )

Created: 2005-04-22 16:52:59 -0500 (3 years ago) | Author: chirino | Changeset: 89

reving up version to SNAPSHOT

87 annotated / raw | Diffs: previous, other | Lines: 271 ( +1, -1 )

Created: 2005-04-22 16:38:00 -0500 (3 years ago) | Author: chirino | Changeset: 87

Copied to: tags/ACTIVEIO-1.0/activeio/project.xml 88

versioning to 1.0Z

72 annotated / raw | Diffs: previous, other | Lines: 271 ( +0, -5 )

Created: 2005-02-19 14:17:28 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 72

We had a dependency on ActiveMQ for some of it's handy statistic classes used to show performance numbers in some benchmarks.  This kinda leads to some ugly circular dependencies.  Cut and pasted those classes into the stats package to get rid of the circular dependency.

66 annotated / raw | Diffs: previous, other | Lines: 276 ( +10, -1 )

Created: 2005-02-18 16:53:00 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 66

More assertions.

48 annotated / raw | Diffs: previous, other | Lines: 267 ( +50, -35 )

Created: 2005-02-10 23:17:32 -0600 (3 years 3 months ago) | Author: chirino | Changeset: 48

- Added stress testing/benchmarking tools
- the SynchToAsynchChannelAdapter was droping the EOS packet.  Upper layers would not see a peer disconnect.
- input buffer was not being handled correctly when the end of buffer was reached.
- Allow the size of the direct buffers created by nio to be configured via sys prop.

35 annotated / raw | Diffs: previous, other | Lines: 252 ( +8, -0 )

Created: 2005-01-08 16:45:31 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 35

Fixed: The server taht SocketChannelAsynchChannelFactory created did not produce SocketChannelAsynchChannels.
Added: A ChannelFactory object that used the scheme part of the URI to select the right channel implementation for creating channels and channel servers.
Improved: ChannelServer is now a Channel also.  So now ChannelServer has a narrow method too.  This could allows us create ChannelServers that create Channels that are also ChannelsServers (kinda like what oneport does).

34 annotated / raw | Diffs: previous, other | Lines: 244 ( +7, -0 )

Created: 2005-01-07 23:36:07 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 34

Added an IBM AIO based Channel implementation.  AIO is supposed to have much better scaleability than java NIO asynch io.

28 annotated / raw | Diffs: previous, other | Lines: 237 ( +32, -8 )

Created: 2004-12-29 01:43:00 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 28

- Hooked in the oneport handler into OpenORB.
- Fixed how sockets were being bound.

26 annotated / raw | Diffs: previous, other | Lines: 213 ( +32, -2 )

Created: 2004-12-27 10:11:49 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 26

Adding hooks for openejb in the oneport package.

23 annotated / raw | Diffs: previous, other | Lines: 183 ( +11, -2 )

Created: 2004-12-26 16:36:39 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 23

- Bug fixe and a few more channel adaptors.

19 annotated / raw | Diffs: previous, other | Lines: 174 ( +6, -6 )

Created: 2004-12-23 02:37:28 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 19

- Added some WriteBuffered channels that buffer up wites.. duh
- Created a SocketChannelSychChannel that use the NIO Channel interface to read and write direct ByteBuffers.
- Reorged the naming of the classes a little.

18 annotated / raw | Diffs: previous, other | Lines: 174 ( +1, -1 )

Created: 2004-12-22 23:48:25 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 18

Adding some filters that synchronize access to a channel.

16 annotated / raw | Diffs: previous, other | Lines: 174 ( +17, -31 )

Created: 2004-12-22 11:45:55 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 16

Removed commons-logging dependency.

12 annotated / raw | Diffs: previous, other | Lines: 188 ( +12, -0 )

Created: 2004-12-20 13:01:05 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 12

- Added support for JXTA p2p sockets
- Added support for SSL sockets
- Renamed the TcpSocket class to SocketMetadata
- Added adaptors make a SynchChannel and SyncChannelServer look like Socket and ServerSocket objects.
- Added in a RequestChannel inerface

9 annotated / raw | Diffs: previous, other | Lines: 176 ( +18, -4 )

Created: 2004-12-16 15:21:33 -0600 (3 years 4 months ago) | Author: chirino | Changeset: 9

More clean up.  Got rid of ChannelException.

4 annotated / raw | Diffs: previous, other | Lines: 162 ( +4, -2 )

Created: 2004-11-21 19:06:11 -0600 (3 years 5 months ago) | Author: chirino | Changeset: 4

Modified maven project configuration so that the site:deploy target works

3 new annotated / raw | Lines: 160 ( +160, -0 )

Created: 2004-11-21 18:20:57 -0600 (3 years 5 months ago) | Author: chirino | Changeset: 3

Added maven project descriptors so that the project can be built with maven.

Open Source License registered to the Codehaus Project. This license of FishEye is provided to support the development of Codehaus only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2008-05-16 10:10 -0500