summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* * cpp/src/broker/BrokerMessageMessage.h: Change reference from weak_ptr toAlan Conway2007-04-056-6/+49
* * Exteneded use of shared pointers frame bodies across all send() commands.Alan Conway2007-04-0516-77/+345
* * Further (minor) changes to the interface between store and broker.Gordon Sim2007-04-0516-170/+137
* * Made client::Channel bi-modal: 0-8 or 0-9 modes.Alan Conway2007-04-046-56/+488
* * tests/FramingTest.cpp: Fixed integer types to build on 64 bit architecturesAlan Conway2007-04-032-15/+15
* * Remove redundant Makefile.am, not needed with single src/ makefile.Alan Conway2007-04-035-179/+10
* Moved BasicMessage::WaitableDestination to IncomingMessage::WaitableDestinati...Alan Conway2007-04-034-63/+72
* * cpp/src/broker/Broker.cpp: Join cleaner thread.Alan Conway2007-04-034-143/+160
* Run selected python tests with make check TESTS=python_tests PYTHON_TESTS=<s...Alan Conway2007-04-021-1/+1
* Fix error in flags.Alan Conway2007-04-021-1/+1
* Fix error in previous commit.Alan Conway2007-04-021-3/+3
* * src/tests/examples.README,examples.Makefile: out of date, removed.Alan Conway2007-04-029-204/+164
* More QPID-243Andrew Stitcher2007-04-023-6/+168
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-02276-14/+25975
* Renamed cpp-0-9 to cppAlan Conway2007-03-212-0/+97
* * cpp: svn removed, will rename cpp-0-9Alan Conway2007-03-212-97/+0
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-231-0/+20
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-131-0/+3
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-121-3/+3
* Patch sumbitted to qpid-dev:Gordon Sim2006-12-061-5/+11
* 2006-12-05 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-051-2/+0
* Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe.Gordon Sim2006-12-011-2/+4
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-01174-14088/+18
* 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-1312-50/+492
* update Apache licenses to the current versionStephen Vinoski2006-11-10152-1976/+2432
* 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-09137-728/+1051
* 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