summaryrefslogtreecommitdiff
path: root/java/common/src
Commit message (Expand)AuthorAgeFilesLines
...
* added a mapping for byte[]sRafael H. Schloming2007-09-242-0/+2
* added field table encoding/decodingRafael H. Schloming2007-09-2414-105/+642
* added frame-end constantRafael H. Schloming2007-09-202-2/+11
* merged the qpidity.url classes in to qpid.url and deleted qpidity.urlRajith Muditha Attapattu2007-09-196-271/+8
* added messageAcquire method Arnaud Simon2007-09-191-0/+6
* forgot to dispatch non L4 methods inside SessionDelegateRafael H. Schloming2007-09-191-1/+6
* * ProtocolEvent.Switch --> ProtocolDelegateRafael H. Schloming2007-09-1713-118/+118
* Took out the URL parsing logic from the AMQConnectionURL and moved in two Par...Rajith Muditha Attapattu2007-09-141-2/+3
* * moved most of the classes in the org.apache.qpidity package toRafael H. Schloming2007-09-1355-1503/+1334
* Remerge of M2. All tests pass locallyMartin Ritchie2007-08-304-28/+86
* Added basic test case to test JMSRajith Muditha Attapattu2007-08-248-37/+91
* moved Encoder, Decoder and related classes into the codec sub-packageRafael H. Schloming2007-08-2316-19/+51
* updated from M2 branchArnaud Simon2007-08-231-17/+10
* Updated XIDArnaud Simon2007-08-221-0/+268
* Updated QpidURL scheme Arnaud Simon2007-08-204-349/+411
* wrote a parser for the new URL formatRajith Muditha Attapattu2007-08-173-15/+431
* added destination URL handling Arnaud Simon2007-08-175-3/+444
* Added clearData() and getTransferId() to the Message interfaceRajith Muditha Attapattu2007-08-152-4/+56
* added error code supportRajith Muditha Attapattu2007-08-135-13/+110
* Added a Toy Exchange that does same basic routing for direct and topic.Rajith Muditha Attapattu2007-08-105-46/+215
* implemented the Connection and Session APIRajith Muditha Attapattu2007-08-0920-54/+902
* updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp...Rafael H. Schloming2007-08-097-3/+163
* fixed executionSyncRafael H. Schloming2007-08-084-9/+61
* changed the API based on the discussions with rafi and arnaud. also fixed the...Rajith Muditha Attapattu2007-08-083-8/+5
* fixed a bunch of temporary hacks, we now auto process comands that have no pa...Rafael H. Schloming2007-08-0813-48/+166
* implemented Session.sync()Rafael H. Schloming2007-08-0810-27/+242
* - made generated classes mutableRafael H. Schloming2007-08-0730-298/+881
* moved from clientArnaud Simon2007-08-0612-0/+2442
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563097...Arnaud Simon2007-08-064-0/+577
* added default exchange Arnaud Simon2007-08-051-0/+51
* added struct codegen and fixed naming bug in generated gettersRafael H. Schloming2007-08-042-3/+3
* Fixed compilation errorsRajith Muditha Attapattu2007-08-032-51/+3
* Moved into clientArnaud Simon2007-08-031-60/+0
* added amqp.0-10-preview.xml and switched the qpidity codegen over to use itRafael H. Schloming2007-08-0310-47/+76
* fixed build failures caused by sloppy checkins and SNAPSHOT dependencies, cha...Rafael H. Schloming2007-08-031-53/+48
* added more comments to the CommonSessionDelegateRajith Muditha Attapattu2007-08-011-0/+5
* added wiring to Rafi's comm stackRajith Muditha Attapattu2007-08-013-0/+98
* StreamingMessageListener - was added to deliver message parts as an when they...Rajith Muditha Attapattu2007-08-012-0/+122
* plumbed the input/output into MINA and filled out more of the encoding/decodingRafael H. Schloming2007-08-0134-368/+1714
* Rolled back revision 561365 and commented out some broken code in ClientSessi...Rafael H. Schloming2007-07-314-92/+28
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-07-314-28/+92
* made the Header interface public, so I could use that in the Qpid APIRajith Muditha Attapattu2007-07-301-1/+1
* modified the generate script to add throws QpidException to the methods in In...Rajith Muditha Attapattu2007-07-271-1/+8
* moved the QpidException to common from clientRajith Muditha Attapattu2007-07-271-0/+59
* exclude ticket arguments and extraneous classesRafael H. Schloming2007-07-261-4/+4
* first attempt at isolating session functions common to both broker and clientRajith Muditha Attapattu2007-07-251-0/+27
* fixed Encoder/Decoder to do the property type conversion for unsigned typesRafael H. Schloming2007-07-255-31/+55
* added support for precomputing sizesRafael H. Schloming2007-07-256-7/+162
* Switched over to using enums instead of booleans for fields of type bit.Rafael H. Schloming2007-07-241-4/+9
* Initial submit of 0-10 communication layer.Rafael H. Schloming2007-07-2430-0/+1640