summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Allan Jansen2012-09-3010-16/+169
* NO-JIRA: Fix logging in ha_tests.pyAlan Conway2012-09-272-171/+200
* NO-JIRA: HA shortened prefix for ha headers to qpid.ha-.Alan Conway2012-09-261-1/+1
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-2515-261/+471
* NO-JIRA: Mark built-in exchanges as non-replicated.Alan Conway2012-09-251-5/+22
* NO-JIRA: Add missing initializers on ha::BrokerInfo contstructor.Alan Conway2012-09-243-1/+4
* QPID-3500 C++ qpidd broker --help should work despite parse errorsCharles E. Rolke2012-09-205-27/+84
* QPID-4322: HA sporadic failure in ha_tests Alan Conway2012-09-198-48/+48
* qpid-4317 make browse-only x-arg string similar to othersMichael Goulish2012-09-182-2/+2
* QPID-4290: HA auto-delete queues are not deleted (Author: Andy Goldstein)Alan Conway2012-09-174-22/+45
* NO-JIRA: HA minor log message improvement.Alan Conway2012-09-141-2/+2
* QPID-4223: HA Completion isn't sent when queue that has acquired but unacknow...Alan Conway2012-09-145-32/+61
* NO-JIRA: HA improved logging messages.Alan Conway2012-09-146-9/+12
* Jira QPID-4142Michael Goulish2012-09-141-0/+32
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-1310-189/+3
* NO-JIRA: HA fix deadlock between Link and HaBrokerAlan Conway2012-09-122-22/+31
* NO-JIRA: Removed replication_test, unused test for defunct feature.Alan Conway2012-09-116-384/+1
* NO-JIRA: Correct bug in ReplicatingSubscription::getNext - find next message ...Alan Conway2012-09-113-8/+9
* NO-JIRA: Fix race in Connection, management object deleted while in use.Alan Conway2012-09-111-1/+1
* QPID-4293: HA broker crashes on startupAlan Conway2012-09-101-1/+1
* QPID-4259, QPID-4262: HA broker can crash due to priority queue corruptionAlan Conway2012-09-101-2/+16
* Jira QPID-4142Michael Goulish2012-09-104-0/+20
* QPID-4174: add client properties to client-related events. Original patch fr...Kenneth Anthony Giusti2012-09-102-21/+28
* QPID-4142 C++ Broker connection counting. Revert r1371772 which applied only ...Charles E. Rolke2012-09-076-62/+0
* QPID-2393 Acl counts queues. Fix unit name in management stat. (from r1376961)Charles E. Rolke2012-09-071-1/+1
* QPID-4268 C++ Broker Acl support for limiting on-disk store file size and countCharles E. Rolke2012-09-077-1/+345
* QPID-4257 Windwos + SSL: broker/client memory leaks and client hang. Patch fr...Charles E. Rolke2012-09-071-2/+12
* QPID-4248: HA does not replicate topic binding keys to backups (Author: Andy ...Alan Conway2012-09-062-10/+16
* QPID-2518: Increase default negotiation timeout to 10 secondsJustin Ross2012-09-061-2/+2
* Fix signed/unsigned compiler warning. NO-JIRAStephen D. Huston2012-09-061-1/+1
* Use command-line and service-start parameters in broker started as a service....Stephen D. Huston2012-09-041-1/+34
* NO-JIRA: Make ssl setTcpNoDelay interface same as TCPAndrew Stitcher2012-08-293-9/+7
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-294-42/+0
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-293-37/+1
* NO-JIRA: keep ssl in line with removing const qualifier from encode bufferAndrew Stitcher2012-08-281-3/+3
* NO-JIRA: Remove const qualifier from encode buffer; additional change require...Gordon Sim2012-08-281-3/+3
* NO-JIRA: Remove const qualifier from encode buffer (can't encode into if it i...Gordon Sim2012-08-289-13/+13
* QPID-4249 TopicExchange binding lookup for all routing keysCharles E. Rolke2012-08-243-11/+152
* QPID-2393 Limit number of queues per user.Charles E. Rolke2012-08-2412-7/+366
* QPID-4230 Username substitution keywords in Acl file. Repair function definit...Charles E. Rolke2012-08-211-4/+4
* QPID-4230 (review 6645) Username substition keywords in Acl file.Charles E. Rolke2012-08-205-13/+738
* QPID-4234: ensure configuration observers see queue deletionGordon Sim2012-08-161-1/+1
* QPID-4178: Test value specified for no-local, rather than assuming its trueGordon Sim2012-08-151-1/+1
* NO-JIRA Initialize variable before its use.Charles E. Rolke2012-08-151-0/+1
* QPID-4178: Mark literals as unsigned intsGordon Sim2012-08-151-8/+8
* Resolves QPID-4084, changing the format of high-res logged time from seconds-...Stephen D. Huston2012-08-141-14/+60
* QPID-4178: Fix valgrind errors: prevent circular reference in messages, preve...Gordon Sim2012-08-135-7/+43
* SSL changes for new buffer managementAndrew Stitcher2012-08-106-153/+149
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-1012-70/+87
* QPID-4142 C++ Broker connection counting gets usernames confused Charles E. Rolke2012-08-106-0/+63