summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 2007-08-09 <aconway@redhat.com>Alan Conway2007-08-101-1/+0
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-093-84/+53
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-095-34/+82
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-0/+1
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-081-10/+10
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-083-7/+8
* Fixed include guard.Alan Conway2007-08-081-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-077-0/+458
* Send flush after get request. Fixes perftest.Gordon Sim2007-08-062-1/+4
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-063-22/+12
* Connector should join with receiver thread on destructionGordon Sim2007-08-061-1/+5
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-064-10/+7
* Added first cut of generated client interface.Gordon Sim2007-08-0515-274/+568
* Some restructuring of the client code: Gordon Sim2007-08-0231-1059/+1872
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-024-7/+9
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* src/qpid/framing/Visitor.h:Alan Conway2007-07-311-27/+47
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* Template visitor pattern for Handlers.Alan Conway2007-07-301-0/+71
* 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