summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer/FixedByteBuffer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 537834-537845 via svnmerge from Tomas Restrepo2007-05-141-380/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r537834 | tomasr | 2007-05-14 08:37:45 -0500 (Mon, 14 May 2007) | 6 lines * QPID-489 Added Nant build scripts for Qpid.NET * Modified msbuild files to build to central location matching nant builds * Removed old files from Qpid.Buffer * Removed MonoDevelop project files * Updated build scripts, readme.txt, todo.txt ........ r537835 | tomasr | 2007-05-14 08:38:14 -0500 (Mon, 14 May 2007) | 1 line * removed MonoDevelop solution ........ r537841 | tomasr | 2007-05-14 08:50:18 -0500 (Mon, 14 May 2007) | 1 line Fixed Qpid.Client.Tests build on linux ........ r537845 | tomasr | 2007-05-14 08:57:12 -0500 (Mon, 14 May 2007) | 1 line Fixed release script and made executable ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@537848 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) dotnet_iop.diff.Robert Greig2007-02-281-0/+380
| | | | | | Implements interop tests compatable with the existing topic tests. Used to succesfully test the field table changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512700 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Tomas Restrepo) QPID-ByteBuffer.diff.Robert Greig2007-02-261-367/+0
| | | | | | | | Completely refactors the byte buffer implementation, doing away with a complex inheritance hierarchy. Fixes reading and writing of field table to permit interop with Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@511923 13f79535-47bb-0310-9956-ffa450edef68
* (Path submitted by Tomas Restrepo) Qpid-336 Field table updated to match ↵Robert Greig2007-02-131-11/+11
| | | | | | Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507096 13f79535-47bb-0310-9956-ffa450edef68
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes ↵Steven Shaw2006-12-121-0/+367
the autoexpand feature. References to java.nio.Buffer were replaced with FixedByteBuffer and necessary methods added and implemented. FixedByteBuffer delegates to our existing HeapByteBuffer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486248 13f79535-47bb-0310-9956-ffa450edef68