summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* split invoke out into two distinct version specific implsRafael H. Schloming2007-08-091-28/+33
* removed extraneous whitespaceRafael H. Schloming2007-08-091-11/+7
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-096-88/+135
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134
* removed extraneous whitespaceRafael H. Schloming2007-08-091-13/+13
* added support for parsing structs and results into the spec metadataRafael H. Schloming2007-08-092-11/+105
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-095-34/+82
* Fix for make rpmbuild issue: Configure forces rebuild of src/Makefile by touc...Alan Conway2007-08-092-2/+3
* * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6.Alan Conway2007-08-092-6/+20
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-098-38/+38
* Fixed syntax error in handling of timeouts.Gordon Sim2007-08-091-1/+1
* Fixed distcheckGordon Sim2007-08-091-1/+1
* implemented the Connection and Session APIRajith Muditha Attapattu2007-08-0932-305/+1336
* updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp...Rafael H. Schloming2007-08-0910-339/+589
* Moved Proxy generation to rubygen.Alan Conway2007-08-0912-297/+59
* fixed executionSyncRafael H. Schloming2007-08-084-9/+61
* added missing requiresRafael H. Schloming2007-08-081-0/+1
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-082-11/+1
* changed the API based on the discussions with rafi and arnaud. also fixed the...Rajith Muditha Attapattu2007-08-0813-374/+226
* Timeout after waiting for completion that doesn't arrive.Gordon Sim2007-08-081-3/+5
* implemented Message Arnaud Simon2007-08-086-103/+515
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-082-12/+12
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-085-8/+55
* fixed a bunch of temporary hacks, we now auto process comands that have no pa...Rafael H. Schloming2007-08-0813-48/+166
* svn:ignore properties.Alan Conway2007-08-080-0/+0
* Fixed include guard.Alan Conway2007-08-081-3/+3
* implemented Session.sync()Rafael H. Schloming2007-08-0816-52/+303
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-0714-13/+653
* changed messageFlush to return an intArnaud Simon2007-08-071-2/+2
* changed messageFlush to return an intArnaud Simon2007-08-071-3/+7
* changed messageFlush to return an intArnaud Simon2007-08-071-489/+483
* - made generated classes mutableRafael H. Schloming2007-08-0732-372/+969
* r899@fuschia: andrew | 2007-08-07 00:30:24 +0100Andrew Stitcher2007-08-061-24/+37
* fixed compilation errorsRajith Muditha Attapattu2007-08-0619-69/+70
* Implemented queue browsing Arnaud Simon2007-08-064-13/+267
* Added dtx classesArnaud Simon2007-08-068-44/+657
* correct rate calcCarl C. Trieloff2007-08-061-2/+2
* Send flush after get request. Fixes perftest.Gordon Sim2007-08-062-1/+4
* moved from clientArnaud Simon2007-08-0613-1/+2467
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-063-22/+12
* moved filter into commonArnaud Simon2007-08-061-20/+1
* moved from nclientArnaud Simon2007-08-0654-0/+10413
* moved in common Arnaud Simon2007-08-061-592/+0
* renamed to qpidity Arnaud Simon2007-08-0664-12047/+0
* QPID-543 : Add ability to register cusom exchange typesRobert Godfrey2007-08-0615-47/+205
* Connector should join with receiver thread on destructionGordon Sim2007-08-061-1/+5
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563097 13f7...Arnaud Simon2007-08-0616-162/+1177
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-064-10/+7
* JMS message selector grammar Arnaud Simon2007-08-061-0/+592
* added default exchange Arnaud Simon2007-08-051-0/+51