summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Give timer tasks a name for logging purposes.Alan Conway2010-08-2611-20/+20
* Check for and abort invalid catchup connections.Alan Conway2010-08-234-3/+14
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-208-1/+58
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
* Fix some compilation errorsGordon Sim2010-08-121-23/+17
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-121-6/+156
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-114-21/+30
* Fixed memory management error in cluster::Quorum causing problems with --clus...Alan Conway2010-08-092-4/+5
* Fix crash on exit with --cluster-cman.Alan Conway2010-08-051-0/+2
* Disable non-0 session timeouts.Alan Conway2010-08-035-4/+14
* Fixed bug in setting of the app-id header (it was set in the application-head...Ted Ross2010-08-022-3/+19
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-023-7/+16
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-014-22/+73
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* Added doxygen comments.Jonathan Robie2010-07-281-0/+8
* Improved doxygen comments.Jonathan Robie2010-07-281-2/+8
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-283-0/+3
* Added comment on AMQP version independence.Jonathan Robie2010-07-281-1/+2
* Improved doxygen comments for class description.Jonathan Robie2010-07-281-5/+6
* Improved doxygen documentation of SessionState.Jonathan Robie2010-07-281-2/+11
* QPID-2702 --max-connections does not work when using cluster.Alan Conway2010-07-231-2/+11
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-232-23/+46
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-223-112/+208
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-204-1/+16
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-143-10/+27
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-122-103/+138
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-084-0/+40
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-072-13/+17
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-055-4/+64
* QPID-2716: QMF bugfix - set agent name in object idKenneth Anthony Giusti2010-07-021-0/+7
* Fix sporadic cluster core on exit.Alan Conway2010-07-012-1/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-011-2/+10
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-304-1/+10
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-301-8/+8
* added a case for SEC_ERROR_EXPIRED_CERTIFICATE: in getErrorString() Rajith Muditha Attapattu2010-06-291-0/+1
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-3/+48
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-242-15/+10
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-243-4/+7
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2