openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Qpid C++ Broker
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 227 of 228
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Makefile support for optimized release build. Do make BUILD=RELEASE.
Alan Conway
More...
over 18 years ago
QPID-52: use of tr1 and unordered_map break build or RHEL4. Replaced unordered_map with std::map. Use boost::shared_ptr instead of std::tr1::shared_ptr. Since we're using boost for other things now anyway it's simpler & more portable.
Alan Conway
More...
over 18 years ago
Tidy-up of generated code
Kim van der Riet
More...
over 18 years ago
Fixed deps to ensure unit tests are built.
gordonsim
as Gordon Sim
More...
over 18 years ago
Updated stylesheet for generator such that a const reference is used where a FieldTable is passed as an argument to a method body.
gordonsim
as Gordon Sim
More...
over 18 years ago
Fixed various minor TODO issues.
Alan Conway
More...
over 18 years ago
Remove bad assert
Alan Conway
More...
over 18 years ago
Fix build problems in makefile & client tests.
Alan Conway
More...
over 18 years ago
Fix core dump if address in use.
Alan Conway
More...
over 18 years ago
Fix #include dependencies.
Alan Conway
More...
over 18 years ago
Removed dependencies on linked libraries to avoid needless relinking. Header dependencies will cause libraries to relink when necessary.
Alan Conway
More...
over 18 years ago
Re enable python tests accidentally commented out in previous checkin.
Alan Conway
More...
over 18 years ago
Fix problem with generated code re-starting makefile.
Alan Conway
More...
over 18 years ago
Link with absolute paths to qpid libs so exes work anywhere.
Alan Conway
More...
over 18 years ago
Add apr-1/ prefix to APR #includes to pick up from standard location.
Alan Conway
More...
over 18 years ago
Renamed unit tests to follow naming conventions, fixed some #include inconsistencies.
Alan Conway
More...
over 18 years ago
Build system reorg, see README and Makefile comments for details.
Alan Conway
More...
over 18 years ago
Converted broker to a class for use in tests, plugins etc. qpid::Exception base class for all exceptions, inherits std::exception. Require boost on all platforms: http://www.boost.org, 'yum boost' on fedora.
Alan Conway
More...
over 18 years ago
Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.
gordonsim
as Gordon Sim
More...
over 18 years ago
Renamed to follow naming conventions.
Alan Conway
More...
over 18 years ago
Turned up gcc warnings, fixed warnings in code, enabled -Werror. Note: #include "qpid_test_plugin.h" instead of <cppunit/TestPlugin.h> Works around warning from a cppunit macro.
Alan Conway
More...
over 18 years ago
Implementation of basic_get.
gordonsim
as Gordon Sim
More...
over 18 years ago
Implementation and tests for basic_qos (i.e. prefetching)
gordonsim
as Gordon Sim
More...
over 18 years ago
Decoupled routing from the channel and message classes.
gordonsim
as Gordon Sim
More...
over 18 years ago
Cleanup of unused classes.
gordonsim
as Gordon Sim
More...
over 18 years ago
Ignore qpidd logs from Makefile.
Alan Conway
More...
over 18 years ago
New files missed from yesterdays checkin, apologies!
Alan Conway
More...
over 18 years ago
[no comment]
Alan Conway
More...
over 18 years ago
Moved ack tests to basic class, added test for requeueing on recovery. Implemented requeuing on recovery.
gordonsim
as Gordon Sim
More...
over 18 years ago
Initial implementation of basic_ack & basic_recover
gordonsim
as Gordon Sim
More...
over 18 years ago
←
1
2
…
220
221
222
223
224
225
226
227
228
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree