summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This is a fix for QPID-1571M4-RCsRajith Muditha Attapattu2009-01-131-3/+41
| | | | | | | | | After M4 release we should probably revisit the SSL close logic. The current fix was done with causing as less impact as possible on the tested code paths. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@734193 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1572.Rajith Muditha Attapattu2009-01-1312-1/+59
| | | | | | | The SSL test profile runs the java client against the C++ broker using SSL connections git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@734192 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1563: Use createTempFileAidan Skinner2009-01-122-19/+3
| | | | | | | merge from trunk 733016 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@733830 13f79535-47bb-0310-9956-ffa450edef68
* Fixed code problem for Python versions less than 2.5Ted Ross2009-01-091-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@733043 13f79535-47bb-0310-9956-ffa450edef68
* Fixed automake files so c++ console headers are properly packaged.Ted Ross2009-01-083-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732824 13f79535-47bb-0310-9956-ffa450edef68
* removed accidental branchRafael H. Schloming2009-01-083501-607536/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732767 13f79535-47bb-0310-9956-ffa450edef68
* Branch to do M4 release candidatesRafael H. Schloming2009-01-083501-0/+607536
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732764 13f79535-47bb-0310-9956-ffa450edef68
* capture the svn URL as well as the svn rev as an artifactRafael H. Schloming2009-01-081-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732725 13f79535-47bb-0310-9956-ffa450edef68
* updated release script to accept the repo path as an argumentRafael H. Schloming2009-01-081-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732717 13f79535-47bb-0310-9956-ffa450edef68
* Added cluster-related gen file to protocol_gen.mak and regenerated all VC ↵Stephen D. Huston2009-01-076-62/+179
| | | | | | projects; left out qmfconsole since it won't build git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732540 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that if no store is loaded we don't flow to disk, but revert to ↵Gordon Sim2009-01-074-4/+49
| | | | | | | | | | rejecting messages. Merged from r732482 on trunk. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732503 13f79535-47bb-0310-9956-ffa450edef68
* Branch to do M4 release candidatesRafael H. Schloming2009-01-060-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732169 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1556: fixed broken URLRafael H. Schloming2009-01-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731811 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1557: fixed the cpp.cluster test profileRafael H. Schloming2009-01-0611-16/+39
| | | | | | | | | | | | | | | | | | | | | | - pulled out the XA excludes into a separate excludes file - made the cluster profile exclude the XA tests - made the build system automatically set all system properties that start with profile - added a profile.clustered property that defaults to false - made the cpp.cluster test profile set the profile.clustered property to true - modified the failover tests to exclude some erroneous asserts if the broker is clustered - modified the java client to not advertize a non-zero timeout git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731810 13f79535-47bb-0310-9956-ffa450edef68
* cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+Alan Conway2009-01-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731751 13f79535-47bb-0310-9956-ffa450edef68
* Minor logging fixes.Alan Conway2009-01-052-46/+66
| | | | | | | | cpp/src/tests/BrokerFixture.h: make tests quiet, log with error+ qpid/broker/Daemon.cpp: print to stderr in parent process if child fails. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731739 13f79535-47bb-0310-9956-ffa450edef68
* Update test in line with change to default logging level (see r731649).Gordon Sim2009-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731734 13f79535-47bb-0310-9956-ffa450edef68
* Sorry! Carelessly committed more than I wanted to. Reverting part of my ↵Gordon Sim2009-01-051-14/+3
| | | | | | previous commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731717 13f79535-47bb-0310-9956-ffa450edef68
* Reduce log level from warning to info as (a) its not necessarily a bad thing ↵Gordon Sim2009-01-051-4/+16
| | | | | | at all and (b) the default logging level is now at notice+ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731710 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1552Robert Greig2009-01-0547-2070/+1477
| | | | | | Fixes to make the projects compile under VS, and tweak to handle close without an exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731698 13f79535-47bb-0310-9956-ffa450edef68
* Log changes: logging default now notice+, "listening on" messages are at ↵Alan Conway2009-01-055-5/+5
| | | | | | notice level. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731649 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731490 ↵Andrea Gazzarini2009-01-051-1/+1
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* stats correction pointed out by gordonCarl C. Trieloff2009-01-031-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@730890 13f79535-47bb-0310-9956-ffa450edef68
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-302-0/+13
| | | | | | | | - correct stats for lvq messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@730031 13f79535-47bb-0310-9956-ffa450edef68
* Fixed to run correctly in VPATH build.Alan Conway2008-12-291-13/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729935 13f79535-47bb-0310-9956-ffa450edef68
* created a profile for launchign the cpp broker with clustering enabledRafael H. Schloming2008-12-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1549: don't throw not implemented when we get a flush with the expected ↵Rafael H. Schloming2008-12-233-2/+35
| | | | | | bit set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 Updates and fixes for the c++ console API:Ted Ross2008-12-2318-113/+706
| | | | | | | | | | | | | | | | - Added event support - Converted raw pointers to shared_ptrs in references to Values. This fixes a memory leak in the original code. - Added wrappers to make value access more convenient. - Added timeout handling for synchronous operations. Timeout values are configurable. - Fixed a bug in getObjects whereby waitForStable was not called and the operation could fail if called too early. - Added examples "printevents" and "ping" to illustrate the usage of different aspects of the API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729075 13f79535-47bb-0310-9956-ffa450edef68
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729054 13f79535-47bb-0310-9956-ffa450edef68
* Insert Apache license in vcproj files past line 1; reset list of generated ↵Stephen D. Huston2008-12-237-3988/+4420
| | | | | | files in vcproj files; add qmfconsole.vcproj; add qmfconsole.proj to makefile.am dist list. Resolve QPID-1546 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1547: ignore socket closed exceptions if shutdownInput is brokenRafael H. Schloming2008-12-231-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729021 13f79535-47bb-0310-9956-ffa450edef68
* added .pyc to svn:ignore in qmfRafael H. Schloming2008-12-230-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728954 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1545Rajith Muditha Attapattu2008-12-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728880 13f79535-47bb-0310-9956-ffa450edef68
* Corrected error message.Alan Conway2008-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728760 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a compile problem on RHEL4Ted Ross2008-12-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728142 13f79535-47bb-0310-9956-ffa450edef68
* Added a missing ASF licence headerTed Ross2008-12-191-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-1935-6/+3139
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
* Added a note about C++ client API changesRajith Muditha Attapattu2008-12-191-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728120 13f79535-47bb-0310-9956-ffa450edef68
* Removed the javax.servlet.jar and added the geronimo-servlet_2.5_spec-1.2.jarRajith Muditha Attapattu2008-12-193-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728113 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF header to report.propertyRajith Muditha Attapattu2008-12-193-0/+216
| | | | | | | Added the Jython license to LICENSE and NOTICE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728102 13f79535-47bb-0310-9956-ffa450edef68
* c++ release notes for M4Rajith Muditha Attapattu2008-12-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728093 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-1937-3913/+4692
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728072 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for M4Aidan Skinner2008-12-192-91/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728064 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1010 patch from gemmellr@dcs.gla.ac.ukAidan Skinner2008-12-192-13/+116
| | | | | | | | | This addresses the button visibility issue in a slightly different way, by ensuring ensuring the dialog increases its size to match the contents if the (now increased ) default is not large enough. It also centre's the dialog correctly, and does not allow it to be resized by the user. The same approach is applied to the Reconnect dialog, which suffers similar issues. In addition, the patch incorporates Enter/Escape keyboard functionality in the dialogs, as per QPID-1531 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728059 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the licensing headers for the following files.Rajith Muditha Attapattu2008-12-197-162/+308
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727909 13f79535-47bb-0310-9956-ffa450edef68
* Yet another fix for licensing headersRajith Muditha Attapattu2008-12-1930-1122/+1732
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727904 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the licensing issues for the following files.Rajith Muditha Attapattu2008-12-1922-645/+1128
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727876 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the license headers for the following filesRajith Muditha Attapattu2008-12-1961-32526/+33807
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727872 13f79535-47bb-0310-9956-ffa450edef68
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-185-12/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727726 13f79535-47bb-0310-9956-ffa450edef68