summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2933-531/+665
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2811-0/+217
* 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-262-0/+135
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-2119-85/+458
* 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
* 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
* 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
* Added doxygen comments on using the Poller.Alan Conway2008-08-112-1/+47
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-1111-64/+95
* Decouple the DispatchHandle from its clients by using aAndrew Stitcher2008-08-111-2/+24
* Check CPG flow control.Alan Conway2008-08-073-16/+48
* On broker shutdown, re-join the timer thread outside of a locked scope to pre...Ted Ross2008-08-071-15/+17
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-073-8/+32
* Remove reference to deleted sys/posix/Thread.hGordon Sim2008-08-071-1/+0
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-0613-10/+66
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-063-95/+76
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-063-3/+2
* Added actions for ACL on mgnt actionsCarl C. Trieloff2008-08-052-2/+6
* Fix Cluster::send encode race.Alan Conway2008-08-055-11/+30
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-058-28/+37
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-056-25/+55
* Removed spurious printTed Ross2008-08-051-1/+0
* QPID-1214 - Committed William's patchTed Ross2008-08-052-6/+22
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* Initial framework for ACL readerKim van der Riet2008-08-016-4/+142
* QPID-1174 - Clean up agent objects when the remote agent disconnectsTed Ross2008-08-013-23/+57
* Removed typedefs which were generating ignored warnings on gcc 4.3 compiler.Kim van der Riet2008-08-011-3/+3
* - Add support for ACL on message transferCarl C. Trieloff2008-08-016-14/+53
* Added signed integer datatypes for use in management schemasTed Ross2008-07-313-0/+44
* attempt to fix spec fileCarl C. Trieloff2008-07-311-1/+1
* header file fix fr buildCarl C. Trieloff2008-07-311-1/+3
* another missing fileCarl C. Trieloff2008-07-311-0/+57
* small cleanupCarl C. Trieloff2008-07-312-2/+1
* missing fileCarl C. Trieloff2008-07-311-0/+13
* - Implementation of ACL pluginCarl C. Trieloff2008-07-317-21/+405