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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation error
Gordon Sim
2007-10-15
1
-1
/
+1
*
Added missing framing:: qualifier.
Alan Conway
2007-10-15
1
-1
/
+1
*
Added assert.cpp to makefile.
Alan Conway
2007-10-15
1
-0
/
+1
*
QPID_ASSERT: assert a condition. In a debug build abort if condition is false,
Alan Conway
2007-10-15
2
-0
/
+82
*
Include information on the client connection in io traces.
Gordon Sim
2007-10-15
3
-17
/
+61
*
Edited svn:ignore
Gordon Sim
2007-10-15
0
-0
/
+0
*
increased number of runs
Arnaud Simon
2007-10-15
1
-1
/
+1
*
Changed handling of replyTo
Arnaud Simon
2007-10-15
1
-5
/
+18
*
Remove default queue concept which is no longer applicable in 0-10.
Gordon Sim
2007-10-15
4
-16
/
+5
*
removed unused fields
Rafael H. Schloming
2007-10-14
9
-51
/
+20
*
Enabled packed struct encoding in python, cpp, and java. Also fixed computati...
Rafael H. Schloming
2007-10-14
24
-211
/
+576
*
Changed the suite() method so that not to always use an in-VM broker
Arnaud Simon
2007-10-12
1
-3
/
+3
*
Further fixes to locking between queue and semantic state to avoid deadlocking.
Gordon Sim
2007-10-12
4
-53
/
+102
*
Some fixes to locking within the queue (preventing locks being held during de...
Gordon Sim
2007-10-12
2
-36
/
+33
*
Close connection when a framing error is encountered during decoding.
Gordon Sim
2007-10-12
2
-29
/
+37
*
added Boolean to the default encoding map
Rafael H. Schloming
2007-10-12
1
-0
/
+1
*
Changed the way temporary queues are created
Arnaud Simon
2007-10-12
2
-4
/
+8
*
whitespace cleanup
Rafael H. Schloming
2007-10-11
1
-6
/
+6
*
Exclusive no longer implies auto-delete on queue.declare.
Gordon Sim
2007-10-11
11
-77
/
+91
*
Added check if message selector is not empty string
Arnaud Simon
2007-10-11
1
-1
/
+1
*
Updated to send empty payload
Arnaud Simon
2007-10-11
1
-1
/
+4
*
added byte credits when no message is reeived
Arnaud Simon
2007-10-11
1
-0
/
+1
*
Updated for respecting 0_10 specific semantics
Arnaud Simon
2007-10-11
1
-2
/
+10
*
Updated for running version specific tests
Arnaud Simon
2007-10-11
3
-5
/
+25
*
Changed message confirm_mode when no ack is used
Arnaud Simon
2007-10-11
1
-1
/
+3
*
Requeue messages for cancelled subscriptions on reciver (rather than redelive...
Gordon Sim
2007-10-11
1
-2
/
+6
*
Ensure recovered messages have the redelivered flag set
Gordon Sim
2007-10-11
1
-0
/
+1
*
Fix: recovered messages must be marked redelivered
Gordon Sim
2007-10-11
1
-0
/
+1
*
There was an interop issue.
Rajith Muditha Attapattu
2007-10-11
1
-6
/
+3
*
made the session usable from multiple threads (hopefully)
Rafael H. Schloming
2007-10-10
1
-18
/
+31
*
Changed for using QpidTestCase
Arnaud Simon
2007-10-10
1
-32
/
+6
*
Changed for using QpidTestCase
Arnaud Simon
2007-10-10
1
-15
/
+7
*
Changed for using QpidTestCase
Arnaud Simon
2007-10-10
1
-24
/
+7
*
added support (currently disabled) for packed encoding
Rafael H. Schloming
2007-10-10
9
-85
/
+296
*
Updated for returning the message instead of null
Arnaud Simon
2007-10-10
1
-1
/
+1
*
Updated for using QpidTesCase connection
Arnaud Simon
2007-10-10
1
-2
/
+2
*
Changed sendCancel to sedn a cancel and not a stop
Arnaud Simon
2007-10-10
1
-1
/
+1
*
Removed system.outs and replaced with log statements
Rajith Muditha Attapattu
2007-10-10
7
-43
/
+57
*
Fixed compile error.
Alan Conway
2007-10-09
1
-1
/
+1
*
Added some debug logs to indicate credit levels and verify if a message is en...
Rajith Muditha Attapattu
2007-10-09
2
-0
/
+6
*
Fixed an error with the credit based flow control
Rajith Muditha Attapattu
2007-10-09
4
-11
/
+21
*
Added %config tag to qpidd.conf in qpidc.spec.in
Alan Conway
2007-10-09
1
-1
/
+3
*
Added window mode as the flow mode when we unsuspend a channel provided a lis...
Rajith Muditha Attapattu
2007-10-09
1
-0
/
+1
*
Changed to use Window for asyn and credit mode for sync consume.
Rajith Muditha Attapattu
2007-10-08
6
-33
/
+97
*
fixed acknowledge for not acknowledging messages with a greater tag
Arnaud Simon
2007-10-08
1
-2
/
+6
*
fixed issue with transactions
Arnaud Simon
2007-10-08
6
-64
/
+57
*
fixed issue with temporary queues as the consumer was not closed when cancel ...
Arnaud Simon
2007-10-08
2
-2
/
+3
*
Don't recover messages for cancelled subscriptions.
Gordon Sim
2007-10-05
4
-8
/
+30
*
don't wait for results if the session is closed, also added missing synchroni...
Rafael H. Schloming
2007-10-05
1
-13
/
+35
*
disabled MINA buffer pooling
Rafael H. Schloming
2007-10-05
1
-0
/
+5
[next]