summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-013-36/+19
* Moved new cluster design docs into cpp/design.Alan Conway2010-11-013-23/+23
* Updates to new cluster design docs.Alan Conway2010-11-012-108/+113
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-3116-10/+253
* 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-294-11/+58
* QPID-2807 More flexible acknowledgementCharles E. Rolke2010-10-292-0/+12
* Since LSNs are used as persistence IDs and ID 0 usually means "not persisted"...Stephen D. Huston2010-10-299-30/+131
* QPID-2916: fix QMF test that was sending a sstr > 255 bytes long.Kenneth Anthony Giusti2010-10-291-1/+1
* Add missing hello_world and hello_xml examples. Resolves QPID-2919.Stephen D. Huston2010-10-291-0/+16
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-287-28/+92
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-282-0/+38
* QPID-2918 Assembly mis-named in csharp.example.declare_queuesCharles E. Rolke2010-10-281-2/+2
* QPID-2906 Charles E. Rolke2010-10-283-827/+1
* 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
* QPID-2915 Qpid Cpp Messaging .NET Binding does not properly handle Qpid type ...Charles E. Rolke2010-10-274-6/+40
* 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-2733-1774/+63
* Updates to new cluster design.Alan Conway2010-10-273-1/+19
* From Robbie's recent 0.8 RAT.txt: Unapproved licenses in cpp/bindings/qpid/do...Charles E. Rolke2010-10-2738-2/+734
* Added another missing licenseGordon Sim2010-10-271-0/+19
* Added some missing licenses; added FedOps.h to distribution listGordon Sim2010-10-277-0/+97
* 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-2525-66/+1080
* 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
* QPID-2913 QPID Cpp Messaging Libraries for WinSDK Are Not SignedCharles E. Rolke2010-10-223-1/+10
* Fix this test to parse the sasl version number out of the new logging stateme...Michael Goulish2010-10-221-22/+13
* 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-213-15/+44
* Get rid of boost::regex in test code.Alan Conway2010-10-216-26/+5
* get rid of BOOST_REGEXMichael Goulish2010-10-211-2/+4
* Strings that identify federation operations.Jonathan Robie2010-10-211-0/+38
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-2011-192/+486
* Add matching fclose for fdopen in ForkedBroker.Alan Conway2010-10-201-1/+1
* SASLizing Interbroker LinksMichael Goulish2010-10-2017-48/+414
* Fix compile error in BrokerClusterCalls test, signed/unsigned comparison.Alan Conway2010-10-191-5/+5
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-192-2/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-1816-53/+1185