summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-48Martin Ritchie2006-10-244-42/+160
* QPID-44Martin Ritchie2006-10-242-38/+151
* Tidy-up of generated codeKim van der Riet2006-10-231-1/+2
* Some code tidy-upKim van der Riet2006-10-235-11/+10
* corrected URLCarl C. Trieloff2006-10-201-1/+1
* Moved cygwin test to top, causing problems on Unix.Alan Conway2006-10-201-5/+6
* Fixed deps to ensure unit tests are built.Gordon Sim2006-10-201-0/+1
* Updated stylesheet for generator such that a const reference is used where a ...Gordon Sim2006-10-201-1/+1
* QPID-48Martin Ritchie2006-10-201-3/+22
* Modified to maintain a reference to the lastWriteFuture. This is then used wh...Martin Ritchie2006-10-201-1/+16
* Resolution to QPID-23Martin Ritchie2006-10-206-0/+960
* Introduced log prefix and suffix as per QPID-13Marnie McCormack2006-10-201-1/+1
* Added log prefix/suffix handling as per QPID-13Marnie McCormack2006-10-201-3/+37
* Further fixes and some extra tests for transactions.Gordon Sim2006-10-1915-338/+668
* Fixed various minor TODO issues.Alan Conway2006-10-1913-73/+33
* Remove bad assertAlan Conway2006-10-181-3/+2
* Fix build problems in makefile & client tests.Alan Conway2006-10-184-29/+27
* Initial checkin of code generator (Java only at this stage) which allows for ...Kim van der Riet2006-10-1832-0/+16565
* QPID-36 Added high/low water mark to DUPS_OK_ACKNOWLEDGE.Martin Ritchie2006-10-184-25/+95
* Fix core dump if address in use.Alan Conway2006-10-174-7/+5
* Fix #include dependencies.Alan Conway2006-10-171-0/+3
* Removed dependencies on linked libraries to avoid needless relinking.Alan Conway2006-10-172-7/+7
* Implemented Client side high/low water mark prefetching for NO_ACK.Martin Ritchie2006-10-176-108/+198
* Added test for simple commit and rollback.Gordon Sim2006-10-174-0/+163