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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
* revised approach for setting tcp-nodelay on client to avoid breaking platfo...
Gordon Sim
2008-08-05
3
-13
/
+14
*
Merged fix to SubscriptionManager (was r679739)
Gordon Sim
2008-07-25
1
-1
/
+4
*
Add a get() method to subscription manager that retrieves one message from th...
Gordon Sim
2008-07-10
5
-25
/
+204
*
Propagate error messages across the Demux between network & user threads.
Alan Conway
2008-06-12
3
-6
/
+8
*
Updated doxygen comments in qpid/client/*.h
Alan Conway
2008-06-09
25
-380
/
+155
*
Moved from AccumulatedAck to SequenceSet in managing transactional accepts
Gordon Sim
2008-06-09
2
-2
/
+0
*
Added exceptions to sys::Waitable.
Alan Conway
2008-06-06
6
-64
/
+52
*
Reverted move of ConnectionOptions (without the parse functionality they aren...
Gordon Sim
2008-06-03
1
-57
/
+0
*
Move ConnectionOptions into qpid::client.
Gordon Sim
2008-06-03
1
-0
/
+57
*
Separate option parsing from qpid::client::ClientSettings.
Alan Conway
2008-06-02
3
-45
/
+8
*
Improve performance of synchronous publication by not requesting known-comple...
Gordon Sim
2008-06-02
1
-1
/
+1
*
Added --syslog-name, --syslog-facility options.
Alan Conway
2008-06-02
3
-7
/
+9
*
Removed redundant flush request.
Gordon Sim
2008-05-30
1
-1
/
+0
*
Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...
Gordon Sim
2008-05-29
2
-23
/
+56
*
Removed obsolete src/qpid/client/SessionImpl.h .cpp
Alan Conway
2008-05-27
1
-1
/
+0
*
Tighten up sync-correctness in SubscriptionManager & Dispatcher.
Alan Conway
2008-05-27
5
-10
/
+12
*
Use symbolic constants for message flow values.
Alan Conway
2008-05-27
1
-1
/
+1
*
Additional API documentation around sync vs. async sessions.
Alan Conway
2008-05-27
3
-1
/
+45
*
Added some comments to the various connection settings.
Gordon Sim
2008-05-27
1
-1
/
+48
*
Fixed intermittent leak of client::Connector thread.
Alan Conway
2008-05-26
5
-11
/
+12
*
Changes to Session API:
Alan Conway
2008-05-26
16
-315
/
+306
*
Fix compile error in examples.
Alan Conway
2008-05-26
1
-1
/
+1
*
Delete obsolete Channel class.
Alan Conway
2008-05-23
4
-626
/
+0
*
qpid::SessionState: Added error checking for invalid frame sequences.
Alan Conway
2008-05-23
5
-14
/
+29
*
Fix for large messages.
Gordon Sim
2008-05-14
1
-1
/
+1
*
From Jonathan Robie:
Alan Conway
2008-05-13
1
-3
/
+5
*
Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.
Alan Conway
2008-05-13
1
-0
/
+1
*
Added enum CreditUnit { MESSAGE=0, BYTE=1 };
Alan Conway
2008-05-13
1
-0
/
+2
*
Reverted change to use ANONYMOUS as default (I had a change of heart on that)
Gordon Sim
2008-05-09
1
-1
/
+1
*
Make ANONYMOUS the default authentication mechanism.
Gordon Sim
2008-05-09
2
-2
/
+2
*
From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...
Alan Conway
2008-05-06
1
-0
/
+7
*
Fix error handling for connection close during startup.
Gordon Sim
2008-05-04
2
-2
/
+3
*
QPID-974: allow the size of the queue of outgoing frames to be restricted
Gordon Sim
2008-04-29
14
-164
/
+456
*
Generate c++ code from final 0-10 spec
Gordon Sim
2008-04-24
7
-31
/
+47
*
Edits to doxygen comments for user documentation.
Alan Conway
2008-04-24
9
-78
/
+77
*
- SequenceSet implemented on RangeSet.
Alan Conway
2008-04-23
2
-1
/
+1
*
QPID-920: allow applications to trigger the sending of a flush to server
Gordon Sim
2008-04-22
4
-0
/
+13
*
QPID-648: (based on patch from mfarrellee@redhat.com)
Gordon Sim
2008-04-22
2
-5
/
+12
*
* raise error when controls other than attached are received on unattached ch...
Gordon Sim
2008-04-21
1
-3
/
+5
*
QPID-920: send message-accept for acks (as well as completion)
Gordon Sim
2008-04-21
14
-33
/
+64
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
39
-1727
/
+1256
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
2
-8
/
+9
*
Fixed rubygen to skip unchanged generated files, prevents needless
Alan Conway
2008-02-22
1
-1
/
+1
*
Start moving towards final 0-10 spec:
Gordon Sim
2008-02-21
11
-35
/
+33
*
Added non-optional enum { SYNC, ASYNC } parameter to newSession.
Alan Conway
2008-02-20
4
-13
/
+49
*
Fixed race condition in the examples: when a listener program prints
Alan Conway
2008-02-18
5
-0
/
+28
*
Check valid listener (or handler) exist and log error if not. See QPID-783.
Gordon Sim
2008-02-11
1
-4
/
+11
*
Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551
Alan Conway
2008-02-05
2
-4
/
+11
*
Make ports accesible through socket interface.
Gordon Sim
2008-01-31
2
-4
/
+11
*
Log peer address with SEND/RECV messages.
Alan Conway
2008-01-29
1
-2
/
+3
[next]