summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Backed apr dependancy down to >=1.2.2 to be able to build on FC5 and FC6Carl C. Trieloff2006-12-011-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481297 13f79535-47bb-0310-9956-ffa450edef68
| * Further checkin of previous patch ( I seem to have done something wrong to ↵Gordon Sim2006-12-011-19/+18
| | | | | | | | | | | | have missed it first time round). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481265 13f79535-47bb-0310-9956-ffa450edef68
| * Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ↵Gordon Sim2006-12-015-25/+38
| | | | | | | | | | | | apr dependencies etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481262 13f79535-47bb-0310-9956-ffa450edef68
| * Modification to ensure lazy loading is setup correctly where required on ↵Gordon Sim2006-12-011-0/+3
| | | | | | | | | | | | recovery. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481261 13f79535-47bb-0310-9956-ffa450edef68
| * Fix to test. Throw exception where previously printed warning.Gordon Sim2006-12-012-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481235 13f79535-47bb-0310-9956-ffa450edef68
| * Revised generation of includes inline with latst build changes.Gordon Sim2006-12-0110-25/+25
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481221 13f79535-47bb-0310-9956-ffa450edef68
| * Buliding APR code, running python tests.Alan Conway2006-12-016-135/+51
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481175 13f79535-47bb-0310-9956-ffa450edef68
| * Script to bootstrap autconf/automake in a fresh checkout.Alan Conway2006-12-011-0/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481160 13f79535-47bb-0310-9956-ffa450edef68
| * 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-01235-930/+13784
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This delta imposes two major changes on the C++ hierarchy: - adds autoconf, automake, libtool support - makes the hierarchy flatter and renames a few files (e.g., Queue.h, Queue.cpp) that appeared twice, once under client/ and again under broker/. In the process, I've changed many #include directives, mostly to remove a qpid/ or qpid/framing/ prefix from the file name argument. Although most changes were to .cpp and .h files under qpid/cpp/, there were also several to template files under qpid/gentools, and even one to CppGenerator.java. Nearly all files are moved to a new position in the hierarchy. The new hierarchy looks like this: src # this is the new home of qpidd.cpp tests # all tests are here. See Makefile.am. gen # As before, all generated files go here. lib # This is just a container for the 3 lib dirs: lib/client lib/broker lib/common lib/common/framing lib/common/sys lib/common/sys/posix lib/common/sys/apr build-aux m4 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481159 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-3016-149/+121
| | | | | | | | | | | | | | QPID-137 Ported AcknowledgeModes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481035 13f79535-47bb-0310-9956-ffa450edef68
| * Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-303-9/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480994 13f79535-47bb-0310-9956-ffa450edef68
| * FieldTable.java no longer has a keys() method as it already has a keySet(). ↵Martin Ritchie2006-11-302-13/+18
| | | | | | | | | | | | Plus the implementation was broken. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480973 13f79535-47bb-0310-9956-ffa450edef68
| * Some further tweaks to MessageStore interface.Gordon Sim2006-11-3010-35/+48
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480946 13f79535-47bb-0310-9956-ffa450edef68
| * Changes for building on RHEL3. Also bundle debug and release libsSteven Shaw2006-11-306-27/+36
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480934 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-139Martin Ritchie2006-11-301-2/+9
| | | | | | | | | | | | | | | | When the custom headers are empty no field table would be created. This null value would cause problems for various methods in AbstractJMSMessage. Simply create an empty FieldTable to save handling the null value. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480912 13f79535-47bb-0310-9956-ffa450edef68
| * Added some comments about building a debug release for RHEL3Steven Shaw2006-11-303-2/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480911 13f79535-47bb-0310-9956-ffa450edef68
| * Removed old xslt generation files no longer used.Carl C. Trieloff2006-11-2917-2825/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480711 13f79535-47bb-0310-9956-ffa450edef68
| * Added license filesCarl C. Trieloff2006-11-292-0/+224
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480705 13f79535-47bb-0310-9956-ffa450edef68
| * no longer usedCarl C. Trieloff2006-11-291-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480703 13f79535-47bb-0310-9956-ffa450edef68
| * Adding license filesCarl C. Trieloff2006-11-292-0/+223
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480694 13f79535-47bb-0310-9956-ffa450edef68
| * adding license filesCarl C. Trieloff2006-11-292-0/+222
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480693 13f79535-47bb-0310-9956-ffa450edef68
| * Fix apr-1 header includes.Alan Conway2006-11-292-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480657 13f79535-47bb-0310-9956-ffa450edef68
| * Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-2943-661/+1903
| | | | | | | | | | | | | | | | Dynamic thread pool EventChannelThreads to serve EventChannel. Misc cleanup/enhancements. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480582 13f79535-47bb-0310-9956-ffa450edef68
* | Moved Selector work to a branchMartin Ritchie2006-12-06140-991/+10040
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/jmsselectors@483025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-137. Cache the AcknowledgeMode to prevent exception on closing.Steven Shaw2006-11-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-137. First stab at porting enough to get AutoAcknowledge mode working.Steven Shaw2006-11-2914-255/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480423 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Transactions are implemented.Steven Shaw2006-11-291-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480319 13f79535-47bb-0310-9956-ffa450edef68
* Tidy upSteven Shaw2006-11-291-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Tidy up fail over tests.Steven Shaw2006-11-292-18/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Added Rollback supportSteven Shaw2006-11-282-17/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480293 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Ported enough transaction support to run FailoverTxTest. Still has ↵Steven Shaw2006-11-285-42/+123
| | | | | | same problem as the Java client in that on fail-over the "transaction" continues but the earlier part of the transaction is forgotten. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480283 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings.Steven Shaw2006-11-287-38/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480221 13f79535-47bb-0310-9956-ffa450edef68
* Include LICENCE and NOTICE files in release zip.Steven Shaw2006-11-281-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480199 13f79535-47bb-0310-9956-ffa450edef68
* Fixed directory nameSteven Shaw2006-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480194 13f79535-47bb-0310-9956-ffa450edef68
* Locked on FailoverMutex where necessary.Steven Shaw2006-11-283-11/+25
| | | | | | Noted that AMQConnection.CloseSession and BasicMessageConsumer.Close both lock on FailoverMutex but do ProtocolWriter.SyncWrite which probably means that they need to do the FailoverSupport thing instead. If it's a problem, it exists also in the Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480190 13f79535-47bb-0310-9956-ffa450edef68
* Bug fixes: corrected fragmentation of large messages in client, set buffer ↵Gordon Sim2006-11-282-11/+13
| | | | | | size on server to be the same as the max frame size (this still needs some work to be better managed and configurable). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480178 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Missed Basic.Consume. Add commands necessary for fail over are ↵Steven Shaw2006-11-283-2/+3
| | | | | | recorded and replayed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480164 13f79535-47bb-0310-9956-ffa450edef68
* Initial changes to record and replay frames on fail over.Steven Shaw2006-11-284-51/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480157 13f79535-47bb-0310-9956-ffa450edef68
* Send logging to a file as well.Steven Shaw2006-11-281-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480149 13f79535-47bb-0310-9956-ffa450edef68
* Removed some old commented out code.Steven Shaw2006-11-281-89/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480142 13f79535-47bb-0310-9956-ffa450edef68
* Updated TODO.txt with JIRA issue urls.Steven Shaw2006-11-281-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480140 13f79535-47bb-0310-9956-ffa450edef68
* QPID-122Martin Ritchie2006-11-289-72/+263
| | | | | | | | | | Pulled _readable (_readableMessage) boolean up to AbstractJMSMessage.java and created (_readableProperties). Checks are now carried out to ensure that the message is readable/writable for the operation so that the correct exception can be thrown. As per the spec. clearBody() method had been implemented in AbstractJMSMessage.java to reset the _readableMessage as a result implementations must now implement clearBodyImpl() which is called before the _readableMessage is reset. Test updated to check that properties and body are correctly read/write set. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480119 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant dirMarnie McCormack2006-11-280-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480094 13f79535-47bb-0310-9956-ffa450edef68
* Redundant files removedMarnie McCormack2006-11-283-297/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480090 13f79535-47bb-0310-9956-ffa450edef68
* Further example tidy upMarnie McCormack2006-11-284-48/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480089 13f79535-47bb-0310-9956-ffa450edef68
* Further example tidy upMarnie McCormack2006-11-284-39/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480088 13f79535-47bb-0310-9956-ffa450edef68
* Modifications to allow loading of message data in chunks, refragmentation of ↵Gordon Sim2006-11-2818-86/+639
| | | | | | messages, plus some related refactoring and tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480087 13f79535-47bb-0310-9956-ffa450edef68
* QPID-71Martin Ritchie2006-11-281-10/+43
| | | | | | Update to handle bad characters after port value. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-71Martin Ritchie2006-11-282-34/+93
| | | | | | | Moved some tests from ConnectionURLTest to BrokerDetailsTest to better reflect the actual class being tested. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-129 Bhupendra Bhusman Bhardwaj2006-11-2711-586/+403
| | | | | | MBeans updated with improved features, like AMQQueue mbean now has separate features for sending message header and message content. ( other details are in JIRA) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@479686 13f79535-47bb-0310-9956-ffa450edef68