summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in prev...Alan Conway2008-11-057-0/+1298
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-056-2/+210
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-0514-19/+190
* Fix error in run_test.Alan Conway2008-11-051-1/+1
* Add new source filesStephen D. Huston2008-11-053-24/+45
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-056-4/+28
* Add missing IntegerTypes.h include; fixes QPID-1436Stephen D. Huston2008-11-051-0/+1
* No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves...Stephen D. Huston2008-11-051-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-0523-76/+311
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-042-4/+4
* renamed suite to avoid collision for newer versions of boostGordon Sim2008-11-041-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-0414-87/+267
* Added unit test for replay utility class.Gordon Sim2008-11-042-1/+81
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-048-6/+554
* Correct signature of usleep() methodStephen D. Huston2008-11-031-1/+1
* Add missing source filesStephen D. Huston2008-11-031-0/+15
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-033-40/+61
* This line seems not to be as redundant as I thought! Its removal seems to tri...Gordon Sim2008-11-031-0/+1
* Various fixes arising from testing client failover:Gordon Sim2008-11-0310-24/+52
* Get initial Windows options in; event log doesn't yet workStephen D. Huston2008-10-312-9/+43
* Federation enhancements and bug fixes:Ted Ross2008-10-311-1/+4
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-313-4/+40
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-315-10/+24
* Fix intermittent hanging where two threads are waiting for completions on the...Gordon Sim2008-10-311-1/+1
* Federation bug-fixes:Ted Ross2008-10-314-12/+22
* Fix Acl references related to QPID-1368Stephen D. Huston2008-10-302-5/+5
* Fix namespace reference usage to work on WindowsStephen D. Huston2008-10-301-2/+2
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-307-20/+173
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-303-98/+100
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-304-41/+41
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-309-28/+41
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Removed unneeded forward refStephen D. Huston2008-10-301-1/+0
* Add missing include fileStephen D. Huston2008-10-301-0/+2
* Add missing include new - needed on WindowsStephen D. Huston2008-10-301-0/+1
* Removed unneeded and nonportable include config.hStephen D. Huston2008-10-301-1/+0
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-302-1/+90
* Add missing source filesStephen D. Huston2008-10-302-4/+16
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-3012-75/+257
* 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-295-48/+125
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-294-188/+253
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-296-30/+50
* Ensure required header files are installed (we may want to revise this, but a...Gordon Sim2008-10-291-5/+5
* Rename schema names OPTIONAL and INDEX to IS_OPTIONAL and IS_INDEX to avoid n...Stephen D. Huston2008-10-282-4/+4
* Fix to build needed directory tree on Windows; fixes QPID-1407Stephen D. Huston2008-10-281-1/+1
* Make federation work over Rdma linksAndrew Stitcher2008-10-281-45/+53