summaryrefslogtreecommitdiff
path: root/java/common
Commit message (Expand)AuthorAgeFilesLines
* made the session usable from multiple threads (hopefully)Rafael H. Schloming2007-10-101-18/+31
* added support (currently disabled) for packed encodingRafael H. Schloming2007-10-109-85/+296
* Removed system.outs and replaced with log statementsRajith Muditha Attapattu2007-10-102-14/+20
* don't wait for results if the session is closed, also added missing synchroni...Rafael H. Schloming2007-10-051-13/+35
* disabled MINA buffer poolingRafael H. Schloming2007-10-051-0/+5
* replaced random printlns with strategically placed log statements, also added...Rafael H. Schloming2007-10-0517-65/+360
* moved codec --> transport.codec to avoid conflicts with qpid namespaceRafael H. Schloming2007-10-0413-16/+16
* Changed to send message ack when requiredArnaud Simon2007-10-041-1/+1
* Changed to use message.recover instead of message.releaseArnaud Simon2007-10-031-1/+1
* applied patch from gsim to fix order of bit decodingRafael H. Schloming2007-10-031-4/+1
* fixed encoding of b/e bits and handling of max frame sizeRafael H. Schloming2007-10-035-15/+23
* error checking for field table decode, actually close sessions on session clo...Rafael H. Schloming2007-10-013-4/+41
* fixed codec of UUIDsRafael H. Schloming2007-09-272-4/+4
* improved close handling, made session.sync() return on session closeRafael H. Schloming2007-09-253-1/+31
* switched to one byte for class/method idsRafael H. Schloming2007-09-242-3/+3
* added a mapping for byte[]sRafael H. Schloming2007-09-242-0/+2
* added field table encoding/decodingRafael H. Schloming2007-09-2415-107/+736
* rerun generate script when it is modifiedRafael H. Schloming2007-09-241-1/+4
* added back access ticket to the encode/decode methodsRafael H. Schloming2007-09-201-4/+10
* 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-1714-121/+121
* 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-1357-1514/+1350
* Remerge of M2. All tests pass locallyMartin Ritchie2007-08-305-33/+103
* 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-2317-21/+57
* updated from M2 branchArnaud Simon2007-08-231-17/+10
* Updated XIDArnaud Simon2007-08-221-0/+268
* added Constant interface generation Arnaud Simon2007-08-211-0/+16
* 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-098-9/+199
* 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-0811-28/+243
* - made generated classes mutableRafael H. Schloming2007-08-0731-371/+962
* moved from clientArnaud Simon2007-08-0613-1/+2467
* 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 NO_OPTION as a convenient way for using ? : Arnaud Simon2007-08-051-0/+1
* added struct codegen and fixed naming bug in generated gettersRafael H. Schloming2007-08-043-28/+74