summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* AMQQueueMBean - management notifications will be sent to the listening client...Bhupendra Bhusman Bhardwaj2006-10-172-22/+85
* Fixes to transaction handling.Gordon Sim2006-10-1720-104/+1075
* Re enable python tests accidentally commented out in previous checkin.Alan Conway2006-10-161-1/+1
* Fix problem with generated code re-starting makefile.Alan Conway2006-10-161-14/+13
* Link with absolute paths to qpid libs so exes work anywhere.Alan Conway2006-10-161-4/+4
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-1616-31/+31
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1653-165/+161
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-16192-935/+602
* Added new method from Mina 1.0Martin Ritchie2006-10-131-0/+5
* Added Sun FSContext to client-test libMartin Ritchie2006-10-138-32/+100
* Now defaults to use our own thread pool which offers much better throughput t...Robert Greig2006-10-131-1/+1
* Moved AMQVMBrokerCreationException into correct package.Robert Greig2006-10-124-6/+7
* QPID-18. Removed unused experimental code that had direct dependencies on MIN...Robert Greig2006-10-1225-3423/+15
* Fixed incorrect package on AMQVMBrokerCreationException (did not match physic...Robert Greig2006-10-1210-52/+27
* Converted broker to a class for use in tests, plugins etc.Alan Conway2006-10-1223-138/+465
* QPID-2. JMSBytesMessage.readXXX methods now test the appropriate number of by...Robert Greig2006-10-122-4/+254
* Fixed ack.RecoverTest and ack.DisconnectAndRedeliverTest. These were failing ...Gordon Sim2006-10-123-7/+21
* Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.Gordon Sim2006-10-122-2/+2
* Renamed to follow naming conventions.Alan Conway2006-10-112-0/+0
* Added a little extra debug to the toString()Martin Ritchie2006-10-111-0/+2
* Turned up gcc warnings, fixed warnings in code, enabled -Werror.Alan Conway2006-10-1186-787/+540
* Added extra debug output when failover fails.Martin Ritchie2006-10-111-4/+9
* Implementation of basic_get.Gordon Sim2006-10-119-28/+215
* Amended log path to use QPID_WORK as per QPID-30Marnie McCormack2006-10-101-1/+1
* Amended work dir to use $QPID_WORK, though slightly out of context without bd...Marnie McCormack2006-10-101-1/+1
* Added $QPID_WORK variable to allow configuration of writable dirs after insta...Marnie McCormack2006-10-101-1/+7
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-109-71/+302
* Decoupled routing from the channel and message classes.Gordon Sim2006-10-0612-56/+312