summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-072-2/+2
* Summary:Alan Conway2007-12-0723-183/+386
* examples/verifyAlan Conway2007-12-077-50/+208
* Further use of get_pointer function to mask differences between boost versions.Gordon Sim2007-12-071-3/+3
* Changed to use the get_pointer function for compatability with boost 1.33 and...Gordon Sim2007-12-071-2/+4
* Increased release number.Alan Conway2007-12-061-2/+2
* 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
* 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
* Extra exception info.Alan Conway2007-12-051-3/+7
* Removed line for deleted file.Gordon Sim2007-12-051-1/+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
* Fixed problems with setting pub/sub hosts.Alan Conway2007-12-051-19/+12
* 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
* 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
* Add option for durability to topic testGordon Sim2007-12-032-11/+16
* incremented release numberGordon Sim2007-12-031-1/+1
* 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
* Altered topic test to use the new session api.Gordon Sim2007-11-305-70/+95
* Rolled back changes from rev 598440, the _real_ cause of the St9exception err...Kim van der Riet2007-11-291-25/+22
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* Further missing fileGordon Sim2007-11-291-0/+1
* Fixed wrong file added in last commitGordon Sim2007-11-291-1/+1
* Added extra file to posix sourcesGordon Sim2007-11-291-0/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-2930-435/+631
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-294-5/+162
* src/tests/perfdist: Remove useless output.Alan Conway2007-11-281-1/+0
* Add unit_test.h to distribution.Alan Conway2007-11-284-27/+29
* Added header file to list of sourcesGordon Sim2007-11-281-1/+1
* Fix exception handling bug.Alan Conway2007-11-281-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-2826-83/+265
* src/tests/perfdist: Restore trace option, still used by some tests.Alan Conway2007-11-281-0/+2
* src/tests/perfdist: Updated for changes to perftest.Alan Conway2007-11-281-18/+42
* src/tests/perftest.cpp:Alan Conway2007-11-282-17/+43
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-285-6/+6
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* Fixed test in line with changes made to defaults.Gordon Sim2007-11-281-1/+1
* perftest improvements.Alan Conway2007-11-279-241/+441
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-2611-58/+76