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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
9
-29
/
+245
*
- Eliminated a race condition on deletion of PollerHandles
Andrew Stitcher
2007-11-29
4
-5
/
+162
*
Removed obsolete comment
Andrew Stitcher
2007-11-28
1
-3
/
+0
*
Fixes causing lost 'events' in queue dispatch
Gordon Sim
2007-11-19
1
-1
/
+1
*
Fixed locking (lock was not being released for invocation on callback due to ...
Gordon Sim
2007-11-14
2
-3
/
+14
*
- fixed sync mode deadlock
Carl C. Trieloff
2007-11-13
1
-0
/
+1
*
Moved Serializer notifyWorker inside the mutex.
Alan Conway
2007-11-13
2
-34
/
+20
*
On Linux, broker defaults --worker-threads to the number of available CPU cores
Alan Conway
2007-11-09
2
-0
/
+79
*
Fix race in destruction of serializer.
Gordon Sim
2007-11-09
2
-4
/
+7
*
Improved Fix for the race condition where you've got a competing read and write
Andrew Stitcher
2007-11-08
2
-74
/
+15
*
client::SubscriptionManager:
Alan Conway
2007-11-07
1
-1
/
+6
*
Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"
Alan Conway
2007-11-07
1
-4
/
+2
*
Temporary fix to issue that results in an assertion from Dispatcher.cpp. Wher...
Gordon Sim
2007-11-06
2
-4
/
+79
*
Added reset function to class AbsTime, thus allowing same instance of TimerTa...
Kim van der Riet
2007-11-05
1
-0
/
+6
*
Modified comment for last change to explain the reasoning
Gordon Sim
2007-11-05
1
-1
/
+1
*
Push buffer back on front when read fails (esp. important when result was EAG...
Gordon Sim
2007-11-05
1
-1
/
+1
*
Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...
Alan Conway
2007-11-01
1
-105
/
+78
*
Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...
Alan Conway
2007-11-01
1
-0
/
+171
*
Preparation for session thread safety overhaul:
Alan Conway
2007-11-01
2
-2
/
+2
*
Simple fix to prevent concurrent disconnection and sending of frames causing ...
Gordon Sim
2007-10-31
2
-0
/
+79
*
Fix client side core dump when disconneced unexpectedly:
Alan Conway
2007-10-31
1
-1
/
+4
*
client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.h
Alan Conway
2007-10-29
3
-126
/
+140
*
Avoid use of wait(AbsTime::farFuture()) - causes hanging on 32 bit.
Alan Conway
2007-10-29
1
-7
/
+4
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
12
-136
/
+215
*
Record peer address (for logging purposes) on initiation rather than on every...
Gordon Sim
2007-10-22
1
-11
/
+14
*
Fix for leak on receiving eof on network
Andrew Stitcher
2007-10-19
1
-7
/
+3
*
Log a warning if we close a connection with unsent data
Andrew Stitcher
2007-10-16
2
-1
/
+6
*
* Revised allocation algorithm to ensure all consumers are given the opportun...
Gordon Sim
2007-10-16
1
-6
/
+4
*
Include information on the client connection in io traces.
Gordon Sim
2007-10-15
3
-17
/
+61
*
Close connection when a framing error is encountered during decoding.
Gordon Sim
2007-10-12
2
-29
/
+37
*
* Changes to make C++ client code use the asynchronous network IO
Andrew Stitcher
2007-08-31
3
-24
/
+22
*
* src/qpid/sys/Serializer.h, .cpp:
Alan Conway
2007-08-21
2
-91
/
+110
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
1
-1
/
+3
*
r948@fuschia: andrew | 2007-08-09 18:46:30 +0100
Andrew Stitcher
2007-08-09
2
-5
/
+5
*
* src/tests/start_broker: Pass script parameters to broker.
Alan Conway
2007-08-08
2
-6
/
+5
*
* Changed Broker queue processing to avoid unnecessary uses of boost::bind
Andrew Stitcher
2007-08-02
2
-2
/
+2
*
Recoded writing code so that it doesn't allocate framing::Buffer on the heap
Andrew Stitcher
2007-08-01
1
-33
/
+27
*
* Fix crash on shutdown due to underlying poller being shutdown twice
Andrew Stitcher
2007-07-31
1
-0
/
+4
*
r797@fuschia: andrew | 2007-07-30 14:25:02 +0100
Andrew Stitcher
2007-07-30
7
-813
/
+0
*
* Asynchronous network IO subsystem
Andrew Stitcher
2007-07-27
23
-1852
/
+681
*
* README: Instructions for openais install.
Alan Conway
2007-07-26
4
-407
/
+50
*
* src/tests/cluster.mk: Enable cluster test.
Alan Conway
2007-07-23
1
-23
/
+25
*
* src/qpid/sys/Serializer.h: Serialize calls to a function,
Alan Conway
2007-07-16
4
-15
/
+245
*
* src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()
Alan Conway
2007-07-13
1
-0
/
+67
*
* Add libuuid to libcommon link (for when apr goes away)
Andrew Stitcher
2007-07-12
6
-123
/
+430
*
- 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
2
-5
/
+99
*
2007-07-02 <aconway@redhat.com
Alan Conway
2007-07-04
7
-250
/
+257
*
Small fixes to enable the --disable-apr-platform build to carry on compiling
Andrew Stitcher
2007-07-02
1
-3
/
+3
*
* More work on asychronous network IO
Andrew Stitcher
2007-06-29
6
-43
/
+502
[next]