- May 03, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44103 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 02, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44065 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 30, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44024 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44017 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 19, 2012
-
-
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
-
- Apr 10, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43690 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43680 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
this patch should filter G__* from the sources. git-svn-id: http://root.cern.ch/svn/root/trunk@43662 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 20, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43405 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 13, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43338 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 08, 2012
-
-
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
-
- Feb 28, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43159 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 26, 2012
-
-
Fons Rademakers authored
fix for redirect. Fixes issue 91689. git-svn-id: http://root.cern.ch/svn/root/trunk@43125 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 22, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43083 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43081 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 21, 2012
-
-
Axel Naumann authored
Fix clang warnings: strlcpy(A, B, len) with len == strlen(B) instead of sizeof(A). Was okay in all cases, but double call to strlen() for no good reason. git-svn-id: http://root.cern.ch/svn/root/trunk@43071 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 21, 2011
-
-
Fons Rademakers authored
fix some things broken with last fix. git-svn-id: http://root.cern.ch/svn/root/trunk@42559 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 20, 2011
-
-
Fons Rademakers authored
cleanup some undesired library dependencies. git-svn-id: http://root.cern.ch/svn/root/trunk@42549 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 16, 2011
-
-
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
-
- Nov 29, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42310 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 28, 2011
-
-
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
-
- Nov 18, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42119 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2011
-
-
Fons Rademakers authored
changes needed to implement XROOTD as external package together with the alien and monalisa plugins. I have also introduced a new option (builtin_xrootd) to build XROOD together with ROOT. git-svn-id: http://root.cern.ch/svn/root/trunk@42100 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42091 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2011
-
-
Fons Rademakers authored
Solaris 11 express). git-svn-id: http://root.cern.ch/svn/root/trunk@41954 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41895 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Cleanup and simplification of the definition of the xrootd libs lists, removing special handling of the result of check_library needed when we were explicitly linking to static libs. git-svn-id: http://root.cern.ch/svn/root/trunk@41869 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 09, 2011
-
-
Fons Rademakers authored
Full port to AIX 7.1 and xlC Version: 09.00.0000.0017. This port is complete (./configure --all; make) works (minus some minor plugins that were not installed). The tutorials/benchmarks.C and test/* works. For the list of linux-tool packages that need to be installed see: http://root.cern.ch/drupal/content/build-prerequisites. Port made on hardware kindly donated by IBM. git-svn-id: http://root.cern.ch/svn/root/trunk@41837 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 08, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41824 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41823 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 04, 2011
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41772 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41770 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41754 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 02, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41729 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 01, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41671 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41670 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 31, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 29, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41644 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2011
-
-
Fons Rademakers authored
Port TUDPSocket to Window. git-svn-id: http://root.cern.ch/svn/root/trunk@41638 27541ba8-7e3a-0410-8455-c3a389f83636
-