summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-0822-84/+419
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-0821-69/+130
* QPID-903: changed read-write lock to mutex (currently recursive) to avoid dea...Gordon Sim2008-04-082-5/+5
* Removed out-of-date and misleading comment.Gordon Sim2008-04-081-2/+0
* Fixed compilation error from ignored qualifier on function return type.Gordon Sim2008-04-081-1/+1
* src/qpid/amqp_0_10/Body.h, Header.h: placeholders.Alan Conway2008-04-0714-429/+455
* rubygen/0-10/specification.rbAlan Conway2008-04-076-154/+13
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-074-27/+48
* Fix rhel5 build errors.Alan Conway2008-04-072-1/+2
* Missing from last commit.Alan Conway2008-04-071-1/+1
* Encoding/decoding for packed structs and optional members.Alan Conway2008-04-075-95/+204
* AsynchIoAcceptor.cpp: Limit output from codec to one buffer per 'idle' call.Gordon Sim2008-04-072-2/+3
* src/qpid/amqp_0_10/Exception.hAlan Conway2008-04-046-15/+218
* Minor cleanup of base Exception and python_tests script.Alan Conway2008-04-043-35/+20
* Additional files for Ted Ross's checkinKim van der Riet2008-04-042-0/+73
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-0411-61/+102
* QPID-898: move bz2 generation from the release target to a new release-all ta...Nuno Santos2008-04-041-1/+3
* src/qpid/amqp_0_10/Assembly.cpp,.h:Alan Conway2008-04-045-161/+12
* QPID-798 Added boolean property fully_sync when true a sync is sent after a p...Arnaud Simon2008-04-041-3/+10
* QPID-796: Added ability to enable/disable message prefetching. Prefetching is...Arnaud Simon2008-04-047-36/+141
* qpid/Serializer.h, qpid/amqp_0_10/Codec.h:Alan Conway2008-04-036-12/+109
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-034-16/+78
* src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily.Alan Conway2008-04-0310-117/+131
* amqp_0_10/built_in_types.hAlan Conway2008-04-036-54/+167
* Patch from Ted Ross (see QPID-893): This patch enables management of plugged-...Kim van der Riet2008-04-036-12/+27
* QPID-897 this test was intermittently failing because of too short timeouts. ...Arnaud Simon2008-04-031-6/+6
* Fix serialize test failure on 64 bit architerctures.Alan Conway2008-04-033-2/+3
* Fix compile error on rhel5.Alan Conway2008-04-021-1/+1
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-0215-56/+716
* Fixed logger warning on F9.Alan Conway2008-04-022-5/+5
* QPID-884 made ant task test alton/error/failure configurable from profile fileArnaud Simon2008-04-024-2/+8
* Fix gcc 4.3 warnings.Alan Conway2008-04-021-0/+1
* Fix doxygen warnings.Alan Conway2008-04-021-26/+0
* QPID-884 Updated ant for using a profile. I have created a default profile th...Arnaud Simon2008-04-026-30/+70
* Fix gcc 4.3 warnings.Alan Conway2008-04-021-11/+11
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-0221-98/+222
* QPID-892 - use daemon params instead of runuser; store pid of qpidd daemon to...Nuno Santos2008-04-011-3/+9
* Further correction to transitional xml def for final 0-10 (using old schema)Gordon Sim2008-04-012-2/+2
* Added a dump method to buffer for debugging io (patch from rafaels@redhat.com)Gordon Sim2008-04-012-0/+20
* Fix some erroneous definitions in the transitional xml fragment for 0-10.Gordon Sim2008-04-013-25/+7
* QPID-892: Make qpidd daemon not run as root (rpm install)Nuno Santos2008-04-012-2/+12
* Allow zero sized arrays (with no typecode or count)Gordon Sim2008-03-311-17/+19
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-317-8/+45
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-3116-33/+74
* Prevent broker exit on receiving connection with invalid protocol version.Gordon Sim2008-03-311-4/+6
* QPID-885: patch from Ted RossNuno Santos2008-03-281-0/+342
* Prefer binding key for unbind if specified.Gordon Sim2008-03-281-1/+1
* QPID-883: applying patch supplied by Ted RossNuno Santos2008-03-275-25/+215
* Removed unused files.Alan Conway2008-03-275-419/+0
* Send accept in response to message publications if required.Gordon Sim2008-03-2712-10/+287