- Jun 23, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24490 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
SendStreamerInfos() SendProcessIDs() move the recv streamer info and recv process id code into: RecvStreamerInfos() RecvProcessIDs() Add support for schema evolution and process ids also to TPSocket and TXSocket. git-svn-id: http://root.cern.ch/svn/root/trunk@24480 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24472 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 18, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24327 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 17, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24301 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 13, 2008
-
-
Gerardo Ganis authored
Add possibility to allow connections based on the UNIX group. Users are accepted if members of the groups specified by xpd.allowedgroups group1,group2,... or if explicitely authorized via xpd.allowedusers usr1,usr2,... By default all UNIX groups are authorized. The 'xpd.allowedusers' can now also be used to deny access to a user by prefixing the username with '-'. For example, if 'usrgrp1' belongs to group 'grp1' and 'usrgrp2' to group 'grp2', the following settings xpd.allowedgroups grp1 xpd.allowedusers -usrgrp1,usrgrp2 will accept connection from any member of 'grp1' but 'usrgrp1', and from 'usrgrp2', even though the latter does not belong to group 'grp1'. git-svn-id: http://root.cern.ch/svn/root/trunk@24268 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Make Process() return 0 on success (instead of 1) so that additional requests, if present, are processed right-away. Solves rare problem with multiple workers using the same physical connection. git-svn-id: http://root.cern.ch/svn/root/trunk@24267 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2008
-
-
Fons Rademakers authored
during file moving. git-svn-id: http://root.cern.ch/svn/root/trunk@24125 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 28, 2008
-
-
Gerardo Ganis authored
From Jan-Fiete: - Always read the group config file - Enforce GBytes by default for quota definitions - Define and use a variable for the product (1024 * 1024 * 1024) git-svn-id: http://root.cern.ch/svn/root/trunk@24040 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 23, 2008
-
-
Gerardo Ganis authored
Import fixes / new functionality from branches/dev/proof: - proof/proofplayer/src/TPacketizerAdaptive.cxx Implement the classic strategy of the TPacketizer in TPacketizerAdaptive. The strategy can be changed from adaptive (default) to TPacketizer with: "PROOF_PacketizerStrategy" parameter to PROOF - proof/proofplayer/src/TProofPlayer.cxx Fixed error messages for 'MissingFiles' and 'FailedPackets' lists. Improve fault detection by creating a list of failed packets upon a mismatch in the expected and actual number of processed events; the list is added to the output list. - proof/proofplayer/src/TVirtualPacketizer.cxx Make sure that something has been processed before setting kIsDone. Improve fault detection by creating a list of failed packets upon a mismatch in the expected and actual number of processed events; the list is added to the output list. - proof/proofplayer/inc/TVirtualPacketizer.h Improve fault detection by creating a list of failed packets upon a mismatch in the expected and actual number of processed events; the list is added to the output list. - proof/proofplayer/inc/TPacketizerAdaptive.h Implement the classic strategy of the TPacketizer in TPacketizerAdaptive - proof/proof/src/TProofServ.cxx Fixes: + option string: "stageOnly" --> "stagedOnly". + add parenthesis to avoid a warning after the previous patch. + remove the objects added to the missingFiles in TDSet::Add from the 'dataset' before deleting it + fixed an error HandleCheckFile ('kPROOF_WorkDir' instead of 'kPROOF_PackDir'). + make fCacheDir and fPackageDir controllable via directive + in TProofServ::ErrorHandler: do not create the related additional buffer if not logging to syslog Added functionality: - add possibility to flag an "Info" message as service message using the prefix "|Svc" in the location field; e.g. Info("SetupCommon|Svc", "Test of SvcMsg"); will produce something like 09:28:24 6892 Mst-0 | SvcMsg in <TXProofServ::SetupCommon>: Test of SvcMsg This is needed to be able in the future to filter-out messages needed by some services (e.g. the forthcoming memory checker) which should not be displayed by default. - proof/proofd/src/XrdProofSched.cxx Improve the calculation of the number of workers to assign by using fMinForQuery as a minimum. Fix the length of method separators. Fix signed/unsigned warning. git-svn-id: http://root.cern.ch/svn/root/trunk@23986 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2008
-
-
Rene Brun authored
if the object corresponding to the current key is deriving from TCollection it means that it was written with kSingleKey option so it has to be written after merging with the same option. Otherwise one gets weird results when merging lists of histograms. git-svn-id: http://root.cern.ch/svn/root/trunk@23947 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 20, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23928 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 19, 2008
-
-
Rene Brun authored
Corrections for effc++ in root git-svn-id: http://root.cern.ch/svn/root/trunk@23913 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23906 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23891 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23889 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- move TFileMerger from proof/proofplayer to io/io. - move TGeoOverlap from geom/geompainter to geom/geom. as they are indepedent of the packages they were in. It will also facilitate upcoming packaging for deb and rpm. git-svn-id: http://root.cern.ch/svn/root/trunk@23880 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
(once by the call to target->SaveSelf in TFileMerger::Mergerecursive and once by calling fOutputFile->Write) git-svn-id: http://root.cern.ch/svn/root/trunk@23873 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2008
-
-
Rene Brun authored
this should make the W3C validator happy. git-svn-id: http://root.cern.ch/svn/root/trunk@23827 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 08, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23755 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23752 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23751 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23750 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23745 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 07, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23712 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 01, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23632 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23631 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
The objects added to the missingFiles in TDSet::Add have to be removed from the 'dataset' before deleting it. git-svn-id: http://root.cern.ch/svn/root/trunk@23627 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 28, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23576 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23453 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23436 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23435 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 22, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23397 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fixes for gcc4.3 git-svn-id: http://root.cern.ch/svn/root/trunk@23380 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Extend support for size definition via suffix (e.g. 50M for 50 MBytes) to group quotas. A static function ToBytes has been introduced to avoid code duplications. Supported suffix are (case insensitive): k (kilo), m (mega), g (giga), t (tera) and p (peta). git-svn-id: http://root.cern.ch/svn/root/trunk@23379 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 18, 2008
-
-
Gerardo Ganis authored
The heavy version of TQueryResult must be removed after having being saved and the light object is created git-svn-id: http://root.cern.ch/svn/root/trunk@23312 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23310 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 17, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23289 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23288 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23287 27541ba8-7e3a-0410-8455-c3a389f83636
-