summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* first attempt at isolating session functions common to both broker and clientRajith Muditha Attapattu2007-07-252-0/+28
* removed duplicate code, the same classes also exists under the jms packageRajith Muditha Attapattu2007-07-252-58/+0
* fixed Encoder/Decoder to do the property type conversion for unsigned typesRafael H. Schloming2007-07-256-36/+59
* moved from api to jmsArnaud Simon2007-07-253-1/+59
* first implementation Arnaud Simon2007-07-256-0/+769
* Updated package nameArnaud Simon2007-07-2517-17/+137
* added support for precomputing sizesRafael H. Schloming2007-07-257-8/+163
* removed usage of print >>Rafael H. Schloming2007-07-251-10/+10
* minor bug fixesRafael H. Schloming2007-07-251-4/+4
* made query[...] support both navigation and filteringRafael H. Schloming2007-07-251-20/+33
* changed package name from qpidapi to apiRajith Muditha Attapattu2007-07-2413-0/+0
* Made attributes queryable.Rafael H. Schloming2007-07-241-9/+20
* Removed unused regex.Rafael H. Schloming2007-07-241-3/+0
* * Summary:Alan Conway2007-07-2416-79/+149
* Switched over to using enums instead of booleans for fields of type bit.Rafael H. Schloming2007-07-242-13/+72
* Initial submit of 0-10 communication layer.Rafael H. Schloming2007-07-2432-0/+1872
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-2433-677/+218
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-2420-21/+3283
* latest xml for 0-10 (with some edits to ease the transition from 0-9)Gordon Sim2007-07-241-0/+7265
* Reverted the protocol-version.xml file to the origianl to resolve compile errorsRajith Muditha Attapattu2007-07-231-2/+3
* we need to build a parallel stack within the same client module, hence remov...Rajith Muditha Attapattu2007-07-2376-8180/+2
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@558760 13f7...Arnaud Simon2007-07-2315-877/+0
* JAve Qpid APIArnaud Simon2007-07-2315-0/+877
* Specify the correct version for slf4j-simple. Without this there are two conf...Rafael H. Schloming2007-07-231-1/+1
* Added a better XML library.Rafael H. Schloming2007-07-236-139/+632
* Applied a modified version of the range checking patch from QPID-498.Rafael H. Schloming2007-07-232-18/+142
* Removed the inline option (this was a 0.9 parameter) Arnaud Simon2007-07-231-7/+7
* Disable Cluster test.Alan Conway2007-07-231-1/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-2311-79/+108
* Added extra test for new execution layer methods.Gordon Sim2007-07-231-0/+29
* First version of the Java Qpid API. Arnaud Simon2007-07-2315-0/+877
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-2326-103/+322
* * src/tests/start_broker, stop_broker:Alan Conway2007-07-192-2/+5
* * Summary:Alan Conway2007-07-1918-181/+368
* Added vg_tests to EXTRA_DIST.Alan Conway2007-07-191-1/+1
* * src/tests/start_broker, stop_broker: Use valgrind on broker.Alan Conway2007-07-197-25/+50
* Fix memory error that was crashing broker.Alan Conway2007-07-191-1/+5
* r702@fuschia: andrew | 2007-07-19 13:23:15 +0100Andrew Stitcher2007-07-191-2/+2
* Added difference operator to the sequence numberGordon Sim2007-07-193-5/+83
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-1935-383/+570
* svn:ignore updatesAlan Conway2007-07-190-0/+0
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-198-236/+222
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-187-20/+39
* Attempt to fix 'make distcheck' broken by perftest checkin.Gordon Sim2007-07-181-1/+1
* fix 0-8 cancel test alsoCarl C. Trieloff2007-07-171-3/+4
* fixed raise issue in testCarl C. Trieloff2007-07-171-4/+5
* basic perf test, work in progressCarl C. Trieloff2007-07-174-0/+308
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-173-40/+45
* cancel test assumes threading model -- added sleep, once we move to 0-10 shou...Carl C. Trieloff2007-07-171-2/+2
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-1719-193/+506