summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant directories.Alan Conway2006-11-060-0/+0
* Minor source reorg, see README.Alan Conway2006-11-0670-218/+233
* Added protocol version and version exception classes in preparation for multi...Kim van der Riet2006-11-036-10/+240
* 2006-11-03 Jim Meyering <meyering@redhat.com>Alan Conway2006-11-033-3/+2
* Initial test for AMQSession changes from QPID-66Marnie McCormack2006-11-031-0/+86
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-0316-167/+233
* Added AMQQueueSessionAdaptor and AMQTopicSessionAdaptor and amended AMQConnec...Marnie McCormack2006-11-033-2/+360
* Changes to fix QueueReceiver ClassCastException being thrown by methods in AM...Marnie McCormack2006-11-033-8/+153
* Gentools C++ generator generation for AMQP_ClientOperations.h and AMQP_Server...Kim van der Riet2006-11-029-173/+176
* Not used any moreMartin Ritchie2006-11-020-0/+0
* Test corrected to handle colons appropriatelyMarnie McCormack2006-11-021-4/+4
* generateQueueName now removes colons as well as semi-colonsMarnie McCormack2006-11-021-2/+2
* Added TestAMQProtocolSession to test suite for client for QPID-4Marnie McCormack2006-11-021-1/+2
* Test classes for QPID-4 changes to AMQProtocolSession.generateQueueNameMarnie McCormack2006-11-022-0/+210
* Change to generateQueueName to remove non-conformant chars (/ and ;) as per Q...Marnie McCormack2006-11-021-15/+27
* Removed unused code.Alan Conway2006-11-015-419/+0
* AMQQueueMBean updated. The message content is sent with header attributes. N...Bhupendra Bhusman Bhardwaj2006-11-012-85/+117
* Channel is not an MBean. The getObjectName is removed. The SessionMBean is up...Bhupendra Bhusman Bhardwaj2006-11-012-43/+4
* Updated code generator to produce ServerOperations class. Other minor fixes i...Kim van der Riet2006-11-018-33/+284
* JNDIReferenceableTest.java - removed unused importMartin Ritchie2006-11-015-6/+4
* Misc. cleanup.Alan Conway2006-11-0114-42/+52
* Moved APR specific sources into src_apr.Alan Conway2006-11-0128-23/+116
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-3162-1504/+470
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-3113-83/+125
* Added doc & unit tests.Gordon Sim2006-10-314-1/+139
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-315-38/+58
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-314-1/+24
* Added stacktrace on failureMartin Ritchie2006-10-311-0/+1
* Some additional unit tests.Gordon Sim2006-10-318-8/+461
* Updated to programmatically set QPID_WORK for logging, to stop failed buildsMartin Ritchie2006-10-312-2/+16
* Added a sleep to give the VM broker time to create queues.Martin Ritchie2006-10-311-25/+37
* Committed development version by mistake.Martin Ritchie2006-10-311-11/+1
* Added additional logging to diagnose issues when unable to create an in VM br...Martin Ritchie2006-10-311-3/+17
* QPID-56Martin Ritchie2006-10-312-0/+90
* QPID-56Martin Ritchie2006-10-311-28/+18
* Reworked Makefile to support multiple builds, see README for detailsAlan Conway2006-10-306-155/+189
* First draft of C++ generator creating MethodBody classes divided into C++ nam...Kim van der Riet2006-10-3013-462/+774
* c++ broker now passes the basic tx testsGordon Sim2006-10-302-4/+29
* Initial implementation for tx class.Gordon Sim2006-10-3047-384/+1448
* Applied patchCarl C. Trieloff2006-10-271-5/+0
* Removed duplicate log4j classes. Jboss jar included old ones that are notGordon Sim2006-10-262-0/+0
* Some code tidy-up and debugging; first C++ templates and implementation of mo...Kim van der Riet2006-10-2520-202/+1337
* Clean test/client directory properly.Alan Conway2006-10-251-5/+6
* MBeans updated. Management operation implemented in HeadersExchangeBhupendra Bhusman Bhardwaj2006-10-255-22/+51
* MBean updated and corrected a code merging mistake.Bhupendra Bhusman Bhardwaj2006-10-251-4/+3
* Cast to Throwable, not Exception.Gordon Sim2006-10-251-1/+1
* Makefile support for optimized release build. Do make BUILD=RELEASE.Alan Conway2006-10-244-17/+24
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-2420-66/+36
* QPID-44Martin Ritchie2006-10-241-1/+1
* Code style fixes, white space removal.Martin Ritchie2006-10-241-61/+71