summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/Url.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization-order problem with URL protocol tags.Alan Conway2010-06-041-7/+31
* Added support for user/pass@ syntax in Url.Alan Conway2010-05-171-5/+26
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-31/+39
* Fix url parsing to make hostname requiredGordon Sim2010-04-141-1/+1
* Add missing bounds checks.Alan Conway2008-11-201-2/+5
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-201-68/+1
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-201-6/+127
* Moved TcpAddress insertion operators to Address.cppStephen D. Huston2008-10-241-6/+0
* Compile boost.spirit library in thread-safe mode.Alan Conway2008-10-161-1/+3
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-24/+6
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-301-1/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+3
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-131-0/+4
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-5/+23
* Generate URLs for local host.Alan Conway2008-01-311-1/+40
* * Summary:Alan Conway2007-06-291-6/+5
* Parser for AMQP-95 URLsAlan Conway2007-06-151-0/+114