summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include cluster scripts unconditionally in distribution.Alan Conway2010-11-111-27/+32
* Fixed segfault when setting the agent filter on a closed session.Ted Ross2010-11-102-2/+17
* test_env.sh.in: Remove un-necessary absdir for @prefix@, prefix is always abs...Alan Conway2010-11-101-1/+1
* qpid-recieve --receive-rate: fixed calculation for duplicate messages.Alan Conway2010-11-101-4/+3
* Fix to r1028346: no point in throwing exception after queue has already been ...Gordon Sim2010-11-102-5/+29
* Added --receive-rate to qpid-recieve to allow simulation of a slow receiver.Alan Conway2010-11-092-3/+22
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-094-15/+25
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-8/+8
* 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-052-0/+72
* Fix typo in help message.Stephen D. Huston2010-11-041-1/+1
* Revised Messages to keep track of queues each message is on to enable finding...Stephen D. Huston2010-11-043-207/+255
* When running store tests, pass the store type to the script. Also added test ...Stephen D. Huston2010-11-041-1/+4
* 1. Enable the second set of tests, now that brokertest.py is checked in and r...Stephen D. Huston2010-11-041-17/+47
* qpid-cpp-benchmark: allow extra arguments to qpid-send/receive, fix exception...Alan Conway2010-11-041-2/+8
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105
* Remove spurious comment.Michael Goulish2010-11-021-3/+0
* 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
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-312-3/+22
* Prevent sasl_fed from blowing up in a distro, or "make distcheck",Michael Goulish2010-10-291-8/+15
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-293-11/+56
* 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-286-24/+88
* QPID-2906 Charles E. Rolke2010-10-282-821/+0
* Fixes broker issues when max_count or max_size are invalid.Jonathan Robie2010-10-282-7/+20
* Clarify this output comment a little.Michael Goulish2010-10-281-1/+1
* Add a small executable that prints out the sasl version number in integer form.Michael Goulish2010-10-283-3/+65
* Updates to new cluster design.Alan Conway2010-10-271-3/+6
* 1) Fix a bug where AGENT_RESTART is repeatedly reported when detected once.Ted Ross2010-10-273-11/+28
* Fix make distcheck error: added sasl_fed to EXTRA_DIST.Alan Conway2010-10-272-5/+4
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2732-1752/+63
* Updates to new cluster design.Alan Conway2010-10-273-1/+19
* Added another missing licenseGordon Sim2010-10-271-0/+19
* Added some missing licenses; added FedOps.h to distribution listGordon Sim2010-10-271-0/+1
* Add missing Apache licences to cluster files.Alan Conway2010-10-266-1/+108
* 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-262-14/+24
* Fix bug in qpid-cpp-benchmark.Alan Conway2010-10-251-2/+4
* Changes to make it work in vpath build!Michael Goulish2010-10-251-19/+15
* 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-2524-66/+1058
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-243-169/+867
* Test module to run recovery-oriented store tests.Stephen D. Huston2010-10-221-0/+197
* Fix this test to parse the sasl version number out of the new logging stateme...Michael Goulish2010-10-221-22/+13