summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-308-851/+12
* 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-2711-195/+46
* Drop SessionFrame, UUID is not required and more efficient to transmit plainAlan Conway2007-07-274-35/+21
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2726-1862/+691
* Use execution layer to acknowledge messages. Gordon Sim2007-07-2725-313/+395
* Remove unused file.Alan Conway2007-07-271-161/+0
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-273-121/+42
* * README: Instructions for openais install.Alan Conway2007-07-2611-741/+83
* Fix code generation rule to use timestamp file.Alan Conway2007-07-251-3/+3
* Fix code generation rule so generator runs only once even if multiple generat...Alan Conway2007-07-251-1/+4
* * Summary:Alan Conway2007-07-2416-79/+149
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-2431-676/+202
* Disable Cluster test.Alan Conway2007-07-231-1/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-2311-79/+108
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-2319-99/+196
* * 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
* 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-1931-374/+525
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-194-202/+197
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-187-20/+39
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-173-40/+45
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-1719-193/+506
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-168-15/+448
* Add missing header file to distribution.Alan Conway2007-07-131-0/+1
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-133-0/+279
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-127-123/+431
* refactoring: Gordon Sim2007-07-0912-143/+296
* - 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-0514-85/+217
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-0512-30/+148
* Encode/decode for UUIDs.Alan Conway2007-07-045-1/+44
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-0415-346/+416
* Fix error from previous commit.Alan Conway2007-07-041-1/+0
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-036-6/+156
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-035-0/+170
* * src/tests/cluster_client.cpp: Cluster client test not yet included in test...Alan Conway2007-07-034-0/+118
* 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-0313-158/+22
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-0217-429/+353
* 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-297-44/+506
* Temporarily disable Cluster test while I'm fixing problems with it.Alan Conway2007-06-291-4/+5