summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-1715-90/+21
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-175-11/+56
* Minor modifications for recovery and debug.Gordon Sim2006-11-165-13/+13
* Re-enabled tracing of requests sent and received.Gordon Sim2006-11-154-8/+11
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-159-5/+322
* Tidy-up of version codeKim van der Riet2006-11-134-9/+14
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-131-0/+71
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-1312-50/+492
* update Apache licenses to the current versionStephen Vinoski2006-11-10196-2302/+3208
* 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-09161-839/+1171
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-097-15/+129
* Removed invalid and redundant include.Gordon Sim2006-11-091-1/+0
* More separation of concerns with APR, client side complete.Alan Conway2006-11-099-144/+213
* Files missed in last commit.Alan Conway2006-11-083-0/+76
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-0859-611/+458
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-077-54/+66
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-0722-66/+238
* Minor source reorg, see README.Alan Conway2006-11-0670-218/+233
* Added protocol version and version exception classes in preparation for multi...Kim van der Riet2006-11-036-10/+240
* 2006-11-03 Jim Meyering <meyering@redhat.com>Alan Conway2006-11-033-3/+2
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-0316-167/+233
* Removed unused code.Alan Conway2006-11-015-419/+0
* Misc. cleanup.Alan Conway2006-11-0114-42/+52
* Moved APR specific sources into src_apr.Alan Conway2006-11-0128-23/+116
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-3162-1504/+470
* 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-314-1/+139
* Some additional unit tests.Gordon Sim2006-10-318-8/+461
* Reworked Makefile to support multiple builds, see README for detailsAlan Conway2006-10-306-155/+189
* Initial implementation for tx class.Gordon Sim2006-10-3047-384/+1448
* Clean test/client directory properly.Alan Conway2006-10-251-5/+6
* Makefile support for optimized release build. Do make BUILD=RELEASE.Alan Conway2006-10-244-17/+24
* 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