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
/
include
/
qpid
/
messaging
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-2612: Fix to windows build from Chuck Rolke
Gordon Sim
2010-05-18
11
-166
/
+166
*
Initial multi-thread unit test for messaging API.
Alan Conway
2010-05-14
1
-7
/
+17
*
Add missing "public" qualifier to exception inheritance.
Alan Conway
2010-05-14
1
-15
/
+15
*
Moved FailoverUpdates to qpid::messaging namespace.
Alan Conway
2010-05-13
1
-0
/
+49
*
QPID-664: Add default constructor for Connection; add option to set url on ex...
Gordon Sim
2010-05-11
1
-0
/
+1
*
Added doxygen group directives.
Jonathan Robie
2010-04-29
9
-8
/
+15
*
Remove final vestiges of old client API references from messaging and agent h...
Andrew Stitcher
2010-04-14
7
-9
/
+20
*
QPID-664: removed explicit throw() clause
Gordon Sim
2010-04-12
1
-1
/
+1
*
QPID-664: changed pending to unsettled; added available to sender; minor upda...
Gordon Sim
2010-04-09
4
-7
/
+20
*
QPID-664: changed connect() back to open(),removed detach(),defined new excep...
Gordon Sim
2010-04-09
5
-36
/
+161
*
QPID-664: changed open() to connect(), moved url parameter to constructor, ad...
Gordon Sim
2010-04-08
1
-4
/
+6
*
QPID-664: removed flush, added option to make sync non-blocking if so desired
Gordon Sim
2010-04-07
2
-5
/
+9
*
QPID-664: added method to release messages
Gordon Sim
2010-04-06
1
-1
/
+8
*
QPID-664: added param to control synchronous send and acknowledge
Gordon Sim
2010-04-06
2
-3
/
+11
*
Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...
Andrew Stitcher
2010-04-02
2
-2
/
+1
*
Add missing QPID_CLIENT_EXTERNs to fix build on Windows.
Stephen D. Huston
2010-04-01
1
-4
/
+12
*
QPID-664: minor adjustment to connection option names
Gordon Sim
2010-04-01
1
-1
/
+1
*
QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...
Gordon Sim
2010-03-31
11
-385
/
+95
*
Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.
Stephen D. Huston
2010-03-30
3
-14
/
+18
*
QPID-664: renamed headers as properties (to match python); added priority
Gordon Sim
2010-03-29
1
-3
/
+7
*
QPID-2406: a more explicit solution for durations in the messaging api
Gordon Sim
2010-03-29
3
-10
/
+21
*
QPID-664: move Variant and Uuid from messaging to types namespace
Gordon Sim
2010-03-29
10
-322
/
+56
*
QPID-664: Updates to address options to stay in-line with python client chang...
Gordon Sim
2010-03-24
1
-68
/
+43
*
QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...
Gordon Sim
2010-03-19
2
-0
/
+11
*
Removed dependencies in qpid/messaging on qpid/client.
Alan Conway
2010-03-16
15
-64
/
+153
*
QPID-2382: Created separate utility class for handling updates from failover ...
Gordon Sim
2010-03-11
2
-19
/
+25
*
QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...
Gordon Sim
2010-03-03
4
-9
/
+56
*
QPID-2423 - Add Constructors to set initial value of content for MapContent a...
Ted Ross
2010-02-26
2
-0
/
+2
*
QPID-2380: recognise reliability option for sender (also added capacity to qp...
Gordon Sim
2010-02-02
1
-1
/
+1
*
QPID-664: change format of connection options string to match address options...
Gordon Sim
2010-01-28
1
-17
/
+10
*
QPID-664: change cancel() to close() for consistency
Gordon Sim
2010-01-27
2
-2
/
+2
*
QPID-2288: add support for bindings in address options
Gordon Sim
2010-01-26
1
-3
/
+5
*
Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...
Stephen D. Huston
2010-01-19
1
-8
/
+9
*
QPID-2323: add a Uuid type and allow it as the value of a Variant.
Gordon Sim
2010-01-15
2
-1
/
+100
*
QPID-664: Added some of the missing standard message headers. Added two new t...
Gordon Sim
2010-01-12
1
-0
/
+17
*
QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...
Gordon Sim
2009-12-17
1
-0
/
+3
*
QPID-664: Added a little bit of doc on connection options.
Gordon Sim
2009-11-23
1
-0
/
+34
*
QPID-664: Allow session to be specified as transactional; add basic test of t...
Gordon Sim
2009-11-23
1
-0
/
+3
*
Improved formatting of address documentation.
Gordon Sim
2009-11-20
1
-35
/
+47
*
QPID-664: Added some documentation for address options; tidied up the handlin...
Gordon Sim
2009-11-19
1
-4
/
+72
*
QPID-664: Add spout & drain examples as per python client
Gordon Sim
2009-11-19
1
-2
/
+2
*
QPID-664: Add accessors for connection from session, and for session from sen...
Gordon Sim
2009-11-17
3
-1
/
+19
*
QPID-664: Allow application to set session name and retrieve session using th...
Gordon Sim
2009-11-17
1
-1
/
+2
*
QPID-664: Added getReceiver()/getSender() methods to session in new api.
Gordon Sim
2009-11-17
3
-1
/
+37
*
QPID-664: Remove start()/stop() methods from api
Gordon Sim
2009-11-16
1
-10
/
+0
*
QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...
Gordon Sim
2009-11-16
1
-1
/
+1
*
Merge branch 'next_receiver_changes' into trunk
Gordon Sim
2009-11-16
3
-61
/
+16
*
Merge branch 'next_receiver_changes' into trunk
Gordon Sim
2009-11-12
1
-2
/
+3
*
Add missing extern decls. Fixes broken Windows build.
Stephen D. Huston
2009-11-11
1
-1
/
+1
*
Added support for address parsing, create/assert/delete policies
Gordon Sim
2009-11-11
5
-74
/
+58
[next]