summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Remove unnecessary codeAndrew Stitcher2013-06-131-45/+9
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-102-14/+5
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-106-12/+12
* QPID-4905: Remove unused members in Connector interfaceAndrew Stitcher2013-06-105-32/+0
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-081-0/+3
* QPID-4786: Only have one thread processing session queue at a timeGordon Sim2013-05-012-15/+59
* QPID-3828: When sending large messages loss of connection is not detected eve...Andrew Stitcher2013-04-251-1/+1
* QPID-4764: tweaks to locking in receiver and session to avoid deadlockGordon Sim2013-04-252-5/+8
* QPID-3689: Change tcp nodelay to be the defaultAndrew Stitcher2013-04-171-1/+1
* 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 Allan 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 Allan Jansen2012-06-171-1/+1
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony 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