summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-168-15/+448
* added notice entriesCarl C. Trieloff2007-07-161-2/+14
* Add missing header file to distribution.Alan Conway2007-07-131-0/+1
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-133-0/+279
* Add missing space in CPPFLAGS=-DCLUSTERAlan Conway2007-07-121-1/+1
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-128-126/+434
* * qpid-autotools-install: Update to use m4-1.4.10.Jim Meyering2007-07-101-3/+3
* Update for Fedora init-scripts guidelines:Jim Meyering2007-07-091-21/+36
* refactoring: Gordon Sim2007-07-0912-143/+296
* - added sleep to waiting thread.Carl C. Trieloff2007-07-061-1/+1
* * qpid-autotools-install: Update to use m4-1.4.9 and libtool-1.5.24.Jim Meyering2007-07-061-5/+5
* - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change.Carl C. Trieloff2007-07-052-13/+14
* - missing APR mutex update - should now all build againCarl C. Trieloff2007-07-051-0/+52
* - Added RW lockCarl C. Trieloff2007-07-0514-30/+124
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-0514-85/+217
* Remove trailing blanks and blank line at end.Jim Meyering2007-07-051-3/+2
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-0512-30/+148
* Encode/decode for UUIDs.Alan Conway2007-07-045-1/+44
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-0415-346/+416
* Fix error from previous commit.Alan Conway2007-07-041-1/+0
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-036-6/+156
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-036-1/+172
* * src/tests/cluster_client.cpp: Cluster client test not yet included in test...Alan Conway2007-07-034-0/+118
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-034-9/+24
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-0313-158/+22
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-0217-429/+353
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-022-6/+7
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-295-44/+26
* * More work on asychronous network IOAndrew Stitcher2007-06-297-44/+506
* Temporarily disable Cluster test while I'm fixing problems with it.Alan Conway2007-06-291-4/+5
* * Summary:Alan Conway2007-06-2934-312/+651
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-275-1/+199
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-2721-202/+126
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* Fixes and tests:Gordon Sim2007-06-274-5/+20
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-2716-3/+279
* Fixed client leak and python tests portAlan Conway2007-06-273-20/+19
* Fix shutdown race in Connector.Alan Conway2007-06-271-1/+1
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-2726-684/+508
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-263-13/+14
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-265-8/+173
* Fix bug in cluster-disabled mode.Alan Conway2007-06-261-1/+2
* Missing file from last commitAlan Conway2007-06-261-0/+51
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-2629-117/+909
* Added troubleshooting case for ./configureCarl C. Trieloff2007-06-251-0/+10
* Dummy libcluster.so when openais is not available, keep rpmbuild happy.Alan Conway2007-06-202-4/+7
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-1823-365/+1609
* Parser for AMQP-95 URLsAlan Conway2007-06-155-0/+257
* Minor update of log messages.Gordon Sim2007-06-151-2/+2
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-146-11/+11