summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch to async mode for management communicationTed Ross2008-06-301-0/+1
* This commit is related to QPID-1161.Rajith Muditha Attapattu2008-06-3019-1/+1884
* QPID-1157: Added cc example automation scriptsArnaud Simon2008-06-3025-34/+394
* QPID-1159: remove @Override tagsAidan Skinner2008-06-301-130/+109
* Added comment to gitignore to explain previous additionsMartin Ritchie2008-06-271-0/+1
* Updated the performance tests to ensure we use all the available test, added ...Martin Ritchie2008-06-275-3/+34
* Added qpid/java/release to ignore listMartin Ritchie2008-06-271-0/+1
* QPID-1157: Added CC scripts and config filesArnaud Simon2008-06-2718-0/+598
* Fix exit status when VALIGRIND=Alan Conway2008-06-271-1/+1
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-2611-165/+187
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-2612-301/+272
* QPID-1152: Change visibility to public so that it isn't narrowedAidan Skinner2008-06-261-1/+1
* Use run_test to run valgrind for start_broker consistently with other tests.Alan Conway2008-06-263-15/+10
* From Matt Farrellee - https://issues.apache.org/jira/browse/QPID-1151Alan Conway2008-06-262-2/+16
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-3/+4
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-263-3/+26
* Updated .gitignore with Intelij project filesMartin Ritchie2008-06-261-0/+3
* QPID-909 : Commented out the TimerTask so that it can be wrapped with a Scale...Martin Ritchie2008-06-261-64/+70
* QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon...Aidan Skinner2008-06-263-3/+231
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-1/+1
* QPID-1147: Avoid usage of 'source' builtin in pure sh scriptsGordon Sim2008-06-261-1/+1
* Additions to the client API:Alan Conway2008-06-2511-38/+227
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-257-64/+78
* QPID-1078: use file.separator so that globmapper generates the correct manife...Rafael H. Schloming2008-06-251-1/+1
* QPID-551 Don't take arbitrary stack lengths. I really hate that we sublist at...Aidan Skinner2008-06-251-1/+2
* * remove generated Makefile from svnGordon Sim2008-06-252-551/+3
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-238-52/+65
* Fix path problems in examples make checkAlan Conway2008-06-233-3/+9
* Fix build problems in examples on older automakesAlan Conway2008-06-233-9/+551
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-2061-267/+246
* QPID-1112: send completed every maxPrefetch / 2 instead of after every messag...Arnaud Simon2008-06-201-1/+1
* QPID-1101 : Updated Direct Exchange so it does not modify lists of queuesRobert Godfrey2008-06-202-11/+20
* QPID-1144 : Reference count drops to zero too early for immediate messages in...Robert Godfrey2008-06-202-4/+12
* QPID-950 : Fixed Derby Message StoreRobert Godfrey2008-06-191-72/+111
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-19187-9421/+13228
* Fix packaging error.Alan Conway2008-06-181-0/+1
* Bring cluster code up to date.Alan Conway2008-06-181-55/+55
* Bring cluster code up to date.Alan Conway2008-06-1817-125/+124
* Fix bug that commits after every message. Oops!Gordon Sim2008-06-181-1/+1
* QPID-168 Applying an amended version of Suran's patch for this JIRA, expandin...Marnie McCormack2008-06-171-5/+146
* Added option to start topictest scripti n transactional mode (&durable)Gordon Sim2008-06-171-3/+4
* QPID-1143: removed race condition in testRafael H. Schloming2008-06-171-1/+2
* QPID-1143: added buffering, we now only issue one write per assemblyRafael H. Schloming2008-06-162-2/+20
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-162-7/+23
* add enough to the server delegate to permit java clients to connectRafael H. Schloming2008-06-161-2/+5
* This is a fix for QPID-1140 and QPId-1141.Rajith Muditha Attapattu2008-06-162-31/+10
* QPID-1138: codec support for timestampsGordon Sim2008-06-161-0/+8
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark...Rafael H. Schloming2008-06-164-12/+38
* QPID-901: add tests for RangeSet; fixed a bug found by the new testsRafael H. Schloming2008-06-164-21/+265