summaryrefslogtreecommitdiff
path: root/cpp/include/qpid
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-173-1/+37
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-10/+0
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-1/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-163-61/+16
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-2/+3
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-112-2/+2
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-115-74/+58
* Added extra info to doxygen comments regarding use of SubscriptionManager::ge...Gordon Sim2009-10-291-0/+6
* Separate FailoverListener from client::Connection.Alan Conway2009-10-263-4/+91
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-211-15/+1
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-201-3/+5
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-091-0/+5
* Pick up size_t def from Windows rather than making one up and possibly clashi...Stephen D. Huston2009-10-071-1/+3
* Deprecated enableQueueEvents() in the doxygen comments. Use setInt() instead.Jonathan Robie2009-10-021-0/+15
* define content- and view- classes separately from message classGordon Sim2009-10-026-107/+322
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-143-9/+57
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-1/+1
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-013-3/+1
* Some QPID_COMMON_EXTERNs missed from previous uuid commitAndrew Stitcher2009-09-011-3/+3
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-313-81/+12
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-316-22/+24
* Hide internal message ID behind APIGordon Sim2009-08-261-3/+1
* Add required include (absence believed to cause failures on some platforms)Gordon Sim2009-08-261-0/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2512-0/+944
* Added QPID_COMMON_EXPORT to convertIfRequired to satisfy Windows build.Stephen D. Huston2009-08-221-1/+1
* Added documentation for AMQP 0-10 URL format.Jonathan Robie2009-08-211-0/+14
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-201-1/+1
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-2/+3
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-203-3/+198
* Explicit Msg::op<< overrides for integral types, fixes a store compile problem.Alan Conway2009-08-041-4/+19
* Move remaining needed Windows files from src/qpid/sys/windows to include/qpid...Stephen D. Huston2009-07-173-0/+124
* Move necessary files due to header file reorg; fixes Windows buildStephen D. Huston2009-07-163-0/+306
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1584-0/+7959