summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-225-66/+50
* QPID-920: allow applications to trigger the sending of a flush to serverGordon Sim2008-04-224-0/+13
* Moved federation to final 0-10 codepathGordon Sim2008-04-2211-51/+64
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-227-45/+46
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-227-12/+30
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-228-28/+329
* Fix packaging problems for rpmbuild.Alan Conway2008-04-211-33/+33
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-214-18/+30
* Disable compilation of amqp_0_10 codec until ready for integration.Alan Conway2008-04-212-40/+42
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-216-93/+30
* Fix compile error on rhel5.Alan Conway2008-04-211-45/+45
* src/qpid/RangeSet.h: generic set implementation using ranges.Alan Conway2008-04-217-15/+512
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-2120-52/+90
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-2089-2083/+1587
* Added missed new include fileAndrew Stitcher2008-04-181-0/+1
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-186-34/+79
* Fix test failure.Alan Conway2008-04-181-2/+3
* Split AsynchIOAcceptor into IOHandler and connection control codeAndrew Stitcher2008-04-184-142/+198
* fix ambiguity problem found on gcc 3.4 compilersKim van der Riet2008-04-181-1/+1
* Fix build problem.Alan Conway2008-04-181-1/+1
* Uncommented tests.Alan Conway2008-04-181-284/+283
* Fix to prevent possible Timer deadlocks by holding onto mutex while calling f...Kim van der Riet2008-04-181-0/+1
* src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.Alan Conway2008-04-182-1/+15
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-1739-308/+460
* src/Makefile.am: Fix problems with rpmbuild.Alan Conway2008-04-172-28/+12
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-174-3/+10
* add full path to qpidd in init script, as it fails in some environments with ...Nuno Santos2008-04-171-1/+1
* Some fixes to the transitional spec defs.Gordon Sim2008-04-173-45/+33
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-174-55/+58
* Add missing files to packaging.Alan Conway2008-04-161-0/+3
* Removed complex_types.h from Makefile.am.Alan Conway2008-04-161-1/+0
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-163-22/+34
* Fix encoding for sized structs.Alan Conway2008-04-1615-360/+696
* Fix bug in Blob::assign assigning from an empty blob.Alan Conway2008-04-161-0/+1
* Fix build error - missing op << for Struct32.Alan Conway2008-04-153-0/+35
* Correct Struct32 encoding: size/code/data.Alan Conway2008-04-158-21/+98
* Comment out failing test, repairing.Alan Conway2008-04-151-7/+6
* Disabled failing tests, working on fixing the issues.Alan Conway2008-04-151-1/+8
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-157-22/+82
* Cleanup of size calculations and handling UnknownStructAlan Conway2008-04-152-14/+19
* add svn revision include to specfileNuno Santos2008-04-151-0/+1
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-1515-153/+190
* Fix build error: MapValue SIZE was too small for Struct32.Alan Conway2008-04-151-1/+5
* QPID-648: Get list of supported mechanisms from sasl lib. (Patch from mfarrel...Gordon Sim2008-04-151-50/+54
* Remove deleted file from distribution list.Gordon Sim2008-04-151-1/+0
* Struct32 encodingAlan Conway2008-04-1516-81/+215
* fix home dir permissionsNuno Santos2008-04-141-2/+6
* * Fix interpretation of accept-mode, 0 == EXPLICITGordon Sim2008-04-142-1/+2
* Fix to struct32 encodingGordon Sim2008-04-141-1/+1
* QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...Gordon Sim2008-04-146-70/+161