summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dummy cluster.so library, no longer needed & confusing.Alan Conway2008-11-141-4/+0
* Add config.null file to distributed list or distcheck fails (todo: might be n...Gordon Sim2008-11-141-0/+1
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-138-19/+89
* Removed spurious exception re-raiseTed Ross2008-11-131-1/+0
* Added a second level of debug output for the qmf protocol exchange.Ted Ross2008-11-132-8/+63
* Test commit. Two more whitespace characters in a README.Jonathan Robie2008-11-131-1/+1
* Minor cleanup edits to examples (from jrobie@redhat.com)Gordon Sim2008-11-1310-21/+14
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* QPID-1459: don't call Broker::getPort() with empty string as transportGordon Sim2008-11-131-3/+7
* Added QPID_NO_MODULE_DIR to prevent client from loading libraries fromTed Ross2008-11-131-0/+1
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-138-71/+89
* patches from imain for fixing agent heartbeats, agent and broker bank, and ag...Rafael H. Schloming2008-11-131-10/+12
* merged 0-10 ruby client from QPID-1443 into existing ruby clientRafael H. Schloming2008-11-1339-388/+6105
* Added null config for SSL test. This test will malfunction if there isTed Ross2008-11-132-1/+2
* Removed optimistic-consume option for queuesTed Ross2008-11-121-9/+1
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0
* File missing from last commit.Ted Ross2008-11-121-1/+1
* Generalized the creation of makefile fragments in qmf code generation.Ted Ross2008-11-123-15/+50
* QPID-1457: Removed erroneous signal settingsAndrew Stitcher2008-11-121-3/+0
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-1210-27/+86
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Qpid-1146: Added doc + samplesArnaud Simon2008-11-1210-11/+187
* Added back header file that I mistakenly removed in r712653.Gordon Sim2008-11-121-0/+1
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* Add newly-added files and removed those removedStephen D. Huston2008-11-112-24/+0
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-116-7/+14
* Fix deadlock when Message::flush() re-enters IncompleteMessageList.Alan Conway2008-11-111-2/+5
* Fixed a violation of the lock hierarchy in LinkRegistry and LinkTed Ross2008-11-111-24/+25
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-112-4/+9
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-112-2/+14
* added codec tests for int64Rafael H. Schloming2008-11-111-0/+8
* handle case where doOutput call causes last task to be removed.Gordon Sim2008-11-111-0/+1
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-116-76/+100
* QPID-1453 : Removed loops from scriptMartin Ritchie2008-11-111-1/+1
* use long syntax for flow control literals, this will hopefully avoid future w...Rafael H. Schloming2008-11-101-1/+1
* QPID-1446 - A more efficient data structure for freeing management objects.Ted Ross2008-11-102-39/+34
* QPID-1445 patch from JonathanCarl C. Trieloff2008-11-1012-87/+230
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-103-6/+33
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* fixed potential race condition in qpid.util.listen; added asserts to internal...Rafael H. Schloming2008-11-104-1/+4
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-105-15/+120
* Just use standard qpidc config file for ssl optionsGordon Sim2008-11-101-1/+1
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-1010-2701/+1
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-076-45/+53
* QPID-1439 : Revert change but add ability to track what test started the brok...Martin Ritchie2008-11-073-6/+2
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-075-5/+19
* Added a bit more detail to comments.Gordon Sim2008-11-071-0/+9
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-074-57/+101