summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Binds integer, floating point, or string-typed headers using appropriate data...Jonathan Robie2010-11-261-4/+15
* QPID-2957 - Management methods on the broker don't work on newly created objectsTed Ross2010-11-231-0/+4
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-222-9/+14
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-182-11/+51
* cluster/Numbering.h: Removed unused and incorrect function contains()Alan Conway2010-11-171-2/+0
* Aggregate Timer warnings.Alan Conway2010-11-174-18/+174
* Handle iterator properly when removing entries from list; resolves QPID-2941.Stephen D. Huston2010-11-121-3/+7
* QPID-2674: prevent callbacks after doDelete has been calledGordon Sim2010-11-121-0/+10
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-122-2/+4
* Fix to r1028346: no point in throwing exception after queue has already been ...Gordon Sim2010-11-101-5/+11
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-094-15/+25
* Manage CLFS containers using policies to both create the initial containers a...Stephen D. Huston2010-11-053-23/+46
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-051-0/+64
* Revised Messages to keep track of queues each message is on to enable finding...Stephen D. Huston2010-11-043-207/+255
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-012-35/+14
* Moved new cluster design docs into cpp/design.Alan Conway2010-11-013-932/+0
* Updates to new cluster design docs.Alan Conway2010-11-012-108/+113
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-292-3/+41
* Since LSNs are used as persistence IDs and ID 0 usually means "not persisted"...Stephen D. Huston2010-10-299-30/+131
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-283-20/+47
* Fixes broker issues when max_count or max_size are invalid.Jonathan Robie2010-10-282-7/+20
* Updates to new cluster design.Alan Conway2010-10-271-3/+6
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2724-1223/+59
* Updates to new cluster design.Alan Conway2010-10-273-1/+19
* Add missing Apache licences to cluster files.Alan Conway2010-10-263-1/+53
* Updates to new cluster design docs regarding active-passive mode.Alan Conway2010-10-263-3/+14
* QPID-2897 repair missing DLL import/export controlsCharles E. Rolke2010-10-261-7/+7
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* Initial design document on implementing active/passive clustering.Alan Conway2010-10-251-0/+39
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-2519-41/+944
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-242-129/+548
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Add hybrid SQL-CLFS store that can be used on Windows systems Vista, Win Serv...Stephen D. Huston2010-10-2117-6/+3185
* QPID-1672, r1024541 Failed to modify the windows-private SaslFactory. This co...Charles E. Rolke2010-10-212-13/+42
* Strings that identify federation operations.Jonathan Robie2010-10-211-0/+38
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-209-183/+310
* SASLizing Interbroker LinksMichael Goulish2010-10-2013-44/+257
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-192-2/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-1812-51/+745
* Code cleanup in broker directory.Alan Conway2010-10-1446-461/+488
* Add state constraint annotations to Rdma::AsynchIO;Andrew Stitcher2010-10-121-4/+14
* Improve the performance of the Rdma::AsynchIO by using a veryAndrew Stitcher2010-10-122-7/+62
* Rewrite Rdma::AsynchIO to use deferred code rather than a state machine:Andrew Stitcher2010-10-122-238/+26
* Delay deleting the Rdma::AsynchIO associated with a Connection to just beforeAndrew Stitcher2010-10-121-69/+55
* Account for seemingly getting reject messages after already getting establishedAndrew Stitcher2010-10-121-1/+7
* Serialise close into the data callbacks:Andrew Stitcher2010-10-123-38/+72
* Make sure that Rdma::Listener can generate no more callbacks after it receivesAndrew Stitcher2010-10-121-0/+12
* If we have already stopped an Rdma connection, but we still get a data eventAndrew Stitcher2010-10-121-0/+3
* Handle Rdma Flush events - instead of reporting to the application justAndrew Stitcher2010-10-121-0/+16