summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
* added an option for timing test runsRafael H. Schloming2010-02-221-8/+20
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
* added missing author metadataRafael H. Schloming2010-02-191-0/+2
* added missing author metadataRafael H. Schloming2010-02-191-0/+2
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-187-9/+13
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
* fixed importsRafael H. Schloming2010-02-182-1/+1
* QPID-2409 - "qpid-route route map" can list the same broker multiple timesTed Ross2010-02-181-1/+1
* updated setup.py to match the package changesRafael H. Schloming2010-02-181-1/+2
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-1812-410/+559
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-183-11/+38
* Move queue info example to the new management/examples submoduleRobert Gemmell2010-02-181-0/+0
* Add some initial examples of using jmx to add new queues and delete messages ...Robert Gemmell2010-02-183-0/+295
* Adding example jmx script for extracting queue information form the Java brok...Marnie McCormack2010-02-181-0/+177
* This is related to QPID-2242Rajith Muditha Attapattu2010-02-181-47/+97
* added a null check for the exchange class - related to QPID-1831Rajith Muditha Attapattu2010-02-181-1/+2
* Deallocate rdma state when closing an rdma connectionAndrew Stitcher2010-02-171-0/+4
* Avoid linking to unversioned symbols in libibverbs by explicitlyAndrew Stitcher2010-02-171-2/+4
* Allow cmake build to work again with earlier boost versionsAndrew Stitcher2010-02-171-7/+4
* fixed subject defaulting and added testRafael H. Schloming2010-02-172-2/+21
* added a subject option to spoutRafael H. Schloming2010-02-171-1/+4
* more todo updatesRafael H. Schloming2010-02-171-0/+3
* updated todoRafael H. Schloming2010-02-171-1/+1
* removed sender caching as this should now be unnecessaryRafael H. Schloming2010-02-171-10/+4
* only cache addresses that existRafael H. Schloming2010-02-171-1/+2
* added caching for resolved addressesRafael H. Schloming2010-02-171-18/+69
* added reservations to examplesRafael H. Schloming2010-02-174-0/+495
* filled out some missing api-docRafael H. Schloming2010-02-171-5/+5
* added support for browsingRafael H. Schloming2010-02-173-29/+69
* This is related to QPID-1575Rajith Muditha Attapattu2010-02-172-2/+2
* fixed address syntax error in docsRafael H. Schloming2010-02-171-1/+1
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
* Comment out the gacutil stuff for the WCF DLLs and explain why. Related to QP...Stephen D. Huston2010-02-171-8/+17
* SSL changes for broker listening that weren't checked in with the original Wi...Stephen D. Huston2010-02-171-4/+4
* Build the ACL source into the qpidbroker library on Windows; works around the...Stephen D. Huston2010-02-171-15/+17
* This is related to QPID-2404Rajith Muditha Attapattu2010-02-162-2/+2
* QMF Messages originated from the broker don't have a routing-key field in the...Ted Ross2010-02-161-0/+5
* Handle the case where a message is received without a routing_key in the deli...Ted Ross2010-02-161-4/+10
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
* update exclude file to match new test package nameRafael H. Schloming2010-02-161-31/+31
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-166-64/+85
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
* When handling coalesced sets of SSL segments, ensure the buffer obtained to h...Stephen D. Huston2010-02-151-2/+9
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-154-0/+42
* backported package_data support to pre 2.4 pythonRafael H. Schloming2010-02-151-2/+73
* made epydoc a soft depRafael H. Schloming2010-02-151-7/+11