Skip to content
Snippets Groups Projects
  1. May 03, 2012
  2. May 02, 2012
  3. Apr 30, 2012
  4. Apr 19, 2012
    • Fons Rademakers's avatar
      From Pere: · e060a449
      Fons Rademakers authored
      - add support for 'clang' compiler, which was not the case before.  
      - add support for 'cocoa'
      - Added rpath link options "@loader_path/../lib" for executables and
        "@rpath" for libraries for MacOSX platform
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@43836 27541ba8-7e3a-0410-8455-c3a389f83636
      e060a449
  5. Apr 10, 2012
  6. Mar 20, 2012
  7. Mar 13, 2012
  8. Mar 08, 2012
    • Gerardo Ganis's avatar
      · dccc0de9
      Gerardo Ganis authored
        - Re-arrage usage of xrootd-related entities in such a way that internal headers are
          not needed by 'netx' headers
        - Remove external support for very old xrootd versions (older than 4 years)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@43295 27541ba8-7e3a-0410-8455-c3a389f83636
      dccc0de9
  9. Feb 28, 2012
  10. Feb 26, 2012
  11. Feb 22, 2012
  12. Feb 21, 2012
  13. Dec 21, 2011
  14. Dec 20, 2011
  15. Dec 16, 2011
    • Fons Rademakers's avatar
      From Pere: · a4a246fb
      Fons Rademakers authored
      - Fix for bug #89754: SSL functions deprecated on Mac OS X 10.7
      - Fix for bug #89755: Warnings about HOLLERITH constants in Fortran
      - Fix running stressInterpreter on MacOSX by removing dependencies to libpthread
      - Added -b to stressTMVA test
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@42517 27541ba8-7e3a-0410-8455-c3a389f83636
      a4a246fb
  16. Nov 29, 2011
  17. Nov 28, 2011
    • Fons Rademakers's avatar
      From Rainer Toebbicke: · 75afec3e
      Fons Rademakers authored
      fix two problems:
      
      1. when the remote socket goes away violently, the SSL_peak would not return
         SSL_ERROR_ZERO_RETURN as in the case of a orderly shutdown but more
         likely SSL_ERROR_SYSCALL. Failure to notice this will result in the
         read() always returning zero length but the socket never closed (and
         hence the connection never recovered but the program sent into a loop).
      
      2. a normal shutdown of an SSL connection results in a "close notify"
         being sent. I don't think that it's standard what happens if ever
         the socket is already no longer connected at this moment, however
         on Linux you get SIGPIPE which kills the process. I suggest to set
         SSL_set_quiet_shutdown in that case as the socket is going to be
         closed on both sides anyway and there isn't anything to recover.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@42270 27541ba8-7e3a-0410-8455-c3a389f83636
      75afec3e
  18. Nov 18, 2011
  19. Nov 17, 2011
  20. Nov 13, 2011
  21. Nov 10, 2011
  22. Nov 09, 2011
  23. Nov 08, 2011
  24. Nov 04, 2011
  25. Nov 03, 2011
  26. Nov 02, 2011
  27. Nov 01, 2011
  28. Oct 31, 2011
  29. Oct 29, 2011
  30. Oct 28, 2011
Loading