summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing QPID_COMMON_EXTERN to pair-returning insert() - it's now called b...Stephen D. Huston2010-02-021-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-1/+1
* Improved the comments describing the notification mechanisms.Ted Ross2010-01-291-11/+18
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-291-4/+19
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-17/+10
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-1/+1
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-272-2/+2
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-3/+5
* Refer to ConnectionAccess as the struct it is, not class. Resolves compile wa...Stephen D. Huston2010-01-221-1/+1
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-211-1/+1
* Provide access to a sessions connection.Gordon Sim2010-01-201-0/+2
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* Alter type of array index variableGordon Sim2010-01-181-2/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-153-1/+116
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-133-1/+21
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+17
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-2/+1
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1