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
/
qpid
/
java
/
common
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated message selector
Arnaud Simon
2007-10-17
11
-2060
/
+0
*
Updated message selector
Arnaud Simon
2007-10-17
10
-61
/
+270
*
added a bit of API around MinaHandler
Rafael H. Schloming
2007-10-17
2
-34
/
+126
*
work around MINA close issues
Rafael H. Schloming
2007-10-17
1
-2
/
+20
*
removed unused fields
Rafael H. Schloming
2007-10-14
9
-51
/
+20
*
Enabled packed struct encoding in python, cpp, and java. Also fixed computati...
Rafael H. Schloming
2007-10-14
8
-89
/
+315
*
added Boolean to the default encoding map
Rafael H. Schloming
2007-10-12
1
-0
/
+1
*
made the session usable from multiple threads (hopefully)
Rafael H. Schloming
2007-10-10
1
-18
/
+31
*
added support (currently disabled) for packed encoding
Rafael H. Schloming
2007-10-10
8
-18
/
+165
*
Removed system.outs and replaced with log statements
Rajith Muditha Attapattu
2007-10-10
2
-14
/
+20
*
don't wait for results if the session is closed, also added missing synchroni...
Rafael H. Schloming
2007-10-05
1
-13
/
+35
*
disabled MINA buffer pooling
Rafael H. Schloming
2007-10-05
1
-0
/
+5
*
replaced random printlns with strategically placed log statements, also added...
Rafael H. Schloming
2007-10-05
16
-63
/
+335
*
moved codec --> transport.codec to avoid conflicts with qpid namespace
Rafael H. Schloming
2007-10-04
12
-13
/
+13
*
Changed to send message ack when required
Arnaud Simon
2007-10-04
1
-1
/
+1
*
Changed to use message.recover instead of message.release
Arnaud Simon
2007-10-03
1
-1
/
+1
*
applied patch from gsim to fix order of bit decoding
Rafael H. Schloming
2007-10-03
1
-4
/
+1
*
fixed encoding of b/e bits and handling of max frame size
Rafael H. Schloming
2007-10-03
5
-15
/
+23
*
error checking for field table decode, actually close sessions on session clo...
Rafael H. Schloming
2007-10-01
3
-4
/
+41
*
fixed codec of UUIDs
Rafael H. Schloming
2007-09-27
2
-4
/
+4
*
improved close handling, made session.sync() return on session close
Rafael H. Schloming
2007-09-25
3
-1
/
+31
*
switched to one byte for class/method ids
Rafael H. Schloming
2007-09-24
2
-3
/
+3
*
added a mapping for byte[]s
Rafael H. Schloming
2007-09-24
2
-0
/
+2
*
added field table encoding/decoding
Rafael H. Schloming
2007-09-24
14
-105
/
+642
*
added frame-end constant
Rafael H. Schloming
2007-09-20
2
-2
/
+11
*
merged the qpidity.url classes in to qpid.url and deleted qpidity.url
Rajith Muditha Attapattu
2007-09-19
6
-271
/
+8
*
added messageAcquire method
Arnaud Simon
2007-09-19
1
-0
/
+6
*
forgot to dispatch non L4 methods inside SessionDelegate
Rafael H. Schloming
2007-09-19
1
-1
/
+6
*
* ProtocolEvent.Switch --> ProtocolDelegate
Rafael H. Schloming
2007-09-17
13
-118
/
+118
*
Took out the URL parsing logic from the AMQConnectionURL and moved in two Par...
Rajith Muditha Attapattu
2007-09-14
1
-2
/
+3
*
* moved most of the classes in the org.apache.qpidity package to
Rafael H. Schloming
2007-09-13
55
-1503
/
+1334
*
Remerge of M2. All tests pass locally
Martin Ritchie
2007-08-30
4
-28
/
+86
*
Added basic test case to test JMS
Rajith Muditha Attapattu
2007-08-24
8
-37
/
+91
*
moved Encoder, Decoder and related classes into the codec sub-package
Rafael H. Schloming
2007-08-23
16
-19
/
+51
*
updated from M2 branch
Arnaud Simon
2007-08-23
1
-17
/
+10
*
Updated XID
Arnaud Simon
2007-08-22
1
-0
/
+268
*
Updated QpidURL scheme
Arnaud Simon
2007-08-20
4
-349
/
+411
*
wrote a parser for the new URL format
Rajith Muditha Attapattu
2007-08-17
3
-15
/
+431
*
added destination URL handling
Arnaud Simon
2007-08-17
5
-3
/
+444
*
Added clearData() and getTransferId() to the Message interface
Rajith Muditha Attapattu
2007-08-15
2
-4
/
+56
*
added error code support
Rajith Muditha Attapattu
2007-08-13
5
-13
/
+110
*
Added a Toy Exchange that does same basic routing for direct and topic.
Rajith Muditha Attapattu
2007-08-10
5
-46
/
+215
*
implemented the Connection and Session API
Rajith Muditha Attapattu
2007-08-09
20
-54
/
+902
*
updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp...
Rafael H. Schloming
2007-08-09
7
-3
/
+163
*
fixed executionSync
Rafael H. Schloming
2007-08-08
4
-9
/
+61
*
changed the API based on the discussions with rafi and arnaud. also fixed the...
Rajith Muditha Attapattu
2007-08-08
3
-8
/
+5
*
fixed a bunch of temporary hacks, we now auto process comands that have no pa...
Rafael H. Schloming
2007-08-08
13
-48
/
+166
*
implemented Session.sync()
Rafael H. Schloming
2007-08-08
10
-27
/
+242
*
- made generated classes mutable
Rafael H. Schloming
2007-08-07
30
-298
/
+881
*
moved from client
Arnaud Simon
2007-08-06
12
-0
/
+2442
[prev]
[next]