summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-042-4/+4
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-049-73/+144
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-044-0/+332
* Correct signature of usleep() methodStephen D. Huston2008-11-031-1/+1
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-032-3/+7
* 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-039-19/+48
* 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-312-4/+26
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-314-4/+21
* 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-301-1/+1
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-309-61/+164
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-293-44/+120
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-293-22/+38
* Make federation work over Rdma linksAndrew Stitcher2008-10-281-45/+53
* Trivial comment changeAndrew Stitcher2008-10-281-1/+0
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-275-7/+6
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-272-4/+6
* corrected compile errorCarl C. Trieloff2008-10-261-1/+1
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-263-59/+130
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-2519-388/+673
* Fix compile error.Alan Conway2008-10-251-2/+2
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-243-3/+3
* Moved TcpAddress insertion operators to Address.cppStephen D. Huston2008-10-241-6/+0
* Fix Address wrapper to compile on MS VC8; discussed with Alan ConwayStephen D. Huston2008-10-242-5/+56
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-242-9/+9
* Added truncation logic to putShortString and putMediumString in case strings ...Ted Ross2008-10-241-2/+4
* Added exchange options to qpid-configTed Ross2008-10-241-0/+1
* removed qualifiers from return values (cause problems on newer compilers)Gordon Sim2008-10-243-7/+3
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-245-40/+107
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-245-4/+106
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-2411-89/+430
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-234-27/+79
* don't append realm in null authenticator if the userid as supplied already en...Gordon Sim2008-10-231-1/+5