summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-112-4/+9
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-112-2/+14
* added codec tests for int64Rafael H. Schloming2008-11-111-0/+8
* handle case where doOutput call causes last task to be removed.Gordon Sim2008-11-111-0/+1
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-116-76/+100
* QPID-1453 : Removed loops from scriptMartin Ritchie2008-11-111-1/+1
* use long syntax for flow control literals, this will hopefully avoid future w...Rafael H. Schloming2008-11-101-1/+1
* QPID-1446 - A more efficient data structure for freeing management objects.Ted Ross2008-11-102-39/+34
* QPID-1445 patch from JonathanCarl C. Trieloff2008-11-1012-87/+230
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-103-6/+33
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* fixed potential race condition in qpid.util.listen; added asserts to internal...Rafael H. Schloming2008-11-104-1/+4
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-105-15/+120
* Just use standard qpidc config file for ssl optionsGordon Sim2008-11-101-1/+1
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-1010-2701/+1
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-076-45/+53
* QPID-1439 : Revert change but add ability to track what test started the brok...Martin Ritchie2008-11-073-6/+2
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-075-5/+19
* Added a bit more detail to comments.Gordon Sim2008-11-071-0/+9
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-074-57/+101
* QPID-961 fix for attempt not set back to 0 before forcequit loop, highlighted...Marnie McCormack2008-11-071-1/+2
* QPID-1439 : Updates to ensure we maintain the log files from each external Ja...Martin Ritchie2008-11-073-3/+12
* Update log4j to be more usefulMartin Ritchie2008-11-071-8/+34
* QPID-1425 : Upping the timeout to ensure that the failures we are occaisional...Robert Godfrey2008-11-071-1/+1
* Add Message callbacks for async completion.Alan Conway2008-11-0613-42/+192
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-0618-166/+104
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-065-39/+24
* QPID-1430: *ahem* better fix for NPE on connection closeRafael H. Schloming2008-11-061-1/+6
* QPID-1437 - Made example better able to demonstrate proper shutdown by adding...Ted Ross2008-11-061-2/+14
* QPID-1413: disable output before sending detachGordon Sim2008-11-066-3/+17
* Correct excessive use of inline functions in PersistableMessage.h.Alan Conway2008-11-062-98/+133
* QPID-1437 - Fixed qmf agent shutdownTed Ross2008-11-062-7/+49
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-064-5/+40
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-063-206/+0
* Non fucntional changesCarl C. Trieloff2008-11-064-16/+15
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-063-0/+8
* QPID-1434 : Changed rethrow() name based on feedback from RobMartin Ritchie2008-11-063-46/+23
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-065-2/+18
* QPID-1431 : Prevent listeners being added to _frameListeners when an exceptio...Martin Ritchie2008-11-064-13/+739
* QPID-1434 : Add ability to rethrow AMQExceptionsMartin Ritchie2008-11-061-0/+128
* QPID-1434 : Add ability to rethrow AMQExceptionsMartin Ritchie2008-11-061-0/+30
* This is related to QPID-1326Rajith Muditha Attapattu2008-11-051-0/+4
* QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in prev...Alan Conway2008-11-057-0/+1298
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-056-2/+210
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-0514-19/+190
* Fix error in run_test.Alan Conway2008-11-051-1/+1
* Add new source filesStephen D. Huston2008-11-053-24/+45
* Added support for push-routes and queue-based routes.Ted Ross2008-11-051-112/+182
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-056-4/+28