summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Expand)AuthorAgeFilesLines
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-12/+6
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+5
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-191-6/+6
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-142-9/+7
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-149-28/+25
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* Small fixes to get recent management changes to compile under Visual Studio/W...Andrew Stitcher2010-04-091-4/+5
* Make qmf generated code use new qpid::types::Exception as base forAndrew Stitcher2010-04-091-3/+3
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-092-2/+68
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-094-7/+20
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-098-41/+207
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-093-0/+109
* Removed QPID_COMMON_EXTERN from inlined constructor.Stephen D. Huston2010-04-081-1/+1
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-4/+6
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-4/+6
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-082-5/+2
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-2/+4
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-071-0/+1
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-071-1/+4
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-073-5/+11
* QPID-664: added method to release messagesGordon Sim2010-04-061-1/+8
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-062-3/+11
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...Andrew Stitcher2010-04-022-2/+1
* Add missing QPID_CLIENT_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-4/+12
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-1/+1
* Add missing QPID_COMMON_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-012-5/+8
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-314-28/+82
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3113-406/+122
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-303-14/+18
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+7
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-293-10/+21
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2913-326/+328
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-261-6/+0
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-68/+43
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-192-0/+11
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+10
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-1615-64/+153
* Export FailoverUpdate symbols necessary to link on WindowsAndrew Stitcher2010-03-121-2/+4
* Correct Windows qmf lib build so that the library entry points get exported w...Andrew Stitcher2010-03-121-1/+1
* QPID-2382: Checked in missing files from last commitGordon Sim2010-03-121-0/+53
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-112-19/+25
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-034-9/+56
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+2
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-253-2/+2
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-1/+6
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-121-0/+8
* Add comment that destructor doesn't close connection; see QPID-2395Stephen D. Huston2010-02-101-1/+5
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-081-0/+1
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-041-5/+12
* Changes to management code generation:Ted Ross2010-02-031-0/+6