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
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-1087
Ted Ross
2008-05-21
1
-0
/
+7
*
QPID-1050: Patch from Ted Ross:
Gordon Sim
2008-05-12
1
-1
/
+2
*
QPID-1040: Patch from Ted Ross: Asynchronous Connector
Andrew Stitcher
2008-05-09
2
-1
/
+64
*
QPID-974: allow the size of the queue of outgoing frames to be restricted
Gordon Sim
2008-04-29
1
-14
/
+19
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
4
-46
/
+75
*
Fixed time classes for some changes that misunderstood how they are supposed
Andrew Stitcher
2008-04-07
1
-1
/
+1
*
Fixed logger warning on F9.
Alan Conway
2008-04-02
1
-4
/
+4
*
Fix compile errors/warnings with gcc 4.3
Alan Conway
2008-03-25
1
-3
/
+4
*
Qualify names to fix gcc 4.3 compile errors.
Alan Conway
2008-03-18
1
-5
/
+5
*
rubygen/0-10/specification.rb:
Alan Conway
2008-03-11
1
-2
/
+26
*
Make ports accesible through socket interface.
Gordon Sim
2008-01-31
1
-0
/
+39
*
Fix error in NDEBUG builds.
Alan Conway
2008-01-24
1
-2
/
+1
*
Improved/additional client API tests.
Alan Conway
2008-01-24
5
-26
/
+40
*
Add optional host, port arguments to all example clients.
Alan Conway
2008-01-18
2
-3
/
+15
*
Client always collects at least an entire frameset into a single buffer
Alan Conway
2008-01-10
1
-28
/
+31
*
* Limited time allowed for reading on a single connection in a single go to 2ms
Andrew Stitcher
2007-12-17
2
-15
/
+58
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-21
/
+29
*
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
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
4
-79
/
+9
*
Fix for leak on receiving eof on network
Andrew Stitcher
2007-10-19
1
-7
/
+3
*
* 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
1
-14
/
+47
*
Close connection when a framing error is encountered during decoding.
Gordon Sim
2007-10-12
1
-1
/
+2
*
* Changes to make C++ client code use the asynchronous network IO
Andrew Stitcher
2007-08-31
1
-7
/
+7
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
1
-1
/
+3
*
* Asynchronous network IO subsystem
Andrew Stitcher
2007-07-27
12
-1712
/
+185
*
* src/qpid/sys/Serializer.h: Serialize calls to a function,
Alan Conway
2007-07-16
1
-6
/
+6
*
* Add libuuid to libcommon link (for when apr goes away)
Andrew Stitcher
2007-07-12
1
-28
/
+92
*
- Added RW lock
Carl C. Trieloff
2007-07-05
1
-5
/
+79
*
2007-07-02 <aconway@redhat.com
Alan Conway
2007-07-04
2
-127
/
+60
*
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
3
-21
/
+208
*
Fixed missing POSIX implementation of Acceptor::getHost
Andrew Stitcher
2007-06-27
3
-28
/
+24
*
2007-06-25 <aconway@redhat.com>
Alan Conway
2007-06-26
3
-1
/
+21
*
Intermediate checkin with preliminary work on epoll based net IO
Andrew Stitcher
2007-06-18
8
-352
/
+699
*
Logging infrastructure: See qpidd --long-help for details.
Alan Conway
2007-05-30
5
-15
/
+18
*
* Split apart platform (threading etc.) from network io
Andrew Stitcher
2007-05-22
11
-17
/
+616
*
* Make APR/"posix" configurable using --disable-apr
Andrew Stitcher
2007-04-26
1
-1
/
+1
*
Moved src/ source code to src/qpid directory:
Alan Conway
2007-04-13
12
-0
/
+1487