summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Added missing QPID_COMMON_EXTERN decorators to fix Windows build. Resolves QP...Stephen D. Huston2010-01-281-2/+5
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-282-3/+8
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-288-0/+87
* QPID-2261: Rework query impl to use list-based approachKenneth Anthony Giusti2010-01-287-213/+264
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-282-9/+8
* moved pprint from JAddr into separate utility class and use it from Address t...Rafael H. Schloming2010-01-283-112/+156
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-282-2/+4
* Added a null check for connection as some test cases use mock sessions by pas...Rajith Muditha Attapattu2010-01-281-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-2824-255/+410
* This is related to QPID-2352Rajith Muditha Attapattu2010-01-284-1/+233
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-284-4/+27
* This commit contains the changes agreed upon in QPID-2363 except for the conn...Rajith Muditha Attapattu2010-01-286-108/+74
* forgot to remove the unused boolean flagRajith Muditha Attapattu2010-01-281-1/+0
* moving the logic of creating the map message to the AMQSession.java.Rajith Muditha Attapattu2010-01-281-16/+0
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-2710-21/+328
* correctly default service attributeRafael H. Schloming2010-01-271-4/+2
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-2710-18/+146
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-273-37/+155
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-278-6/+181
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-279-24/+172
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101
* Write the correct port number to stdout when starting up. Resolves QPID-2366.Stephen D. Huston2010-01-271-5/+5
* Locate an executable's path correctly and set up in PATH properly. Catch up r...Stephen D. Huston2010-01-272-9/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-279-30/+68
* QPID-2261: make code compliant with Python PEP-8 styleKenneth Anthony Giusti2010-01-278-106/+104
* QPID-2261: add wait in tests for agent setup to completeKenneth Anthony Giusti2010-01-275-77/+102
* changed mechanisms from string to listRafael H. Schloming2010-01-271-1/+2
* default service to hostRafael H. Schloming2010-01-271-2/+3
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-2716-49/+49
* added API support for saslwrapperRafael H. Schloming2010-01-273-13/+142
* updated todoRafael H. Schloming2010-01-271-0/+4
* Make TCP more like RDMAAndrew Stitcher2010-01-261-3/+5
* fixed subject overrideRafael H. Schloming2010-01-262-4/+14
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-267-37/+27
* QPID-2261: checkpoint qmfv2 python apiKenneth Anthony Giusti2010-01-266-246/+520
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-262-16/+60
* Explicitly ignore SIGCHLD signal by sending it to an empty function so thatAndrew Stitcher2010-01-251-0/+17
* QPID-2261: merge qmfv2 latest into trunk (revs 902858 & 902894)Kenneth Anthony Giusti2010-01-2512-0/+6576
* QPID-2355: fix include path order in binding makefilesKenneth Anthony Giusti2010-01-252-2/+2
* verify that bindings are only specified for queuesRafael H. Schloming2010-01-253-7/+46
* corrected validation againRafael H. Schloming2010-01-251-2/+1
* corrected validationRafael H. Schloming2010-01-251-2/+2
* Deleting extra files for "AMQP Compatibility", these may also be responsible ...Jonathan Robie2010-01-242-756/+0
* Deleting some files that are not used and have names that differ only by ' ' ...Jonathan Robie2010-01-245-479/+268
* QPID-2321 : Add queue browsing capability to 0-8 .net client to allow for use...Robert Godfrey2010-01-231-121/+121
* QPID-2321 : Add queue browsing capability to 0-8 .net client to allow for use...Robert Godfrey2010-01-237-15/+243
* "Feature complete" for first internal draft, each file is valid DocBook.Jonathan Robie2010-01-2310-2/+1893
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-2311-75/+1425
* If we've already closed Connection don't attempt to write to itAndrew Stitcher2010-01-221-0/+4
* made bindings additive, improved message level loggingRafael H. Schloming2010-01-222-23/+84