revision | committer | date | comment |
|
---|---|---|---|---|
aconway | 2008-04-18 | Uncommented tests. |
| |
aconway | 2008-04-18 | From Ted Ross: QPID-934 " title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="https://issues.apache.org/jira/browse/QPID-934 ">QPID-934 " title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="https://issues.apache.org/jira/browse/QPID-934 "> https QPID-934 " class="external-link" rel="nofollow">https://issues.apache.org/jira/browse/QPID-934![]() This 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. |
|
...