summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0168-5724/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-309-33/+46
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-296-10/+11
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-2814-73/+404
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-2410-60/+201
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-2217-94/+127
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-2210-19/+26
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-209-16/+99
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-174-11/+22
* Minor modifications for recovery and debug.Gordon Sim2006-11-163-9/+6
* Re-enabled tracing of requests sent and received.Gordon Sim2006-11-151-1/+2
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-157-4/+150
* update Apache licenses to the current versionStephen Vinoski2006-11-1059-767/+944
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-101-1/+7
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0956-229/+231
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-094-4/+71
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-0821-114/+67
* 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-0622-54/+54
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-0310-29/+86
* Misc. cleanup.Alan Conway2006-11-014-7/+9
* Moved APR specific sources into src_apr.Alan Conway2006-11-012-5/+5
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-3116-95/+49
* 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
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-247-29/+17
* Fixed various minor TODO issues.Alan Conway2006-10-192-18/+11
* Fix core dump if address in use.Alan Conway2006-10-171-2/+0
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-161-1/+1
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1637-132/+132
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1638-0/+3581