summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-096-6/+78
* Removed invalid and redundant include.Gordon Sim2006-11-091-1/+0
* More separation of concerns with APR, client side complete.Alan Conway2006-11-098-141/+211
* Files missed in last commit.Alan Conway2006-11-083-0/+76
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-0851-564/+414
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-074-12/+20
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-0719-50/+174
* Minor source reorg, see README.Alan Conway2006-11-0659-88/+1797
* Added protocol version and version exception classes in preparation for multi...Kim van der Riet2006-11-036-10/+240
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-0311-29/+87
* Removed unused code.Alan Conway2006-11-012-268/+0
* Misc. cleanup.Alan Conway2006-11-0112-39/+47
* Moved APR specific sources into src_apr.Alan Conway2006-11-0124-1807/+27
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-3158-1480/+464
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-3112-80/+92
* Added doc & unit tests.Gordon Sim2006-10-312-1/+11
* Some additional unit tests.Gordon Sim2006-10-314-8/+15
* Initial implementation for tx class.Gordon Sim2006-10-3042-270/+1291
* Makefile support for optimized release build. Do make BUILD=RELEASE.Alan Conway2006-10-241-2/+2
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-2417-62/+32
* Fixed various minor TODO issues.Alan Conway2006-10-196-28/+13
* Remove bad assertAlan Conway2006-10-181-3/+2
* Fix core dump if address in use.Alan Conway2006-10-174-7/+5
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-1614-24/+24
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1639-134/+134
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-16143-0/+10941