summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7240: use protper cursor type when purging priority levelsGordon Sim2016-04-292-1/+41
* QPID-7207: Remove a duplicate suppression and expand the applicability of ano...Justin Ross2016-04-291-11/+2
* QPID-7207: Even more liberal suppressionsJustin Ross2016-04-291-12/+1
* QPID-7207: Keep going if CERTUTIL is not setJustin Ross2016-04-281-1/+1
* QPID-7207: More valgrind suppressionsJustin Ross2016-04-281-0/+27
* QPID-7234: add testGordon Sim2016-04-281-0/+30
* QPID-7236: set action and object in acl rule even when actionAll is trueGordon Sim2016-04-281-1/+1
* QPID-7235: add virtual destructor to Observers to ensure cleanup if subclassedGordon Sim2016-04-281-0/+1
* NO-JIRA: increase the auto-delete timeout to ensure that it never fires even ...Gordon Sim2016-04-281-5/+5
* QPID-7233: limit capacity to messages only if message count is non-zeroGordon Sim2016-04-281-1/+1
* QPID-7234: allow proper credit processing to happen even for expired messagesGordon Sim2016-04-285-6/+19
* QPID-7207: Remove match-leak-kinds from suppressions; it's supported only in ...Justin Ross2016-04-281-5/+0
* QPID-7207: Make the provisional suppressions even more permissiveJustin Ross2016-04-271-8/+8
* QPID-7207: Add a missing importJustin Ross2016-04-271-0/+1
* QPID-7207: Skip some tests when the swigged python client is not availableJustin Ross2016-04-272-19/+29
* QPID-7207: Make the suppressions general wrt starting as a thread or the main...Justin Ross2016-04-271-7/+0
* QPID-7207: Add provisional valgrind suppressionsJustin Ross2016-04-262-0/+74
* QPID-7207: Make the test-time dependency check script executableJustin Ross2016-04-261-0/+0
* QPID-7207: Work around a cmake bugJustin Ross2016-04-261-1/+1
* QPID-7207: Make env.sh compatible with -e scriptsJustin Ross2016-04-261-1/+3
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-261-1/+1
* QPID-7207: Explicitly set the Python build lib dirJustin Ross2016-04-211-0/+1
* QPID-7207: Avoid use of Popen with shell=True; on some platforms it prevents ...Justin Ross2016-04-211-14/+17
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-2119-100/+100
* QPID-7225: ensure message to be released is acquiredGordon Sim2016-04-211-1/+1
* QPID-7207: Create independent cpp and python subtrees, with content from tool...Justin Ross2016-04-21153-2593/+18437
* QPID-7207: Rename and relocate files inside the cpp subtreeJustin Ross2016-04-2023-88/+62
* QPID-7207: Remove files and components that are obsolete or no longer in use;...Justin Ross2016-04-1976-0/+28506
* QPID-7149: Fixed messaging client shutdown.Alan Conway2016-04-058-79/+35
* QPID-7149: Active HA broker memory leakAlan Conway2016-04-058-9/+104
* QPID-7171: allow disable-auto-decode to be set via env var or conf fileGordon Sim2016-03-301-1/+29
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-302-2/+26
* Bug 1318180 - HA memory leak in primary broker when overwriting messages in a...Alan Conway2016-03-171-2/+3
* QPID-7147: Renamed bind to avoid clash with (new for C++11/14) std::bind - Th...Andrew Stitcher2016-03-161-17/+17
* QPID-7145: Don't warn for using deprecated declarations (auto_ptr is now depr...Andrew Stitcher2016-03-161-1/+1
* QPID-7146: Fix indentation error picked up by compilerAndrew Stitcher2016-03-161-5/+6
* QPID-7146: Remove (via preprocessor) unused codeAndrew Stitcher2016-03-161-0/+2
* QPID-7146: Fix function binding errorAndrew Stitcher2016-03-162-8/+8
* QPID-7148: Update CMake files to use better more modern style and featuresAndrew Stitcher2016-03-1610-334/+275
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-102-4/+28
* QPID-7137: Fix symbol export check to allow for new libstdc++ ABIAndrew Stitcher2016-03-104-63/+116
* QPID-7131: echo the snd-settle-mode requested by subscribersGordon Sim2016-03-081-0/+1
* QPID-7130: added test for retrieving authenticated username when using sslGordon Sim2016-03-082-0/+10
* QPID-7130: [PATCH 5/5] Deleted old getClientAuthId function that was replaced byGordon Sim2016-03-089-21/+2
* QPID-7130: [PATCH 4/5] Added getPeerAuthId as an alias for getClientAuthId sinceGordon Sim2016-03-087-0/+19
* QPID-7130: [PATCH 3/5] Added virtual keyword to functions ~BSDSocket, getKeyLenGordon Sim2016-03-081-3/+3
* QPID-7130: [PATCH 2/5] Added getLocalAuthId to all socket classes.Gordon Sim2016-03-085-0/+13
* QPID-7130: [PATCH 1/5] qpid::messaging::Connection::getAuthenticatedUsername()Gordon Sim2016-03-083-21/+45
* QPID-7127: setting idle timeout to ffffffff fires ConnectionTicker with zero ...Pavel Moravec2016-03-071-1/+1
* QPID-7100: Don't divide by zero when nsubs is 0 in shared mode. Patch from yu...Gordon Sim2016-03-021-2/+2