summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/SequenceSet.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-69/+0
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-8/+9
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-2/+2
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-5/+10
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-0/+2
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-37/+7
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+2
* fix ambiguity problem found on gcc 3.4 compilersKim van der Riet2008-04-181-1/+1
* Fix encoding for sized structs.Alan Conway2008-04-161-9/+13
* A further step to final 0-10 spec.Gordon Sim2008-03-031-0/+86