summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Added assert.cpp to makefile.Alan Conway2007-10-151-0/+1
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-011-0/+1
* Added missing headers to makefile.Alan Conway2007-09-281-1/+2
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-1/+0
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-0/+1
* Renamed the following files for consistency:Alan Conway2007-09-251-12/+12
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-0/+2
* Packaging fixes to spec and Makefile from nsantos@redhat.com.Alan Conway2007-09-241-0/+1
* Added missing makefiles to include_HEADERS for installation.Alan Conway2007-09-211-61/+62
* Split broker::Session into:Alan Conway2007-09-211-2/+4
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-2/+2
* * cpp/bootstrap, cpp/rubygen/generate, cpp/src/Makefile.am:Alan Conway2007-09-201-6/+0
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-191-2/+2
* Added HandlerImpl.h back to distributed list to get make distcheck working.Gordon Sim2007-09-191-0/+1
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-1/+0
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-0/+2
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-2/+2
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-0/+3
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-0/+3
* Implementation of execution.result on the client side Gordon Sim2007-09-061-4/+9
* * Summary:Alan Conway2007-08-311-2/+0
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-3/+2
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-16/+12
* * Fix compile errors.Alan Conway2007-08-271-0/+2
* * Fix compile errors.Alan Conway2007-08-271-2/+0
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-1/+3
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-271-0/+4
* Don't add the generated files to nobase_include_HEADERS they are already in E...Gordon Sim2007-08-211-1/+0
* updated rule to reflect new location for generated fileGordon Sim2007-08-211-1/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-24/+9
* r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100Andrew Stitcher2007-08-201-1/+1
* Fix memory leak in client_test, caused by bug in Blob.h.Alan Conway2007-08-171-1/+1
* * Fixes for code generation.Alan Conway2007-08-171-38/+13
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-2/+6
* Add missing files to source lists for distcheck.Alan Conway2007-08-151-0/+1
* Add qpid/Msg.h to sourc lists.Alan Conway2007-08-141-0/+1
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-2/+0
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-11/+0
* Removed some unused files.Gordon Sim2007-08-141-6/+0
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-0/+1
* Ensure MethodHolderMaxSize.h is built at the right time.Alan Conway2007-08-101-2/+4
* Update CLEANFILES for distcheck.Alan Conway2007-08-101-0/+1
* 2007-08-09 <aconway@redhat.com>Alan Conway2007-08-101-0/+1
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-091-1/+10
* * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6.Alan Conway2007-08-091-2/+3
* Fixed distcheckGordon Sim2007-08-091-1/+1
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-31/+24
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-081-5/+1
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-6/+25