summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved automake for the qmf bindings.Ted Ross2009-09-034-25/+43
* Add WCF channel code: patches from QPID-2065, QPID-2066, QPID-2067Stephen D. Huston2009-09-0287-0/+10044
* QPID-2050 - leak of bridge objectsTed Ross2009-09-022-1/+14
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* Add diagram of priority queue implementationAidan Skinner2009-09-021-0/+0
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also fi...Rafael H. Schloming2009-09-023-35/+35
* Add diagram of the broker queue and subscription model.Aidan Skinner2009-09-021-0/+0
* Fixed a race condition whereby the connection thread sometimes read the value ofTed Ross2009-09-021-1/+1
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-029-13/+1198
* fixed importRafael H. Schloming2009-09-022-1/+1
* split out driver and utility code from messaging.py; added _ to private metho...Rafael H. Schloming2009-09-024-540/+597
* use backwards compatible syntax for try, except, finallyRafael H. Schloming2009-09-021-4/+5
* Removed empty directoryTed Ross2009-09-020-0/+0
* added sync flag to acknowledge and ack_capcity to SessionRafael H. Schloming2009-09-022-11/+52
* More QMF implementation:Ted Ross2009-09-027-390/+461
* QPID-2059 : CI failures were due to threading races to exhaust prefetch befor...Martin Ritchie2009-09-021-19/+11
* QPID-2078: cluster disallows the connection.close management method, so skip ...Gordon Sim2009-09-021-0/+1
* Avoid failed test where ruby-devel isn't installedAndrew Stitcher2009-09-011-0/+2
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-017-9/+7
* added missing names to __all__Rafael H. Schloming2009-09-011-2/+4
* Remove some warnings picked up by MSVC compilerAndrew Stitcher2009-09-011-2/+2
* Some QPID_COMMON_EXTERNs missed from previous uuid commitAndrew Stitcher2009-09-011-3/+3
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-012-2/+26
* CommitRollbackTest#testPutThenRollbackThenGet failed on CI. Using a 100ms ini...Martin Ritchie2009-09-011-1/+1
* QPID-2059 : Updated SLT to ensure there is a gap between ACTIVE and SUSPENDIN...Martin Ritchie2009-09-011-12/+20
* QPID-2077 : The problem with the tearDown is that we still have a race condit...Martin Ritchie2009-09-011-3/+25
* QPID-2059 : Add some validation to verify suspension has been lifted correctly.Martin Ritchie2009-09-011-15/+18
* QPID-2060 : Simplist solution is to remove test as the functionality is bette...Martin Ritchie2009-09-011-12/+0
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-316-24/+49
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-3113-203/+205
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-3110-176/+512
* added async send to the API; minor doc updatesRafael H. Schloming2009-08-313-8/+71
* Major work in the QMF engine.Ted Ross2009-08-2817-163/+1096
* added make doc; modified @synchronized to preserve docstrings and argnamesRafael H. Schloming2009-08-272-8/+24
* added an assertion to check that credit constraints are not violated, and cor...Rafael H. Schloming2009-08-271-1/+3
* Fix MessagingSessionTests name (was missing trailing 's'Stephen D. Huston2009-08-261-1/+1
* Purely cosmetic changes, no functional change.Ted Ross2009-08-261-449/+469
* Hide internal message ID behind APIGordon Sim2009-08-2610-274/+355
* QPID-2060: If the result set isn't the right size, try re-reading the log fil...Aidan Skinner2009-08-261-2/+4
* Add required include (absence believed to cause failures on some platforms)Gordon Sim2009-08-261-0/+1
* Added help text for exchange typesTed Ross2009-08-251-0/+6
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-255-663/+12
* worked around the lack of abspath on older systemsRafael H. Schloming2009-08-251-1/+7
* QPID-2075: Wrap every Connection/Notification Listener removal in an individu...Robert Gemmell2009-08-252-7/+38
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2565-4/+6693
* moved compile and qpid_config sed into install targetRafael H. Schloming2009-08-251-10/+16
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-255-8/+49
* fallback to format_exception for python 2.3Rafael H. Schloming2009-08-252-2/+9
* workaround lack of -m option on python 2.3Rafael H. Schloming2009-08-241-1/+1
* added Makefile with basic build/install/cleanRafael H. Schloming2009-08-243-4/+151