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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test failure.
Alan Conway
2008-04-18
1
-2
/
+3
*
Split AsynchIOAcceptor into IOHandler and connection control code
Andrew Stitcher
2008-04-18
4
-142
/
+198
*
QPID-901: update pom to work with new codegen
Rafael H. Schloming
2008-04-18
3
-6
/
+8
*
fix ambiguity problem found on gcc 3.4 compilers
Kim van der Riet
2008-04-18
1
-1
/
+1
*
Fix build problem.
Alan Conway
2008-04-18
1
-1
/
+1
*
From Ted Ross: https://issues.apache.org/jira/browse/QPID-934
Alan Conway
2008-04-18
1
-2
/
+7
*
Uncommented tests.
Alan Conway
2008-04-18
1
-284
/
+283
*
Fix to prevent possible Timer deadlocks by holding onto mutex while calling f...
Kim van der Riet
2008-04-18
1
-0
/
+1
*
QPID-936: added missing session close op
Arnaud Simon
2008-04-18
1
-1
/
+1
*
QPID-798 Make property per connection and/or system wide; change name to SYNC...
Arnaud Simon
2008-04-18
4
-2
/
+26
*
src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.
Alan Conway
2008-04-18
2
-1
/
+15
*
Patch for improved compatibility with gcc 3.4 and boost 1.33
Andrew Stitcher
2008-04-17
39
-308
/
+460
*
src/Makefile.am: Fix problems with rpmbuild.
Alan Conway
2008-04-17
2
-28
/
+12
*
Added missing .h files to Makefile.am to fix make rpmbuild.
Alan Conway
2008-04-17
4
-3
/
+10
*
add full path to qpidd in init script, as it fails in some environments with ...
Nuno Santos
2008-04-17
1
-1
/
+1
*
QPID-884 Added cpp profile that does not use a store. Also updated profile fo...
Arnaud Simon
2008-04-17
6
-8
/
+40
*
QPID-796 Made connection URL property + use session level method
Arnaud Simon
2008-04-17
6
-11
/
+48
*
Some fixes to the transitional spec defs.
Gordon Sim
2008-04-17
3
-45
/
+33
*
QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port num...
Arnaud Simon
2008-04-17
1
-0
/
+7
*
Refactored IO Thread creation so that it happens in the Broker class
Andrew Stitcher
2008-04-17
4
-55
/
+58
*
QPID-901: updated the JMS examples to use legal delivery mode values as they ...
Rafael H. Schloming
2008-04-16
2
-2
/
+3
*
Add missing files to packaging.
Alan Conway
2008-04-16
1
-0
/
+3
*
QPID-901: don't depend on constant values matching up when converting between...
Rafael H. Schloming
2008-04-16
1
-1
/
+13
*
Removed complex_types.h from Makefile.am.
Alan Conway
2008-04-16
1
-1
/
+0
*
Separate new codec from liqqpidcommon to improve link times.
Alan Conway
2008-04-16
3
-22
/
+34
*
Fix encoding for sized structs.
Alan Conway
2008-04-16
15
-360
/
+696
*
Fix bug in Blob::assign assigning from an empty blob.
Alan Conway
2008-04-16
1
-0
/
+1
*
QPID-901: add back ExceptionHelper.java to fix the build
Rafael H. Schloming
2008-04-16
1
-0
/
+60
*
QPID-901: updates to the java client to use the 0-10 final spec instead of th...
Rafael H. Schloming
2008-04-16
114
-13587
/
+1903
*
QPID-897: this test was intermittently timing out when messages are not prefe...
Arnaud Simon
2008-04-16
1
-1
/
+1
*
QPID-928 Added a pause period for letting the finalyzer a chance to notify al...
Arnaud Simon
2008-04-16
1
-0
/
+7
*
Fix build error - missing op << for Struct32.
Alan Conway
2008-04-15
3
-0
/
+35
*
Correct Struct32 encoding: size/code/data.
Alan Conway
2008-04-15
8
-21
/
+98
*
Comment out failing test, repairing.
Alan Conway
2008-04-15
1
-7
/
+6
*
Disabled failing tests, working on fixing the issues.
Alan Conway
2008-04-15
1
-1
/
+8
*
QPID-921: applied qpid-patch36.diff on behalf of Ted Ross
Nuno Santos
2008-04-15
12
-44
/
+116
*
Cleanup of size calculations and handling UnknownStruct
Alan Conway
2008-04-15
2
-14
/
+19
*
add svn revision include to specfile
Nuno Santos
2008-04-15
1
-0
/
+1
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
15
-153
/
+190
*
Fix build error: MapValue SIZE was too small for Struct32.
Alan Conway
2008-04-15
1
-1
/
+5
*
QPID-648: Get list of supported mechanisms from sasl lib. (Patch from mfarrel...
Gordon Sim
2008-04-15
1
-50
/
+54
*
Remove deleted file from distribution list.
Gordon Sim
2008-04-15
1
-1
/
+0
*
Struct32 encoding
Alan Conway
2008-04-15
16
-81
/
+215
*
fix home dir permissions
Nuno Santos
2008-04-14
1
-2
/
+6
*
* Fix interpretation of accept-mode, 0 == EXPLICIT
Gordon Sim
2008-04-14
3
-1
/
+5
*
Fix to struct32 encoding
Gordon Sim
2008-04-14
1
-1
/
+1
*
QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...
Gordon Sim
2008-04-14
6
-70
/
+161
*
https://bugzilla.redhat.com/show_bug.cgi?id=441080 from Ville Skyttä (ville....
Alan Conway
2008-04-14
1
-2
/
+3
*
Use the errata file for final 0-10 that has a type code for xids without whic...
Gordon Sim
2008-04-14
7
-12
/
+29
*
fixed encode/decode of structs in command/control arguments to include the ty...
Rafael H. Schloming
2008-04-14
3
-5
/
+18
[next]