summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpM2.0.0.0_patchJoe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M2.0.0.0_patch@726140 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 575811 via svnmerge from Rupert Smith2007-09-192-1/+25
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r575811 | ritchiem | 2007-09-14 23:47:52 +0100 (Fri, 14 Sep 2007) | 1 line QPID-531 : NO_ACK fix. Added a decrementReference in SubscriptionImpl after the message has been sent. This was previously done inside dequeueMessage() but when the reference counting was reworked earlier in the year it was moved out of that method.. but all the uses of dequeueMessage were not evaluated. The existing AckTest didon't detect this error as it only occurs with persistent messages which the client sends by default. The AckTest however only tests transient messages. Updated Test for NO_ACK raised JIRA QPID-602 to cover updating the rest of the AckTests ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@577300 13f79535-47bb-0310-9956-ffa450edef68
* Initialized merge tracking via "svnmerge" with revisions ↵Rupert Smith2007-09-190-0/+0
| | | | | | | | | "447994-563986,574902,575738" from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@577292 13f79535-47bb-0310-9956-ffa450edef68
* Removed svnmerge chagne tracking.Rupert Smith2007-09-190-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@577291 13f79535-47bb-0310-9956-ffa450edef68
* Initialized merge tracking via "svnmerge" with revisions "574902,575738" from Rupert Smith2007-09-190-0/+0
| | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@577280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-572 patches applied.Rupert Smith2007-09-182-1/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@576914 13f79535-47bb-0310-9956-ffa450edef68
* Branch to selectively evaluate some M2 patches on.Rupert Smith2007-09-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.0.0.0_patch@576874 13f79535-47bb-0310-9956-ffa450edef68
* added missing requiresRafael H. Schloming2007-08-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563986 13f79535-47bb-0310-9956-ffa450edef68
* Updated build to add release docs to the archive.Rupert Smith2007-08-072-117/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563532 13f79535-47bb-0310-9956-ffa450edef68
* Removed release notes in favour of better notes under release-docs directory.Rupert Smith2007-08-071-375/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563529 13f79535-47bb-0310-9956-ffa450edef68
* Added release notes.Rupert Smith2007-08-072-0/+375
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563528 13f79535-47bb-0310-9956-ffa450edef68
* More adjustments to perf test parameters.Rupert Smith2007-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563497 13f79535-47bb-0310-9956-ffa450edef68
* More adjustments to perf test parameters.Rupert Smith2007-08-071-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563496 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments made to perftest parameters.Rupert Smith2007-08-071-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563440 13f79535-47bb-0310-9956-ffa450edef68
* Changes made to performance test parameters.Rupert Smith2007-08-072-82/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563435 13f79535-47bb-0310-9956-ffa450edef68
* Interop tests put into a working state.Rupert Smith2007-08-0710-21/+202
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563434 13f79535-47bb-0310-9956-ffa450edef68
* Added .NET release notesMartin Ritchie2007-08-022-1/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562125 13f79535-47bb-0310-9956-ffa450edef68
* added -XX:+HeapDumpOnOutOfMemoryError this should have been before.Martin Ritchie2007-08-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562124 13f79535-47bb-0310-9956-ffa450edef68
* Fix for number format exception when message count not specified, as in ↵Rupert Smith2007-08-021-1/+1
| | | | | | interop tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562083 13f79535-47bb-0310-9956-ffa450edef68
* Changes to POM for repacking as manifest jar, rather than uber jar.Rupert Smith2007-08-022-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562066 13f79535-47bb-0310-9956-ffa450edef68
* Moved everything from test to main. Simpler to have a single jar for ↵Rupert Smith2007-08-025-0/+0
| | | | | | manifest with classpath jar creation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562059 13f79535-47bb-0310-9956-ffa450edef68
* Extensive refactoring of the distributed test framework.Rupert Smith2007-08-0148-765/+2304
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@561855 13f79535-47bb-0310-9956-ffa450edef68
* Fix for a bug in the Broker Tools, preventing them working.Martin Ritchie2007-08-016-21/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@561794 13f79535-47bb-0310-9956-ffa450edef68
* Changes to POMs.Martin Ritchie2007-07-317-31/+209
| | | | | | | | | | | | Client pom now builds a single jar with all dependancies included in the single bundle. systests/pom.xml adjusted to include only *Test.class items. This will fix the current Error on OptOutTestCase management/eclipse-plugin/pom.xml - editied to include there required MANIFEST.MF to identify plugin to eclipse distribution/src/main/assembly/management-eclipse-plugin.xml editied to include there required MANIFEST.MF to identify the plugin distribution/pom.xml - white space Also updated log4j.xml default to create an alert.log file from the AMQQueue alerting. Added a debug.log4j.xml that gives example of debugging the broker via log4j. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@561278 13f79535-47bb-0310-9956-ffa450edef68
* Removed using directives causing compilation failure in .NET 1.1Tomas Restrepo2007-07-285-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560471 13f79535-47bb-0310-9956-ffa450edef68
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-27272-634/+700
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
* Added files to ignore listMartin Ritchie2007-07-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560198 13f79535-47bb-0310-9956-ffa450edef68
* removed old scriptRafael H. Schloming2007-07-261-60/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559944 13f79535-47bb-0310-9956-ffa450edef68
* adding missing ackRafael H. Schloming2007-07-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559943 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant packages.Rupert Smith2007-07-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559461 13f79535-47bb-0310-9956-ffa450edef68
* Refactored packaging of test framework.Rupert Smith2007-07-2536-875/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559458 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant method.Rupert Smith2007-07-251-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559456 13f79535-47bb-0310-9956-ffa450edef68
* Added to comments.Rupert Smith2007-07-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559455 13f79535-47bb-0310-9956-ffa450edef68
* AMQMessage - added //todo-s and removed unused parameter StoreContext from ↵Martin Ritchie2007-07-254-34/+32
| | | | | | | | expired() method call. ConcurrentSelectorDeliveryManager - Update to reflect expired() call change. Created new _reaperContextStore to be used when performing reaper operations such as message dequeue due to expiration. Removed old commented code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559427 13f79535-47bb-0310-9956-ffa450edef68
* Refactored interop tests into general distributed test framework. Moved ↵Rupert Smith2007-07-2547-807/+2202
| | | | | | framework under systests from integrationtests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559419 13f79535-47bb-0310-9956-ffa450edef68
* Revised release notes: removed bug fixed on this branch, removed outstanding ↵Gordon Sim2007-07-231-10/+2
| | | | | | feature lists as it is not terribly accurate or helpful. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558630 13f79535-47bb-0310-9956-ffa450edef68
* added release notesRajith Muditha Attapattu2007-07-201-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558170 13f79535-47bb-0310-9956-ffa450edef68
* added release notesRajith Muditha Attapattu2007-07-201-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558168 13f79535-47bb-0310-9956-ffa450edef68
* Removed .txt from RELEASE_NOTESAlan Conway2007-07-202-1/+1
| | | | | | | Added RELEASE_NOTES to EXTRA_DIST in Makefile.am git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558116 13f79535-47bb-0310-9956-ffa450edef68
* Checking in the release notesRajith Muditha Attapattu2007-07-201-48/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558115 13f79535-47bb-0310-9956-ffa450edef68
* added release notesRajith Muditha Attapattu2007-07-201-0/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558114 13f79535-47bb-0310-9956-ffa450edef68
* typo fixCarl C. Trieloff2007-07-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558108 13f79535-47bb-0310-9956-ffa450edef68
* Ignore QPID_ env variables that don't correspond to known options.Alan Conway2007-07-204-15/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558099 13f79535-47bb-0310-9956-ffa450edef68
* Remove -ldaemon, we no longer require libdaemon.Alan Conway2007-07-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558083 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the license from the "old" apache copyright noticeAndrew Stitcher2007-07-2015-195/+240
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558072 13f79535-47bb-0310-9956-ffa450edef68
* Added a logger but only used to control the toString inclusion of password. ↵Martin Ritchie2007-07-201-10/+21
| | | | | | If in debug mode it will include password otherwise the password is "********". git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558027 13f79535-47bb-0310-9956-ffa450edef68
* * lib/broker/Daemon.cpp, .hAlan Conway2007-07-197-229/+234
| | | | | | | | | | | | | | | | | - Rewrote to remove libdaemon dependency. - PID file stored in /var/run if root, /tmp otherwise. * src/qpidd.cpp: Use new Daemon.cpp. - lock files stored in /var/run (for root) or /tmp. - updated to trunk daemon flag behavior. * lib/broker/Makefile.am (libqpidbroker_la_LIBADD): - Daemon.cpp now needs -lboost_iostreams * NOTICE, README: Removed mention of libdaemon. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557452 13f79535-47bb-0310-9956-ffa450edef68
* added licenseMartin Ritchie2007-07-181-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557314 13f79535-47bb-0310-9956-ffa450edef68
* added licenseMartin Ritchie2007-07-181-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557312 13f79535-47bb-0310-9956-ffa450edef68
* Update fix incorrect license headers.Martin Ritchie2007-07-1826-619/+390
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557306 13f79535-47bb-0310-9956-ffa450edef68