Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
  2. Jan 14, 2010
  3. Jan 12, 2010
  4. Jan 11, 2010
  5. Jan 07, 2010
    • Gerardo Ganis's avatar
      · f0fa3e9b
      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
      f0fa3e9b
    • Gerardo Ganis's avatar
      · 6fad0032
      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
      6fad0032
  6. Dec 17, 2009
    • Fons Rademakers's avatar
      From Axel: · fe72f071
      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
      fe72f071
  7. Dec 15, 2009
  8. Dec 11, 2009
  9. Dec 10, 2009
    • Gerardo Ganis's avatar
      · b3bb3ea1
      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
      b3bb3ea1
  10. Dec 09, 2009
  11. Dec 08, 2009
  12. Dec 07, 2009
    • Fons Rademakers's avatar
      From Gerri: · d9092eb8
      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
      d9092eb8
    • Fons Rademakers's avatar
      From Gerri: · e6d89f90
      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
      e6d89f90
  13. Dec 03, 2009
  14. Dec 02, 2009
    • Fons Rademakers's avatar
      From M. Ellert: · 4a1d465c
      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
      4a1d465c
    • Rene Brun's avatar
      From Gerri: · a3210e14
      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
      a3210e14
  15. Nov 30, 2009
    • Rene Brun's avatar
      From Fabrizio: · 7ae8cd8e
      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
      7ae8cd8e
  16. Nov 23, 2009
  17. Nov 18, 2009
  18. Nov 17, 2009
    • Gerardo Ganis's avatar
      · e84f1449
      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
      e84f1449
  19. Nov 13, 2009
  20. Nov 12, 2009
  21. Nov 10, 2009
    • Fons Rademakers's avatar
      From Gerri: · 8bc35b6e
      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
      8bc35b6e
  22. Nov 05, 2009
  23. Nov 03, 2009
  24. Nov 02, 2009
  25. Oct 30, 2009
  26. Oct 29, 2009
  27. Oct 27, 2009
  28. Oct 23, 2009
Loading