summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* Removed system.outs and replaced with log statementsRajith Muditha Attapattu2007-10-107-43/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583351 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compile error.Alan Conway2007-10-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583298 13f79535-47bb-0310-9956-ffa450edef68
* Added some debug logs to indicate credit levels and verify if a message is ↵Rajith Muditha Attapattu2007-10-092-0/+6
| | | | | | | | | enqueued. I found it useful during testing git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583253 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an error with the credit based flow controlRajith Muditha Attapattu2007-10-094-11/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583251 13f79535-47bb-0310-9956-ffa450edef68
* Added %config tag to qpidd.conf in qpidc.spec.inAlan Conway2007-10-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583249 13f79535-47bb-0310-9956-ffa450edef68
* Added window mode as the flow mode when we unsuspend a channel provided a ↵Rajith Muditha Attapattu2007-10-091-0/+1
| | | | | | listener is set git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@583191 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use Window for asyn and credit mode for sync consume.Rajith Muditha Attapattu2007-10-086-33/+97
| | | | | | | | Also added logic to change the mode when suspend is called and when the message listener is set to null. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582861 13f79535-47bb-0310-9956-ffa450edef68
* fixed acknowledge for not acknowledging messages with a greater tagArnaud Simon2007-10-081-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582837 13f79535-47bb-0310-9956-ffa450edef68
* fixed issue with transactionsArnaud Simon2007-10-086-64/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582832 13f79535-47bb-0310-9956-ffa450edef68
* fixed issue with temporary queues as the consumer was not closed when cancel ↵Arnaud Simon2007-10-082-2/+3
| | | | | | operation returned git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582806 13f79535-47bb-0310-9956-ffa450edef68
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-054-8/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582353 13f79535-47bb-0310-9956-ffa450edef68
* don't wait for results if the session is closed, also added missing ↵Rafael H. Schloming2007-10-051-13/+35
| | | | | | synchronization for flushProcessed(), and fixed a buggy log statement git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582320 13f79535-47bb-0310-9956-ffa450edef68
* disabled MINA buffer poolingRafael H. Schloming2007-10-051-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582269 13f79535-47bb-0310-9956-ffa450edef68
* Changed for removing buffer copyArnaud Simon2007-10-051-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582267 13f79535-47bb-0310-9956-ffa450edef68
* replaced random printlns with strategically placed log statements, also ↵Rafael H. Schloming2007-10-0517-65/+360
| | | | | | added useful toString() for structs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@582065 13f79535-47bb-0310-9956-ffa450edef68
* moved codec --> transport.codec to avoid conflicts with qpid namespaceRafael H. Schloming2007-10-0413-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581973 13f79535-47bb-0310-9956-ffa450edef68
* Changed buildReadBuffer for flipping the buffer when data is received in ↵Arnaud Simon2007-10-041-0/+1
| | | | | | samll chunks git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581965 13f79535-47bb-0310-9956-ffa450edef68
* Additional tests and fixesGordon Sim2007-10-049-16/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581957 13f79535-47bb-0310-9956-ffa450edef68
* * docs/man/qpidd.x: Explain configuration options.Alan Conway2007-10-047-12/+59
| | | | | | | | | | * etc/qpidd.conf: Placeholder configuration file. * qpidc.spec.in: Install qpidd.conf * Makefile.am: Install qpidd.conf * src/qpid/Options.cpp, h, src/qpidd.cpp: Option formatting fixes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581951 13f79535-47bb-0310-9956-ffa450edef68
* Changed to send message ack when requiredArnaud Simon2007-10-044-8/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581912 13f79535-47bb-0310-9956-ffa450edef68
* Added test for ordering of released messagesGordon Sim2007-10-041-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581880 13f79535-47bb-0310-9956-ffa450edef68
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-045-64/+65
| | | | | | | | Alter release() to push released messages onto head in reverse order (todo: make this atomic instead) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581869 13f79535-47bb-0310-9956-ffa450edef68
* From Nuno Santos <nsantos@redhat.com>, fix options in qpidd startup script.Alan Conway2007-10-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581739 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-031-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581651 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-0318-87/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581650 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use message.recover instead of message.releaseArnaud Simon2007-10-033-5/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581589 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-031-16/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581579 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581574 13f79535-47bb-0310-9956-ffa450edef68
* applied patch from gsim to fix order of bit decodingRafael H. Schloming2007-10-031-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581571 13f79535-47bb-0310-9956-ffa450edef68
* fixed encoding of b/e bits and handling of max frame sizeRafael H. Schloming2007-10-035-15/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581469 13f79535-47bb-0310-9956-ffa450edef68
* fixed decoding of b/e bitsRafael H. Schloming2007-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581468 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-027-57/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581290 13f79535-47bb-0310-9956-ffa450edef68
* Changed isqueueBound for handling null routing keyArnaud Simon2007-10-021-6/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581279 13f79535-47bb-0310-9956-ffa450edef68
* Changed acquire mode values (acording to spec)Arnaud Simon2007-10-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581273 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-021-31/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581256 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use bindingqueryArnaud Simon2007-10-023-7/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581254 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-023-34/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581230 13f79535-47bb-0310-9956-ffa450edef68
* Changed sendClose so that not to send sync on a closed sessionArnaud Simon2007-10-021-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581228 13f79535-47bb-0310-9956-ffa450edef68
* Correction to interpretation of flags (B/E refer to the first/last segment ↵Gordon Sim2007-10-023-3/+3
| | | | | | in the frameset and should be set on all frames in such segments). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581214 13f79535-47bb-0310-9956-ffa450edef68
* mark Message::sendContent() as constGordon Sim2007-10-028-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581209 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug introduced in r577027 where the header frame of a message is ↵Gordon Sim2007-10-023-4/+22
| | | | | | directly passed to output handler where the channel is changed. This causing problems when the message is sent to multiple channels concurrently. I've added a const modifier to preventthe message being altered by sendHeader(). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581185 13f79535-47bb-0310-9956-ffa450edef68
* Fixed broken build by updating junit-toolkit references.Rupert Smith2007-10-025-112/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581176 13f79535-47bb-0310-9956-ffa450edef68
* Fixed recovery; unacked message records are now updated to hold the new ↵Gordon Sim2007-10-0211-42/+152
| | | | | | | | | | command id when messages are resent. Added unit and python test as previous bug was not being picked up by the existing tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581175 13f79535-47bb-0310-9956-ffa450edef68
* header path fixCarl C. Trieloff2007-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581060 13f79535-47bb-0310-9956-ffa450edef68
* - add option to create durable messages.Carl C. Trieloff2007-10-011-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581057 13f79535-47bb-0310-9956-ffa450edef68
* error checking for field table decode, actually close sessions on session ↵Rafael H. Schloming2007-10-013-4/+41
| | | | | | close, and maintain cummulative mark in session git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581056 13f79535-47bb-0310-9956-ffa450edef68
* Changed to set topic namesArnaud Simon2007-10-011-31/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581052 13f79535-47bb-0310-9956-ffa450edef68
* fixed buildRafael H. Schloming2007-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581050 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-016-55/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581009 13f79535-47bb-0310-9956-ffa450edef68
* Changed to use QpidTestCaseArnaud Simon2007-10-011-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581008 13f79535-47bb-0310-9956-ffa450edef68