summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-067-36/+62
* Fixes to distributed test scripts.Alan Conway2008-09-052-10/+16
* Fixed cluster membership notification.Alan Conway2008-09-0514-100/+344
* QPID-1274 - Made qmf-gen smarter about finding its data filesTed Ross2008-09-051-2/+19
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-055-40/+79
* QPID-1274 - Moved management-gen data files into the qmf subdirectory to fix ...Ted Ross2008-09-0510-16/+14
* QPID-1274 - Improved packaging for management agent and code generation toolTed Ross2008-09-0511-48/+293
* Add DISCLAIMER to EXTRA_DISTAidan Skinner2008-09-041-1/+1
* Fix mods to suppressions; changed from patching to cat'ing to the end for eas...Gordon Sim2008-09-043-122/+108
* QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst...Carl C. Trieloff2008-09-043-6/+6
* Added missing DISCLAIMER files to cpp python and rubyMartin Ritchie2008-09-041-0/+5
* Fix bug in computing min latency: 0 latencies not handled correctly.Alan Conway2008-09-041-3/+4
* Bugfixes:Gordon Sim2008-09-041-3/+3
* Cleaned up a warning on the Fedora 9 compilerTed Ross2008-09-041-1/+1
* Added default return values to satisfy a pedantic compiler (Fedora 9)Ted Ross2008-09-031-0/+4
* Disambiguated a mask-and-compare for the Fedora-9 compilerTed Ross2008-09-031-1/+1
* QPID-1174 Replaced copies with references (bugfix)Ted Ross2008-09-031-2/+2
* QPID-1174 Updates to the management frameworkTed Ross2008-09-0321-421/+1094
* QPID-107, adding schema for managing ACL pluginCarl C. Trieloff2008-09-031-0/+31
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-0320-184/+307
* Fix build error in cluster code.Alan Conway2008-09-032-2/+2
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-029-110/+985
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-2934-538/+670
* Updated License and Notice in Java, added missing L & N files to directories ...Martin Ritchie2008-08-291-0/+31
* test svnCarl C. Trieloff2008-08-291-1/+0
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2829-1/+539
* echotest: tab separated.Alan Conway2008-08-262-1/+44
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
* Test improvements.Alan Conway2008-08-264-26/+95
* Add licenseGordon Sim2008-08-261-0/+21
* Removed unused rpm targets and files.Alan Conway2008-08-266-334/+135
* Update & correct some of the notes included with the release.Gordon Sim2008-08-224-57/+127
* Use numeric version number 0.3 in AC_INIT.Alan Conway2008-08-211-1/+1
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-2120-87/+466
* Update version, NOTICE files.Aidan Skinner2008-08-211-1/+1
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-202-40/+1
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-192-1/+30
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
* Configure --without-cpg by default for M3.Alan Conway2008-08-181-5/+3
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-155-13/+32
* Stop prevoius qpidd before runing singleton cluster.Alan Conway2008-08-141-0/+1
* Add option to run singleton cluster on default port.Alan Conway2008-08-141-7/+9
* echo with_ais_group errors to stderr.Alan Conway2008-08-141-1/+1
* distclean should delete qpid/framing/MaxMethodBodySize.hGordon Sim2008-08-141-0/+1
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-122-22/+50
* Add extra boost headers to dist tarballGordon Sim2008-08-121-24/+24
* Replace eventfd with more portable pipe implementation in PollableCondition.Alan Conway2008-08-122-2/+46
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-126-20/+273