Print

Print


  Branch: refs/heads/xrdwritev
  Home:   https://github.com/xrootd/xrootd
  Commit: ef5ccb365068f8b01219ce176964adede17def12
      https://github.com/xrootd/xrootd/commit/ef5ccb365068f8b01219ce176964adede17def12
  Author: Michal Simon <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/Xrd/XrdLink.cc
    M src/XrdCks/XrdCksData.hh
    M src/XrdNet/XrdNetUtils.cc
    M src/XrdOuc/XrdOucReqID.cc
    M src/XrdSut/XrdSutBucket.cc
    M src/XrdSut/XrdSutPFile.cc
    M src/XrdSys/XrdSysIOEvents.cc
    M src/XrdSys/XrdSysLogger.cc
    M src/XrdSys/XrdSysPlugin.cc
    M src/XrdXml/XrdXmlMetaLink.cc

  Log Message:
  -----------
  Fix fedora rawhide build, part1.


  Commit: 258304606558ea7b4ef437c7a9385a4042189e74
      https://github.com/xrootd/xrootd/commit/258304606558ea7b4ef437c7a9385a4042189e74
  Author: Daniel Macks <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M cmake/FindReadline.cmake

  Log Message:
  -----------
  readline.h requires stdio.h to be compileable

readline.h uses the `FILE` datatype from stdio.h, without an #include for that system header. Upstream documents that it is the responsibility of any code using readline.h to include that other header itself, and relies on the fact that it is documented to declare that this is not a bug. Some distros patch their readline.h with this dependent #include, but for maximum portability the READLINE compile-test function should do it.


  Commit: d6d012c0829355c2875ced56a0e2f70f21c1c16a
      https://github.com/xrootd/xrootd/commit/d6d012c0829355c2875ced56a0e2f70f21c1c16a
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdSecpwd/XrdSecpwdPlatform.hh

  Log Message:
  -----------
  Include crypt.h on Linux


  Commit: c871f64bef8d6a02b1b4f890b6e13d657a4becb4
      https://github.com/xrootd/xrootd/commit/c871f64bef8d6a02b1b4f890b6e13d657a4becb4
  Author: Michal Simon <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdPlugins.cmake
    M src/XrdSsi.cmake

  Log Message:
  -----------
  [CMake] Make sure plugins are declared as MODULEs, fixes #653


  Commit: a87789dadbb59addcb54f10a3d2939310ce08086
      https://github.com/xrootd/xrootd/commit/a87789dadbb59addcb54f10a3d2939310ce08086
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdSsi/XrdSsiFileReq.cc
    M src/XrdSsi/XrdSsiFileReq.hh
    M src/XrdSsi/XrdSsiRRAgent.hh
    R src/XrdSsi/XrdSsiReqAgent.hh
    M src/XrdSsi/XrdSsiRequest.cc
    M src/XrdSsi/XrdSsiRequest.hh
    M src/XrdSsi/XrdSsiResponder.cc
    M src/XrdSsi/XrdSsiResponder.hh
    M src/XrdSsi/XrdSsiTaskReal.cc

  Log Message:
  -----------
  [SSI] Ruggedize server-side SSI interactions. This breaks ABI.


  Commit: af78ed6645d53b3d5364b254523d6af6459a2afa
      https://github.com/xrootd/xrootd/commit/af78ed6645d53b3d5364b254523d6af6459a2afa
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdSsi/XrdSsiRequest.cc
    M src/XrdSsi/XrdSsiRequest.hh
    M src/XrdSsi/XrdSsiResponder.cc

  Log Message:
  -----------
  [SSI] Undo source API change; allow source compatability.


  Commit: 1737607f2d63a7c317f6ac327fea95acd564f146
      https://github.com/xrootd/xrootd/commit/1737607f2d63a7c317f6ac327fea95acd564f146
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/Xrd/XrdSendQ.cc

  Log Message:
  -----------
  [Server] Correct faulty logic for sendq backlog warning message.


  Commit: 005609a4eaeec4cc6d202230386e3a63b10a685b
      https://github.com/xrootd/xrootd/commit/005609a4eaeec4cc6d202230386e3a63b10a685b
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdCms/XrdCmsSecurity.cc

  Log Message:
  -----------
  [Srver] Correct vnid validation logic.


  Commit: efd5b6c45715d4b920657731d141d88fc96c5b89
      https://github.com/xrootd/xrootd/commit/efd5b6c45715d4b920657731d141d88fc96c5b89
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdSsi/XrdSsiProvider.hh

  Log Message:
  -----------
  [SSI] Add provider methods to allow provider to track resources (breaks ABI).


  Commit: 3f5b9eaf5be64f7c69ebba39543c089c20b1f503
      https://github.com/xrootd/xrootd/commit/3f5b9eaf5be64f7c69ebba39543c089c20b1f503
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/Xrd/XrdConfig.cc
    M src/Xrd/XrdConfig.hh
    M src/XrdOuc/XrdOucUtils.cc
    M src/XrdOuc/XrdOucUtils.hh

  Log Message:
  -----------
  [Server] Add xrd.homepath directive to support containerization.


  Commit: e22a24b5f0f2307031aea4e436ec36989db83462
      https://github.com/xrootd/xrootd/commit/e22a24b5f0f2307031aea4e436ec36989db83462
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M utils/XrdCmsNotify.pm

  Log Message:
  -----------
  [Utils] Cleanup code add additional debug info.


  Commit: 18ad499bdb341611c6a6d739e10b7e84099f6619
      https://github.com/xrootd/xrootd/commit/18ad499bdb341611c6a6d739e10b7e84099f6619
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdCms/XrdCmsAdmin.cc
    M src/XrdCms/XrdCmsAdmin.hh
    M src/XrdCms/XrdCmsConfig.cc
    M src/XrdOss/XrdOssApi.hh
    M src/XrdOss/XrdOssConfig.cc
    M src/XrdOss/XrdOssStatInfo.hh
    M src/XrdOuc/XrdOucTList.hh
    M src/XrdSsi/XrdSsiStat.cc

  Log Message:
  -----------
  [Server] Allow add/remove events to be passed to stat() plugin.


  Commit: 7bf4cacea0aa03cf25c993181ea2bb91c4ad9077
      https://github.com/xrootd/xrootd/commit/7bf4cacea0aa03cf25c993181ea2bb91c4ad9077
  Author: Michal Simon <[log in to unmask]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFile.hh
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh
    M src/XrdCl/XrdClLocalFileHandler.cc
    M src/XrdCl/XrdClLocalFileHandler.hh
    M src/XrdCl/XrdClMonitor.hh
    M src/XrdCl/XrdClXRootDMsgHandler.cc
    M src/XrdCl/XrdClXRootDTransport.cc
    M tests/XrdClTests/FileTest.cc
    M tests/XrdClTests/LocalFileHandlerTest.cc

  Log Message:
  -----------
  [XrdCl] Implement kXR_writev.


Compare: https://github.com/xrootd/xrootd/compare/f7bfe50be4f4...7bf4cacea0aa

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1