10
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... about 18 years ago
[no comment] More... about 18 years ago
[no comment] More... about 18 years ago
[no comment] More... about 18 years ago
r8...@fuschia: andrew | 2007-01-17 17:34:13 +0000 Updated to latest upstream changes More... about 18 years ago
[no comment] More... about 18 years ago
r7...@fuschia: andrew | 2007-01-17 01:25:16 +0000 * Added Test for new MessageHandlerImpl (but no actual tests yet) * Filled in lots of the blanks in the MessageHandlerImpl with code stolen from the BasicHandlerImpl More... about 18 years ago
File missed in last commit. More... about 18 years ago
* cpp/lib/common/framing/MethodContext.h: Reduced MethodContext to ChannelAdapter and Method Body. Request ID comes from body, ChannelAdapter is used to send frames, not OutputHandler. More... about 18 years ago
Changed methodBody in Methodcontext to be a shared_ptr More... about 18 years ago
From Andrew Stitcher <[email protected]> More... about 18 years ago
Trivial FIXMEs. More... about 18 years ago
* framing/ChannelAdapter.cpp: Enable channel state assertions. More... about 18 years ago
* broker/Broker.cpp: Don't create Acceptor in shutdown() - required so InProcessBroker does not attempt to bind. More... about 18 years ago
* cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed so InProcessBroker will not listen on any port. More... about 18 years ago
Andrew Stitcher <[email protected]> r7...@fuschia: andrew | 2007-01-12 00:35:16 +0000 Branch for my work on Qpid.0-9 r7...@fuschia: andrew | 2007-01-12 00:59:28 +0000 Added in empty implementation of handler class for protocol Message class r7...@fuschia: andrew | 2007-01-17 01:25:16 +0000 * Added Test for new MessageHandlerImpl (but no actual tests yet) * Filled in lots of the blanks in the MessageHandlerImpl with code stolen from the BasicHandlerImpl r8...@fuschia: andrew | 2007-01-17 17:34:13 +0000 Updated to latest upstream changes r8...@fuschia: andrew | 2007-01-19 00:31:59 +0000 Fixed merge errors r8...@fuschia: andrew | 2007-01-19 00:47:29 +0000 Another merge problem fixed r8...@fuschia: andrew | 2007-01-24 11:27:48 +0000 Started work on the Message class handler implementation r9...@fuschia: andrew | 2007-01-30 17:05:05 +0000 Working again after broker Message refactor r9...@fuschia: andrew | 2007-01-30 18:39:18 +0000 Fix for extra parameter to transfer More... about 18 years ago
* client/* framing/*: fixed client-side request ID processing. More... about 18 years ago
Separated the errata in the XML spec file and put them into a file amqp-errara.0-9.xml. Added this file to the codegen. Fixed minor codegen bug in which fields in merged classes have repeating ordinal numbers. Added missing mandatory field to Message.Transger in the new errata file. More... about 18 years ago
* Added ClientAdapter - client side ChannelAdapter. Updated client side. * Moved ChannelAdapter initialization from ctor to init(), updated broker side. * Improved various exception messages with boost::format messages. * Removed unnecssary virtual inheritance. * Widespread: fixed incorrect non-const ProtocolVersion& parameters. * Client API: pass channels by reference, not pointer. * codegen: - MethodBodyClass.h.templ: Added CLASS_ID, METHOD_ID and isA() template. - Various: fixed non-const ProtocolVersion& parameters. * cpp/bootstrap: Allow config arguments with -build. * cpp/gen/Makefile.am: Merged codegen fixes from trunk. More... about 18 years ago
* Fixed typo in make rpm target. More... about 18 years ago
* qpidc.spec.in: fixed bad date in changelog. More... about 18 years ago
* qpidc.spec.in: updated to release 3 for RPM. * gen/make-gen-src-mk.sh: fixed problem with makefile generation in a new checkout. * Other Makefile.am: added missing files to maintainer-clean. * Added missing svn-ignores. More... about 18 years ago
* Removed .txt extension from README NOTICE LICENSE to follow common practice. * Updated all references to .txt files. * rpm/Makefile.am: Fixed local-clean target to clean up generaed directories. More... about 18 years ago
Ignore generated files qpidc.spec, rpm/ BUILD RPMS SOURCES SPECS SRPMS More... about 18 years ago
2007-01-24 Jim Meyering <[email protected]>
gordonsim
as Gordon Sim
More... about 18 years ago
use same name for pid file as start_broker
gordonsim
as Gordon Sim
More... about 18 years ago
Don't close channel on connection (resulting in BrokerAdapter being deleted) until close request has been successfully sent.
gordonsim
as Gordon Sim
More... about 18 years ago
Patch from Jim Meyering ([email protected]) submitted on dev list.
gordonsim
as Gordon Sim
More... about 18 years ago
* Fixed request-response correlation on the broker. More... about 18 years ago
Updated size calculation of request frame.
gordonsim
as Gordon Sim
More... about 18 years ago