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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warning with gcc 4.3
Alan Conway
2008-06-02
1
-1
/
+5
*
Minor updates to tests:
Gordon Sim
2008-06-02
5
-15
/
+15
*
Use InlineVector for AMQFrame, reduces heap allocations by 13%.
Alan Conway
2008-06-02
2
-3
/
+3
*
Removed redundant flush request.
Gordon Sim
2008-05-30
1
-1
/
+0
*
Convert remaining cppunit tests to boost test framework to reduce dependencies.
Gordon Sim
2008-05-30
20
-2086
/
+1842
*
QPID-1100 crash when config file contains commented-out commands (patch from ...
Ted Ross
2008-05-29
1
-46
/
+65
*
Performnace fix, improves 6-8% on high core count machines.
Carl C. Trieloff
2008-05-29
3
-5
/
+13
*
Packaing error - SessionId.h
Alan Conway
2008-05-29
1
-1
/
+1
*
Correct declarations to be the same as definitions.
Gordon Sim
2008-05-29
2
-2
/
+2
*
Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...
Gordon Sim
2008-05-29
3
-24
/
+58
*
Only record frames for replay if timeout is non-zero.
Gordon Sim
2008-05-29
2
-2
/
+6
*
Updated some 'todo' comments with clearer text.
Gordon Sim
2008-05-28
1
-6
/
+4
*
Improve latency test tool to allow lower rates.
Gordon Sim
2008-05-28
1
-14
/
+12
*
QPID-1098: correction to queue query when queue is not known
Gordon Sim
2008-05-28
1
-11
/
+16
*
QPID-1095: another error code correction
Gordon Sim
2008-05-28
1
-1
/
+1
*
QPID-1095: fixes to dtx error codes for latest spec changes.
Gordon Sim
2008-05-28
3
-7
/
+7
*
Fixes to binding of member functions as raised on qpid list by Manuel Teira.
Gordon Sim
2008-05-28
1
-11
/
+10
*
Removed obsolete src/qpid/client/SessionImpl.h .cpp
Alan Conway
2008-05-27
4
-278
/
+0
*
Fixed error in RangeSet, caused compile failure on Solaris.
Alan Conway
2008-05-27
1
-5
/
+6
*
Tighten up sync-correctness in SubscriptionManager & Dispatcher.
Alan Conway
2008-05-27
5
-10
/
+12
*
Use symbolic constants for message flow values.
Alan Conway
2008-05-27
1
-1
/
+1
*
VPATH fix
Alan Conway
2008-05-27
1
-1
/
+1
*
Generate code in $builddir to allow multiple VPATH builds.
Alan Conway
2008-05-27
1
-3
/
+13
*
Copy valgrind support files in a VPATH builds.
Alan Conway
2008-05-27
1
-1
/
+4
*
Additional API documentation around sync vs. async sessions.
Alan Conway
2008-05-27
3
-1
/
+45
*
Added some comments to the various connection settings.
Gordon Sim
2008-05-27
1
-1
/
+48
*
Fixed intermittent leak of client::Connector thread.
Alan Conway
2008-05-26
5
-11
/
+12
*
Removed BOOST_REQUIRE_EQUAL, not available in older boost.test.
Alan Conway
2008-05-26
1
-1
/
+1
*
Speculative "fix" for solaris compile errors discussed on qpid-dev.
Alan Conway
2008-05-26
3
-34
/
+31
*
Changes to Session API:
Alan Conway
2008-05-26
31
-390
/
+396
*
Fix compile error in examples.
Alan Conway
2008-05-26
1
-1
/
+1
*
Delete obsolete Channel class.
Alan Conway
2008-05-23
8
-1094
/
+18
*
qpid::SessionState: Added error checking for invalid frame sequences.
Alan Conway
2008-05-23
10
-46
/
+86
*
Improved logging for session state - show incomplete commands on receive-comp...
Alan Conway
2008-05-22
2
-23
/
+29
*
Improved logging for session state.
Alan Conway
2008-05-22
2
-15
/
+33
*
QPID-1088
Ted Ross
2008-05-22
2
-2
/
+9
*
QPID-1087
Ted Ross
2008-05-21
22
-257
/
+257
*
Added check to exclude old gcc compilers for atomic ops.
Alan Conway
2008-05-21
2
-2
/
+2
*
Replaced AtomicCount with AtomicValue template.
Alan Conway
2008-05-21
9
-493
/
+237
*
Fix build error.
Alan Conway
2008-05-20
1
-1
/
+2
*
Support for AMQP 0-10 sessions in C++ broker.
Alan Conway
2008-05-20
22
-717
/
+478
*
QPID-1073
Ted Ross
2008-05-19
2
-2
/
+19
*
QPID-1071
Ted Ross
2008-05-19
1
-1
/
+1
*
Added missing log/Logger.h to headers.
Alan Conway
2008-05-16
1
-1
/
+1
*
QPID-1065: Management messages may lost if client attach hits a small time wi...
Nuno Santos
2008-05-16
4
-16
/
+42
*
QPID-1061: Management heartbeat message from broker -- applied patch supplied...
Nuno Santos
2008-05-16
1
-0
/
+12
*
Patch from michael goulish: QPID-1063: "under Boost 103200, command line args...
Kim van der Riet
2008-05-15
3
-42
/
+103
*
- Enable python tets and examples in make rpmbuild.
Alan Conway
2008-05-15
1
-4
/
+4
*
change ordering of config records in management updates; patch supplied by Te...
Nuno Santos
2008-05-15
3
-3
/
+3
*
Python tests running in rpmbuild.
Alan Conway
2008-05-14
1
-1
/
+1
[next]