summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* QPID-1280: fixed performance regression for multiple subscribers on shared queueGordon Sim2008-11-291-0/+2
* Add Windows-specific files to EXTRA_DIST so they are in releases; fixes QPID-...Stephen D. Huston2008-11-181-1/+38
* File missing from last commit.Ted Ross2008-11-121-1/+1
* Added back header file that I mistakenly removed in r712653.Gordon Sim2008-11-121-0/+1
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-101-7/+0
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-061-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+1
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-041-0/+4
* Include qpidd.h file in listed sourcesGordon Sim2008-10-301-1/+1
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-291-1/+2
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-291-1/+3
* Ensure required header files are installed (we may want to revise this, but a...Gordon Sim2008-10-291-5/+5
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-261-0/+2
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-5/+10
* Fix Address wrapper to compile on MS VC8; discussed with Alan ConwayStephen D. Huston2008-10-241-2/+3
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-241-0/+2
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-3/+0
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-0/+2
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+4
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-0/+4
* configure.ac: check for presence of libboost_threads vs. libboost_threads-mtAlan Conway2008-10-161-1/+0
* Compile boost.spirit library in thread-safe mode.Alan Conway2008-10-161-0/+1
* enable build without xml installedCarl C. Trieloff2008-10-161-0/+2
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-151-26/+22
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-12/+1
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-141-0/+2
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+2
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-2/+8
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-0/+1
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-1/+2
* Add uuid wrapper for Windows; resolves QPID-1328Stephen D. Huston2008-10-081-1/+2
* Fixed a couple of distribution bugsTed Ross2008-10-081-0/+1
* Add ManagementEvent.h to distributed files.Gordon Sim2008-10-081-0/+1
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-2/+4
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-071-1/+3
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+1
* QPID 1306Carl C. Trieloff2008-10-031-0/+2
* Include IntegerTypes.h in packaged headers.Gordon Sim2008-10-031-1/+1
* Resolve QPID-1311Stephen D. Huston2008-10-021-1/+3
* cluster:]Alan Conway2008-09-261-1/+0
* Removed redundant code.Alan Conway2008-09-221-1/+0
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-0/+1
* - add mgnt schema for clusterCarl C. Trieloff2008-09-161-1/+2
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-1/+1
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-121-3/+4
* Added in header file missing from ditributionAndrew Stitcher2008-09-111-0/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-0/+3
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-2/+23
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-14/+25
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-091-2/+3