summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Was causing cluster failures.Alan Conway2008-11-264-5/+42
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-262-30/+27
* Bug fixes for QMF:Ted Ross2008-11-263-33/+40
* Added a copy constructor and assignment operator to FieldTable.Ted Ross2008-11-262-0/+15
* Removed mistakenly commited lines.Alan Conway2008-11-261-4/+0
* QPID-1243 : Applied patch from Robert Gemmell. Took a different approach ...Martin Ritchie2008-11-2641-62/+433
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-266-76/+84
* QPID-1487: remove dead files, make BindingURLParser use the right class for l...Aidan Skinner2008-11-265-832/+1
* QPID-1487: Make AMQDestination generate URLs with a destination set to the ro...Aidan Skinner2008-11-262-1/+43
* Fixed problem of recurring xids (0, 1, 2...) on successive txtest runs which ...Kim van der Riet2008-11-261-7/+9
* Fix typo.Alan Conway2008-11-261-1/+1
* QPID-1410 : Applied patch to correct coding stand from Andrea Gazzarini.Martin Ritchie2008-11-261-1/+1
* Added generated framing headers to doxygen documentation.Jonathan Robie2008-11-251-2/+2
* cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co...Alan Conway2008-11-251-3/+23
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+1
* Prevent cluster module being loaded twice if module is also installed.Gordon Sim2008-11-251-0/+1
* QPID-1486 : Removed alert.log and ensured output goes to qpid.log by default....Martin Ritchie2008-11-251-15/+1
* QPID-1484 - qpid-printevents now handles connection loss/reconnectTed Ross2008-11-241-4/+14
* QPID-1483 - Connection handling in the Python QMF console APITed Ross2008-11-241-38/+126
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-244-4/+61
* tests/failover_soak.cpp: Only load cluster module, reduces logging clutter.Alan Conway2008-11-241-3/+2
* tests/failover_soak.cpp: add unique log-prefix per broker.Alan Conway2008-11-241-1/+4
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-245-41/+16
* Added __hash__ and __eq__ methods to ObjectId.Ted Ross2008-11-241-0/+6
* QPID-1251 : Applied patch from JIRA (With correct code style). Augemented Con...Martin Ritchie2008-11-242-13/+87
* Removed hooks for message credits. This will be implemented correctly later.Ted Ross2008-11-241-10/+5
* QPID-1480 : Updated Simple Request Response code to loop on the shutdownHook ...Martin Ritchie2008-11-241-7/+10
* QPID-1480 : Updated Simple Request Response codeMartin Ritchie2008-11-242-12/+32
* QPID-1451 : Excluded testBrowsingWithSelector until it is re-written correctly.Martin Ritchie2008-11-241-0/+7
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* Clearer error message for case when specified module-dir is not a directory.Gordon Sim2008-11-241-0/+4
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-216-46/+50
* Renamed the python package for the qmf code generation as it conflictsTed Ross2008-11-2114-19/+19
* Appologies for the sudden checkin without notice, close to the release cycle.Rajith Muditha Attapattu2008-11-2116-379/+71
* This is related to QPID-1479.Rajith Muditha Attapattu2008-11-2116-71/+379
* Add ability to construct a ClassKey from it's __repr__ string.Ted Ross2008-11-211-6/+23
* code cleanup on qmf console APITed Ross2008-11-212-61/+105
* Added a script to startup QMan in standalone mode.Rajith Muditha Attapattu2008-11-216-2/+73
* Add missing bounds checks.Alan Conway2008-11-201-2/+5
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-202-71/+1
* Add missing DIST rules.Alan Conway2008-11-201-3/+9
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-2010-18/+36
* Add proper cleanup of stored management objects during agent shutdown.Ted Ross2008-11-201-0/+14
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-205-63/+224
* Added some extra test options.Gordon Sim2008-11-203-15/+24
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-204-19/+30
* Moved the qman-config.xml into the etc folder so the build system would pick ...Rajith Muditha Attapattu2008-11-201-0/+0
* Replace lower_bound with equivalent loop; resolves QPID-1424Stephen D. Huston2008-11-191-3/+8
* File descriptor leak in ForkedBroker test utility.Alan Conway2008-11-191-6/+10