summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Patch sumbitted to qpid-dev:Gordon Sim2006-12-064-32/+58
* 2006-12-05 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-051-1/+1
* 2006-12-05 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-051-2/+0
* Allow settings to be set and persisted for queues.Gordon Sim2006-12-059-26/+65
* Added queue policy class for controlling when message content should be relea...Gordon Sim2006-12-058-15/+163
* Patch submitted on qpid-dev:Gordon Sim2006-12-052-8/+17
* 2006-12-04 Jim Meyering <jim@meyering.net>Alan Conway2006-12-041-6/+7
* Andrew Stitcher: Reduced CppUnit version requirement to 1.10.2Alan Conway2006-12-042-2/+2
* Patch from Andrew Stitcher:Gordon Sim2006-12-042-2/+2
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-044-116/+45
* Patch from Andrew Stitcher, sent to qpid-dev list.Gordon Sim2006-12-041-3/+3
* 2006-12-04 Jim Meyering <jim@meyering.net>Alan Conway2006-12-042-5/+6
* Split README into README-dev for developers and README-dist for peopleAlan Conway2006-12-012-5/+29
* Fixed quoting error in tests/Makefile.am.Alan Conway2006-12-011-2/+1
* Jim Meyering: README typos, svn:ignore properties on directories.Alan Conway2006-12-011-12/+9
* Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe.Gordon Sim2006-12-012-10/+23
* Backed apr dependancy down to >=1.2.2 to be able to build on FC5 and FC6Carl C. Trieloff2006-12-011-1/+1
* Further checkin of previous patch ( I seem to have done something wrong to ha...Gordon Sim2006-12-011-19/+18
* Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ...Gordon Sim2006-12-015-25/+38
* Modification to ensure lazy loading is setup correctly where required on reco...Gordon Sim2006-12-011-0/+3
* 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