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
*
synchronized with trunk except for ruby dir
Rafael H. Schloming
2009-12-26
143
-3868
/
+7964
*
Remove 'clever' locking as it actually degrades performance.
Gordon Sim
2008-08-20
2
-40
/
+1
*
Integrate CPG file descriptor into broker polling.
Alan Conway
2008-08-11
2
-0
/
+4
*
Patch from Gordon Sim to fix issues with hasOutput implementation.
Alan Conway
2008-08-07
3
-8
/
+32
*
- Added OutputTask::hasOutput() test.
Alan Conway
2008-08-06
6
-2
/
+20
*
correct action on purge & remove ROUTINGKEY type
Carl C. Trieloff
2008-08-06
2
-2
/
+2
*
Added actions for ACL on mgnt actions
Carl C. Trieloff
2008-08-05
1
-2
/
+2
*
Fix Cluster::send encode race.
Alan Conway
2008-08-05
1
-1
/
+1
*
* revised approach for setting tcp-nodelay on client to avoid breaking platfo...
Gordon Sim
2008-08-05
2
-2
/
+5
*
Fix sporadic shutdown hang in clustered broker.
Alan Conway
2008-08-05
1
-1
/
+1
*
QPID-1214 - Committed William's patch
Ted Ross
2008-08-05
2
-6
/
+22
*
Removed typedefs which were generating ignored warnings on gcc 4.3 compiler.
Kim van der Riet
2008-08-01
1
-3
/
+3
*
- Add support for ACL on message transfer
Carl C. Trieloff
2008-08-01
4
-6
/
+20
*
another missing file
Carl C. Trieloff
2008-07-31
1
-0
/
+57
*
small cleanup
Carl C. Trieloff
2008-07-31
1
-1
/
+1
*
- Implementation of ACL plugin
Carl C. Trieloff
2008-07-31
3
-21
/
+134
*
QPID-1174 - Management updates for remote agents
Ted Ross
2008-07-31
1
-2
/
+1
*
QPID-1198 (Partial): Missing header files that are really needed
Andrew Stitcher
2008-07-29
1
-1
/
+2
*
QPID-1198 (Partial): replace all uses of u_intX_t with uintX_t
Andrew Stitcher
2008-07-29
8
-14
/
+14
*
QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...
Andrew Stitcher
2008-07-29
5
-9
/
+9
*
Remove unused Module.h header file.
Gordon Sim
2008-07-28
1
-2
/
+0
*
Only reduce count and size maintained for queue plicy when messages are actua...
Gordon Sim
2008-07-25
5
-34
/
+62
*
QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...
Gordon Sim
2008-07-25
1
-2
/
+3
*
Allow configurable default size limit to be set for queues (merged from r6794...
Gordon Sim
2008-07-24
4
-10
/
+23
*
Enable dequeue for prototype cluster
Alan Conway
2008-07-17
3
-6
/
+14
*
Cluster: shadow connections, fix lifecycle & valgrind issues.
Alan Conway
2008-07-17
6
-46
/
+35
*
QPID-1170 - Provide a better factory for creation and deletion of the managem...
Ted Ross
2008-07-16
10
-24
/
+23
*
Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.
Alan Conway
2008-07-15
6
-16
/
+18
*
Move shutdown of management broker to end of shutdown sequence
Ted Ross
2008-07-10
1
-1
/
+1
*
Allow for pluggable exchange types.
Gordon Sim
2008-07-09
2
-6
/
+28
*
Removed dead code.
Alan Conway
2008-07-09
2
-15
/
+1
*
HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...
Alan Conway
2008-07-08
9
-151
/
+15
*
QPID-1170 - Remove boost dependency from management agent interface
Ted Ross
2008-07-08
24
-184
/
+178
*
Remove unused Serializer code.
Alan Conway
2008-07-08
1
-1
/
+0
*
Revert un-necessary Plugin complications. Better solution for plugin extensio...
Alan Conway
2008-07-08
1
-2
/
+12
*
QPID-1148 - from Manuel Tiera
Alan Conway
2008-07-08
1
-53
/
+15
*
* release message lock when notifying queue listeners
Gordon Sim
2008-07-08
2
-29
/
+53
*
Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.
Alan Conway
2008-07-07
1
-0
/
+1
*
Cluster prototype: handles client-initiated commands (not dequeues)
Alan Conway
2008-07-04
7
-2
/
+227
*
QPID-1160 - Per-thread counters in management API to avoid locking
Ted Ross
2008-06-30
9
-35
/
+30
*
Plugin framework change: single PluginFactory creates per-target Plugin insta...
Alan Conway
2008-06-26
1
-12
/
+2
*
- use flock to lock data dir rather than a lock file.
Alan Conway
2008-06-25
1
-0
/
+1
*
Const-correctness fixes in MessageStore.h
Alan Conway
2008-06-23
6
-48
/
+56
*
Bring cluster code up to date.
Alan Conway
2008-06-18
6
-44
/
+63
*
Fix for broker wraparound problem.
Alan Conway
2008-06-13
1
-4
/
+2
*
Improved exception handling for commit.
Gordon Sim
2008-06-10
1
-10
/
+18
*
Moved from AccumulatedAck to SequenceSet in managing transactional accepts
Gordon Sim
2008-06-09
11
-197
/
+22
*
Missing lock in SessionManager::forget()
Alan Conway
2008-06-09
1
-1
/
+4
*
Added exceptions to sys::Waitable.
Alan Conway
2008-06-06
1
-1
/
+1
*
Added mutexes back in to protect management counts from corruption
Ted Ross
2008-06-06
1
-2
/
+9
[next]