summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-307-813/+0
* Extract Recoverable interface from MessageStore interface.Alan Conway2007-07-282-20/+23
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-2710-193/+46
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2724-1853/+681
* Use execution layer to acknowledge messages. Gordon Sim2007-07-2722-263/+352
* Remove unused file.Alan Conway2007-07-271-161/+0
* * README: Instructions for openais install.Alan Conway2007-07-264-407/+50
* * Summary:Alan Conway2007-07-2410-58/+104
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-2426-660/+186
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-237-53/+73
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-2318-99/+190
* * Summary:Alan Conway2007-07-1911-148/+299
* Fix memory error that was crashing broker.Alan Conway2007-07-191-1/+5
* Added difference operator to the sequence numberGordon Sim2007-07-192-0/+14
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-1921-347/+402
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-192-142/+156
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-185-8/+17
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-172-39/+40
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-1717-116/+452
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-165-15/+294
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-131-0/+67
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-126-123/+430
* refactoring: Gordon Sim2007-07-0910-137/+287
* - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change.Carl C. Trieloff2007-07-052-13/+14
* - missing APR mutex update - should now all build againCarl C. Trieloff2007-07-051-0/+52
* - Added RW lockCarl C. Trieloff2007-07-0514-30/+124
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-059-58/+178
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-0510-29/+79
* Encode/decode for UUIDs.Alan Conway2007-07-044-1/+33
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-0410-323/+293
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-032-0/+121
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-032-0/+103
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-034-9/+24
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-0312-156/+22
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-029-328/+245
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-022-6/+7
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-295-44/+26
* * More work on asychronous network IOAndrew Stitcher2007-06-296-43/+502
* * Summary:Alan Conway2007-06-2921-238/+571
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-274-0/+195
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-2715-117/+112
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* Fixes and tests:Gordon Sim2007-06-273-5/+4
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-2715-1/+185
* Fixed client leak and python tests portAlan Conway2007-06-272-19/+18
* Fix shutdown race in Connector.Alan Conway2007-06-271-1/+1
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-2710-252/+275
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-261-1/+3
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-262-8/+100
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-2611-18/+567