summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-5396: map confusing registry GUI name to its real name: Personal -> MyClifford Jansen2013-12-051-3/+7
* QPID-5375: make Windows client certs more like their Posix counterpart, no lo...Clifford Jansen2013-12-041-37/+87
* QPID-5356: stop default search for client certificate when not specifiedClifford Jansen2013-12-041-0/+1
* QPID-5328: not-acquired implies no accept neededGordon Sim2013-11-111-5/+5
* QPID-3502: Windows SslConnector memory error from unititialized dataClifford Jansen2013-11-061-3/+6
* QPID-4265: wakeup fetches on closed receiverGordon Sim2013-10-243-8/+45
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Jansen2013-10-222-11/+203
* QPID-5230: request that explicitly released messages be marked as redelivered...Gordon Sim2013-10-151-1/+1
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ a...Alan Conway2013-10-042-23/+0
* QPID-5141: always set content object on 0-10 path (unless explicitly asked no...Gordon Sim2013-09-181-0/+12
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-064-7/+49
* QPID-5101: C++ Broker Windows missing SaslFactory::createServer for AMQP 1.0Charles E. Rolke2013-08-281-0/+7
* QPID-5090: Infer text/plain as content type over 0-10 for utf8 contentGordon Sim2013-08-231-0/+6
* QPID-5086: send completions when restarting after stop, in order to move wind...Gordon Sim2013-08-201-0/+1
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-137-10/+46
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-2623-0/+2402
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-181-2/+14
* QPID-5002: durable links are reliable by default; autodelete subscription que...Gordon Sim2013-07-181-3/+5
* QPID-4407: verify mechanism used when no external SASL library is availableGordon Sim2013-07-121-3/+21
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-041-2/+2
* QPID-4975: Only send correlation id if it isn't empty.Andrew Stitcher2013-07-031-1/+2
* QPID-4953: recognise temp queue shorthand in 0-10 codepathGordon Sim2013-06-261-2/+8
* NO-JIRA: Remove useless HAVE_CONFIG_H definitionAndrew Stitcher2013-06-182-6/+4
* 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 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