summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * cpp/src/broker/BrokerMessageMessage.h: Change reference from weak_ptr toAlan Conway2007-04-056-6/+49
* * Exteneded use of shared pointers frame bodies across all send() commands.Alan Conway2007-04-0516-77/+345
* * Further (minor) changes to the interface between store and broker.Gordon Sim2007-04-0516-170/+137
* * Made client::Channel bi-modal: 0-8 or 0-9 modes.Alan Conway2007-04-046-56/+488
* * tests/FramingTest.cpp: Fixed integer types to build on 64 bit architecturesAlan Conway2007-04-032-15/+15
* * Remove redundant Makefile.am, not needed with single src/ makefile.Alan Conway2007-04-037-184/+12
* Moved BasicMessage::WaitableDestination to IncomingMessage::WaitableDestinati...Alan Conway2007-04-034-63/+72
* * cpp/src/broker/Broker.cpp: Join cleaner thread.Alan Conway2007-04-034-143/+160
* Run selected python tests with make check TESTS=python_tests PYTHON_TESTS=<s...Alan Conway2007-04-021-1/+1
* Fix error in flags.Alan Conway2007-04-021-1/+1
* Fix error in previous commit.Alan Conway2007-04-021-3/+3
* Updated to point to tests/README.Alan Conway2007-04-021-23/+2
* * src/tests/examples.README,examples.Makefile: out of date, removed.Alan Conway2007-04-029-204/+164
* More QPID-243Andrew Stitcher2007-04-024-7/+169
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-02292-823/+797
* Fixed autmake $wildcard warnings, added html-dev to generate full doxygen for...Alan Conway2007-03-303-15/+33
* Fixed and improved running selected unit tests. See comment in run-unit-testsAlan Conway2007-03-301-9/+20
* Refactored the MessageStore interface to restrict visibility of broker core f...Gordon Sim2007-03-3041-408/+903
* Fix configure.ac. It was broken by removal of ExchangeBinding.cpp.Alan Conway2007-03-301-1/+1
* Removed unused and defective AcceptorTest.cppAlan Conway2007-03-301-95/+0
* Fixed more test memory leaks.Alan Conway2007-03-295-61/+8
* * tests/BrokerChannelTest.cpp: fixed leak in test code.Alan Conway2007-03-292-38/+18
* * tests/InProcessBroker: Fix embarassing bug in previous mergeAlan Conway2007-03-292-2/+95
* Fixed memory leak: removed Binding and ExchangeBinding.Alan Conway2007-03-2911-191/+5
* More changes preparatory to changing all #include linesAndrew Stitcher2007-03-2910-16/+16
* * cpp/tests/.vg-supp (fun): Remove wildcarded suppressions generatedAlan Conway2007-03-293-1592/+36
* * Preliminary fix for rearranging all #include linesAndrew Stitcher2007-03-291-1/+1
* * cpp/tests/.vg-supp: Removed wildcarded suppressions generatedAlan Conway2007-03-281-3218/+176
* Missed changes on previous commit.Alan Conway2007-03-283-9/+1
* * cpp/tests/run-unit-tests,setup: use valgrind --log-file rather thanAlan Conway2007-03-287-16/+25
* * cpp/tests/setup,run-unit-tests:Alan Conway2007-03-284-680/+172
* * cpp/tests/BrokerChannelTest.cpp: Fix leak.Alan Conway2007-03-279-20/+21
* Removed useless ExceptionTest.cpp.Alan Conway2007-03-272-62/+0
* Fix valgrind on unit tests: missing symbols for dynamically unloaded libs.Alan Conway2007-03-273-3/+37
* Refactored client::Message to be independent of all Basic class conceptsAlan Conway2007-03-2728-721/+612
* Cleaned up signatures: safer to return string than const string&.Alan Conway2007-03-213-78/+56
* Removed unused files and #includes.Alan Conway2007-03-214-470/+6
* Refactored client side for dual-mode Channel supporting either 0-9 Message or...Alan Conway2007-03-2119-74/+831
* Modifications to allow messages produced by the message class to be persisted...Gordon Sim2007-03-217-24/+510
* Renamed cpp-0-9 to cppAlan Conway2007-03-21359-0/+67566
* * cpp: svn removed, will rename cpp-0-9Alan Conway2007-03-21261-38681/+0
* * python/qpid/testlib.py:Alan Conway2007-03-171-1/+1
* Fixed line endingsAndrew Stitcher2007-03-091-42/+42
* Send missing recoverOk response to recover.Alan Conway2007-03-051-0/+1
* (Patch submitted by Rupert Smith) Small changes to use virtual hosts, merged ...Robert Greig2007-03-014-45/+45
* Check for existing channel on channel_openGordon Sim2007-02-211-3/+9
* * qpidc.spec.in: Add a %changelog entry for 0.1-4.Jim Meyering2007-02-201-1/+6
* * qpidc.spec.in (URL): Update URL: and Source0: to point useJim Meyering2007-02-191-2/+2
* Applied QPID-351 patch 1 with the following mods:Alan Conway2007-02-147-490/+266
* Add durability property to queues and pass this to broker on declare.Gordon Sim2007-02-143-14/+25