summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Enforce a minimum frame-max to avoid really bad things that can happenTed Ross2009-01-211-3/+4
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-2113-10/+337
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for man...Martin Ritchie2009-01-2129-476/+253
* Fix test to use exchange option correctly when specifiedGordon Sim2009-01-211-4/+5
* Additional latency measurement points.Alan Conway2009-01-219-9/+21
* Fix for race condition in test identified by Ted.Gordon Sim2009-01-211-3/+4
* QPID-1605: added an assertion to catch acknowledgments of message-ids outside...Rafael H. Schloming2009-01-218-45/+129
* Latency measurements, compiled out of production code.Alan Conway2009-01-208-16/+194
* QPID-1602 SASL Authentication, Authorization, and Security Layer for Ruby Cli...Ted Ross2009-01-206-29/+564
* QPID-1603: ignore incoming heartbeat controlsRafael H. Schloming2009-01-202-0/+14
* Use different file for storing port to avoid interfering with other check-lon...Gordon Sim2009-01-201-5/+5
* QPID-1601 Ruby test patch from Justin RossTed Ross2009-01-201-3/+5
* QPID-1585 : WS-DM Method invocation feature.Andrea Gazzarini2009-01-2021-224/+1110
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-2029-136/+431
* Reorder receives, check that we don't get 3 messages first. Trying to debug o...Aidan Skinner2009-01-201-11/+12
* QPID-1600: Add tests for PrincipalPermissions, document arguments to authoris...Aidan Skinner2009-01-202-0/+176
* Fix tests broken by r735776: check payload pointer before use. Gordon Sim2009-01-201-1/+1
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-192-7/+31
* QPID-1573: Move unit tests that were living in systests into appropriate modu...Aidan Skinner2009-01-1915-19/+48
* QPID-1578 : WS-Resources lifecycle improved adding "destroy" featureAndrea Gazzarini2009-01-1914-313/+629
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-165-74/+45
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-0/+222
* QPID-1541 - Applied Ian's patchTed Ross2009-01-161-0/+12
* QPID-1542 - Applied Ian's patchTed Ross2009-01-161-2/+11
* QPID-1588 - Fixed bug in asynchronous API operations.Ted Ross2009-01-165-3/+175
* QPID-1589 - Added equality/inequality operators to qpid::console::ObjectId.Ted Ross2009-01-162-0/+45
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-164-38/+51
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* added a timeout to BytesMessageTestRafael H. Schloming2009-01-161-2/+4
* QPID-1565: Move each platforms config + executables into a more appropriately...Aidan Skinner2009-01-1619-13/+61
* Qpid-1587: Added LVQ samplesArnaud Simon2009-01-163-0/+246
* QPID-1574 : Update of NOTICE file for QMan related libraries info.Andrea Gazzarini2009-01-161-0/+48
* Added missing PYTHONPATH definition.Ted Ross2009-01-151-0/+1
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-152-16/+88
* Initial commit for QPID-1567 requires PollableQueue.h/PollableCondition.h to ...Gordon Sim2009-01-151-2/+2
* Removed duplicate license textTed Ross2009-01-151-21/+0
* Minor typo fixesTed Ross2009-01-152-2/+2
* QPID-1575: Reduce TTL from 1 second to 100msAidan Skinner2009-01-151-1/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-1521-9/+1057
* Minor formatting correctionGordon Sim2009-01-151-1/+1
* Minor formatting fixes and typo correction.Gordon Sim2009-01-153-7/+7
* QPID-1574 : Startup scripts & deployment descriptor fixesAndrea Gazzarini2009-01-156-172/+154
* QPID-1574 : Unix format for shell scriptsAndrea Gazzarini2009-01-152-123/+123
* QPID-1574 : startup scriptsAndrea Gazzarini2009-01-156-31/+404
* QPID-1574 : QMan WS-DM AdapterAndrea Gazzarini2009-01-1582-662/+7841
* QPID-1574 : dependencies file updated for inclusion of QMan WS-DM dependencies.Andrea Gazzarini2009-01-151-1/+34
* QPID-1574 : Additional libraries needed for WS-DM featuresAndrea Gazzarini2009-01-1526-0/+0
* Fix to sender test: read in whole line as message body, not just next word.Gordon Sim2009-01-141-1/+1
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15