summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add skeleton Windows logging optionsStephen D. Huston2008-10-222-0/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707228 13f79535-47bb-0310-9956-ffa450edef68
* Clean up of code that is no longer being used.Rajith Muditha Attapattu2008-10-226-629/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707226 13f79535-47bb-0310-9956-ffa450edef68
* Fixed run_acl_tests to work in a VPATH build.Alan Conway2008-10-221-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707193 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-228-32/+878
| | | | | | | | | Also: Fix missing DispatchHandle.h include in sys/PollableQueue.h Added ignore properties for failover example binaries & Makefile. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707065 13f79535-47bb-0310-9956-ffa450edef68
* Fix port used in example.Gordon Sim2008-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707052 13f79535-47bb-0310-9956-ffa450edef68
* Updated latest ssl options usage; fixed ambiguity in domain name used in ↵Gordon Sim2008-10-221-18/+16
| | | | | | example and clarified the meaning a little. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707051 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1357: applied qman_22102008_events_handling.patchArnaud Simon2008-10-2222-347/+1690
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1359 : Disabled ConnectionTest until this issue has been resolvedMartin Ritchie2008-10-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706919 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1384: updated AMQDestination + added test for 0.10 code pathArnaud Simon2008-10-225-3/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706894 13f79535-47bb-0310-9956-ffa450edef68
* Turn of automatic loading of modules from defined module directory to avoid ↵Gordon Sim2008-10-221-1/+1
| | | | | | possibility of loading acl twice. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706892 13f79535-47bb-0310-9956-ffa450edef68
* removed references to /home/asimon and restored the proper defaults for the ↵Rafael H. Schloming2008-10-222-4/+4
| | | | | | cpp and cpp.noprefetch test profiles git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706858 13f79535-47bb-0310-9956-ffa450edef68
* This is for QPID-1363Rajith Muditha Attapattu2008-10-224-1/+494
| | | | | | | | These tests creates an acl file and use the acl.reloadAclFile method to reconfigure the broker. The tests are run as part of make check git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706850 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1362Rajith Muditha Attapattu2008-10-224-39/+48
| | | | | | | | When loading an acl file, errors are catured in an ostringstream and is loggged and added to the management event description If reload is called via a remote agent, this error description is sent as the result text. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706849 13f79535-47bb-0310-9956-ffa450edef68
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-2117-275/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706811 13f79535-47bb-0310-9956-ffa450edef68
* Remove nonportable include dlfcn; add Windows version of Shlib.cppStephen D. Huston2008-10-212-1/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706810 13f79535-47bb-0310-9956-ffa450edef68
* Qualify userid with realm when authentication is turned offGordon Sim2008-10-211-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706806 13f79535-47bb-0310-9956-ffa450edef68
* Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split ↵Stephen D. Huston2008-10-211-0/+1
| | | | | | out of Dispatcher.h in changes from QPID-1377 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706777 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377Stephen D. Huston2008-10-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706775 13f79535-47bb-0310-9956-ffa450edef68
* Refactor sys::AsynchIO class to allow reimplementing on other platforms ↵Stephen D. Huston2008-10-2123-600/+2371
| | | | | | without affecting upper level usage. Resolves QPID-1377 and supplies Windows AsynchIO.cpp git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706709 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation error on older compilers by correcting cast.Gordon Sim2008-10-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706687 13f79535-47bb-0310-9956-ffa450edef68
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-203-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706400 13f79535-47bb-0310-9956-ffa450edef68
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-209-14/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706381 13f79535-47bb-0310-9956-ffa450edef68
* Non-substantive changes. Removed tabs, neatened indentation, etc.Ted Ross2008-10-201-89/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706369 13f79535-47bb-0310-9956-ffa450edef68
* Remove default location for certificate database.Gordon Sim2008-10-204-11/+22
| | | | | | | | Some extra checking in loading ssl libraries. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706349 13f79535-47bb-0310-9956-ffa450edef68
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-205-17/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706321 13f79535-47bb-0310-9956-ffa450edef68
* Allow transport to be set on qpid-route.Gordon Sim2008-10-202-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706320 13f79535-47bb-0310-9956-ffa450edef68
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-208-9/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706293 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1374: Added handling of null message propertiesArnaud Simon2008-10-202-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706166 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1371: added python/dotnet .in filesArnaud Simon2008-10-204-10/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-1712-202/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705668 13f79535-47bb-0310-9956-ffa450edef68
* Suppress logging expected errors in tests.Alan Conway2008-10-175-65/+75
| | | | | | | Improved log messages for connection, session errors. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705661 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1320: Remove unusued variables, check that right number of messages ↵Aidan Skinner2008-10-171-23/+11
| | | | | | have been recieved in the right place as per ritchiem's review comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1373: Remove message for unack'd map when acking individual messages. ↵Aidan Skinner2008-10-172-0/+17
| | | | | | Add test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1315:Aidan Skinner2008-10-173-169/+124
| | | | | | | | | | BasicBytesFlowControl doesn't wait long enough to determine if the 3rd message is going to be delivered accidently. It also ack'd every message, which was not it's intent, so use acknowledgeThis() instead. Refactor common code out of processQueue and flushSubscription into attemptDelivery. Make sure sendLock is held when closing the consumer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705657 13f79535-47bb-0310-9956-ffa450edef68
* s/setPrefecthLimits/setPrefetchLimitsAidan Skinner2008-10-172-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705654 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1372: added handling of empty message properties at the header level Arnaud Simon2008-10-171-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705641 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1372: added handling of empty message properties. Arnaud Simon2008-10-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705630 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1257 : Change to allow mstool.log4j as part of the build so that the ↵Martin Ritchie2008-10-171-1/+1
| | | | | | tool will function. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705627 13f79535-47bb-0310-9956-ffa450edef68
* Fix valgrind suppression for boost thread leak to work on 32 & 64 bit.Alan Conway2008-10-171-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705624 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1371: added .net cc support + cc .net interop supportArnaud Simon2008-10-1762-11/+1411
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705588 13f79535-47bb-0310-9956-ffa450edef68
* Changed default port for SSLGordon Sim2008-10-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705575 13f79535-47bb-0310-9956-ffa450edef68
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ↵Gordon Sim2008-10-1726-15/+2329
| | | | | | explictly via --with-ssl/--without-ssl args to configure; by default will build the modules if dependencies are found. See SSL readme file for more details. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705534 13f79535-47bb-0310-9956-ffa450edef68
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-178-42/+114
| | | | | | | | - provide initial value support, for late joining consumers git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705443 13f79535-47bb-0310-9956-ffa450edef68
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ↵Stephen D. Huston2008-10-168-27/+295
| | | | | | Windows; resolves QPID-1365 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705382 13f79535-47bb-0310-9956-ffa450edef68
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-163-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705369 13f79535-47bb-0310-9956-ffa450edef68
* Fix signed/unsigned compile error.Alan Conway2008-10-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705365 13f79535-47bb-0310-9956-ffa450edef68
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ↵Alan Conway2008-10-164-27/+45
| | | | | | replication (and future use.) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705359 13f79535-47bb-0310-9956-ffa450edef68
* Extended dump consumer test to cover member death.Alan Conway2008-10-162-16/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705347 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-1610-30/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705337 13f79535-47bb-0310-9956-ffa450edef68
* Add UUID generated for each new cluster instance.Alan Conway2008-10-164-36/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705322 13f79535-47bb-0310-9956-ffa450edef68