summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-3577: undo commit - qpidd.1 changes should not have been committedKen Giusti2011-11-021-4/+1
* QPID-3577: assign null group names to the default groupKen Giusti2011-11-021-1/+4
* QPID-3514: Allow SSL and non SSL connections on the same port.Andrew Stitcher2011-11-011-0/+3
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-317-17/+17
* QPID-3563: Protect from concurrent access to accept tracker stateGordon Sim2011-10-311-0/+1
* QPID-3346: prevent taking non-head of free group, additional performance tweaksKen Giusti2011-10-283-57/+118
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-207-136/+283
* QPID-2323 - Fixed a build error by adding a missing include.Ted Ross2011-10-181-0/+1
* QPID-2323 Add Uuid to variantCharles E. Rolke2011-10-172-7/+15
* QPID-3540 align issues in SolarisCharles E. Rolke2011-10-172-25/+8
* QPID-2905 Fixes for mingw cross-compilation (C++)Charles E. Rolke2011-10-171-3/+3
* QPID-3540 Charles E. Rolke2011-10-141-0/+1
* QPID-3549 - Improved handling of boolean configuration options in Queue.cppTed Ross2011-10-141-4/+29
* QPID-3540 Typecasting and alignment requirements for various platformsCharles E. Rolke2011-10-142-4/+23
* QPID-3528Michael Goulish2011-10-131-3/+26
* QPID-3346: code cleanup - move private code out of headers, delete dead code.Ken Giusti2011-10-132-80/+30
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-124-9/+5
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Ken Giusti2011-10-128-8/+78
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-123-2/+8
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-129-49/+97
* QPID-3543: correctly dequeue messages that are auto-acknowledged.Ken Giusti2011-10-111-1/+2
* QPID-3346: move message group feature into trunk.Ken Giusti2011-10-0723-208/+1350
* QPID-3304Michael Goulish2011-09-291-0/+6
* QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...Gordon Sim2011-09-271-1/+1
* QPID-3502: Ensure accepts are sent when required for asynchronously completed...Gordon Sim2011-09-231-3/+1
* QPID-3492: Treat string literals in addresses as utf8 encodedGordon Sim2011-09-161-1/+2
* QPID-3488: Ensure that message-stop clears any outstanding credit 'window'Gordon Sim2011-09-152-2/+8
* QPID-3487: Ensure delivery records for cancelled subscriptions are correctly ...Gordon Sim2011-09-152-1/+5
* QPID-3482: Unable to switch off logging to syslog when qpidd runs as daemonAlan Conway2011-09-131-1/+1
* QPID-3476: Demote timer warnings to informational statementsGordon Sim2011-09-081-3/+3
* Bug 730017, QPID-3475: Cluster authentication ignores cluster-* settings.Alan Conway2011-09-073-5/+8
* NO-JIRA: Suppress logging of clock events in cluster code.Alan Conway2011-08-314-20/+34
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-306-26/+58
* NO-JIRA: Revert change to Msg.h introduced in r1162273Alan Conway2011-08-302-57/+24
* QPID-3457: qpid::Msg::str() method not exportedAlan Conway2011-08-261-1/+0
* QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4Gordon Sim2011-08-262-1/+3
* QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...Gordon Sim2011-08-262-1/+2
* Don't try setsockopt IPV6_V6ONLY when setting up new socket. Doesn't work on ...Stephen D. Huston2011-08-251-5/+0
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-2523-248/+468
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-243-2/+15
* QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack...Gordon Sim2011-08-231-1/+1
* QPID-3363, QPID-3443: Corrected exception used for 'default access' rule viol...Gordon Sim2011-08-231-2/+5
* QPID-3447: Creating invalid federation link causes file descriptor leakAndrew Stitcher2011-08-221-0/+7
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-182-11/+9
* QPID-3435: Revised strategy for closing senders/receivers to prevent possible...Gordon Sim2011-08-181-17/+21
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-175-91/+114
* QPID-3425: Special handling of reserved exchange names in auto-createGordon Sim2011-08-161-8/+27
* QPID-3423 - Timing and Performance Improvements in QMF LibrariesTed Ross2011-08-151-3/+16
* QPID-3405: Implemented simple IPv6 literal parsing/printing for c++ connectio...Andrew Stitcher2011-08-122-4/+27
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-128-85/+187