summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix include paths for doxygen generated API doc.Alan Conway2009-07-202-4/+3
* make the noprefetch profile not load the storeRafael H. Schloming2009-07-201-1/+1
* Fix problem with in-tree builds.Alan Conway2009-07-201-1/+2
* changed the confusingly named store.dir parameter to store.module.dirRafael H. Schloming2009-07-201-2/+2
* QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3Gordon Sim2009-07-204-5/+13
* Fixes for make distcheckGordon Sim2009-07-202-6/+8
* Don't fail this if there are warnings in the log; mirrors behavior of Linux s...Stephen D. Huston2009-07-171-3/+5
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* QPID-1973 - Calling session.objects fails to return objects in certain casesTed Ross2009-07-172-1/+12
* Move remaining needed Windows files from src/qpid/sys/windows to include/qpid...Stephen D. Huston2009-07-173-0/+0
* QPID-1938 - Make the Java Agent more friendly for inclusion by JBoss DeployerTed Ross2009-07-1714-70/+182
* QPID-1990: add the messages queue position to the viewMessages() operation re...Robert Gemmell2009-07-173-6/+25
* QPID-1946: updated management interfaces with API version information for rec...Robert Gemmell2009-07-174-5/+48
* QPID-1946: support server management API checking in the console.Robert Gemmell2009-07-179-6/+496
* Improved debug loggingTed Ross2009-07-171-1/+8
* added non blocking framing codeRafael H. Schloming2009-07-172-0/+315
* added system properties for controlling the module locations used during test...Rafael H. Schloming2009-07-178-36/+49
* added a ConnectError exceptionRafael H. Schloming2009-07-163-4/+17
* Correct qpidd.h header pathStephen D. Huston2009-07-161-1/+1
* Move necessary files due to header file reorg; fixes Windows buildStephen D. Huston2009-07-163-0/+0
* Minor configure.ac cleanup to remove unneeded openais definitions when no ope...Kim van der Riet2009-07-162-3/+5
* Update queue listeners in the correct order.Alan Conway2009-07-1610-50/+213
* QPID-1991: dont create Type folder for the known top-level single mbeansRobert Gemmell2009-07-161-0/+21
* QPID-1946: add server information mbean to expose version info for the broker...Robert Gemmell2009-07-163-0/+144
* better help text, kill not so usefull optionCarl C. Trieloff2009-07-161-30/+4
* Fix makefile for new include directoryAlan Conway2009-07-151-1/+1
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1593-844/+808
* added --no-module-dir to broker invocation to prevent system brokers from loa...Rafael H. Schloming2009-07-151-1/+1
* QPID-1966: add status bar for operation feedback reportsRobert Gemmell2009-07-1515-32/+136
* QPID-1988: Applied patch from Mick Goulish to ensure all brokers are stopped ...Gordon Sim2009-07-151-0/+1
* added support for profile inheritence and refactored profiles to permit conve...Rafael H. Schloming2009-07-146-9/+15
* QPID-1947: leave the components visible during update to prevent focus-switch...Robert Gemmell2009-07-1410-77/+14
* QPID-1947: Add combo to toolbar allowing selection of update interval for aut...Robert Gemmell2009-07-142-7/+152
* Minor cluster optimizations.Alan Conway2009-07-145-135/+55
* Remove incorrect directory from #includeAlan Conway2009-07-1479-125/+125
* Add directory to #includeAlan Conway2009-07-14507-1112/+1057
* QPID-1984: Temporarily disabled the failing test until the error can be resol...Gordon Sim2009-07-142-1/+3
* added debug output to SimpleACLTest; fixed MultipleConnectionTest.waitUntil()...Rafael H. Schloming2009-07-142-1/+2
* Reapplied r793120Gordon Sim2009-07-142-3/+10
* Reapplied r793119Gordon Sim2009-07-143-5/+5
* changed default test ports to not conflict with the IANA assigned port numbersRafael H. Schloming2009-07-131-0/+4
* Add missing externs for Queue methods; silence getenv() warnings on Windows b...Stephen D. Huston2009-07-132-3/+5
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-135-11/+35
* added constant for HEADER_SIZE; made repr(Frame) more informativeRafael H. Schloming2009-07-131-1/+2
* more ant 1.6.5 workaroundsRafael H. Schloming2009-07-131-4/+4
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-1320-99/+103
* QPID-1941: ensure old queue entry is deleted as well as dequeued, so it is no...Robert Gemmell2009-07-131-1/+1
* QPID-1944: add initial new UI view for the Connection mbeanRobert Gemmell2009-07-133-2/+482
* QPID-1944: expose Connection tabular/composite data key values through manage...Robert Gemmell2009-07-132-6/+10
* QPID-1943: add initial new UI view for the Exchange mbeanRobert Gemmell2009-07-135-44/+1149