summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-1311-48/+490
* update Apache licenses to the current versionStephen Vinoski2006-11-10151-1963/+2416
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-104-69/+75
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-09136-725/+1048
* 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-0850-563/+410
* 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-0658-87/+1796
* 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-0111-38/+46
* 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-3157-1479/+463
* 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-2416-45/+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-173-6/+4
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-1613-23/+23
* 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-16141-0/+10876