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
*
QPID-1108 patch from Manuel Teira
Carl C. Trieloff
2008-06-03
1
-20
/
+2
*
Queue stats: byteDepth now computed periodically
Ted Ross
2008-06-02
2
-6
/
+19
*
Separate option parsing from qpid::client::ClientSettings.
Alan Conway
2008-06-02
15
-73
/
+92
*
QPID-1114 Daemon mode improvements
Ted Ross
2008-06-02
6
-19
/
+22
*
Improve performance of synchronous publication by not requesting known-comple...
Gordon Sim
2008-06-02
4
-7
/
+25
*
Added --syslog-name, --syslog-facility options.
Alan Conway
2008-06-02
10
-60
/
+152
*
Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3
Alan Conway
2008-06-02
1
-5
/
+5
*
Fixed dereference of null pointer
Ted Ross
2008-06-02
1
-1
/
+2
*
Backed out previous fix compiler for warning, it fails with boost 1.33.
Alan Conway
2008-06-02
1
-5
/
+1
*
QPID-1113 Management cleanup and performance enhancements
Ted Ross
2008-06-02
23
-138
/
+244
*
Fix compiler warning with gcc 4.3
Alan Conway
2008-06-02
1
-1
/
+5
*
disable use of module-dir when running examples
Gordon Sim
2008-06-02
1
-1
/
+1
*
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
*
Add short sleep before killing python server to ensure it has had a chance to...
Gordon Sim
2008-05-30
1
-0
/
+1
*
Convert remaining cppunit tests to boost test framework to reduce dependencies.
Gordon Sim
2008-05-30
23
-2100
/
+1846
*
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
3
-6
/
+5
*
VPATH fix
Alan Conway
2008-05-27
1
-1
/
+1
*
Generate code in $builddir to allow multiple VPATH builds.
Alan Conway
2008-05-27
2
-13
/
+14
*
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
*
Make help2man and doxygen dependencies optional.
Alan Conway
2008-05-26
3
-3
/
+34
*
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
*
Corrected examples for new session API.
Alan Conway
2008-05-26
6
-2
/
+6
*
Changes to Session API:
Alan Conway
2008-05-26
44
-478
/
+537
*
Fix compile error in examples.
Alan Conway
2008-05-26
3
-3
/
+3
*
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
11
-46
/
+87
*
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
4
-8
/
+13
[next]