summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* rubygen/0-10/specification.rb:Alan Conway2008-03-1121-161/+891
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-119-125/+192
* Converted some more testsGordon Sim2008-03-112-17/+17
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-116-91/+89
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-1110-29/+73
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-116-36/+59
* fixed datatypes.Struct.type -> datatypes.Struct._type rename omitted from ser...Rafael H. Schloming2008-03-101-1/+1
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-1011-73/+89
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-106-61/+99
* added support for mapsRafael H. Schloming2008-03-075-10/+116
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-078-37/+75
* send an empty frame for an empty segmentRafael H. Schloming2008-03-072-3/+1
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-0711-17/+126
* Converted some more tests to use new clientGordon Sim2008-03-075-93/+201
* Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...Arnaud Simon2008-03-072-92/+10
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-077-34/+104
* Changed host name to localhost so the test can run on Windows (see QPID-836)Arnaud Simon2008-03-071-2/+2
* This is a very simple fix for QPID-837 (this code will be changed once the me...Arnaud Simon2008-03-071-1/+1
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-0710-109/+149
* Fixes to c++ broker:Gordon Sim2008-03-0613-431/+448
* preliminary support for message headersRafael H. Schloming2008-03-063-4/+14
* Added resource cleaning (mainly connection close); see QPID-824Arnaud Simon2008-03-0610-9/+25
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-066-29/+57
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-069-29/+84
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-0530-206/+3585
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-057-47/+124
* Fixed calculation of size for frames with str16 fields.Gordon Sim2008-03-051-0/+1
* added frame-end back as a temporary workaround for C++; added a timeout to th...Rafael H. Schloming2008-03-052-1/+7
* added logging; fixed deprecation warnings in old codec; filled in datatypes.M...Rafael H. Schloming2008-03-055-9/+35
* Revert additions to valgrind suppressions checked in by mistake.Gordon Sim2008-03-041-61/+0
* Further updates to support final 0-10 specGordon Sim2008-03-0417-19/+802
* check the mtime of the cached spec against the code that generates itRafael H. Schloming2008-03-042-5/+7
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-0419-0/+2267
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-0415-216/+477
* Stop the dispatcher thread before closing the session so it does not acquire ...Arnaud Simon2008-03-041-0/+4
* un-commented testNoLocal as it should be added to the exclude list until the ...Arnaud Simon2008-03-041-2/+2
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-034-8/+70
* Fixed consolidation of ranges and added further validation to tests.Gordon Sim2008-03-032-10/+60
* added an assert to verify that no threads are leaked on connection open/close...Rafael H. Schloming2008-03-032-1/+30
* Allow use of channel 0 for all controls and commandsGordon Sim2008-03-031-4/+7
* A further step to final 0-10 spec.Gordon Sim2008-03-0330-198/+1277
* Fix compile error.Alan Conway2008-03-031-0/+1
* - Added Buffer::Iterator so amqp_0_10::Codec can use a BufferAlan Conway2008-02-295-3/+120
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-2916-232/+385
* QPID-702 Removed cluster code as it has been scheduled for such since last year.Martin Ritchie2008-02-291-6/+8
* QPID-702 Removed cluster code as it has been scheduled for such since last year.Martin Ritchie2008-02-2991-7995/+0
* Qpid-823: Dispatcher thread should be closed after consumers have been closed. Arnaud Simon2008-02-291-5/+5
* This solved Qpid-819 as of Gordon suggested patch Arnaud Simon2008-02-291-0/+3
* Rollback 632067 and 632072Arnaud Simon2008-02-2948-95/+151
* turn off junit reloadingRafael H. Schloming2008-02-291-1/+2