summaryrefslogtreecommitdiff
path: root/cpp/test
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0136-4083/+0
* Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-301-1/+1
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-2/+2
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-297-14/+514
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-284-13/+235
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-243-23/+90
* Scripts to simplify runnning topictest. topicall is the main script.Alan Conway2006-11-234-0/+135
* Added echo_service to EXAMPLESSteven Shaw2006-11-231-1/+1
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-222-14/+21
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-224-0/+4
* QPID-121 Added script to build a release package of qpid cpp client.Steven Shaw2006-11-211-1/+1
* QPID-121 Added a makefile for use by users after release.Steven Shaw2006-11-211-0/+56
* Added another example for client api.Gordon Sim2006-11-211-0/+197
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-202-4/+4
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-171-71/+0
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-0/+34
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-151-1/+11
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-131-0/+71
* update Apache licenses to the current versionStephen Vinoski2006-11-1025-286/+407
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0921-57/+57
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-091-9/+51
* More separation of concerns with APR, client side complete.Alan Conway2006-11-091-3/+2
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-085-43/+39
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-073-42/+46
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-073-16/+64
* Minor source reorg, see README.Alan Conway2006-11-068-12/+12
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-035-138/+146
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-313-23/+4
* Added doc & unit tests.Gordon Sim2006-10-312-0/+128
* Some additional unit tests.Gordon Sim2006-10-314-0/+446
* Initial implementation for tx class.Gordon Sim2006-10-305-114/+157
* Makefile support for optimized release build. Do make BUILD=RELEASE.Alan Conway2006-10-241-1/+1
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-1/+1
* Fixed various minor TODO issues.Alan Conway2006-10-196-35/+10
* Fix build problems in makefile & client tests.Alan Conway2006-10-183-26/+24
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1613-26/+26
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1618-0/+2022
* Turned up gcc warnings, fixed warnings in code, enabled -Werror.Alan Conway2006-10-111-0/+40