summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Ensure work is marked completed when recovered.Gordon Sim2007-05-252-8/+2
* Added support for recovering prepared transactions.Gordon Sim2007-05-2515-8/+328
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2238-615/+1171
* Temporary hack to the logic used in parsing environment options to avoid trea...Gordon Sim2007-05-211-1/+2
* Added back -s short option for store lib.Gordon Sim2007-05-211-1/+1
* Changes to support durable exchanges.Gordon Sim2007-05-1724-60/+332
* Recorded merge of revisions 536279 via svnmerge from Alan Conway2007-05-081-1/+1
* Moved parseOptions from qipdd to CommonOptions where it can be re-used.Alan Conway2007-05-012-1/+36
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-302-0/+235
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-1/+1
* Added environment variables as a source of Qpid configuration.Alan Conway2007-04-252-0/+25
* * qpid/CommonOptions.h:Alan Conway2007-04-258-449/+194
* Added some dtx related unit testsGordon Sim2007-04-207-22/+88
* Some dtx related updates.Gordon Sim2007-04-1917-61/+675
* * qpidc.spec.in: bump RPM revision for bugfix.Alan Conway2007-04-161-5/+6
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-164-17/+53
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-13223-0/+20375
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-01172-14084/+0
* Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-302-8/+13
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-309-33/+46
* Changes for building on RHEL3. Also bundle debug and release libsSteven Shaw2006-11-301-0/+2
* Fix apr-1 header includes.Alan Conway2006-11-292-2/+2
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-2935-638/+1371
* Bug fixes: corrected fragmentation of large messages in client, set buffer si...Gordon Sim2006-11-282-11/+13
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-2814-73/+404
* Bug fix, basic_qos_ok was set to wrong type.Gordon Sim2006-11-271-29/+29
* 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-2227-152/+323
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-2215-25/+39
* Temporary fix to avoid type name clashes. Will very shortly move this definit...Gordon Sim2006-11-221-2/+1
* QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain.Steven Shaw2006-11-211-1/+1
* Added another example for client api.Gordon Sim2006-11-212-4/+10
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-209-16/+99
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-1713-17/+19
* 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-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-158-4/+311
* Tidy-up of version codeKim van der Riet2006-11-134-9/+14
* 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