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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved Serializer notifyWorker inside the mutex.
Alan Conway
2007-11-13
2
-34
/
+20
*
- removed dir
Carl C. Trieloff
2007-11-13
12
-0
/
+0
*
Increase severity of log message when frames are dropped on session detaching
Gordon Sim
2007-11-13
1
-1
/
+1
*
Add management directory (as advised on qpid list by nsantos)
Gordon Sim
2007-11-13
1
-0
/
+1
*
Patch QPID-680 from tross
Carl C. Trieloff
2007-11-13
39
-1377
/
+1793
*
- call correct delete []
Carl C. Trieloff
2007-11-13
1
-1
/
+1
*
- removed debug
Carl C. Trieloff
2007-11-12
1
-1
/
+0
*
Change to avoid assertion when delivery is concurrent with session detachment:
Gordon Sim
2007-11-12
3
-11
/
+16
*
On rollback requeue (rather than resend).
Gordon Sim
2007-11-12
1
-1
/
+1
*
- fix for msg creation, content no longer overwrites
Carl C. Trieloff
2007-11-12
1
-5
/
+7
*
Minimal bounds checking
Gordon Sim
2007-11-12
2
-0
/
+9
*
- notify the queue when a async IO completes for a message.
Carl C. Trieloff
2007-11-12
3
-7
/
+8
*
- fix for dequeue window mode, no ack. (needs to record and dequeue)
Carl C. Trieloff
2007-11-12
1
-2
/
+3
*
-- added sync request
Carl C. Trieloff
2007-11-12
1
-4
/
+24
*
Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.
Alan Conway
2007-11-10
5
-9
/
+3
*
Replace vector in AMQHeaderBody with boost::optional.
Alan Conway
2007-11-10
2
-91
/
+61
*
Get rid of BasicHeaderProperties, dead code from 0-8 protocol.
Alan Conway
2007-11-09
16
-411
/
+74
*
Package examples in rpm %doc directory.
Alan Conway
2007-11-09
24
-101
/
+47
*
On Linux, broker defaults --worker-threads to the number of available CPU cores
Alan Conway
2007-11-09
5
-2
/
+85
*
Fix race in destruction of serializer.
Gordon Sim
2007-11-09
2
-4
/
+7
*
Functions for scripts that verify examples.
Alan Conway
2007-11-09
1
-0
/
+50
*
Makefile to build/distribute examples.
Alan Conway
2007-11-09
1
-9
/
+13
*
QPID-676: Jonathan Robie's C++ examples.
Alan Conway
2007-11-09
20
-110
/
+1651
*
src/tests/perfdist: Use ssh to run distributed perftest.
Alan Conway
2007-11-08
2
-36
/
+91
*
Added persistence to queue declaration when --durable option is defined on th...
Kim van der Riet
2007-11-08
1
-1
/
+1
*
- enable the ability to lazy load from async store
Carl C. Trieloff
2007-11-08
21
-36
/
+56
*
Improved Fix for the race condition where you've got a competing read and write
Andrew Stitcher
2007-11-08
2
-74
/
+15
*
Exception handling for dispatch functor
Gordon Sim
2007-11-08
3
-10
/
+17
*
Make standard exchanges durable
Gordon Sim
2007-11-08
8
-27
/
+50
*
Ensure browsers are always serviced on the serializers dispatch thread to avo...
Gordon Sim
2007-11-08
2
-2
/
+10
*
Change options --log.foo to --log-foo for consistency.
Alan Conway
2007-11-07
5
-36
/
+36
*
Revert r592946
Alan Conway
2007-11-07
1
-5
/
+3
*
Fix race condition in perftest.
Alan Conway
2007-11-07
1
-3
/
+5
*
Fix race condition in perftest.
Alan Conway
2007-11-07
1
-18
/
+37
*
auto-ack support for perftest.
Alan Conway
2007-11-07
3
-7
/
+14
*
Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...
Gordon Sim
2007-11-07
4
-13
/
+73
*
client::SubscriptionManager:
Alan Conway
2007-11-07
14
-346
/
+402
*
Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"
Alan Conway
2007-11-07
10
-31
/
+90
*
Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.
Gordon Sim
2007-11-07
1
-43
/
+105
*
added # yum install e2fsprogs-devel
Arnaud Simon
2007-11-07
1
-1
/
+2
*
- clean up between base & subclasses
Carl C. Trieloff
2007-11-06
4
-6
/
+13
*
Add support for array type to c++ (and python, decode only for now)
Gordon Sim
2007-11-06
10
-19
/
+287
*
Temporary fix to issue that results in an assertion from Dispatcher.cpp. Wher...
Gordon Sim
2007-11-06
2
-4
/
+79
*
Added reset function to class AbsTime, thus allowing same instance of TimerTa...
Kim van der Riet
2007-11-05
3
-3
/
+15
*
Suspension of one xid on a channel should allow for work on other xids to be ...
Gordon Sim
2007-11-05
2
-0
/
+15
*
Modified comment for last change to explain the reasoning
Gordon Sim
2007-11-05
1
-1
/
+1
*
Push buffer back on front when read fails (esp. important when result was EAG...
Gordon Sim
2007-11-05
1
-1
/
+1
*
AMQP 670 This patch contains the following:
Carl C. Trieloff
2007-11-04
14
-90
/
+133
*
- support for store to abort init / force
Carl C. Trieloff
2007-11-03
7
-9
/
+19
*
Fix compile error.
Alan Conway
2007-11-02
1
-1
/
+1
[next]