summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Collapse)AuthorAgeFilesLines
* Added test_env.sh script to distributed file listGordon Sim2009-11-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882433 13f79535-47bb-0310-9956-ffa450edef68
* Removed the Visual Studio solution/project files, as these are now generated ↵Stephen D. Huston2009-11-2028-12618/+28
| | | | | | by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Added some documentation for address options; tidied up the ↵Gordon Sim2009-11-191-5/+22
| | | | | | handling of queue- and subscribe- arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882350 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Refactored address resolution; ensure type is asserted on when ↵Gordon Sim2009-11-191-77/+58
| | | | | | required; moved exclusive option for subscribe. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Bring address option names in to line with those used in python ↵Gordon Sim2009-11-193-44/+73
| | | | | | client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882348 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Refine address resolution; if type not specified, default to queue ↵Gordon Sim2009-11-192-31/+82
| | | | | | as per python client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882323 13f79535-47bb-0310-9956-ffa450edef68
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882322 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up test environment script.Alan Conway2009-11-192-18/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882306 13f79535-47bb-0310-9956-ffa450edef68
* Added getStoreDir() to MessageStoreAlan Conway2009-11-196-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-193-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882118 13f79535-47bb-0310-9956-ffa450edef68
* Change content type for map and list messages to align with python client.Gordon Sim2009-11-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882117 13f79535-47bb-0310-9956-ffa450edef68
* Added cluster option --cluster-size.Alan Conway2009-11-188-30/+77
| | | | | | | | --cluster-size=N means that during start-up the cluster waits to have N members before accepting any clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881839 13f79535-47bb-0310-9956-ffa450edef68
* Silence expected warning from cluster tests.Alan Conway2009-11-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881807 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2188: Fixed typo in log messagesGordon Sim2009-11-182-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881720 13f79535-47bb-0310-9956-ffa450edef68
* Updated cluster cmake build for recent changesAndrew Stitcher2009-11-181-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881680 13f79535-47bb-0310-9956-ffa450edef68
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-184-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881679 13f79535-47bb-0310-9956-ffa450edef68
* Fix the files to compile for SolarisAndrew Stitcher2009-11-181-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881678 13f79535-47bb-0310-9956-ffa450edef68
* Add compile options for SunPro compiler and rearrange setting warnings for GCCAndrew Stitcher2009-11-181-5/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-175-1/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881517 13f79535-47bb-0310-9956-ffa450edef68
* Added missing #include <algorithm>Alan Conway2009-11-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881486 13f79535-47bb-0310-9956-ffa450edef68
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-1716-147/+305
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881423 13f79535-47bb-0310-9956-ffa450edef68
* cluster::InitialStatusMap and unit tests, support for improved cluster join ↵Alan Conway2009-11-1712-23/+365
| | | | | | protocol. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881420 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Add accessors for connection from session, and for session from ↵Gordon Sim2009-11-1713-6/+54
| | | | | | sender/receiver. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881395 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Allow application to set session name and retrieve session using ↵Gordon Sim2009-11-175-12/+51
| | | | | | that name; close all sessions when connection is closed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881394 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Cancel all senders and receivers on closing session; check ↵Gordon Sim2009-11-173-6/+25
| | | | | | queue/exchange exists before deleting. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881237 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-1711-2/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881236 13f79535-47bb-0310-9956-ffa450edef68
* Bring cluster module cmake build back up to date nad make it link as wellAndrew Stitcher2009-11-171-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881171 13f79535-47bb-0310-9956-ffa450edef68
* Make cluster/ssl/rdma/xml modules install correctlyAndrew Stitcher2009-11-174-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881170 13f79535-47bb-0310-9956-ffa450edef68
* Use portable sleep callStephen D. Huston2009-11-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880949 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-166-44/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880863 13f79535-47bb-0310-9956-ffa450edef68
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880836 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) ↵Gordon Sim2009-11-163-35/+70
| | | | | | and the options map in address syntax. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880819 13f79535-47bb-0310-9956-ffa450edef68
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-161-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880755 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-1610-166/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880718 13f79535-47bb-0310-9956-ffa450edef68
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835962 13f79535-47bb-0310-9956-ffa450edef68
* changed address syntax to permit more complex subjects, added escaping, ↵Rafael H. Schloming2009-11-131-2/+2
| | | | | | improved error reporting git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835879 13f79535-47bb-0310-9956-ffa450edef68
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835808 13f79535-47bb-0310-9956-ffa450edef68
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
| | | | | | | | | | | | | | | | | | the number of brokers in the cluster, and the number of queues talking through the cluster during the test. resuming_receiver.cpp and replaying_sender.cpp now take command line args to control the queue name. If more than 1 queue is desired, failover_soak.cpp will start up N queue, each with its own sender and receiver. Queue names are now made unique with the failover_soak PID as part of their name. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835746 13f79535-47bb-0310-9956-ffa450edef68
* Move the kit-building settings out of CMakeLists.txt to a new file, ↵Stephen D. Huston2009-11-131-2/+2
| | | | | | BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835652 13f79535-47bb-0310-9956-ffa450edef68
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ↵Alan Conway2009-11-121-20/+9
| | | | | | | | length of time. Also incorporated error generators to give a good stress test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835547 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-127-13/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835323 13f79535-47bb-0310-9956-ffa450edef68
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835109 13f79535-47bb-0310-9956-ffa450edef68
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834975 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation error on some platformsGordon Sim2009-11-112-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834899 13f79535-47bb-0310-9956-ffa450edef68
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1120-367/+1229
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834869 13f79535-47bb-0310-9956-ffa450edef68
* Add new ssf arg to Sasl::startStephen D. Huston2009-11-111-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834739 13f79535-47bb-0310-9956-ffa450edef68
* Moved brokertest.py to python directory.Alan Conway2009-11-103-397/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834668 13f79535-47bb-0310-9956-ffa450edef68
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834662 13f79535-47bb-0310-9956-ffa450edef68
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-102-6/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834607 13f79535-47bb-0310-9956-ffa450edef68
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834399 13f79535-47bb-0310-9956-ffa450edef68