summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/types
Commit message (Expand)AuthorAgeFilesLines
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-272-110/+158
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-041-5/+5
* QPID-5814: default to utf8 in Variant::parse()Gordon Sim2014-06-131-0/+2
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-291-7/+61
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-171-14/+8
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-0/+33
* QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect t...Gordon Sim2013-08-071-0/+1
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-0/+5
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-0/+8
* QPID-4822: Allow Variant::parse() to produce VAR_UINT64 types.Andrew Stitcher2013-05-081-1/+4
* QPID-4531 : older GCC libs have error on negative-zero cast.Michael Goulish2013-01-101-7/+13
* NO-JIRA : undoing r1431435. It's wrong, wrong, wrong!Michael Goulish2013-01-101-9/+0
* JIRA-4531 : Variant.cpp cast of -0 failing with older GCCMichael Goulish2013-01-101-0/+10
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-1/+3
* NO-JIRA: Changed VariantImpl to use a union more sensibly and avoid ugly and ...Andrew Stitcher2012-07-061-39/+33
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-12/+30
* QPID-2323 - Fixed a build error by adding a missing include.Ted Ross2011-10-181-0/+1
* QPID-2323 Add Uuid to variantCharles E. Rolke2011-10-171-6/+12
* QPID-3457: qpid::Msg::str() method not exportedAlan Conway2011-08-261-1/+0
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-5/+5
* QPID-3206: added special cases to catch negative numeric string conversions t...Gordon Sim2011-04-141-4/+17
* QPID-3089: make getTypeName() a public methodGordon Sim2011-02-281-2/+1
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-33/+13
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-0/+37
* Fix some compilation errorsGordon Sim2010-08-121-23/+17
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-121-6/+156
* QPID-664: Avoid allocation for void VariantGordon Sim2010-06-111-26/+29
* Cluster management improvements:Ted Ross2010-04-231-6/+30
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-092-4/+34
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-1/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-292-0/+830