DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Agenda
Attendees
Review of Code Commits
revision |
committer |
date |
comment |
review points |
|---|---|---|---|---|
rhs |
2008-04-11 |
QPID-901 : temporary workaround for AMQP-218 |
|
|
kpvdr |
2008-04-11 |
Patch from Ted Ross: added set methods to hilo types in generated management classes |
|
|
aidan |
2008-04-13 |
QPID-916 Correct release notes |
|
|
aidan |
2008-04-13 |
QPID-916 tag RC4 |
|
|
gsim |
2008-04-14 |
QPID-917 : Use PLAIN (rather than the non-standard AMQPLAIN) as the SASL mechanism when authenticating python test clients. |
|
|
gsim |
2008-04-14 |
Correction to release notes (now support AMQP 0-9) |
|
|
gsim |
2008-04-14 |
QPID-648 : Initial support for sasl authentication for c++ broker. From patch submitted by mfarrellee@redhat.com. Authentication is optional at compile time (based on user selection or availability of ... |
|
|
aidan |
2008-04-14 |
QPID-832 delete for resync with trunk (cpp, ruby) and M2.1 (java/broker) |
|
|
aidan |
2008-04-14 |
QPID-832 sync cpp with trunk |
|
|
aidan |
2008-04-14 |
QPID-832 sync ruby from trunk |
|
|
aidan |
2008-04-14 |
QPID-832 sync broker with M2.1 |
|
|
gsim |
2008-04-14 |
QPID-648 : keep the sasl_conn member in the handler to avoid the need for friend declaration |
|
|
aidan |
2008-04-14 |
QPID-916 Tag RC5, with correct C++ release notes |
|
|
rhs |
2008-04-14 |
fixed encode/decode of structs in command/control arguments to include the type code when specified |
|
|
gsim |
2008-04-14 |
Use the errata file for final 0-10 that has a type code for xids without which dtx.recover can't work. Return the indoubt xids as an array of struct32s each of which contains an encoded xid. |
|
|
aconway |
2008-04-14 |
https://bugzilla.redhat.com/show_bug.cgi?id=441080 from Ville Skyttä (ville.skytta@iki.fi) qpidc's build does not use $RPM_OPT_FLAGS so it misses some compiler security features, and strips installed ... |
|
|
gsim |
2008-04-14 |
QPID-648 : more flexible sasl implementation (patch provided by mfarrellee@redhat.com) |
|
|
gsim |
2008-04-14 |
Fix to struct32 encoding |
|
|
gsim |
2008-04-14 |
|
|
|
nsantos |
2008-04-14 |
fix home dir permissions |
|
|
aconway |
2008-04-15 |
Struct32 encoding |
|
|
gsim |
2008-04-15 |
Remove deleted file from distribution list. |
|
|
gsim |
2008-04-15 |
QPID-648 : Get list of supported mechanisms from sasl lib. (Patch from mfarrellee@redhat.com) |
|
|
aidan |
2008-04-15 |
Merged revisions 631979-647797 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r631987 - aconway - 2008-02-28 14:47:59 +0000 (Thu, 28 Feb 2008) - 2 lines Fixe ... |
|
|
aidan |
2008-04-15 |
Merged revisions 627417-648207 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1........ r627552 - rgodfrey - 2008-02-13 18:10:53 +0000 (Wed, 13 Feb 2008) - 1 line ... |
|
|
aidan |
2008-04-15 |
Merged revisions 647798-648216 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r647800 - gsim - 2008-04-14 14:57:36 +0100 (Mon, 14 Apr 2008) - 3 lines QPID-64 ... |
|
|
aconway |
2008-04-15 |
Fix build error: MapValue SIZE was too small for Struct32. |
|
|
astitcher |
2008-04-15 |
Refactored the IO framework that sits on top of Poller so that it uses a generalised IOHandle. This means that you can define new classes derived from IOHandle (other than Socket) that can also be add ... |
|
|
nsantos |
2008-04-15 |
add svn revision include to specfile |
|
|
aconway |
2008-04-15 |
Cleanup of size calculations and handling UnknownStruct |
|
|
nsantos |
2008-04-15 |
QPID-921 : applied qpid-patch36.diff on behalf of Ted Ross |
|
|
aidan |
2008-04-15 |
QPID-831 fix pom version |
|
|
aidan |
2008-04-15 |
QPID-831 Remove some broker introspection stuff and transaction bumpf |
|
|
aconway |
2008-04-15 |
Disabled failing tests, working on fixing the issues. |
|
|
aconway |
2008-04-15 |
Comment out failing test, repairing. |
|
|
aconway |
2008-04-15 |
Correct Struct32 encoding: size/code/data. Proper re-encoding for unknown struct codes. |
|
|
aconway |
2008-04-15 |
Fix build error - missing op << for Struct32. |
|
|
rgodfrey |
2008-04-16 |
QPID-899 : Bug in AMQShortString on tokenized substrings |
|
|
rgodfrey |
2008-04-16 |
QPID-900 : Re-use byte[] of buffer for backing of AMQShortString |
|
|
rgodfrey |
2008-04-16 |
QPID-922 : Selectors on header properties should not convert AMQShortStrings to Strings on every evaluation |
|
|
aidan |
2008-04-16 |
QPID-916 add DISCLAIMER to top-level, make sure C++ and .Net archives are named correctly |
|
|
aidan |
2008-04-16 |
QPID-916 tag RC6 |
|
|
rgodfrey |
2008-04-16 |
QPID-925 : Only begin store transactions when there is a persistent message to be committed |
|
|
rgodfrey |
2008-04-16 |
QPID-926 : Perform all store operations associated with an acknowledge in a single store transaction |
|
|
rgodfrey |
2008-04-16 |
QPID-927 : Multiple acknowledgements should be coalesced into single multiple ack |
|
|
rgodfrey |
2008-04-16 |
QPID-929 : Exchange.Declare being sent prior to every message when publishing to explicit destination |
|
|
arnaudsimon |
2008-04-16 |
QPID-928 Added a pause period for letting the finalyzer a chance to notify all the Mina connector threads before we check for spurious threads. |
|
|
rgodfrey |
2008-04-16 |
QPID-931 : Always use exclusive consumers when subscribing to topics |
|
|
rgodfrey |
2008-04-16 |
QPID-932 : Remove references to unusued constructor argument "browsedAcks" of NonTransactionalContext |
|
|
rgodfrey |
2008-04-16 |
QPID-932 : Remove references to unusued constructor argument "browsedAcks" of NonTransactionalContext |
|
|
rgodfrey |
2008-04-16 |
QPID-933 : performance tweaks |
|
|
aidan |
2008-04-16 |
QPID-916 update dotnet NOTICE to include log4net, make sure DISCLAIMER is including in c++ |
|
|
aidan |
2008-04-16 |
QPID-916 delete, about to recreate |
|
|
aidan |
2008-04-16 |
QPID-916 tag RC6 |
|
|
arnaudsimon |
2008-04-16 |
QPID-897 : this test was intermittently timing out when messages are not prefetched. This is a temporary fix until we use a configurable timeout. |
|
|
rhs |
2008-04-16 |
QPID-901 : updates to the java client to use the 0-10 final spec instead of the 0-10 preview spec; this includes improvements to the codegen process as well as some modifications to the shared code pat ... |
|
|
rhs |
2008-04-16 |
QPID-901 : add back ExceptionHelper.java to fix the build |
|
|
aconway |
2008-04-16 |
Fix bug in Blob::assign assigning from an empty blob. |
|
|
aconway |
2008-04-16 |
Fix encoding for sized structs. |
|
|
aconway |
2008-04-16 |
Separate new codec from liqqpidcommon to improve link times. To be included in libqpidcommon when we are ready to replace framing codec. |
|
|
aidan |
2008-04-16 |
QPID-832 fix exception constructors |
|
|
ritchiem |
2008-04-16 |
QPID-886 : In order to allow the test to be written that highlights the failure we need to be able to provide a Config object not a file. So made the method public that reads the file and added constr ... |
|
|
aidan |
2008-04-16 |
Rename in case of further M2-based releases |
|
|
aconway |
2008-04-16 |
Removed complex_types.h from Makefile.am. |
|
|
rhs |
2008-04-16 |
QPID-901 : don't depend on constant values matching up when converting between JMS and AMQP delivery modes |
|
|
aconway |
2008-04-16 |
Add missing files to packaging. |
|
|
rhs |
2008-04-16 |
QPID-901 : updated the JMS examples to use legal delivery mode values as they are now checked with the 0-10 final updates |
|
|
rgodfrey |
2008-04-16 |
QPID-156 : Add an Apache licensed store - created an experimental Derby based store |
|
|
astitcher |
2008-04-17 |
Refactored IO Thread creation so that it happens in the Broker class - There is now a single Poller created by the Broker class that is passed to the Acceptor for use in network IO. It can also now ... |
|
|
arnaudsimon |
2008-04-17 |
QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port number is not specified. |
|
|
aidan |
2008-04-17 |
Track changes from M2.x now |
|
|
aidan |
2008-04-17 |
Track changes from M2.x now |
|
|
aidan |
2008-04-17 |
Track changes from M2.x now, with right svn |
|
|
gsim |
2008-04-17 |
Some fixes to the transitional spec defs. |
|
|
arnaudsimon |
2008-04-17 |
QPID-796 Made connection URL property + use session level method |
|
|
arnaudsimon |
2008-04-17 |
QPID-884 Added cpp profile that does not use a store. Also updated profile for taking auth into account and updated broker.clean as per QPID-904 |
|
|
nsantos |
2008-04-17 |
add full path to qpidd in init script, as it fails in some environments with just the command name |
|
|
aconway |
2008-04-17 |
Added missing .h files to Makefile.am to fix make rpmbuild. Add non-const Message::data() Make log/Statement.h public. |
|
|
aidan |
2008-04-17 |
Merged revisions 632071-649058 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x........ r632363 - ritchiem - 2008-02-29 16:00:19 +0000 (Fri, 29 Feb 2008) - 1 line ... |
|
|
aidan |
2008-04-17 |
QPID-831 fix compile errors |
|
|
aconway |
2008-04-17 |
src/Makefile.am: Fix problems with rpmbuild. src/tests/README: Updated information about boost test. |
|
|
astitcher |
2008-04-17 |
Patch for improved compatibility with gcc 3.4 and boost 1.33 |
|
|
aconway |
2008-04-18 |
src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set. src/qpid/framing/AMQFrame.h: frame header setters/getters with 0-10 naming. |
|
|
arnaudsimon |
2008-04-18 |
QPID-798 Make property per connection and/or system wide; change name to SYNC_PERSISTENT to denote only used on persistent messages |
|
|
aidan |
2008-04-18 |
QPID-832 default protocol version to 0-9 |
|
|
arnaudsimon |
2008-04-18 |
QPID-936 : added missing session close op |
|
|
kpvdr |
2008-04-18 |
Fix to prevent possible Timer deadlocks by holding onto mutex while calling fire() |
|
|
aconway |
2008-04-18 |
Uncommented tests. |
|
|
aconway |
2008-04-18 |
From Ted Ross: https://issues.apache.org/jira/browse/QPID-934This patch fixes a problem related to multiple management sessions run over the same AMQP session (typically seen in test environments). ... |
|
|
aconway |
2008-04-18 |
Fix build problem. |
|
|
aidan |
2008-04-18 |
Merged revisions 648217-649481 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r648272 - aconway - 2008-04-15 15:54:46 +0100 (Tue, 15 Apr 2008) - 1 line Fix b ... |
|
|
kpvdr |
2008-04-18 |
fix ambiguity problem found on gcc 3.4 compilers |
|
|
rhs |
2008-04-18 |
QPID-901 : update pom to work with new codegen |
|
|
aidan |
2008-04-18 |
Merged revisions 649482-649660 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r649547 - aconway - 2008-04-18 15:12:36 +0100 (Fri, 18 Apr 2008) - 2 lines Unco ... |
|
|
astitcher |
2008-04-18 |
Split AsynchIOAcceptor into IOHandler and connection control code |
|
|
aconway |
2008-04-18 |
Fix test failure. |
|
|
astitcher |
2008-04-18 |
Refactored Acceptor code to allow multiple acceptors to be present in the broker |
|
|
astitcher |
2008-04-18 |
Added missed new include file |
|
|
aidan |
2008-04-18 |
QPID-832 fix some compile errors |
|
|
aidan |
2008-04-19 |
QPID-832 ahem |
|
|
aidan |
2008-04-20 |
QPID-832 now 95% bug free |
|
|
aidan |
2008-04-20 |
QPID-832 remove log4j spewage |
|
|
aidan |
2008-04-20 |
Merged revisions 649661-649908 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r649666 - astitcher - 2008-04-18 20:44:25 +0100 (Fri, 18 Apr 2008) - 2 lines Sp ... |
|
|
gsim |
2008-04-20 |
QPID-920 : converted c++ client to use final 0-10 protocol * connection handler converted to using invoker & proxy and updated to final method defs * SessionCore & ExecutionHandler replace by SessionIm ... |
|
|
aidan |
2008-04-21 |
QPID-832 Make sure that we lock early enough to avoid deadlocks hwen closing |
|
|
aidan |
2008-04-21 |
QPID-832 revert last commit, 650099 |
|
|
aidan |
2008-04-21 |
QPID-832 pass a genuine connection so that it doesnt NPE |
|
|
arnaudsimon |
2008-04-21 |
QPID-939 Added "ID:" to message ID |
|
|
rgodfrey |
2008-04-21 |
|
|
|
rgodfrey |
2008-04-21 |
Wrong revision |
|
|
rgodfrey |
2008-04-21 |
create branch for broker refactoring |
|
|
rgodfrey |
2008-04-21 |
Initial checkpoint of queue refactoring work |
|
|
gsim |
2008-04-21 |
QPID-920 : send message-accept for acks (as well as completion) * AckPolicy now maintains a set of transfered messages for cumulative accepts |
|
|
rgodfrey |
2008-04-21 |
remove duplicate check of interest in enqueue, enable new Queue by default |
|
|
aidan |
2008-04-21 |
QPID-832 catch dodgy mock generated exception, just like M2.x |
|
|
aconway |
2008-04-21 |
src/qpid/RangeSet.h: generic set implementation using ranges. - no heap allocation for simple sets (<= 3 ranges) - binary searches for o(log |
|
|
aidan |
2008-04-21 |
QPID-832 handle multiple brokers properly |
|
|
aconway |
2008-04-21 |
Fix compile error on rhel5. |
|
|
aconway |
2008-04-21 |
Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1.34, based on public properties of ptr::map types rather than version numbers. |
|
|
aconway |
2008-04-21 |
Disable compilation of amqp_0_10 codec until ready for integration. |
|
|
gsim |
2008-04-21 |
|
|
|
aconway |
2008-04-21 |
Fix packaging problems for rpmbuild. |
|
|
rhs |
2008-04-22 |
QPID-832 : fixed ant build system |
|
|
gsim |
2008-04-22 |
QPID-648 : (based on patch from mfarrellee@redhat.com) * apply authentication to final 0-10 codepath * consolidate conditional compilation of sasl-related code * improved handling of connection close ... |
|
|
rhs |
2008-04-22 |
QPID-823 : add junit to the libs for junit-toolkit |
|
|
aidan |
2008-04-22 |
create forrest site |
|
|
gsim |
2008-04-22 |
QPID-944 : do no-local checking where requested when there is an exclusive subscription active |
|
|
aidan |
2008-04-22 |
Merged revisions 649909-650455 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk........ r649915 - gsim - 2008-04-20 13:10:37 +0100 (Sun, 20 Apr 2008) - 6 lines QPID-92 ... |
|
|
rhs |
2008-04-22 |
QPID-947 : update cpp and python management to 0-10 final |
|
|
rhs |
2008-04-22 |
QPID-832 : updated build order |
|
|
rhs |
2008-04-22 |
QPID-832 : moved 0-8 specific code into 0-8 subclass of session |
|
|
rhs |
2008-04-22 |
QPID-832 : moved more 0-8 specific code to 0-8 subclasses |
|
|
rhs |
2008-04-22 |
QPID-948 : patch from Ted Ross for updated management utilities to 0-10 final |
|
|
rhs |
2008-04-22 |
QPID-832 : moved more 0-8 specific code into 0-8 subclasses |
|
|
cctrieloff |
2008-04-22 |
QPID-945 from Ted Ross |
|
|
gsim |
2008-04-22 |
Moved federation to final 0-10 codepath |
|
|
gsim |
2008-04-22 |
QPID-920 : allow applications to trigger the sending of a flush to server |
|
|
astitcher |
2008-04-22 |
|
|
|
aidan |
2008-04-22 |
QPID-832 make tests use new QpidTestCase magic for getting connections |
|
|
gsim |
2008-04-23 |
Added to the no-local tests, cleaned up comments (and highlighted non-standard nature of these tests) |
|
|
aidan |
2008-04-23 |
QPID-832 remember to pass username to getConnection |
|
|
rgodfrey |
2008-04-23 |
QPID-832 : Quoted identifiers grammar fix for client side selectors |
|
|
rhs |
2008-04-23 |
QPID-832 : switched from execing javacc to using the javacc task; this should fix the build on cygwin |
|
|
rhs |
2008-04-23 |
QPID-832 : moved CloseTests and DurableSubscriberTests -> CloseTest and DurableSubscriberTest |
|
|
gsim |
2008-04-23 |
Add support for reading 0-10 arrays; Set sync bit on session header for commands sent with auto_sync on. |
|
|
rgodfrey |
2008-04-23 |
QPID-832 : connection should be set to started before sessions are started |
|
|
rgodfrey |
2008-04-23 |
QPID-832 : Fixed AMQSession_0_10 so that it takes the acknowledge mode from the session not a system definition |
|
|
aidan |
2008-04-23 |
QPID-832 fix failover detection, rename startDispatcher |
|
|
rhs |
2008-04-23 |
QPID-832 : fixed override of notifyMessage, this re-enables selectors for 0-10 |
|
|
aconway |
2008-04-23 |
|
|
|
astitcher |
2008-04-23 |
Make python tests work with VPATH builds |
|
|
astitcher |
2008-04-23 |
Patch from Mick Goulish: Fixes to previous improved portability patch |
|
|
aconway |
2008-04-23 |
src/tests/ClientSessionTest.cpp: uncommented tests for session resume as EXPECTED_FAILURES tests. src/tests/unit_test.h: workarounds for broken EXPECTED_FAILURES tests in boost <= 1.34 |
|
|
astitcher |
2008-04-23 |
Reverted earlier change to valgrind suppressions |
|
|
aconway |
2008-04-23 |
Fix build error introduced by earlier commit. |
|
|
aidan |
2008-04-23 |
QPID-832 copy trunk before performing some major operations |
|
|
aidan |
2008-04-23 |
Delete stuff that's just going to get synced from M2.x |
|
|
aidan |
2008-04-23 |
QPID-832 copy the M2.x broker |
|
|
aidan |
2008-04-23 |
QPID-832 sync from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 copy from M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 sync build stuff from thegreatmerge |
|
|
aidan |
2008-04-24 |
QPID-832 sync build stuff from thegreatmerge |
|
|
aidan |
2008-04-24 |
QPID-832 sync build stuff from thegreatmerge |
|
|
aidan |
2008-04-24 |
QPID-832 merge M2.x |
|
|
aidan |
2008-04-24 |
QPID-832 nuke some obsolete stuff |
|
|
aidan |
2008-04-24 |
QPID-832 update pom version |
|
|
rhs |
2008-04-24 |
QPID-832 : fixed DerbyMessageStore to compile on Java 1.5 (hopefully) |
|
|
aconway |
2008-04-24 |
emacs/qpid-c+-mode.el: qpid-c+-mode for Emacs. qpid-style indentation plus some useful commands for inserting copyrights etc. Feel free to improve it, there's lots of room. |
|
|
cctrieloff |
2008-04-24 |
QPID-953 from tross |
|
|
aidan |
2008-04-24 |
QPID-832 make systests run |
|
|
aconway |
2008-04-24 |
Edits to doxygen comments for user documentation. |
|
|
rgodfrey |
2008-04-24 |
QPID-832 : Fix eol-style |
|
|
nsantos |
2008-04-24 |
add include for list, for gcc4.3 |
|
|
rgodfrey |
2008-04-24 |
QPID-832 : Fix CRLF line endings |
|
|
gsim |
2008-04-24 |
Correct expected error codes for final 0-10 spec |
|
|
gsim |
2008-04-24 |
Generate c++ code from final 0-10 spec |
|
|
cctrieloff |
2008-04-24 |
QPID-958 by Danushka Menikkumbura |
|
|
rhs |
2008-04-24 |
QPID-832 : fixed merge artifact affecting replyTo |
|
|
astitcher |
2008-04-25 |
Fix building examples when using a VPATH build |
|
|
gsim |
2008-04-25 |
Fixed caught exception type in recovery |
|
|
aconway |
2008-04-27 |
Session state as per AMQP 0-10 specification. |
|
|
cctrieloff |
2008-04-28 |
QPID-918 patch from Senaka |
|
|
cctrieloff |
2008-04-28 |
QPID-971 - Senaka Fernando, I also edited the README in a few places. |
|
|
astitcher |
2008-04-28 |
Work In Progress: Added initial rdma code including test server and client Turn off rdma support by default but autoconf should now detect whether necessary rdma/ibverbs libs and headers are pre ... |
|
|
gsim |
2008-04-29 |
QPID-977 : shutdown mgmt client cleanly in federation tests (patch from tross@redhat.com) QPID-981 : added custom options to queue declare to tag each message as it goes through a bridge queue and allow ... |
|
|
gsim |
2008-04-29 |
QPID-981 : management schema change missed from previous commit |
|
|
gsim |
2008-04-29 |
QPID-974 : allow the size of the queue of outgoing frames to be restricted QPID-544 : tidy up configuration (ensuring desired settings are used correctly, allowing tcp socket options to be se ... |
|
|
rhs |
2008-04-29 |
QPID-979 : added backwards compatible uuid to qpid.datatypes |
|
|
gsim |
2008-04-29 |
QPID-981 : allow id and exclude list to be passed through when creating a bridge with qpid-route |
|
|
astitcher |
2008-04-29 |
Removed some unnecessary #includes |
|
|
rhs |
2008-04-29 |
QPID-984 : override MINA's IoServiceListenerSupport class in order to fix infinite loop |
|
|
rhs |
2008-04-29 |
QPID-983 : fixed deadlock between AMQConnection.close and FailoverHandler |
|
|
astitcher |
2008-04-29 |
More RDMA Work in Progress Changes to client buffering Buffering improvement to server Removed unused state machine from RdmaIO code Move the write throttling due to limited write buff ... |
|
|
gsim |
2008-04-30 |
QPID-988 and QPID-989 : fixes to framing for final 0-10 spec |
|
|
ritchiem |
2008-04-30 |
QPID-889 : Removed _reapingStoreContext from CSDM replaced with local StoreContext()s so they are not reused by different threads. |
|
|
ritchiem |
2008-04-30 |
QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thread dump. Named Queue-housekeeping-<virtualhost name> |
|
|
ritchiem |
2008-04-30 |
QPID-888 ,QPID-886 : Fixed all management uses of _lock.lock / _lock.unlock so that they correctly call unlock from a finally block in the CSDM. There are two issues that cover that. QPID-888 - Fix the ... |
|
|
rajith |
2008-05-01 |
This commit is for QPID-992 and QPID-993 build.xml ========== I added the broker-plugins as a module to the ant build system. This was nessacery to get the plugins jar generated for QPID-993 . In gene ... |
|
|
rajith |
2008-05-01 |
Added the following tests to 0-10 exclude lists as these tests are for the java broker. However when the java broker gets to 0-10 we should also have exclude lists per broker as well. For the time bei ... |
|
|
gsim |
2008-05-01 |
Cleanup: Re-enable tests that now pass; delete unused templates directory. |
|
|
gsim |
2008-05-01 |
QPID-966 : applied patch from rajith; altered to use uuid as session name; updated verify scripts for automated testing; re-enabled automated testing in c++ build |
|
|
gsim |
2008-05-01 |
Remove preview tests (no longer required) |
|
|
nsantos |
2008-05-01 |
applying Ted Ross's patch to handle unicode encoding and management message ordering issues |
|
|
rhs |
2008-05-01 |
QPID-965 : added an option to turn on deprecation during compile |
|
|
gsim |
2008-05-01 |
QPID-989 : fix decode of zero sized map |
|
|
aidan |
2008-05-01 |
QPID-994 Dont wait for attain state as connection is closed by we get CloseOk |
|
|
aidan |
2008-05-01 |
QPID-1001 dont set the expiration time if TTL is 0 |
|
|
gsim |
2008-05-01 |
Turn auth back on by default for c++ broker (only if SASL libs are available) |
|
|
rhs |
2008-05-01 |
QPID-987 : reduced message count in DupsOKTest |
|
|
rhs |
2008-05-01 |
QPID-993 : added an osgi manifest to broker-plugins jar |
|
|
rhs |
2008-05-01 |
QPID-1002 : applied patch from Senaka to make systests run using normal junit testrunner |
|
|
gsim |
2008-05-01 |
Boost's string split function causes problems on older versions of the library. Replaced with homegrown equivalent. |
|
|
rhs |
2008-05-01 |
QPID-1003 : added excludes for framework test classes |
|
|
gsim |
2008-05-02 |
QPID-986 : Patch from Danushka Menikkumbura. |
|
|
gsim |
2008-05-02 |
QPID-980 : Patch from Danushka Menikkumbura revising installation notes. |
|
|
gsim |
2008-05-02 |
Use BOOST_CHECK_EQUAL in place of BOOST_REQUIRE_EQUAL (compatible with older boost) |
|
|
gsim |
2008-05-02 |
Use no-ack in bridging as it is currently an exclusive, temp queue (will eventually be configurable) |
|
|
gsim |
2008-05-04 |
Fix error handling for connection close during startup. |
|
|
gsim |
2008-05-04 |
Extra log ouput for queue policy. |
|
|
gsim |
2008-05-04 |
Use amq.direct for control queue in topic test. |
|
|
gsim |
2008-05-04 |
Allow queue durbaility to be specified independent of message durability. |
|
|
gsim |
2008-05-04 |
Update and cleanup scripts for automated 0-10 example testing. |
|
|
arnaudsimon |
2008-05-05 |
QPID-1006 and QPID-1007 : -QPID-1006 :use same socket buffer size and frame size -QPID-1007 : added io write handler into MINA chain |
|
|
arnaudsimon |
2008-05-05 |
QPID-1018 : added org.apache.qpid.client.configuration and add io props |
|
|
arnaudsimon |
2008-05-05 |
QPID-1007 : removed bad imports |
|
|
ritchiem |
2008-05-05 |
QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thread dump. Named Queue-housekeeping-<virtualhost name> |
|
|
aidan |
2008-05-05 |
QPID-1019 prevent messages being dequeued unecessarily, from rgodfrey |
|
|
aidan |
2008-05-05 |
turn on merge tracking between trunk and M2.x |
|
|
ritchiem |
2008-05-05 |
QPID-895 : Patch provided provided by Senaka to prevent delay on initial Connections with SingleServer methods. Updated FailoverMethodTest to include a better description of where the times come from. ... |
|
|
arnaudsimon |
2008-05-05 |
QPID-1005 : Added a property for ignoring setClientID so we are compatible with legacy applications that don't rely on the ID being set on the connection URL. |
|
|
ritchiem |
2008-05-05 |
QPID-998 : prevented warning about missing bin/etc directories in modules that don't have bin or etc. |
|
|
ritchiem |
2008-05-05 |
QPID-1021 : Update to build system to store and clean test results per module.name. |
|
|
ritchiem |
2008-05-05 |
QPID-1021 : Update to build system to store and clean test results per module.name. Sorry errant } broke everything. |
|
|
ritchiem |
2008-05-05 |
QPID-997 : Cause of delay is the missing / in the file url for the log4j configuration file. Under windows the path would start file://c:/which log4j assumes is some remote file system. For windows i ... |
|
|
aidan |
2008-05-05 |
Check if consumer is closed and dont reclose it |
|
|
aidan |
2008-05-05 |
QPID-1022 Use synchronous writes to fix race conditions |
|
|
aidan |
2008-05-05 |
QPID-1023 increase some timeouts |
|
|
gsim |
2008-05-05 |
QPID-1008 : allow for case where 0-10 message-properties are not included in a received message |
|
|
arnaudsimon |
2008-05-05 |
QPID-1025 : changed received so empty Payload are processed |
|
|
gsim |
2008-05-05 |
Updated for latest 0-10 spec and added two extra queue options to set the flow to disk policy trigger size/count |
|
|
aidan |
2008-05-06 |
Merged revisions 652388-652389,652399,652567-652568,653416 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x........ r652388 - ritchiem - 2008-04-30 15:40:18 +0100 ( ... |
|
|
arnaudsimon |
2008-05-06 |
QPID-1028 : updated report task for including all subdirs |
|
|
aidan |
2008-05-06 |
QPID-1029 : Generate temporary queue names using GUIDs to ensure uniqueness. |
|
|
arnaudsimon |
2008-05-06 |
QPID-1030 : This solves the issue for the 0.10 code path |
|
|
rajith |
2008-05-06 |
This is a fix for QPID-1031 I added read/write methods for datetime that calls int64. |
|
|
aconway |
2008-05-06 |
From https://issues.apache.org/jira/browse/QPID-879contributed by Jonathan Robie. XML exchange allowing messages to be routed base on XQuery expressions. |
|
|
rhs |
2008-05-06 |
QPID-1033 : made loading of the spec file not fail if the results cannot be cached, e.g. due to an unwritable directory |
|
|
rajith |
2008-05-06 |
This patch was attached to QPID-953 . It allows to specify a comma separated list of queue names to filter with -f flag. Also I removed getopt and added optparse as it provides a more easy way of handl ... |
|
|
aconway |
2008-05-06 |
Fix for defining HAS_XML |
|
|
aidan |
2008-05-07 |
QPID-952 , QPID-951 , QPID-1032 Fix failover, ensure that it is properly detected, that frames are replayed approrpiately and that failover does not timeout. |
|
|
aidan |
2008-05-07 |
QPID-952 should have been part of previous commit |
|
|
aidan |
2008-05-07 |
QPID-1036 increase timeouts to more reasonable levels, ensure that durable queues are deleted when no longer needed |
|
|
aidan |
2008-05-07 |
Merged revisions 653420-654109 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x........ r653447 - aidan - 2008-05-05 13:26:29 +0100 (Mon, 05 May 2008) - 1 line ... |
|
|
aidan |
2008-05-07 |
Add integration tests to #D project |
|
|
aidan |
2008-05-07 |
Tidy up #D project a bit |
|
|
aidan |
2008-05-07 |
Tidy up #D project a bit |
|
|
rhs |
2008-05-07 |
QPID-979 : added convenience accessors for headers |
|
|
arnaudsimon |
2008-05-08 |
QPID-1004 : Disable this test as it is not finished and TTL is already tested |
|
|
arnaudsimon |
2008-05-08 |
QPID-1004 : As this test does not extend QpidTestCase we need to exclude it from the build.xml. |
|
|
arnaudsimon |
2008-05-08 |
QPID-1037 : Added module name prop and an exclude.modules prop + switch systests off in cpp profiles. |
|
|
arnaudsimon |
2008-05-08 |
QPID-1037 : revert the junit-toolkit change |
|
|
aidan |
2008-05-08 |
QPID-1038 add test case |
|
|
aidan |
2008-05-08 |
QPID-1038 add a mixed send/recieve/rollback test |
|
|
nsantos |
2008-05-08 |
QPID-1035 : managementgen only exists in qpid C++ source - applying patched supplied by Matt Farrellee |
|
|
nsantos |
2008-05-08 |
QPID-1026 : managementgen C++ symbol validation - applied patch supplied by Matt Farrellee |
|
|
nsantos |
2008-05-08 |
QPID-1035 : managementgen only exists in qpid C++ source - applying patched supplied by Matt Farrellee |
|
|
nsantos |
2008-05-08 |
QPID-1035 : managementgen only exists in qpid C++ source - applying patched supplied by Matt Farrellee |
|
|
rhs |
2008-05-08 |
QPID-979 : added access to enums through the session so that symbolic constants can be used rather than hard coded ones; also added default loading of the spec |
|
|
rhs |
2008-05-08 |
QPID-979 : switched to a more appropriate name for locating the spec |
|
|
rhs |
2008-05-08 |
QPID-979 : added qpid_config.py appropriate for devel checkout |
|
|
astitcher |
2008-05-09 |
QPID-1040 : Patch from Ted Ross: Asynchronous Connector Code to allow non-blocking connection of new sockets |
|
|
gsim |
2008-05-09 |
Make ANONYMOUS the default authentication mechanism. |
|
|
gsim |
2008-05-09 |
Make ANONYMOUS the default mechanism |
|
|
gsim |
2008-05-09 |
QPID-1042 : ensure delievery record is kept where accept_mode=not-required, acquire_mode=not-acquired and flow_mode=credit |
|
|
gsim |
2008-05-09 |
Enabled PLAIN authentication and setting of username and password for 0-10 python client. Added options to all command line tools to allow a username and password to be specified. |
|
|
gsim |
2008-05-09 |
Reverted change to use ANONYMOUS as default (I had a change of heart on that) |
|
|
ritchiem |
2008-05-09 |
Create M2.1 Bug fix branch |
|
|
ritchiem |
2008-05-09 |
Moved all references to M2.1 to M2.1.x-SNAPSHOT |
|
Recently Raised JIRAs
Key |
Component(s) |
Affects Version/s |
Summary |
Status |
Assignee |
Reporter |
Review Comments |
|---|---|---|---|---|---|---|---|
Dot Net Client |
M2.1, M3 |
(QPID-1001) .Net client sets expiration time incorrectly |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
Java Tests |
|
(QPID-1002) Improvements to Test Framework making it possible to run systests |
Closed |
Martin Ritchie |
Senaka Fernando |
|
|
Ant Build System, Java Tools |
|
(QPID-1003) Junit treats Classes ending with Test as testcases |
Closed |
Martin Ritchie |
Senaka Fernando |
|
|
Java Tests |
|
(QPID-1004) org.apache.qpid.test.testcases.TTLTest Fails |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Client |
M3 |
(QPID-1005) Client ID |
Open |
Unassigned |
Arnaud Simon |
|
|
Java Client |
M3 |
(QPID-1006) (0.10 code path) Message rate is very slow when big messages are sent. |
Resolved |
Arnaud Simon |
Arnaud Simon |
|
|
Java Client |
M3 |
(QPID-1007) (0.10 code path) Need a way of controlling MINA queue size |
Resolved |
Unassigned |
Arnaud Simon |
|
|
Java Client |
M3 |
(QPID-1008) 0-10 client throws NPE if message-properties are not present |
Open |
Unassigned |
Gordon Sim |
|
|
Java Management Console |
|
(QPID-1009) Update JMX Management Console FAQ on using scrips on Unix systems |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Management Console |
|
(QPID-1010) Buttons are not visible in New Connection Dialog Box |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Management Console |
|
(QPID-1011) Qpid Management Console Plugin has undefined behaviour in different Eclipse Perspectives |
Open |
Unassigned |
Senaka Fernando |
|
|
website |
|
(QPID-1012) Attachments Links unavailable on Configuring Qpid Management Console wiki page |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Management Console |
|
(QPID-1013) Documentation on running Qpid Management Console within Eclipse is Required |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Management Console |
|
(QPID-1014) qpid.management.perspective should be replaced by a better phrase |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Management Console |
|
(QPID-1015) NPE Reported Incorrectly by Qpid Management Console |
Open |
Unassigned |
Senaka Fernando |
|
|
|
|
(QPID-1016) Can not get qpid-tool to run |
Closed |
Unassigned |
Danushka Menikkumbura |
|
|
Python Test Suite |
|
(QPID-1017) README in Qpid Python has wrong name for run-tests |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Client |
M3 |
(QPID-1018) Client properties centralization |
Open |
Arnaud Simon |
Arnaud Simon |
|
|
Java Broker |
M2.1, M3 |
(QPID-1019) Message cleanup can cause refcount to go below 0 |
Open |
Rob Godfrey |
Aidan Skinner |
|
|
Ant Build System |
M3 |
(QPID-1020) Test classes should be built by default ant run. |
Open |
Martin Ritchie |
Martin Ritchie |
|
|
Ant Build System |
M3 |
(QPID-1021) Module test results should be listed by module and removed by clean |
Open |
Martin Ritchie |
Martin Ritchie |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1022) Client doesn't wait for replies correctly |
Open |
Unassigned |
Aidan Skinner |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1023) Various tests fail due to insufficent time outs |
Open |
Unassigned |
Aidan Skinner |
|
|
C++ Broker |
M3 |
(QPID-1024) When a message is released by the client the c++ broker continues to serve the same message |
Closed |
Gordon Sim |
Rajith Attapattu |
|
|
Java Client |
M3 |
(QPID-1025) (0.10 code path) Empty body messages are not propagated to the consumer |
Open |
Unassigned |
Arnaud Simon |
|
|
Code Generator |
|
(QPID-1026) managementgen C++ symbol validation |
Open |
Unassigned |
Matthew Farrellee |
|
|
Python Test Suite |
|
(QPID-1027) verify script is sensitive to shell in use |
Open |
Unassigned |
Senaka Fernando |
|
|
Ant Build System |
M3 |
(QPID-1028) Test report is not generated |
Open |
Unassigned |
Arnaud Simon |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1029) Client generates non-unique temporary queue names |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
Java Client |
M3 |
(QPID-1030) Making JMS easier for users |
Open |
Unassigned |
Arnaud Simon |
|
|
Python Client |
M3 |
(QPID-1031) Python doesn't handle date time for 0-10 final |
Resolved |
Rajith Attapattu |
Rajith Attapattu |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1032) Failover replays frames but is unable to handle the OKs that are generated |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
Python Client |
M3 |
(QPID-1033) Continue on error if cannot create spec pcl |
Resolved |
Rafael H. Schloming |
Justin Ross |
|
|
|
|
(QPID-1034) README on verify scripts |
Open |
Unassigned |
Senaka Fernando |
|
|
Code Generator |
|
(QPID-1035) managementgen only exists in qpid C++ source |
Open |
Unassigned |
Matthew Farrellee |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1036) Integration tests generate false negatives |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
Java Tests |
M3 |
(QPID-1037) Need a way of not running some module tests |
Closed |
Arnaud Simon |
Arnaud Simon |
|
|
Dot Net Client |
M2.1, M3 |
(QPID-1038) Blocking I/O in transport layer leads to poor performance for mixed sender/producer |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
C++ Broker |
|
(QPID-1039) fix program options behavior for Boost 103200 |
Open |
Unassigned |
michael goulish |
|
|
C++ Broker |
M3 |
(QPID-1040) Asynchronous Protocol Connector for C++ broker |
Open |
Andrew Stitcher |
Ted Ross |
|
|
Python Client |
M3 |
(QPID-1041) Sources and sinks should all have names ( a problem in at least the Python client ) |
Open |
Rafael H. Schloming |
Jonathan Robie |
|
|
C++ Broker |
M3 |
(QPID-1042) Record of deliveries not kept for non-acquired, non-accepted subscriptions in credit flow mode |
Open |
Gordon Sim |
Gordon Sim |
|
|
website |
M3 |
(QPID-1043) Add page with a clear grid of protocol support for each qpid component |
Open |
Gordon Sim |
Gordon Sim |
|