Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

revision

committer

date

comment

review notes

r683955

ritchiem

2008-08-08

QPID-1226 : DupsOk test never creates the client so create one for the messages. Also improved the testing to ensure we check for failure scenarions.

 

r683989

rhs

2008-08-08

QPID-1210 : added missing \

 

r684016

aidan

2008-08-08

QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tests yet.

 

r684017

tross

2008-08-08

Ported from trunk: Usage of lockf for locking the data directory. This ensures that locks aren't left by crashed processes

 

r684036

rhs

2008-08-08

QPID-1213 : simplified unprocessed message and moved version specific code into the _0_8 and _0_10 variants

 

r684182

rhs

2008-08-09

QPID-1218 : cleaned up the interface to IoTransport a bit; added IoAcceptor; fixed Session tracking of sync point; default JAVA inside qpid-run

 

r684707

ritchiem

2008-08-11

QPID-1220 Updated assert to show exception message when there is no cause set

 

r684708

ritchiem

2008-08-11

QPID-1223 : Updated tests to correctly close the ApplicationRegistry that were created during the test run by non QpidTestCase classse

 

r684710

ritchiem

2008-08-11

QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call.

 

r684711

ritchiem

2008-08-11

Update to review generator to have title on all columns and h2. for Jira section

 

r684713

ritchiem

2008-08-11

QPID-1223 : Updated AckTest to correctly create and close the ApplicationRegistry

 

r684714

ritchiem

2008-08-11

QPID-1193 : Actually removed the calls that pass in the ugly null

 

r684785

gsim

2008-08-11

Added some extra info to example doc for xml exchange.

 

r684787

astitcher

2008-08-11

Decouple the DispatchHandle from its clients by using a DispatchHandleRef class which can be deleted at any time, but will only cause the DispatchHandle to be deleted later when it's definitely no lon ...

 

r684865

aconway

2008-08-11

Integrate CPG file descriptor into broker polling.

 

r684880

aconway

2008-08-11

Added doxygen comments on using the Poller.

 

r685104

ritchiem

2008-08-12

QPID-1136 : Fixed Flow Control problem due to this change and added test to validate that Flow Control is operating correctly

 

r685115

aidan

2008-08-12

QPID-1092 : Merge 662770 to trunk from ritchiem: Changed toString to be String.valueOf(getObject()) Added MessageToStringTest, tests performing toString on Message before calling getObject().

 

r685142

aidan

2008-08-12

QPID-1117 merge ritchiem's 662818: QPID-1117 : Added tests for all other message types. Refactored the common parts out of the objectTest.

 

r685151

aidan

2008-08-12

QPID-615 : Merge rupertlssmiths 581293 QPID-615 , Added patched version of MINAs VM Pipe cleanup thread. Will replace once bug fix is in newer version of MINA.

 

r685189

gsim

2008-08-12

use decimal literal (python 2.3 converts the old hex literal into a negative value)

 

r685198

gsim

2008-08-12

Merged r685189 (specify literal as decimal for the sake of python 2.3)

 

r685207

rhs

2008-08-12

QPID-1233 : made getStringProperty(nonexistent) return null instead of NPE

 

r685218

rhs

2008-08-12

QPID-1235 : fixed setXXXProperty to check for empty strings

 

r685237

aconway

2008-08-12

Move frame processing out of CPG dispatch queue for cluster. PollableQueue is a pollable in-memory queue, will probably move it to sys.

 

r685273

gsim

2008-08-12

Add extra boost headers to dist tarball

 

r685278

aconway

2008-08-12

Replace eventfd with more portable pipe implementation in PollableCondition.

 

r685289

gsim

2008-08-12

Add extra boost headers to dist tarball

 

r685317

aconway

2008-08-12

Queue cluster send frames, do cpg_mcast in separate thread, batching if possible. 5x thruput improvement (smile)

 

r685506

rhs

2008-08-13

removed dead code from message Echo utility, and added a message Sink utility

 

r685536

rhs

2008-08-13

QPID-1236 : made setObjectProperty validate the passed in value

 

r685871

ritchiem

2008-08-14

QPID-1077 : Update release target to correctly specify execute permissions on release targets

 

r685874

arnaudsimon

2008-08-14

QPID-1239 : changed the way QPID_ARGS is set

 

r685952

ritchiem

2008-08-14

QPID-1077 : Noticed that the defaults of 644, and 755 for files and directories were not being applied so forcibly set these values.~

 

r685967

gsim

2008-08-14

distclean should delete qpid/framing/MaxMethodBodySize.h

 

r686021

aconway

2008-08-14

echo with_ais_group errors to stderr.

 

r686035

aconway

2008-08-14

Add option to run singleton cluster on default port.

 

r686043

aconway

2008-08-14

Stop prevoius qpidd before runing singleton cluster.

 

r686068

rhs

2008-08-14

QPID-1244 : fix for NPE on broker initiated connection close, also preserve the connection close text for better error reporting

 

r686071

rhs

2008-08-14

increased timeout for DupsOkTest to prevent intermittent failure on build machine

 

r686136

rhs

2008-08-15

updated qpid.0-10/java to match trunk/qpid/java@686097

 

r686172

rhs

2008-08-15

QPID-1245 : use notifyMessage rather than onMessage in setMessageListener so that messages from the synchronous queue actually get acked

 

r686175

rhs

2008-08-15

updated qpid.0-10/java to match trunk/qpid/java@686172

 

...