summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed spurious assertion from python test agentTed Ross2009-10-261-1/+0
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-236-99/+109
* QPID-2156 - Add thread shutdown to python QMF bindings, additional logging, n...Ted Ross2009-10-231-41/+99
* Get selected TCP listen port before building the pid file name; fixes regress...Stephen D. Huston2009-10-231-2/+3
* Removed "..." from suppressions to work with older valgrind versions.Alan Conway2009-10-222-5/+15
* Move management-agent earlier in the init-sequence so it is destroyed after theTed Ross2009-10-222-2/+2
* Added operators for present/not-present in the object (i.e. for optional prop...Ted Ross2009-10-221-1/+3
* Added immediate-publish for new connections and agents. This solves a race c...Ted Ross2009-10-223-35/+53
* Improved suppression for TCPConnector leak.Alan Conway2009-10-221-8/+4
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-225-9/+6
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-217-43/+41
* Add missing accept() call to start listening on broker portStephen D. Huston2009-10-211-3/+4
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-216-29/+52
* Fix repository location and update CMake-based build instructionsStephen D. Huston2009-10-211-7/+8
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-2131-11/+4104
* Add ability to load modules from something other than a .so file; allows load...Stephen D. Huston2009-10-212-1/+11
* Fixed memory leak on broker shutdown. Broker's management agent pointer is nowTed Ross2009-10-202-6/+6
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-208-77/+79
* Supress TCPConnector join leak, disabled valgrind --gen-supressions - too ver...Alan Conway2009-10-202-1/+16
* QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings imp...Ted Ross2009-10-203-175/+842
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Gordon Sim2009-10-184-5/+26
* Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...Stephen D. Huston2009-10-161-1/+1
* Add API doc generation and install to CMake build.Stephen D. Huston2009-10-162-2/+42
* Consistently show qpid-based paths in #include directives. Help this work fro...Stephen D. Huston2009-10-161-4/+4
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-163-1/+3
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-163-66/+38
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-164-16/+24
* Fix creating socket in the wrong place for listen()Andrew Stitcher2009-10-161-2/+2
* Protect close methodCarl C. Trieloff2009-10-161-1/+2
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-156-5/+46
* Added select for object queries (Ruby).Ted Ross2009-10-152-8/+51
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* Have qpidd -q wait till the qpidd process exits before returning.Alan Conway2009-10-131-2/+10
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-125-32/+129
* Split Socket::listenAndrew Stitcher2009-10-122-2/+7
* Added new SocketAddress class to Cmake build (oops)Andrew Stitcher2009-10-121-0/+1
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-124-34/+48
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-092-14/+25
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-097-58/+29
* Added in passive socket address to SocketAddress and use in Socket::listen()Andrew Stitcher2009-10-092-7/+15
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-097-31/+140
* Split TCP connect so that the connect is non blockingAndrew Stitcher2009-10-091-35/+47
* Change TCP AsynchConnector so that it returns all failures asynchronouslyAndrew Stitcher2009-10-091-2/+7
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-093-20/+27
* Fix package name and NSIS banner bitmap size.Stephen D. Huston2009-10-083-7/+5
* QPID-2132: further fix from Ken Giusti.Gordon Sim2009-10-082-6/+15
* Help the package make go better on LinuxStephen D. Huston2009-10-081-3/+3
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-084-4/+10
* Fix race condition in testExclusiveQueueUpdate causing occasional false failu...Alan Conway2009-10-081-0/+1