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
/
amqp_0_10
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
2
-1
/
+4
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
2
-29
/
+31
*
QPID-1711: Ensure the session state between the two peers in an inter-broker ...
Gordon Sim
2009-03-04
1
-1
/
+0
*
Fix cluster flow control bug: hang with large messages (>frame-max) and low -...
Alan Conway
2009-02-10
1
-1
/
+1
*
Better error messages for not-attached exceptions.
Alan Conway
2009-01-29
2
-36
/
+28
*
QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...
Gordon Sim
2009-01-20
2
-0
/
+7
*
src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with addin...
Alan Conway
2008-12-17
2
-10
/
+23
*
OutputControl and subclasses: added giveReadCredit() for IO level flow control.
Alan Conway
2008-12-08
2
-0
/
+2
*
Restrict connection close codes to the set defined in the spec
Gordon Sim
2008-11-06
3
-97
/
+18
*
QPID-1413: disable output before sending detach
Gordon Sim
2008-11-06
2
-1
/
+2
*
Removed unneeded forward ref
Stephen D. Huston
2008-10-30
1
-1
/
+0
*
Add missing include file
Stephen D. Huston
2008-10-30
1
-0
/
+2
*
Rename size() to encodedSize() for encoded types to allow std collection inte...
Alan Conway
2008-10-07
1
-4
/
+4
*
Resolve QPID-1311
Stephen D. Huston
2008-10-02
1
-1
/
+1
*
Enabled management, add cluster shutdown command.
Alan Conway
2008-09-25
2
-3
/
+10
*
Batch writing of outgoing messages (up to one buffers worth)
Gordon Sim
2008-09-23
1
-4
/
+5
*
Fixed error handling session-busy condition on broker.
Alan Conway
2008-09-22
2
-5
/
+8
*
Generate c++ enum types for AMQP enums in framing/enum.h.
Alan Conway
2008-09-09
1
-5
/
+6
*
Cluster multicasts buffers rather than frames.
Alan Conway
2008-09-03
1
-1
/
+1
*
Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...
Alan Conway
2008-08-29
2
-9
/
+20
*
Pre-buffering output strategy for cluster.
Alan Conway
2008-08-21
2
-8
/
+20
*
Cluster: shadow connections, fix lifecycle & valgrind issues.
Alan Conway
2008-07-17
2
-9
/
+9
*
HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...
Alan Conway
2008-07-08
2
-6
/
+5
*
Cluster prototype: handles client-initiated commands (not dequeues)
Alan Conway
2008-07-04
2
-5
/
+7
*
Fix for broker wraparound problem.
Alan Conway
2008-06-13
1
-2
/
+13
*
Request a timely reqply to session.completed based on configured flush interval.
Alan Conway
2008-06-04
1
-1
/
+1
*
Increased default flush interval to 1MB, send spontaneous known-completed at ...
Alan Conway
2008-06-04
1
-3
/
+5
*
Improve performance of synchronous publication by not requesting known-comple...
Gordon Sim
2008-06-02
1
-1
/
+2
*
QPID-1087
Ted Ross
2008-05-21
2
-14
/
+8
*
Support for AMQP 0-10 sessions in C++ broker.
Alan Conway
2008-05-20
2
-35
/
+37
*
QPID-1050: Patch from Ted Ross:
Gordon Sim
2008-05-12
2
-8
/
+14
*
Support for 0-10 sessions, not yet integrated. Misc minor fixes.
Alan Conway
2008-05-09
2
-0
/
+391
*
- SequenceSet implemented on RangeSet.
Alan Conway
2008-04-23
1
-2
/
+7
*
Moved federation to final 0-10 codepath
Gordon Sim
2008-04-22
2
-6
/
+17
*
Patch for improved compatibility with gcc 3.4 and boost 1.33
Andrew Stitcher
2008-04-17
1
-2
/
+2
*
Fix encoding for sized structs.
Alan Conway
2008-04-16
11
-66
/
+248
*
Fix build error - missing op << for Struct32.
Alan Conway
2008-04-15
2
-0
/
+33
*
Correct Struct32 encoding: size/code/data.
Alan Conway
2008-04-15
6
-7
/
+80
*
Fix build error: MapValue SIZE was too small for Struct32.
Alan Conway
2008-04-15
1
-1
/
+5
*
Struct32 encoding
Alan Conway
2008-04-15
11
-29
/
+113
*
amqp_0_10: Encoding for packed structs.
Alan Conway
2008-04-10
4
-25
/
+40
*
Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.
Alan Conway
2008-04-10
2
-17
/
+42
*
Summary: added 0-10 Array encoding and decoding.
Alan Conway
2008-04-08
14
-52
/
+276
*
src/qpid/amqp_0_10/Body.h, Header.h: placeholders.
Alan Conway
2008-04-07
10
-381
/
+404
*
Fix rhel5 build errors.
Alan Conway
2008-04-07
1
-0
/
+1
*
Encoding/decoding for packed structs and optional members.
Alan Conway
2008-04-07
3
-85
/
+151
*
src/qpid/amqp_0_10/Exception.h
Alan Conway
2008-04-04
4
-7
/
+189
*
src/qpid/amqp_0_10/Assembly.cpp,.h:
Alan Conway
2008-04-04
3
-159
/
+5
*
qpid/Serializer.h, qpid/amqp_0_10/Codec.h:
Alan Conway
2008-04-03
1
-10
/
+24
*
rubygen/0-10/exceptions.rb:
Alan Conway
2008-04-03
1
-2
/
+2
[next]