summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improved the comments describing the notification mechanisms.Ted Ross2010-01-291-11/+18
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-2915-78/+298
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-292-9/+58
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-293-18/+74
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* test_enf.sh: Added missing directories to PATHAlan Conway2010-01-291-1/+1
* Apply part of patch msvc2005.patch from QPID-2371.Stephen D. Huston2010-01-291-0/+1
* QPID-2374: fix conditional compile based on configKenneth Anthony Giusti2010-01-291-1/+4
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* Added missing QPID_COMMON_EXTERN decorators to fix Windows build. Resolves QP...Stephen D. Huston2010-01-281-2/+5
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-282-3/+8
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-287-0/+66
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-282-9/+8
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-282-2/+4
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-2824-255/+410
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-2710-18/+146
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-272-5/+70
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-278-6/+181
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-279-24/+172
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101
* Write the correct port number to stdout when starting up. Resolves QPID-2366.Stephen D. Huston2010-01-271-5/+5
* Locate an executable's path correctly and set up in PATH properly. Catch up r...Stephen D. Huston2010-01-272-9/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-279-30/+68
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-2716-49/+49
* Make TCP more like RDMAAndrew Stitcher2010-01-261-3/+5
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-267-37/+27
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-262-16/+60
* Explicitly ignore SIGCHLD signal by sending it to an empty function so thatAndrew Stitcher2010-01-251-0/+17
* QPID-2355: fix include path order in binding makefilesKenneth Anthony Giusti2010-01-252-2/+2
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-2311-75/+1425
* If we've already closed Connection don't attempt to write to itAndrew Stitcher2010-01-221-0/+4
* #include SecurityLayer.h needs to go back in; MSVC needs to see the class def...Stephen D. Huston2010-01-221-0/+1
* Refer to ConnectionAccess as the struct it is, not class. Resolves compile wa...Stephen D. Huston2010-01-221-1/+1
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-2214-2/+132
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-213-5/+5
* Small comment fixAndrew Stitcher2010-01-211-1/+1
* Throw sync connect failures straight out of AsynchConnector constructorAndrew Stitcher2010-01-211-19/+2
* Allow Connection to be closed whilst still connecting without error.Andrew Stitcher2010-01-211-1/+2
* Ensure that shutting down an unsuccessful connect can't race with connection ...Andrew Stitcher2010-01-211-3/+9
* Remove possible double closing of connection on connect failureAndrew Stitcher2010-01-211-7/+4
* Fix a potential RDMA connect failure raceAndrew Stitcher2010-01-211-3/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-217-220/+196
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-215-24/+36
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-213-3/+3
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Fixed "Cluster-safe assertions" not to break the build (CMake)Andrew Stitcher2010-01-211-0/+1
* Cluster-safe assertions.Alan Conway2010-01-207-4/+147
* Provide access to a sessions connection.Gordon Sim2010-01-204-0/+33
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-203-27/+62