summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging/AddressParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3492: Treat string literals in addresses as utf8 encodedGordon Sim2011-09-161-1/+2
* QPID-3330: Corrected handling of empty strings (using patch from Anthony Fogl...Gordon Sim2011-07-011-1/+1
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-2/+1
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-3/+4
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-161-2/+7
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* QPID-2640: Don't try to cast integer-like values during parsing; leave as str...Gordon Sim2010-06-031-3/+0
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+2
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-0/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-0/+263