summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix to test. Throw exception where previously printed warning.Gordon Sim2006-12-012-2/+3
* Buliding APR code, running python tests.Alan Conway2006-12-016-135/+51
* Script to bootstrap autconf/automake in a fresh checkout.Alan Conway2006-12-011-0/+8
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-01235-930/+13784
* Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-303-9/+14
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-3010-35/+48
* Changes for building on RHEL3. Also bundle debug and release libsSteven Shaw2006-11-306-27/+36
* Added some comments about building a debug release for RHEL3Steven Shaw2006-11-303-2/+12
* Removed old xslt generation files no longer used.Carl C. Trieloff2006-11-2917-2825/+0
* Added license filesCarl C. Trieloff2006-11-292-0/+224
* no longer usedCarl C. Trieloff2006-11-291-0/+0
* Fix apr-1 header includes.Alan Conway2006-11-292-2/+2
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-2943-661/+1903
* 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-2818-86/+639
* 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-2413-83/+291
* Scripts to simplify runnning topictest. topicall is the main script.Alan Conway2006-11-234-0/+135
* Renamed (slightly) the rhel3 release tarballSteven Shaw2006-11-231-1/+1
* 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-2231-177/+369
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-2219-25/+43
* Temporary fix to avoid type name clashes. Will very shortly move this definit...Gordon Sim2006-11-221-2/+1
* QPID-121 Added script to build a release package of qpid cpp client.Steven Shaw2006-11-213-1/+65
* QPID-120 Forget the build.rhel3 script in earlier commit.Steven Shaw2006-11-211-0/+11
* QPID-121 Added a makefile for use by users after release.Steven Shaw2006-11-211-0/+56
* QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain.Steven Shaw2006-11-215-4/+56
* Added another example for client api.Gordon Sim2006-11-213-4/+207
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-2011-20/+103
* 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