summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2347 broke some java tests; I believe these make incorrect assumptions a...Gordon Sim2010-01-223-6/+5
* #include SecurityLayer.h needs to go back in; MSVC needs to see the class def...Stephen D. Huston2010-01-221-0/+1
* Refer to ConnectionAccess as the struct it is, not class. Resolves compile wa...Stephen D. Huston2010-01-221-1/+1
* added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-227-14/+162
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-2216-2/+142
* Now well formed for all included content - must add other clients and FAQ.Jonathan Robie2010-01-2115-89/+2315
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-213-5/+5
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-216-7/+3
* Small comment fixAndrew Stitcher2010-01-211-1/+1
* Throw sync connect failures straight out of AsynchConnector constructorAndrew Stitcher2010-01-211-19/+2
* Allow Connection to be closed whilst still connecting without error.Andrew Stitcher2010-01-211-1/+2
* Ensure that shutting down an unsuccessful connect can't race with connection ...Andrew Stitcher2010-01-211-3/+9
* Remove possible double closing of connection on connect failureAndrew Stitcher2010-01-211-7/+4
* Fix a potential RDMA connect failure raceAndrew Stitcher2010-01-211-3/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-217-220/+196
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-215-24/+36
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-213-3/+3
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Fixed "Cluster-safe assertions" not to break the build (CMake)Andrew Stitcher2010-01-211-0/+1
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-2113-93/+351
* This is related to QPID-2350Rajith Muditha Attapattu2010-01-201-0/+4