summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-262-4/+10
* Added environment variables as a source of Qpid configuration.Alan Conway2007-04-253-2/+36
* * qpid/CommonOptions.h:Alan Conway2007-04-2512-589/+269
* Added some dtx related unit testsGordon Sim2007-04-2011-154/+520
* Some dtx related updates.Gordon Sim2007-04-1919-70/+731
* Longer broker_start timeout to avoid failures in plague builds.Alan Conway2007-04-171-1/+1
* More QPID-243Andrew Stitcher2007-04-171-201/+194
* * qpidc.spec.in: bump RPM revision for bugfix.Alan Conway2007-04-162-6/+7
* Disable ClientChannelTest to allow RPM work to continue. I am investigating.Alan Conway2007-04-161-2/+2
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-164-17/+53
* * Moved code generation into top-level gen/ dir with own Makefile.amAlan Conway2007-04-144-81/+11
* * tests/Makefile.am: fix for source move.Alan Conway2007-04-131-4/+2
* Fixed broken installation of .h files.Alan Conway2007-04-131-4/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-13260-407/+411
* * cpp/configure.ac: Disable static libraries by default. Half the build time!Alan Conway2007-04-112-3/+6
* * src/tests/Makefile.am: Remove trailing blanks.Jim Meyering2007-04-111-3/+3
* * src/tests/Makefile.am: Use .NOTPARALLEL target to suppressJim Meyering2007-04-111-0/+4
* * src/tests/Makefile.am (check): Depend on ../qpidd, too,Jim Meyering2007-04-111-1/+2
* * cpp/qpidc.spec.in: Added qpidd-devel sub-package.Alan Conway2007-04-1132-61/+59
* * Fixes to enable VPATH builds.Alan Conway2007-04-113-6/+5
* Added extra method to transaction control interface for store plugins.Gordon Sim2007-04-116-0/+20
* * docs/api/*: Fixed API doc generation to work with VPATH builds.Alan Conway2007-04-103-225/+237
* * 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