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 minor compile warnings noticed on Windows
Stephen D. Huston
2008-10-27
5
-7
/
+6
*
client::SubscriptionManager::findSubscription() throws if not found.
Alan Conway
2008-10-27
3
-5
/
+7
*
corrected compile error
Carl C. Trieloff
2008-10-26
1
-1
/
+1
*
Adjust to removed AckPolicy.cpp and refactored Modules.h, .cpp
Stephen D. Huston
2008-10-26
2
-7
/
+10
*
Change 'at' to 'find' to build with older g++ and with MSVC
Stephen D. Huston
2008-10-26
1
-1
/
+2
*
Refactor duplicated Module-handling from broker/client to common
Stephen D. Huston
2008-10-26
4
-59
/
+132
*
Microsoft NMAKE file to generate C++ code from specs
Stephen D. Huston
2008-10-26
1
-0
/
+38
*
Client API change: Centralize access to subscription status, better control o...
Alan Conway
2008-10-25
29
-496
/
+740
*
Fix script to clean up data_dir.
Alan Conway
2008-10-25
1
-2
/
+3
*
Fix compile error.
Alan Conway
2008-10-25
1
-2
/
+2
*
Fix compile error.
Alan Conway
2008-10-25
1
-1
/
+1
*
Use new wrapped get() accessor in Address
Stephen D. Huston
2008-10-24
1
-2
/
+3
*
Fix compile errors introduced by Address changes
Stephen D. Huston
2008-10-24
3
-3
/
+3
*
Moved TcpAddress insertion operators to Address.cpp
Stephen D. Huston
2008-10-24
1
-6
/
+0
*
Fix Address wrapper to compile on MS VC8; discussed with Alan Conway
Stephen D. Huston
2008-10-24
3
-7
/
+59
*
Microsoft Visual Studio 2005 (VC8) project/solution files
Stephen D. Huston
2008-10-24
4
-0
/
+3561
*
Add check for presence of certutil when running ssl test
Gordon Sim
2008-10-24
1
-1
/
+8
*
fix for make distcheck (I had listed wrong filenames in earlier commit)
Gordon Sim
2008-10-24
1
-2
/
+2
*
Use a str16 instead of str8 for qmf method response text
Ted Ross
2008-10-24
2
-9
/
+9
*
Added truncation logic to putShortString and putMediumString in case strings ...
Ted Ross
2008-10-24
1
-2
/
+4
*
Added exchange options to qpid-config
Ted Ross
2008-10-24
1
-0
/
+1
*
removed qualifiers from return values (cause problems on newer compilers)
Gordon Sim
2008-10-24
3
-7
/
+3
*
Revised transactional options to perftest as they could not be used on older ...
Gordon Sim
2008-10-24
6
-70
/
+151
*
Fix for bug in encoding/decoding of floats and doubles.
Gordon Sim
2008-10-24
10
-5
/
+274
*
QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...
Ted Ross
2008-10-24
12
-193
/
+660
*
Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)
Gordon Sim
2008-10-23
5
-43
/
+106
*
don't append realm in null authenticator if the userid as supplied already en...
Gordon Sim
2008-10-23
1
-1
/
+5
*
Minor changes to provide access for cluster to replicate delivery records.
Alan Conway
2008-10-23
9
-23
/
+77
*
More complete fix to prevention of divide by zero when the sampling rate is m...
Gordon Sim
2008-10-23
1
-1
/
+1
*
Fixed to avoid division by zero when sampling more frequently than once per s...
Gordon Sim
2008-10-23
1
-1
/
+4
*
Add skeleton Windows logging options
Stephen D. Huston
2008-10-22
2
-0
/
+168
*
Fixed run_acl_tests to work in a VPATH build.
Alan Conway
2008-10-22
1
-8
/
+9
*
QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover code
Alan Conway
2008-10-22
6
-30
/
+872
*
Turn of automatic loading of modules from defined module directory to avoid p...
Gordon Sim
2008-10-22
1
-1
/
+1
*
This is for QPID-1363
Rajith Muditha Attapattu
2008-10-22
4
-1
/
+494
*
This is a fix for QPID-1362
Rajith Muditha Attapattu
2008-10-22
4
-39
/
+48
*
Refactored DeliveryRecord and delivery path to remove some redundant code.
Gordon Sim
2008-10-21
17
-275
/
+80
*
Remove nonportable include dlfcn; add Windows version of Shlib.cpp
Stephen D. Huston
2008-10-21
2
-1
/
+53
*
Qualify userid with realm when authentication is turned off
Gordon Sim
2008-10-21
1
-2
/
+7
*
Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split out...
Stephen D. Huston
2008-10-21
1
-0
/
+1
*
Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377
Stephen D. Huston
2008-10-21
1
-1
/
+1
*
Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...
Stephen D. Huston
2008-10-21
23
-600
/
+2371
*
Fix compilation error on older compilers by correcting cast.
Gordon Sim
2008-10-21
1
-1
/
+2
*
cluster_test: Unit test for Tx state replication.
Alan Conway
2008-10-20
3
-2
/
+29
*
cluster: DumpClient replicates session MessageBuilder.
Alan Conway
2008-10-20
9
-14
/
+88
*
Non-substantive changes. Removed tabs, neatened indentation, etc.
Ted Ross
2008-10-20
1
-89
/
+88
*
Remove default location for certificate database.
Gordon Sim
2008-10-20
4
-11
/
+22
*
Add option to require that only encrypted connections be accepted.
Gordon Sim
2008-10-20
5
-17
/
+30
*
cluster: DumpClient updates consumer notifyEnabled and blocked.
Alan Conway
2008-10-20
7
-5
/
+48
*
QPID-1367 Mick Goulish: improvements to client-side failover.
Alan Conway
2008-10-17
9
-33
/
+56
[next]