- Feb 05, 2010
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@32232 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Import XROOTD v20100205-0000: - Important fix on the server side (symptom: redirector not accepting connections anymore) - New dirlist functionality in the client - New XrdSecssl module for certificate-based authentication and VOMS support - Several fixes /optimizations NB: make distclean-xrootd may be needed on Windows after update before make. git-svn-id: http://root.cern.ch/svn/root/trunk@32231 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 14, 2010
-
-
Fons Rademakers authored
fix for a tiny mem leak in cleaning up security contexts. git-svn-id: http://root.cern.ch/svn/root/trunk@32007 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 12, 2010
-
-
Fons Rademakers authored
MkDir() returns now an Int_t instead of a Bool_t. Patch is needed for the ALICE ODBC. git-svn-id: http://root.cern.ch/svn/root/trunk@31993 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 11, 2010
-
-
Fons Rademakers authored
add missing ; in shell script snippet. git-svn-id: http://root.cern.ch/svn/root/trunk@31985 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 07, 2010
-
-
Gerardo Ganis authored
Import from the vendor branch change 31974: - fix for a memory leak XrdOucString - fix for dependencies in XrdClient/GNUmakefile - fix for a warning in src/XrdSecpwd/XrdSecProtocolpwd.cc git-svn-id: http://root.cern.ch/svn/root/trunk@31975 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Make sure that the temp directory is unique to the configure process. This should finally solve the weird problem with the nightlies. git-svn-id: http://root.cern.ch/svn/root/trunk@31969 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 17, 2009
-
-
Fons Rademakers authored
Remove support for precompiled headers. They make it impossible to keep the dependencies right, and the gain is minimal and better achieved by reducing the inclusion overhead of headers. git-svn-id: http://root.cern.ch/svn/root/trunk@31933 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 15, 2009
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31888 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31885 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2009
-
-
Rene Brun authored
Fixes to the release notes to be compliant with w3c git-svn-id: http://root.cern.ch/svn/root/trunk@31860 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2009
-
-
Gerardo Ganis authored
Make sure that if '--disable-krb5' is give to ROOT configure this is taken by default also by XROOTD configure. This can b overwritten by passing explicitly --with-xrootd-opts="--enable-krb5 ...". Should solve an issue reported on the forum. git-svn-id: http://root.cern.ch/svn/root/trunk@31814 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2009
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31701 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 08, 2009
-
-
Fons Rademakers authored
tried to copy some libs that were not always built. git-svn-id: http://root.cern.ch/svn/root/trunk@31626 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 07, 2009
-
-
Fons Rademakers authored
Fix a few pending issues in PROOF-Lite: - Source the env file before running 'proofserv'; this allows to run valgrind or other wrapper scripts (e.g. experiment-specific environment initializers) before proofserv, as in normal PROOF - Fix a problem with Load() - Add the possibility for the administrator to control the number of workers for PROOF-Lite or eventually to forbid the use of it (request on the forum). The rootrc variable ProofLite.MaxWorkers is read out of /etc/system.rootrc and cannot be overwritten by users. Improve handling of Ctrl-C: - Fix a problem in TMonitor affecting the effectiveness of interrupts. - Do not send the results from workers to masters if the query has been aborted. Miscellanea: - Make sure that the size of the cache sent back to the packetizer by the workers is meaningful in case the defaults are used (i.e. not -1). - Make the current processed element available to selectors via the input list; this allows to write a more simple and effective packetizers for tasks where the entry is a file (e.g., dataset generation in the benchmark suite). git-svn-id: http://root.cern.ch/svn/root/trunk@31598 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix a problem with the dependencies of some of xrootd plug-ins. git-svn-id: http://root.cern.ch/svn/root/trunk@31597 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 03, 2009
-
-
Fons Rademakers authored
removed SetAliEnSettings() otherwise the library path get's screwed up and CINT compilation doesn't work anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@31532 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Better detection of lib(n)curses in xrootd (fixes issue with CentOS on the forum) - Fix warning in the compilation of Xrdadler32 - In TProof.h, remove comma at end of the ESubMerger enumerator list (problem reported by M. Tadel) git-svn-id: http://root.cern.ch/svn/root/trunk@31520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- fix warnings in XrdProofdProofServMgr about shadowed variables - a valgrind warning in TProofServ - fix for MacOsX in XrdSysPlatform.hh git-svn-id: http://root.cern.ch/svn/root/trunk@31511 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 02, 2009
-
-
Fons Rademakers authored
extend support for Globus installations coming with Debian/Fedora/EPEL. git-svn-id: http://root.cern.ch/svn/root/trunk@31509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Import from the XROOTD head: - support for openssl 1.0.0 (required by Fedora 12) - fixes in the client (consolidation of readv, cache performance improvements) - fixes, optimizations in cmsd and cnsd (performance improvements) - force 32-bit build for xrootd on OpenSolaris (as for ROOT). NB: make distclean-xrootd may be needed on Windows after update before make. git-svn-id: http://root.cern.ch/svn/root/trunk@31508 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 30, 2009
-
-
Rene Brun authored
In TFileCacheRead add a new virtual function GetUnzipBuffer in order to avoid InheritsFrom in TBasket::ReadBasketBuffers. In TTreeCacheUnzip optimizations related to CPU cycles and memory. Related fixes to TFileCacheRead. Also comment "if gDebug" statements. In TXNetFile fixes related to the reporting of TTreePerfStats. git-svn-id: http://root.cern.ch/svn/root/trunk@31457 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 23, 2009
-
-
Fons Rademakers authored
- support 32-bit builds with icc on 64-bit platforms. - remove/suppress remaining warnings On SLC5 with linuxx8664icc using icc 11.1 there are now 0 warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@31389 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31296 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2009
-
-
Gerardo Ganis authored
Remove the variable XROOTDDIRP, a remnant of ancient times which was currently a duplication of XROOTDDIRL. This shoukd fix issue #58791. git-svn-id: http://root.cern.ch/svn/root/trunk@31232 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2009
-
-
Philippe Canal authored
by delete LastBuild.d in the clean target. Also delete the xrootd makefile in the distclean target. git-svn-id: http://root.cern.ch/svn/root/trunk@31169 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 12, 2009
-
-
Gerardo Ganis authored
Fix a problem with the xrootd build when running make via 'sudo' (issue #47644). git-svn-id: http://root.cern.ch/svn/root/trunk@31107 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2009
-
-
Fons Rademakers authored
Increase the flexibility for configuring with an external xrootd: - add standard switches to disentangle lib and inc dirs --with-xrootd-incdir=<path_to dir_containing_XrdVersion.hh> --with-xrootd-libdir=<path_to_dir_containing_xrootd_plugins_and_libs> - when passing a global xrootd dir with --with-xrootd, check both src/XrdVersion.hh and include/xrootd/XrdVersion.hh so that both build and install distributions are supported git-svn-id: http://root.cern.ch/svn/root/trunk@31068 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 05, 2009
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30981 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30977 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2009
-
-
Rene Brun authored
It seems that TXNetFile completely ignored the existence of the TArchiveFiles. Now fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@30961 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Import fron vendors branch: - Import from HEAD fix free/delete mismatch in XrdClientReadV - Set version to 20091102-0415-root-1 git-svn-id: http://root.cern.ch/svn/root/trunk@30956 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 02, 2009
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30951 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Import from the vendor branch new version of 'xrootd' (20091102-0415-root). This version contains some important fix in the client 'readv' needed by ALICE and new cache policies on the client side. It also contains the new listing features implemented recently in the 'cns' module. git-svn-id: http://root.cern.ch/svn/root/trunk@30949 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30944 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 30, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30928 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 29, 2009
-
-
Fons Rademakers authored
proper CXXFLAGS for win32; per-rule settings are not additive for all make incarnations. git-svn-id: http://root.cern.ch/svn/root/trunk@30921 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 27, 2009
-
-
Fons Rademakers authored
add TAlienSystem::AccessPathName(). git-svn-id: http://root.cern.ch/svn/root/trunk@30888 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 23, 2009
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30851 27541ba8-7e3a-0410-8455-c3a389f83636
-