summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-820 from trossCarl C. Trieloff2008-02-2824-408/+1130
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-286-71/+137
* See Qpid-817Arnaud Simon2008-02-2847-149/+93
* See Qpid-817Arnaud Simon2008-02-281-2/+2
* added an option to control junit forking of tests, and defaulted it to offRafael H. Schloming2008-02-281-4/+3
* Fixed merging of multiple XML files for the same version.Alan Conway2008-02-283-16/+17
* See Qpid-817Arnaud Simon2008-02-281-4/+3
* Added missing generated files to RPM.Alan Conway2008-02-281-0/+1
* Added missing generated files to distribution.Alan Conway2008-02-281-1/+1
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-277-221/+245
* Fixed the toString method to avoid printing both a routingkey and bindingkey ...Rajith Muditha Attapattu2008-02-271-8/+8
* Added another test to check for URISyntaxException when both routingkey and b...Rajith Muditha Attapattu2008-02-271-1/+27
* Correct the constant OPTION_BINDING_KEY that resulted in a test case failureRajith Muditha Attapattu2008-02-273-15/+24
* improved error messageRafael H. Schloming2008-02-271-4/+4
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-2724-162/+425
* added a test case for the multiple binding key caseRajith Muditha Attapattu2008-02-271-10/+25
* Added a new parser for the BindingURL.Rajith Muditha Attapattu2008-02-273-132/+506
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-2710-83/+240
* jvmarg -> test.mem; this fixes build breakage when jvmarg is empty or unspeci...Rafael H. Schloming2008-02-261-3/+5
* Use sessions reference to broker rather than connections in semantic state as...Gordon Sim2008-02-262-3/+4