summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2526-72/+1095
* update ReadMe.txt to reflect 0.7 feature changesClifford Allan Jansen2010-10-251-5/+5
* match changes in perftest.cpp which is now qpid-perftestClifford Allan Jansen2010-10-251-2/+2
* QPID-2768: OSGI Shutdown moduleAndrew Donald Kennedy2010-10-256-0/+286
* QPID-2911: Remove the class printing from the log4j layoutAndrew Donald Kennedy2010-10-241-3/+3
* QPID-2887: Remove the System.out.println statements from SlowConsumerDetectio...Andrew Donald Kennedy2010-10-241-3/+0
* QPID-2910: Small fix for python timeout testsAndrew Donald Kennedy2010-10-241-2/+4
* QPID-2646 patchesClifford Allan Jansen2010-10-2418-54/+1191
* hello world sample from QPID-2557.patchClifford Allan Jansen2010-10-242-0/+193
* 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-2018-59/+424
* fixed bug in management of incoming executed setRafael H. Schloming2010-10-191-0/+1
* 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
* QPID-2339Rajith Muditha Attapattu2010-10-182-0/+24
* QPID-2418Rajith Muditha Attapattu2010-10-181-1/+8
* Improved wording in the doxygen strings for session::reject(), session::relea...Jonathan Robie2010-10-151-4/+6
* QPID-2418Rajith Muditha Attapattu2010-10-141-1/+9
* Removed confusing text from reject() and release() doxygen strings.Jonathan Robie2010-10-141-7/+5
* QPID-2907 Developing Qpid Cpp Messaging .NET Binding requires setup helpCharles E. Rolke2010-10-141-0/+522
* Code cleanup in broker directory.Alan Conway2010-10-1449-469/+498
* QPID-2906 Qpid WinSDK .NET Binding does not support Release configurationCharles E. Rolke2010-10-146-169/+1062
* Created new certificates with validity period set to 5 yrsRajith Muditha Attapattu2010-10-145-34/+36
* Test client to measure cluster lag: greater delays in responses from some bro...Alan Conway2010-10-132-9/+99
* Added -fno-strict-aliasing for all of the swig-generated Python wrappers becauseTed Ross2010-10-134-4/+4
* 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