summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-3321: flush occasionally to keep the list of pending accepts from growin...Gordon Sim2011-06-242-2/+15
* NO-JIRA: remove dead code in qpid/cpp/src/qpid/cluster/UpdateClient.cppAlan Conway2011-06-231-9/+0
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-06-231-0/+6
* NO-JIRA: Fix compile error on windows due to assigning an AtomicValue.Alan Conway2011-06-172-5/+8
* QPID-3280: further fix compilation error on windowsGordon Sim2011-06-171-1/+1
* QPID-3280: fix compilation error on windows introduced by previous commit for...Gordon Sim2011-06-171-1/+1
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-1528-449/+411
* QPID-3129: cluster_tests.LongTests.test_failover hangs.Alan Conway2011-06-151-14/+13
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-158-24/+37
* QPID-3140: allow larger queue policy sizesGordon Sim2011-06-132-8/+8
* QPID-3225: Allow exclusivity (for subscription queue and subscription itself)...Gordon Sim2011-06-131-5/+16
* QPID-3298: don't include the internal federation related args in the biding f...Gordon Sim2011-06-091-2/+7
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-093-2/+12
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-077-24/+11
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-066-12/+19
* QPID-3291: Applied patch fron Andy Goldstein to ensure that expiration is not...Gordon Sim2011-06-031-1/+1
* NO-JIRA: Corrected location of some tracingAndrew Stitcher2011-05-261-1/+1
* NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-264-7/+28
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-263-15/+24
* NO-JIRA: Small improvements to Socket codeAndrew Stitcher2011-05-261-9/+5
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-269-173/+13
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-2625-71/+73
* QPID-3252Charles E. Rolke2011-05-261-1/+3
* QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-261-1/+1
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-189-19/+92
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-177-16/+20
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-1721-38/+47
* Remove support for archaic Boost version 1_32 ( 103200 ).Michael Goulish2011-05-171-269/+0
* QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-112-12/+68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-092-6/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-094-3/+8
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-094-14/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-097-11/+12
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
* QPID-3244: fix windows buildKenneth Anthony Giusti2011-05-041-1/+1
* QPID-3244: C++ broker should release flow control for a queue when it is dele...Kenneth Anthony Giusti2011-05-032-1/+16
* QPID-3243: correctly use --max-queue-count value to compute flow limit.Kenneth Anthony Giusti2011-05-031-3/+9
* QPID-3241 - Deadlock in qmf agent triggered by producer flow controlTed Ross2011-05-031-164/+178
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-024-3/+28
* QPID-3227: assert if application or reserved header overflows send buffer.Kenneth Anthony Giusti2011-04-292-5/+9
* QPID-3235: clustered qpidd broker fails ocassionly the cluster_tests.ShortTes...Alan Conway2011-04-293-29/+35
* QPID-3076: fix compilation for older version of boost library.Kenneth Anthony Giusti2011-04-281-3/+4
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-2810-71/+223
* QPID-3227: account for extra header bytes when computing data size for send b...Kenneth Anthony Giusti2011-04-273-11/+14
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-262-3/+16