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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --quit, --check for Windows; required fixing LockFile for Windows
Stephen D. Huston
2009-05-11
3
-8
/
+10
*
Reserve space for sequence id in args field table.
Gordon Sim
2009-05-11
1
-3
/
+5
*
Cmake fixes:
Andrew Stitcher
2009-05-11
1
-1
/
+1
*
QPID-1843 - Cleaned up the interface to the broker's internal management agent.
Ted Ross
2009-05-11
39
-268
/
+250
*
Fix leak of Decoder map entries.
Alan Conway
2009-05-11
3
-8
/
+10
*
Added method to test validity of session object.
Gordon Sim
2009-05-11
2
-0
/
+4
*
Fixed a minor typo
Ted Ross
2009-05-08
1
-1
/
+1
*
Fixed cluster store problem where second and subsequent cluster nodes (which ...
Kim van der Riet
2009-05-08
6
-63
/
+83
*
Use set for efficient insert/remove rather than list.
Alan Conway
2009-05-07
2
-25
/
+9
*
DeliveryRecord optimizations.
Alan Conway
2009-05-06
5
-77
/
+45
*
Remove useless qpid/shared_ptr.h wrapper.
Alan Conway
2009-05-06
22
-96
/
+43
*
Remove client::Execution and FrameSet from the public API.
Alan Conway
2009-05-06
9
-20
/
+15
*
Hack around the namespace pollution in QPID-1737
Andrew Stitcher
2009-05-05
5
-6
/
+9
*
Added #include Thread.h for backwards compatibility.
Alan Conway
2009-05-05
1
-5
/
+6
*
Add new files to client project
Stephen D. Huston
2009-05-04
1
-1
/
+1
*
Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...
Stephen D. Huston
2009-05-04
7
-30
/
+237
*
Fix issue with python clients to cluster, mis handling of channel 0.
Alan Conway
2009-05-04
2
-3
/
+8
*
LatenchTracker: a tool for measuring latencies.
Alan Conway
2009-05-04
2
-7
/
+118
*
Add missing ctor initializer.
Alan Conway
2009-05-04
1
-1
/
+1
*
Applied PIMPL pattern to SubscriptionManager.
Alan Conway
2009-05-04
10
-129
/
+514
*
Undo buggy commit 770802.
Alan Conway
2009-05-04
2
-9
/
+10
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
10
-356
/
+280
*
Fixed ExchangeRegistry definitions to match changed declarations
Andrew Stitcher
2009-05-03
1
-4
/
+2
*
Some more fixes to build under Visual Studio 2008
Andrew Stitcher
2009-05-03
10
-34
/
+37
*
Replace std::list with std::deque for SemanticState::unacked - more efficient...
Alan Conway
2009-05-01
6
-22
/
+20
*
Apply PIMPL pattern to qpid::client::LocalQueue
Alan Conway
2009-05-01
6
-53
/
+216
*
Remove workaround for buggy corosync headers, no longer needed.
Alan Conway
2009-05-01
1
-7
/
+3
*
Cleaned up PIMPL pattern for public API
Alan Conway
2009-05-01
16
-276
/
+177
*
Add extern for run() so tests can link correctly on Windows
Stephen D. Huston
2009-04-30
1
-1
/
+4
*
Improved & simplified cluster output algorithm.
Alan Conway
2009-04-29
10
-173
/
+37
*
Ensure socket is closed when exception occurs during encode/decode.
Gordon Sim
2009-04-28
1
-1
/
+3
*
Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILE
Stephen D. Huston
2009-04-27
1
-1
/
+3
*
Added missing const clause for putBin128.
Ted Ross
2009-04-24
2
-2
/
+2
*
Merge in initial changes to allow building with CMake; rubygen and management...
Stephen D. Huston
2009-04-23
5
-6
/
+8
*
Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...
Stephen D. Huston
2009-04-23
2
-5
/
+3
*
Fixes to build under Visual Studio 2008
Andrew Stitcher
2009-04-23
4
-1
/
+4
*
Apply PIMPL pattern to client::Completion and client::Future.
Alan Conway
2009-04-23
8
-34
/
+114
*
Better logging around cpg_init, 30 second retry limit.
Alan Conway
2009-04-22
1
-4
/
+6
*
Apply PIMPL pattern to qpid::client::Message.
Alan Conway
2009-04-20
12
-70
/
+349
*
Fix log message with incorrect level (critical should be debug).
Alan Conway
2009-04-16
1
-1
/
+1
*
Removed un-used LatencyMetric hack: missed in lat commit.
Alan Conway
2009-04-15
3
-7
/
+1
*
Cleaned up some un-necessary #include dependencies.
Alan Conway
2009-04-15
23
-186
/
+22
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
2
-3
/
+4
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
21
-81
/
+395
*
QPID-1785: Prevent session.detach following execution.exception from destroyi...
Gordon Sim
2009-04-08
1
-3
/
+5
*
Cluster: fix exception handling if updater fails to connect to updatee.
Alan Conway
2009-04-06
3
-12
/
+11
*
Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...
Alan Conway
2009-03-30
5
-2
/
+14
*
cpp/src/qpid/client/Handle.h: fix operator!()
Alan Conway
2009-03-30
1
-1
/
+4
*
Need to see toFd from tests; related to QPID-1765
Stephen D. Huston
2009-03-27
1
-1
/
+2
*
Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737
Stephen D. Huston
2009-03-25
4
-5
/
+5
[next]