summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added more entrypointsqpid-1673Stephen D. Huston2009-03-121-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@753012 13f79535-47bb-0310-9956-ffa450edef68
* Add needed exportsStephen D. Huston2009-03-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@752581 13f79535-47bb-0310-9956-ffa450edef68
* Merge in trunk to r752275Stephen D. Huston2009-03-10425-7596/+15955
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@752300 13f79535-47bb-0310-9956-ffa450edef68
* Re-add BOOST_DYN_ALL_LINK and disable boost-triggered warnings in Options.hStephen D. Huston2009-03-106-40/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@752158 13f79535-47bb-0310-9956-ffa450edef68
* Fill out remaining exports for broker lib to link in unit_testsStephen D. Huston2009-03-0930-317/+430
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@751860 13f79535-47bb-0310-9956-ffa450edef68
* Use PREDEFINED to make QPID_*_EXTERN tags disappear from docsStephen D. Huston2009-03-052-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@750616 13f79535-47bb-0310-9956-ffa450edef68
* Add deploy step for headers and built resultStephen D. Huston2009-03-053-107/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@750525 13f79535-47bb-0310-9956-ffa450edef68
* Added remaining needed exportsStephen D. Huston2009-03-044-45/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@750236 13f79535-47bb-0310-9956-ffa450edef68
* Added Visual Studio 2008 projects and minor porting changes for Windows ↵Stephen D. Huston2009-03-0433-13/+7325
| | | | | | primarily removing #include <unistd.h> git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@750235 13f79535-47bb-0310-9956-ffa450edef68
* Resolve compile warning on WindowsStephen D. Huston2009-03-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@749639 13f79535-47bb-0310-9956-ffa450edef68
* Add new filesStephen D. Huston2009-03-032-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@749638 13f79535-47bb-0310-9956-ffa450edef68
* Add needed exports to build with testsStephen D. Huston2009-03-0358-636/+900
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@749637 13f79535-47bb-0310-9956-ffa450edef68
* Needed for broker dll buildingStephen D. Huston2009-03-011-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@748956 13f79535-47bb-0310-9956-ffa450edef68
* This is in hte broker lib, not commonStephen D. Huston2009-03-011-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@748955 13f79535-47bb-0310-9956-ffa450edef68
* Client, common build as DLLs; broker now a lib linked with qpidbroker.exeStephen D. Huston2009-03-015-1240/+1196
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@748954 13f79535-47bb-0310-9956-ffa450edef68
* Merge in new SystemInfo methods from svn trunk r747577Stephen D. Huston2009-02-271-8/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@748709 13f79535-47bb-0310-9956-ffa450edef68
* Apply code and generator patches from QPID-1673. Adds import/export decl to ↵Stephen D. Huston2009-02-2775-620/+752
| | | | | | allow building DLLs on Windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@748631 13f79535-47bb-0310-9956-ffa450edef68
* Branch to integrate Windows DLL changes from QPID-1673Stephen D. Huston2009-02-240-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@747422 13f79535-47bb-0310-9956-ffa450edef68
* Replace os.uname with platform.uname to enable this to work on WindowsStephen D. Huston2009-02-242-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747417 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747401 ↵Andrea Gazzarini2009-02-241-87/+83
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1676 - Added client process name and pid to connection object for ↵Ted Ross2009-02-249-3/+86
| | | | | | | | | | management. Supported in C++, Python, and Ruby clients. Still needs to be added to the Java clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747389 13f79535-47bb-0310-9956-ffa450edef68
* Fix build deps fileAidan Skinner2009-02-242-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1612: Allow split configuration files. Add tests for old-style and ↵Aidan Skinner2009-02-241-0/+4
| | | | | | | | new-style file parsing. This depends on an upgraded commons-configuration, which needs commons-digester and commons-beanutils. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747370 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1612: add environment variables for some things, sanitise the ↵Aidan Skinner2009-02-241-10/+0
| | | | | | housekeeping timer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1612: add test class for ServerConfigurationAidan Skinner2009-02-241-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747367 13f79535-47bb-0310-9956-ffa450edef68
* Avoid hiding Bridge::idGordon Sim2009-02-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747366 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-1612'Aidan Skinner2009-02-247-18/+747
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ↵Alan Conway2009-02-233-21/+25
| | | | | | just before ForkedBroker startup. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747162 13f79535-47bb-0310-9956-ffa450edef68
* Added missing new line to end of conf file.Gordon Sim2009-02-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746297 13f79535-47bb-0310-9956-ffa450edef68
* Add dummy option to example conf file that suppresses a spurious cyrus sasl ↵Gordon Sim2009-02-201-0/+4
| | | | | | warning. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746296 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ↵Martin Ritchie2009-02-208-36/+24
| | | | | | be disabled. Updates as a result of merging configuration changes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746265 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ↵Martin Ritchie2009-02-2030-464/+430
| | | | | | | | reduced in size as reference counting is now not modified until the transaction completes. Replaced MessageReferenceCoutingTest with PersistentMessageTest and further tests wil be created when DerbyDBMessageStore is also updated. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746260 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1632 - Initial testing of reference counting and implemntation of ↵Martin Ritchie2009-02-2020-267/+168
| | | | | | TransactionLog based reference counting git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746259 13f79535-47bb-0310-9956-ffa450edef68
* Commit accepts of control messages (else they are left on queue)Gordon Sim2009-02-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746197 13f79535-47bb-0310-9956-ffa450edef68
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-208-697/+1401
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1665: turn off ack delay if qpid.session.max_ack_delay is set to a ↵Rafael H. Schloming2009-02-191-17/+26
| | | | | | non-positive value git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745900 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1665: add a timer to ensure message acking is never delayed more than ↵Rafael H. Schloming2009-02-195-16/+72
| | | | | | 1000 ms by default, this is configurable by qpid.session.max_ack_delay git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745892 13f79535-47bb-0310-9956-ffa450edef68
* Ensure pythonpath is set correctlyGordon Sim2009-02-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745834 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1669 - Added client connection management to qpid-cluster.Ted Ross2009-02-192-19/+160
| | | | | | | Also added better session-id discrimination in the qmf.console library. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745832 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1621: add ServerConfiguration, QueueConfiguration and ↵Aidan Skinner2009-02-1958-1194/+1201
| | | | | | | | SecurityConfiguration classes. Move almost all uses of o.a.commons.configuration.Configuration behind there. @Configured delenda est git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745799 13f79535-47bb-0310-9956-ffa450edef68
* Fixed for cases where --subs > 1 and --iterations > 1Gordon Sim2009-02-181-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745590 13f79535-47bb-0310-9956-ffa450edef68
* Added to svn:ignore for new examplesGordon Sim2009-02-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745487 13f79535-47bb-0310-9956-ffa450edef68
* Added tests for federated links to and from a clusterGordon Sim2009-02-183-3/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745486 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes. Alan Conway2009-02-173-15/+11
| | | | | | | | | client/SubscriptionManager: made it thread safe, was causing latencytest to crash with --rate and --time-limit. cluster/Cluster.cpp: don't call cpg_leave during shutdown. Not required and a problem if shutdown was caused by a cpg error. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745226 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo in yum commandRafael H. Schloming2009-02-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1667: Test case (fix was submitted in previous rev)Gordon Sim2009-02-171-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745125 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-172-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : Connect example + Connect interface ImprovementsAndrea Gazzarini2009-02-177-6/+443
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1665: changed acknowledgeMessage so to ack messages even if maxprefetch ↵Arnaud Simon2009-02-161-2/+2
| | | | | | is greater than 1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1663 : WsDm test sleeps for 2 seconds before startAndrea Gazzarini2009-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744908 13f79535-47bb-0310-9956-ffa450edef68