summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-192-9/+0
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1
* QPID-2335: Set the timeout used when waiting for a message to be 1 second whi...Gordon Sim2010-01-191-1/+1
* Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.Stephen D. Huston2010-01-182-2/+3
* Deleting vestigial header file.Jonathan Robie2010-01-181-37/+0
* Commiting John Dunning's revisions to the XML client session test.Jonathan Robie2010-01-181-1/+2
* Applied John Dunning's patch from https://issues.apache.org/jira/browse/QPID-...Jonathan Robie2010-01-182-4/+8
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-184-30/+1
* Alter type of array index variableGordon Sim2010-01-181-2/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-1516-19/+363
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-1411-56/+0
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-1316-21/+509
* Explicitly name qpid::framing::Buffer instead of framing::Buffer; resolves co...Stephen D. Huston2010-01-121-5/+5
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-1210-8/+504