summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qpid_send.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-141-337/+0
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-021-7/+8
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-2/+2
* Fix bug in disabling sequence number and timestamp.Alan Conway2010-04-221-5/+9
* qpid_send: make serialno & timestamp optional.Alan Conway2010-04-211-7/+13
* Consistent use of string constants for message property keys in sender/receiv...Alan Conway2010-04-211-3/+5
* Make qpid_send/qpid_receive output more spreadsheet-friendly.Alan Conway2010-04-131-1/+4
* Rationalize message count and message content options in new API send/receive...Alan Conway2010-04-091-21/+47
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-1/+1
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-2/+2
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-1/+1
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-071-4/+4
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-071-0/+1
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-071-11/+68
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-3/+2
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-4/+4
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-1/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+1
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-1/+2
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-7/+7
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-0/+4
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-5/+2
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-201-2/+29
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+208