summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-234-0/+12
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-191-4/+5
* QPID-4595: ensure completions for previously received messages are sent when ...Gordon Sim2013-03-121-0/+1
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-0/+10
* QPID-4575 Visual Studio 2012 requires exported destructorCharles E. Rolke2013-02-081-0/+3
* QPID-4556: pass max depth options correctly. Patch from Brad Hoekstra.Gordon Sim2013-02-061-2/+2
* QPID-4569: export symbol for module loadingGordon Sim2013-02-061-1/+3
* NO-JIRA: Add abort() implementation for SSL client code - this make heartbeatsAndrew Stitcher2013-01-221-1/+21
* QPID-4514: Clean up cluster code: SessionImplAlan Conway2013-01-142-92/+35
* 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