summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-2420-66/+36
* Tidy-up of generated codeKim van der Riet2006-10-231-1/+2
* Fixed deps to ensure unit tests are built.Gordon Sim2006-10-201-0/+1
* Updated stylesheet for generator such that a const reference is used where a ...Gordon Sim2006-10-201-1/+1
* Fixed various minor TODO issues.Alan Conway2006-10-1913-73/+33
* Remove bad assertAlan Conway2006-10-181-3/+2
* Fix build problems in makefile & client tests.Alan Conway2006-10-184-29/+27
* Fix core dump if address in use.Alan Conway2006-10-174-7/+5
* Fix #include dependencies.Alan Conway2006-10-171-0/+3
* Removed dependencies on linked libraries to avoid needless relinking.Alan Conway2006-10-172-7/+7
* Re enable python tests accidentally commented out in previous checkin.Alan Conway2006-10-161-1/+1
* Fix problem with generated code re-starting makefile.Alan Conway2006-10-161-14/+13
* Link with absolute paths to qpid libs so exes work anywhere.Alan Conway2006-10-161-4/+4
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-1616-31/+31
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1653-165/+161
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-16192-935/+602
* Converted broker to a class for use in tests, plugins etc.Alan Conway2006-10-1223-138/+465
* Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.Gordon Sim2006-10-122-2/+2
* Renamed to follow naming conventions.Alan Conway2006-10-112-0/+0
* Turned up gcc warnings, fixed warnings in code, enabled -Werror.Alan Conway2006-10-1186-787/+540
* Implementation of basic_get.Gordon Sim2006-10-117-26/+154
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-108-68/+208
* Decoupled routing from the channel and message classes.Gordon Sim2006-10-0612-56/+312
* Cleanup of unused classes.Gordon Sim2006-09-295-236/+3
* New files missed from yesterdays checkin, apologies!Alan Conway2006-09-285-0/+333
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-2719-326/+492
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-273-3/+10
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-274-14/+103
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-223-21/+37
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-2118-89/+429
* Use the generated proxy classes rather than constructing frames directly.Gordon Sim2006-09-214-58/+89
* Import of qpid from etp:Rafael H. Schloming2006-09-19180-0/+16067