summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-3016-91/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799273 13f79535-47bb-0310-9956-ffa450edef68
* Added diagnostics to tell if timer callbacks overrun their allowed timeAndrew Stitcher2009-07-301-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799272 13f79535-47bb-0310-9956-ffa450edef68
* Fix sys::Timer code to push into priority list using the correct timeAndrew Stitcher2009-07-301-1/+1
| | | | | | - fixes bug where timers get acted on out of sequence git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799271 13f79535-47bb-0310-9956-ffa450edef68
* added back another missing excludeRafael H. Schloming2009-07-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799239 13f79535-47bb-0310-9956-ffa450edef68
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799124 13f79535-47bb-0310-9956-ffa450edef68
* Remove implementation details from broker future diagram and make it into a ↵Aidan Skinner2009-07-293-0/+0
| | | | | | common one. Do some tweaking of the 0.5 broker diagram. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798954 13f79535-47bb-0310-9956-ffa450edef68
* New sequence diagram showing flow between NetworkDriver and ProtocolEngineAidan Skinner2009-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798953 13f79535-47bb-0310-9956-ffa450edef68
* Removed implementation, just the interfaces leftAidan Skinner2009-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798952 13f79535-47bb-0310-9956-ffa450edef68
* Phase 1 implementation of new network interfacesAidan Skinner2009-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798951 13f79535-47bb-0310-9956-ffa450edef68
* Add state diagram for new flow, update happyfuturebroker class diagramAidan Skinner2009-07-292-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798950 13f79535-47bb-0310-9956-ffa450edef68
* added missing excludeRafael H. Schloming2009-07-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798907 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2009: mask the password Text field value when creating a new user or ↵Robert Gemmell2009-07-291-2/+12
| | | | | | reseting an existing users password git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798734 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2008: Sort the queue names when offering them as an input selection to ↵Robert Gemmell2009-07-293-0/+6
| | | | | | users during Exchange binding creation and Queue move/copy messages operations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798733 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2007: Ensure the dialog shells are explicitly positioned,thus ensuring ↵Robert Gemmell2009-07-298-0/+45
| | | | | | they are centered on the main aplication window on all platforms. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798732 13f79535-47bb-0310-9956-ffa450edef68
* Further suppression for 32 bit fedora 11.Gordon Sim2009-07-281-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798518 13f79535-47bb-0310-9956-ffa450edef68
* Add the Read/Write jobs on the MINA lines.Aidan Skinner2009-07-283-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798446 13f79535-47bb-0310-9956-ffa450edef68
* Develop diagrams in more detail, add new ones.Aidan Skinner2009-07-283-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798445 13f79535-47bb-0310-9956-ffa450edef68
* Suppression for boost 1.37 unit_test problemAndrew Stitcher2009-07-281-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798397 13f79535-47bb-0310-9956-ffa450edef68
* Oops: eliminated a ternary operator giving the "else" instead of the "then".Andrew Stitcher2009-07-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798386 13f79535-47bb-0310-9956-ffa450edef68
* Add a default constructor to LinkRegistry so that you don't needAndrew Stitcher2009-07-282-2/+16
| | | | | | a broker to create one for the store tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798383 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1977: add back buton to the mbean view toolbar to navigate back after ↵Robert Gemmell2009-07-273-3/+147
| | | | | | opening mbeans in the mbean view (eg opening a queue directly from the Queues selection area, or from an Exchange mbean) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798337 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-2719-60/+91
| | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798291 13f79535-47bb-0310-9956-ffa450edef68
* rationalized naming of exclude files to make it clear why tests are excluded ↵Rafael H. Schloming2009-07-2719-28/+20
| | | | | | and where new exclusions should go; this also corrects the exclusion lists for some of the less common profiles since they now always include the 010Excludes which previously had to be manually copied to the other 010 profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798246 13f79535-47bb-0310-9956-ffa450edef68
* More friendly stalled messages for no samplesCarl C. Trieloff2009-07-271-13/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798241 13f79535-47bb-0310-9956-ffa450edef68
* eliminate duplication between exclude lists for the various cpp profilesRafael H. Schloming2009-07-2511-151/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797706 13f79535-47bb-0310-9956-ffa450edef68
* fixed session memory leak exposed by SessionCreateTestRafael H. Schloming2009-07-252-16/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797705 13f79535-47bb-0310-9956-ffa450edef68
* Add missing mgnt counters for replication exchangeCarl C. Trieloff2009-07-252-3/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2006: enable double click on a Queue from a binding result in order to ↵Robert Gemmell2009-07-242-5/+106
| | | | | | open the Queue mbean directly from the Exchanges mbean view git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797510 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2006: enable double click to open a Queue/Exchange directly from the ↵Robert Gemmell2009-07-241-0/+51
| | | | | | VirtualHostManager mbean view git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797508 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1978: Enable multiple selection for adding Queues/Connections/Exchanges ↵Robert Gemmell2009-07-242-32/+65
| | | | | | to Favourites git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797507 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1978: Enable multiple selection in the VirtualHostManager MBean for ↵Robert Gemmell2009-07-241-68/+143
| | | | | | Queue/Exchange deletion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1978: Enable multiple selection for the LoggingManagement tabs, ↵Robert Gemmell2009-07-243-33/+162
| | | | | | allowing alteration of multiple logger levels at once git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797502 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1978: Enable multiple-selection for the Set Rights and Delete Users ↵Robert Gemmell2009-07-241-59/+224
| | | | | | operations in UserManagement. Also reverse location of the operation buttons, and switch a compatibility check to using the new Qpid JMX API versioning instead of the older mbean versioning scheme. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2000: Convert the Queue selection view to use the new ↵Robert Gemmell2009-07-249-140/+581
| | | | | | | | | | getQueueNamesDepths() method from the VirtualHostManager MBean to gather the QueueDepth data for newer brokers (Qpid JMX API 1.3+). Remove ActiveConsumerCount attribute use for consistency between old and new brokers, and to half the excessive delay in retrieving the attribute values for old brokers with large queue counts. Modify the Queue/Connection/Exchange selection views to be produced on demand instead of persisting in the background. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map ↵Robert Gemmell2009-07-242-1/+38
| | | | | | keyed by Queue names in the vhost, with values indicating their respective depths in bytes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797473 13f79535-47bb-0310-9956-ffa450edef68
* Rename client and broker UML. Add current client network diagram.Aidan Skinner2009-07-245-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797461 13f79535-47bb-0310-9956-ffa450edef68
* Update velocity.log ignore to be velocity.log*Martin Ritchie2009-07-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797458 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Remove uninformative per-message info level log message."Alan Conway2009-07-241-0/+3
| | | | | | This reverts r797184. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797432 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2001 : Update to provide control of options in messages.Martin Ritchie2009-07-2410-115/+675
| | | | | | | | | Update to improve formatting of generated code Inclusion of more documentation Defaulted generation to use US locale Removed duplicate messages in MST that were added to while the option solution was being discussed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797421 13f79535-47bb-0310-9956-ffa450edef68
* Add diagrams of current networkingAidan Skinner2009-07-244-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2005: make the fanout exchange mbean return a single wildcard binding ↵Robert Gemmell2009-07-243-21/+67
| | | | | | | | | entry with all queues listed. Modify the management console to auto-select the wildcard binding when the exchange is viewed. Also, suppress the warning on entering no binding key when creating a fanout exchange binding, but auto-fill the field with the wildcard for clarity. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797387 13f79535-47bb-0310-9956-ffa450edef68
* Remove uninformative per-message info level log message.Alan Conway2009-07-231-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2003 : Update build.xml to include build/scratch areasMartin Ritchie2009-07-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797051 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2001 : Fully Tested LogMessagesMartin Ritchie2009-07-2313-7/+814
| | | | | | | Added TestBlankSubject to be able to easily identify log message Updatd LogMessasges based on issues found. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797050 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1992 : Fixed spelling errorsMartin Ritchie2009-07-232-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797049 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2001 : Correct code style of generated filesMartin Ritchie2009-07-232-32/+139
| | | | | | QPID-2001 : Added documentation and replaced Integer with Number. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797048 13f79535-47bb-0310-9956-ffa450edef68
* Avoid creating unnecessary new deques (keep on recycling old ones)Andrew Stitcher2009-07-232-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796936 13f79535-47bb-0310-9956-ffa450edef68
* Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on ↵Stephen D. Huston2009-07-221-8/+8
| | | | | | Windows MSVC git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796833 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2001 : Add Default en_US messages logging along with a Velocity ↵Martin Ritchie2009-07-225-35/+454
| | | | | | Template to generate static <Type>Messages classes that can be used for compile time vaildation of logging. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796800 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2001 : Provide a locale configuration option to allow the localisation ↵Martin Ritchie2009-07-224-0/+81
| | | | | | of logging as part of providing fixed log messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796799 13f79535-47bb-0310-9956-ffa450edef68