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 code generation rule so generator runs only once even if multiple generat...
Alan Conway
2007-07-25
1
-1
/
+4
*
* Summary:
Alan Conway
2007-07-24
16
-79
/
+149
*
Initial support for latest approved 0-10 xml (with some transitional hacks in...
Gordon Sim
2007-07-24
31
-676
/
+202
*
Disable Cluster test.
Alan Conway
2007-07-23
1
-1
/
+1
*
* src/tests/cluster.mk: Enable cluster test.
Alan Conway
2007-07-23
11
-79
/
+108
*
Added initial 'execution-layer' to try out methods form the 0-10 execution cl...
Gordon Sim
2007-07-23
19
-99
/
+196
*
* src/tests/start_broker, stop_broker:
Alan Conway
2007-07-19
2
-2
/
+5
*
* Summary:
Alan Conway
2007-07-19
18
-181
/
+368
*
Added vg_tests to EXTRA_DIST.
Alan Conway
2007-07-19
1
-1
/
+1
*
* src/tests/start_broker, stop_broker: Use valgrind on broker.
Alan Conway
2007-07-19
7
-25
/
+50
*
Fix memory error that was crashing broker.
Alan Conway
2007-07-19
1
-1
/
+5
*
Added difference operator to the sequence number
Gordon Sim
2007-07-19
3
-5
/
+83
*
removed the need to pass MethodContext/RequestId through proxy and handler/ad...
Gordon Sim
2007-07-19
31
-374
/
+525
*
* src/qpid/broker/Daemon.cpp, .h
Alan Conway
2007-07-19
4
-202
/
+197
*
Fixed MT safety issues pointed out by Gordon.
Carl C. Trieloff
2007-07-18
7
-20
/
+39
*
Updated queue class, can run dispatch on seperate thread or on
Carl C. Trieloff
2007-07-17
3
-40
/
+45
*
Some refactoring towards a more decoupled handler chain structure:
Gordon Sim
2007-07-17
19
-193
/
+506
*
* src/qpid/sys/Serializer.h: Serialize calls to a function,
Alan Conway
2007-07-16
8
-15
/
+448
*
Add missing header file to distribution.
Alan Conway
2007-07-13
1
-0
/
+1
*
* src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()
Alan Conway
2007-07-13
3
-0
/
+279
*
* Add libuuid to libcommon link (for when apr goes away)
Andrew Stitcher
2007-07-12
7
-123
/
+431
*
refactoring:
Gordon Sim
2007-07-09
12
-143
/
+296
*
- replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change.
Carl C. Trieloff
2007-07-05
2
-13
/
+14
*
- missing APR mutex update - should now all build again
Carl C. Trieloff
2007-07-05
1
-0
/
+52
*
- Added RW lock
Carl C. Trieloff
2007-07-05
14
-30
/
+124
*
* src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with
Alan Conway
2007-07-05
14
-85
/
+217
*
Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...
Gordon Sim
2007-07-05
12
-30
/
+148
*
Encode/decode for UUIDs.
Alan Conway
2007-07-04
5
-1
/
+44
*
2007-07-02 <aconway@redhat.com
Alan Conway
2007-07-04
15
-346
/
+416
*
Fix error from previous commit.
Alan Conway
2007-07-04
1
-1
/
+0
*
* cluster/ClasifierHandler: classifies frames for clustering treatment.
Alan Conway
2007-07-03
6
-6
/
+156
*
Added UUID type based on libuuid from e2fsprogs package.
Alan Conway
2007-07-03
5
-0
/
+170
*
* src/tests/cluster_client.cpp: Cluster client test not yet included in test...
Alan Conway
2007-07-03
4
-0
/
+118
*
Fix (and test) for QPID-407. Messages are requeued at the head rather than th...
Gordon Sim
2007-07-03
4
-9
/
+24
*
Autodeletable shared queues are now deleted as soon as the consumer count dro...
Gordon Sim
2007-07-03
13
-158
/
+22
*
2007-06-30 <aconway@redhat.com>
Alan Conway
2007-07-02
17
-429
/
+353
*
Small fixes to enable the --disable-apr-platform build to carry on compiling
Andrew Stitcher
2007-07-02
2
-6
/
+7
*
Updated AutoDelete, now only run when auto delete queues exist and
Carl C. Trieloff
2007-06-29
5
-44
/
+26
*
* More work on asychronous network IO
Andrew Stitcher
2007-06-29
7
-44
/
+506
*
Temporarily disable Cluster test while I'm fixing problems with it.
Alan Conway
2007-06-29
1
-4
/
+5
*
* Summary:
Alan Conway
2007-06-29
34
-312
/
+651
*
* src/qpid/broker/Plugin.h: Base class for plug-in objects.
Alan Conway
2007-06-27
5
-1
/
+199
*
* src/qpid/framing/ChannelAdapter.cpp: Use handler chains
Alan Conway
2007-06-27
21
-202
/
+126
*
Fixed missing POSIX implementation of Acceptor::getHost
Andrew Stitcher
2007-06-27
3
-28
/
+24
*
Fixes and tests:
Gordon Sim
2007-06-27
4
-5
/
+20
*
Added preview of exchange- and binding- query methods that have been approved...
Gordon Sim
2007-06-27
16
-3
/
+279
*
Fixed client leak and python tests port
Alan Conway
2007-06-27
3
-20
/
+19
*
Fix shutdown race in Connector.
Alan Conway
2007-06-27
1
-1
/
+1
*
Make check now starts a broker on a dynamically assigned port, so
Alan Conway
2007-06-27
25
-683
/
+507
*
* src/tests/cluster.mk: Replace sudo with newgrp for ais tests.
Alan Conway
2007-06-26
3
-13
/
+14
[next]