summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increased release number.Alan Conway2007-12-061-2/+2
* File omitted from previous checkin.Alan Conway2007-12-061-6/+6
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-0626-140/+535
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-067-166/+41
* Changed output path to .Arnaud Simon2007-12-061-8/+6
* run script for compiling and running the samplesArnaud Simon2007-12-061-0/+51
* Remove reference to deleted fileGordon Sim2007-12-061-1/+0
* Fixed minor problems with example Makefiles.Alan Conway2007-12-055-120/+11
* Removed deleted programGordon Sim2007-12-051-1/+1
* Reversed renamingGordon Sim2007-12-058-0/+0
* Extra exception info.Alan Conway2007-12-051-3/+7
* Removed line for deleted file.Gordon Sim2007-12-051-1/+0
* Renamed for consistency with c++Gordon Sim2007-12-058-0/+0
* Remove unnecessary file.Gordon Sim2007-12-052-131/+0
* Avoid holding lock while making the flush calls (can cause deadlocking)Gordon Sim2007-12-051-5/+11
* moved base example into the common packageArnaud Simon2007-12-0510-10/+10
* Fixed problems with setting pub/sub hosts.Alan Conway2007-12-051-19/+12
* Updates to examples from jonathan.robie@redhat.comGordon Sim2007-12-058-29/+18
* Fixed errors in usage text.Alan Conway2007-12-051-6/+3
* bumped the rpm release numberRafael H. Schloming2007-12-041-1/+1
* examples/Makefile.am:Alan Conway2007-12-044-11/+13
* removed warnings on duplicate constants, the issue will go away with 0-10 finalRafael H. Schloming2007-12-041-1/+2
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-047-30/+44
* Patch from Ted Ross <tross@redhat.com>Alan Conway2007-12-041-1/+2
* Log exception when prepare fails.Gordon Sim2007-12-041-0/+3
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-042-8/+0
* Updates to topic testGordon Sim2007-12-042-43/+37
* changed MINA threading modelArnaud Simon2007-12-041-7/+3
* removed useless lockArnaud Simon2007-12-041-14/+6
* Add option for durability to topic testGordon Sim2007-12-032-11/+16
* incremented release numberGordon Sim2007-12-031-1/+1
* fixed the error in receivingRajith Muditha Attapattu2007-12-031-3/+5
* Updated ofr converting request text in upercase textArnaud Simon2007-12-033-67/+47
* merged the three writes in a single oneArnaud Simon2007-12-031-10/+6
* Added Session.h to list of distributed headers.Gordon Sim2007-12-031-0/+1
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-016-65/+115
* Default --worker-threads is max(2, cores), performs better on 1 core boxes.Alan Conway2007-11-301-1/+1
* Python examplesAlan Conway2007-11-3010-0/+782
* added latency testsArnaud Simon2007-11-301-8/+8
* Added a very basic plain nio transport. You could flip between the transports...Rajith Muditha Attapattu2007-11-306-5/+246
* Altered topic test to use the new session api.Gordon Sim2007-11-305-70/+95
* added latency testsArnaud Simon2007-11-302-0/+231
* added interval rateArnaud Simon2007-11-303-32/+33
* Printing summary before closing session, as this sometimes results in an errorRajith Muditha Attapattu2007-11-291-1/+1
* Modified the scriptsRajith Muditha Attapattu2007-11-293-3/+5
* Removed all the fancy threading with the test cases as these interfer with th...Rajith Muditha Attapattu2007-11-297-559/+154
* Rolled back changes from rev 598440, the _real_ cause of the St9exception err...Kim van der Riet2007-11-291-25/+22
* Cleaned up the calculations and added an option to disable interval stat coll...Rajith Muditha Attapattu2007-11-292-102/+164
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* added flushArnaud Simon2007-11-291-0/+18