index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
qpid
/
broker
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-3002: Added explicit casts required by some compiler versions
Gordon Sim
2011-02-15
1
-2
/
+2
*
QPID-3002: Added virtual destructor for new interface; Removed some more acci...
Gordon Sim
2011-02-15
2
-114
/
+1
*
QPID-3002: Configurable threshold alerts for queues
Gordon Sim
2011-02-15
10
-39
/
+442
*
QPID-529: Brought forward definition of struct fir deque impl on windows
Gordon Sim
2011-02-14
1
-0
/
+1
*
QPID-529: Include integer definitions to fix windows build.
Gordon Sim
2011-02-14
1
-0
/
+1
*
QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca...
Gordon Sim
2011-02-14
2
-3
/
+6
*
QPID-529: Added missing include
Gordon Sim
2011-02-10
1
-0
/
+1
*
QPID-529: Fixed errors generated by different compiler versions
Gordon Sim
2011-02-10
1
-1
/
+1
*
QPID-529: Priority queue implementation
Gordon Sim
2011-02-10
16
-259
/
+1349
*
QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update
Alan Conway
2011-02-08
3
-10
/
+25
*
Reverts r1068042.
Jonathan Robie
2011-02-08
1
-58
/
+50
*
Ensures that messages acquired, but not acked, are released before a queue is...
Jonathan Robie
2011-02-07
1
-50
/
+58
*
QPID-3033 Bug 674183 - Segmentation fault while processing session.attach
Alan Conway
2011-02-02
1
-1
/
+4
*
QPID-3007: Unique management identifier for connections.
Alan Conway
2011-02-01
2
-2
/
+11
*
QPID-3007: Don't record management statistics in cluster-unsafe contexts.
Alan Conway
2011-02-01
1
-2
/
+4
*
Fix for RHBZ656385: "Data store can become corrupt with small store file size...
Kim van der Riet
2011-01-28
1
-1
/
+2
*
QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...
Alan Conway
2011-01-18
4
-9
/
+26
*
QPID-3006: remove incorrect and unnecessary authorisation check
Gordon Sim
2011-01-17
2
-14
/
+0
*
Fixes QPID-2499: Stale federation routes remain after route deletion.
Jonathan Robie
2011-01-13
6
-39
/
+57
*
QPID-2991: added message counts to connection stats; fixed xxxToClient stats
Gordon Sim
2011-01-11
2
-6
/
+67
*
In broker::ConectionHandler, use the security settings, if any,
Michael Goulish
2010-12-16
2
-11
/
+8
*
QPID-2966: Add QMF method to dynamically set the log level.
Gordon Sim
2010-12-10
2
-2
/
+45
*
Comment explaining the nodict flag.
Michael Goulish
2010-12-07
1
-0
/
+8
*
This patch was posted in JIRA QPID-2949.
Michael Goulish
2010-11-30
2
-6
/
+10
*
Fix to r1028346: no point in throwing exception after queue has already been ...
Gordon Sim
2010-11-10
1
-5
/
+11
*
Fixes broker issues when max_count or max_size are invalid.
Jonathan Robie
2010-10-28
2
-7
/
+20
*
Revert experimental cluster code, too close to 0.8 release.
Alan Conway
2010-10-27
10
-320
/
+56
*
QPID-2897 repair missing DLL import/export controls
Charles E. Rolke
2010-10-26
1
-7
/
+7
*
This code's purpose was only to print out the sasl version into the logs
Michael Goulish
2010-10-26
1
-5
/
+1
*
New cluster: core framework and initial implementation of enqueue logic.
Alan Conway
2010-10-25
3
-16
/
+24
*
QPID-2897: modify TopicExchange for better performance with respect to large ...
Kenneth Anthony Giusti
2010-10-24
2
-129
/
+548
*
Make the "SASL enabled" log message also print out the SASL version number. ...
Michael Goulish
2010-10-22
1
-1
/
+5
*
Strings that identify federation operations.
Jonathan Robie
2010-10-21
1
-0
/
+38
*
Adds support for federation in the XML exchange.
Jonathan Robie
2010-10-20
7
-61
/
+39
*
SASLizing Interbroker Links
Michael Goulish
2010-10-20
8
-10
/
+192
*
Fix compile error: outline set/getCluster fucntions on Broker.
Alan Conway
2010-10-19
2
-2
/
+6
*
Introduce broker::Cluster interface.
Alan Conway
2010-10-18
10
-51
/
+303
*
Code cleanup in broker directory.
Alan Conway
2010-10-14
39
-443
/
+462
*
Converted four files from DOS format to Unix format to match all of the other
Ted Ross
2010-10-11
1
-302
/
+302
*
Registers the amq.failover exchange in the management exchange.
Jonathan Robie
2010-10-08
1
-1
/
+1
*
Allows browsing of exclusive queues held by another session.
Jonathan Robie
2010-10-04
1
-1
/
+2
*
Fixes two bugs for ring queue policies that involve size.
Jonathan Robie
2010-10-01
2
-20
/
+44
*
Ensure that a rejected message is also dequeued.
Jonathan Robie
2010-09-28
1
-0
/
+2
*
Renamed the MessageStore interface truncateInit parameter to a more generic n...
Kim van der Riet
2010-09-21
1
-7
/
+9
*
Give timer tasks a name for logging purposes.
Alan Conway
2010-08-26
6
-7
/
+7
*
Remove misleading "no message store" message.
Alan Conway
2010-08-12
1
-3
/
+1
*
Revert commits r981517 and r981435 that moved periodic purging of queues onto...
Gordon Sim
2010-08-11
4
-21
/
+30
*
Disable non-0 session timeouts.
Alan Conway
2010-08-03
2
-0
/
+7
*
Give queue cleaner task an explicit name
Gordon Sim
2010-08-02
1
-1
/
+1
*
Ensure that for clustered broker the queue cleaner is run on the correct thread.
Gordon Sim
2010-08-02
3
-7
/
+16
[next]