summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-4095: Move the directory iteration into FileSysDir:Andrew Stitcher2012-12-201-1/+1
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-202-2/+7
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-19/+37
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-242-8/+9
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-11/+11
* QPID-4360: Non-ready HA broker can be incorrectly promoted to primaryAlan Conway2012-10-052-3/+8
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Jansen2012-09-302-9/+33
* QPID-4257 Windwos + SSL: broker/client memory leaks and client hang. Patch fr...Charles E. Rolke2012-09-071-2/+12
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-291-6/+0
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-291-1/+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-282-3/+3
* SSL changes for new buffer managementAndrew Stitcher2012-08-101-118/+106
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-102-13/+11
* QPID-4200: Add exception handling to qpid::client::AutoCancel destructorGordon Sim2012-08-091-0/+10
* NO-JIRA: Remove unused return parameter part II - WindowsAndrew Stitcher2012-08-011-3/+3
* NO-JIRA: Removed unused return parameterAndrew Stitcher2012-07-312-4/+3
* QPID-3757: clean up demux when subscription manager is destroyedGordon Sim2012-07-092-1/+12
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-061-2/+6
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-064-16/+20
* QPID-4085: HA failover test: client failure: "connection not yet open"Alan Conway2012-07-051-1/+1
* QPID-4071: basic porting changes for solaris native compilerClifford Jansen2012-06-171-1/+1
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-254-5/+2
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-221-4/+4
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-162-4/+4
* QPID-3510 - Created a separate option in CommonOptions for the client configu...Ted Ross2012-04-233-9/+9
* QPID-3510 - Allow client configuration-file to be overridden via QPID_CONFIG ...Ted Ross2012-04-203-4/+10
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-282-3/+8
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+1
* QPID-3832: Fix linking on windowsGordon Sim2012-02-291-1/+2
* QPID-3832: Restore transport option for connection (as default for urls that ...Gordon Sim2012-02-292-2/+2
* NO-JIRA: Fix error on windows "An operation was attempted on something that i...Alan Conway2012-02-221-3/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-175-46/+64
* QPID-3839: Allow browsers to accept messagesGordon Sim2012-02-141-1/+1
* QPID-3630: remove additional code in client.Ken Giusti2012-01-132-91/+2
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-6/+2
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-313-9/+9
* QPID-3563: Protect from concurrent access to accept tracker stateGordon Sim2011-10-311-0/+1
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Ken Giusti2011-10-121-1/+5
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-122-8/+18
* QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...Gordon Sim2011-09-271-1/+1
* QPID-3435: Revised strategy for closing senders/receivers to prevent possible...Gordon Sim2011-08-181-17/+21
* QPID-3425: Special handling of reserved exchange names in auto-createGordon Sim2011-08-161-8/+27
* QPID-3412: Do not prefix the subscription queue name with the exchange name f...Gordon Sim2011-08-111-1/+1
* QPID-3411: Restore x-reconnect-on-limit-exceeded optionGordon Sim2011-08-101-0/+2
* NO-JIRA: Remove redundant code (qpid::Url now does everything required)Gordon Sim2011-08-103-130/+4
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-014-7/+6
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-261-1/+1
* QPID-3355: Declare the wait while waiting for completion. Patch from Jason Di...Gordon Sim2011-07-131-0/+1