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
/
qpid
/
cpp
/
src
/
qpid
/
framing
/
AMQFrame.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...
Robert Gemmell
2016-07-05
1
-116
/
+0
*
QPID-3883: Using application headers in messages causes a very large slowdown
Andrew Stitcher
2012-03-05
1
-2
/
+1
*
QPID-3304: fixes to windows build, broken by r1148503
Gordon Sim
2011-07-20
1
-1
/
+1
*
QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...
Kim van der Riet
2011-07-19
1
-0
/
+5
*
QPID-3186 - Import Export generalization to support a larger set of compilers...
Ted Ross
2011-05-17
1
-1
/
+1
*
This reverts r736810. In my testing (admittedly limited) I did not observe an...
Gordon Sim
2010-05-14
1
-3
/
+2
*
Make AMQFrame::getMethod() safe on frames with no body.
Alan Conway
2009-07-31
1
-2
/
+2
*
Add directory to #include
Alan Conway
2009-07-14
1
-5
/
+5
*
Cleaned up some un-necessary #include dependencies.
Alan Conway
2009-04-15
1
-2
/
+1
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
1
-10
/
+11
*
Fix cluster TTL: replicte expiry information to newcomers.
Alan Conway
2009-03-09
1
-4
/
+0
*
Cluster support for message time-to-live.
Alan Conway
2009-02-09
1
-0
/
+4
*
Optimization: cache results of AMQFrame::encodedSize().
Alan Conway
2009-01-22
1
-2
/
+3
*
Removed BodyHolder: minor performance improvement, opens the way for more eff...
Alan Conway
2009-01-22
1
-24
/
+7
*
Additional latency measurement points.
Alan Conway
2009-01-21
1
-1
/
+2
*
Rename size() to encodedSize() for encoded types to allow std collection inte...
Alan Conway
2008-10-07
1
-1
/
+1
*
Cluster multicasts buffers rather than frames.
Alan Conway
2008-09-03
1
-0
/
+3
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-1
/
+0
*
src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.
Alan Conway
2008-04-18
1
-0
/
+14
*
- Refactored RefCounted class to avoid virtual inheritance
Andrew Stitcher
2008-03-24
1
-3
/
+4
*
Added framing::BodyHolder:
Alan Conway
2007-11-22
1
-50
/
+32
*
* rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:
Alan Conway
2007-09-18
1
-0
/
+4
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
1
-0
/
+11
*
* python/qpid/codec.py
Andrew Stitcher
2007-09-12
1
-3
/
+8
*
* Summary:
Alan Conway
2007-08-31
1
-1
/
+4
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
1
-7
/
+12
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
1
-33
/
+54
*
* src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with
Alan Conway
2007-07-05
1
-2
/
+5
*
* Summary:
Alan Conway
2007-06-29
1
-7
/
+6
*
Moved src/ source code to src/qpid directory:
Alan Conway
2007-04-13
1
-0
/
+78
*
2006-12-01 Jim Meyering <meyering@redhat.com>
Alan Conway
2006-12-01
1
-68
/
+0
*
Patches from Andrew Stitcher to fix QPID-140, QPID-141.
Alan Conway
2006-11-30
1
-1
/
+2
*
Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...
Kim van der Riet
2006-11-22
1
-2
/
+5
*
update Apache licenses to the current version
Stephen Vinoski
2006-11-10
1
-13
/
+16
*
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
Alan Conway
2006-11-09
1
-9
/
+9
*
Build system reorg, see README and Makefile comments for details.
Alan Conway
2006-10-16
1
-0
/
+61