summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* From Jonathan Robie:Alan Conway2008-05-132-66/+94
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* Minor change to tests to use correlation id rather than body for identifying ...Gordon Sim2008-05-132-3/+9
* Fail with exception if queue is not durable and configured policy is exceeded.Gordon Sim2008-05-131-1/+2
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-133-5/+3
* QPID-1054: Fixed reporting of startup failures in daemon mode.Gordon Sim2008-05-131-9/+11
* Added enum CreditUnit { MESSAGE=0, BYTE=1 };Alan Conway2008-05-131-0/+2
* Fix macro used in test for backwards compatability.Gordon Sim2008-05-131-1/+1
* QPID-1052: Patch from Ted RossGordon Sim2008-05-126-9/+20
* QPID-1039: Patch from Mick Goulish: Fix program options behavior for Boost 10...Andrew Stitcher2008-05-124-6/+445
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-1247-1100/+2012
* Couple of extra simple tests for publishing and consuming in generic fashion.Gordon Sim2008-05-123-1/+227
* Script to test federated setup using the topic test.Gordon Sim2008-05-121-0/+94
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-0919-318/+869
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-093-2/+24
* Reverted change to use ANONYMOUS as default (I had a change of heart on that)Gordon Sim2008-05-091-1/+1
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-091-1/+1
* Make ANONYMOUS the default authentication mechanism. Gordon Sim2008-05-092-2/+2
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-096-10/+109
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-0612-7/+559
* Allow queue durbaility to be specified independent of message durability.Gordon Sim2008-05-041-3/+5
* Use amq.direct for control queue in topic test.Gordon Sim2008-05-042-2/+2
* Extra log ouput for queue policy.Gordon Sim2008-05-042-2/+13
* Fix error handling for connection close during startup.Gordon Sim2008-05-042-2/+3
* Use no-ack in bridging as it is currently an exclusive, temp queueGordon Sim2008-05-021-2/+2
* Use BOOST_CHECK_EQUAL in place of BOOST_REQUIRE_EQUAL (compatible with older ...Gordon Sim2008-05-021-1/+1
* QPID-986: Patch from Danushka Menikkumbura.Gordon Sim2008-05-021-2/+4
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-017-8/+178
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-011-5/+1
* QPID-989: fix decode of zero sized mapGordon Sim2008-05-012-14/+16
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-011-25/+20
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-302-15/+11
* More RDMA Work in ProgressAndrew Stitcher2008-04-294-147/+66
* Removed some unnecessary #includesAndrew Stitcher2008-04-292-3/+1
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-2932-270/+574
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-296-8/+178
* Work In Progress:Andrew Stitcher2008-04-289-0/+1514
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-275-25/+586
* Fixed caught exception type in recoveryGordon Sim2008-04-251-1/+2
* Generate c++ code from final 0-10 specGordon Sim2008-04-2474-3773/+272
* add include for list, for gcc4.3Nuno Santos2008-04-241-0/+1
* Edits to doxygen comments for user documentation.Alan Conway2008-04-2424-137/+137
* Fix build error introduced by earlier commit.Alan Conway2008-04-232-8/+2
* Reverted earlier change to valgrind suppressionsAndrew Stitcher2008-04-231-74/+0
* src/tests/ClientSessionTest.cpp: uncommented tests for session resume as EXPE...Alan Conway2008-04-232-21/+56
* Patch from Mick Goulish: Fixes to previous improved portability patchAndrew Stitcher2008-04-233-40/+115
* Make python tests work with VPATH buildsAndrew Stitcher2008-04-232-5/+9
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-2313-228/+134
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-225-66/+50