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
*
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
*
* src/qpid/framing/ChannelAdapter.cpp: Use handler chains
Alan Conway
2007-06-27
2
-10
/
+9
*
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
5
-1
/
+29
*
Intermediate checkin with preliminary work on epoll based net IO
Andrew Stitcher
2007-06-18
14
-355
/
+1234
*
Fixed catch clauses to catch by const & and use std::exception for
Alan Conway
2007-06-14
1
-1
/
+1
*
Timeout handling for dtx, plus tests.
Gordon Sim
2007-06-08
1
-0
/
+6
*
Updates to dtx support.
Gordon Sim
2007-05-31
1
-1
/
+1
*
Logging infrastructure: See qpidd --long-help for details.
Alan Conway
2007-05-30
14
-45
/
+51
*
* Split apart platform (threading etc.) from network io
Andrew Stitcher
2007-05-22
31
-589
/
+1140
*
* 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
46
-0
/
+4390
*
2006-12-01 Jim Meyering <meyering@redhat.com>
Alan Conway
2006-12-01
18
-1271
/
+0
*
Fix apr-1 header includes.
Alan Conway
2006-11-29
2
-2
/
+2
*
Posix EventChannel implementation using epoll. Placeholder for kevents.
Alan Conway
2006-11-29
10
-432
/
+391
*
Patch from Andrew Stitcher to fix APR #include using apr-config.
Alan Conway
2006-11-17
6
-8
/
+8
*
Re-enabled tracing of requests sent and received.
Gordon Sim
2006-11-15
1
-1
/
+1
*
Added ability for broker to load a message store implementation from a library.
Gordon Sim
2006-11-15
1
-0
/
+161
*
EventChannel classes, start of epoll-based posix implementation.
Alan Conway
2006-11-13
5
-16
/
+303
*
update Apache licenses to the current version
Stephen Vinoski
2006-11-10
13
-169
/
+208
*
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
Alan Conway
2006-11-09
10
-56
/
+449
*
More separation of concerns with APR, client side complete.
Alan Conway
2006-11-09
2
-8
/
+10
*
Files missed in last commit.
Alan Conway
2006-11-08
3
-0
/
+76
*
More reorg to separate APR/posix code, work in progress.
Alan Conway
2006-11-08
24
-1715
/
+29
*
Minor source reorg, see README.
Alan Conway
2006-11-06
30
-0
/
+2040