LISTSERV mailing list manager LISTSERV 16.5

Help for XROOTD-DEV Archives


XROOTD-DEV Archives

XROOTD-DEV Archives


XROOTD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

XROOTD-DEV Home

XROOTD-DEV Home

XROOTD-DEV  October 2015

XROOTD-DEV October 2015

Subject:

[xrootd/xrootd] e5b757: Python: Add setup file to create sdist package for...

From:

Andrew Hanushevsky <[log in to unmask]>

Reply-To:

Andrew Hanushevsky <[log in to unmask]>

Date:

Mon, 5 Oct 2015 22:04:01 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (698 lines)

  Branch: refs/heads/xrdssi
  Home:   https://github.com/xrootd/xrootd
  Commit: e5b7572d99fd4aa194c3d856e52d2952efa23131
      https://github.com/xrootd/xrootd/commit/e5b7572d99fd4aa194c3d856e52d2952efa23131
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    A bindings/python/MANIFEST.in
    A bindings/python/setup_pypi.py

  Log Message:
  -----------
  Python: Add setup file to create sdist package for PyPI

The new setup_pypi.py file can be used to generate the sdist package
for the XRootD python bindings. This should be used only wen creating
the package for distribution in PyPI.


  Commit: b02410e142b9abad65bd8272017de616d8c68edd
      https://github.com/xrootd/xrootd/commit/b02410e142b9abad65bd8272017de616d8c68edd
  Author: otron <[log in to unmask]>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    M bindings/python/.gitignore
    M bindings/python/MANIFEST.in
    M bindings/python/setup_pypi.py
    A dopy.sh

  Log Message:
  -----------
  Python: add script for generating, uploading sdist

The "v" is stripped from the version number generated by `genversion.sh` as
PyPi does not accept version numbers containing letters.

The version is generated as a part of the script and written to a file
which is read by setup.py.


  Commit: 87ebf644a6ab7ae96a94b35b80cf8ff89f18bc30
      https://github.com/xrootd/xrootd/commit/87ebf644a6ab7ae96a94b35b80cf8ff89f18bc30
  Author: otron <[log in to unmask]>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    M bindings/python/README.rst
    M bindings/python/setup_pypi.py

  Log Message:
  -----------
  Python: limited support for osx w/ homebrew

Looks for xrootd include and library directories where they are found on
OS X/Darwin systems where xrootd has been installed via homebrew.

Only works if the bindings version match the xrootd version installed
via homebrew.

Comments on the installation procedure for OSX in README.rst


  Commit: 0228d04ddf5f875119f672eac6c7d60810284bea
      https://github.com/xrootd/xrootd/commit/0228d04ddf5f875119f672eac6c7d60810284bea
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/XrdCms/XrdCmsProtocol.cc

  Log Message:
  -----------
  [Server] Avoid SEGV if cmsd login fails very early.


  Commit: 5ad8ca8b7f7375ae7bfb51be79821d603a4f4682
      https://github.com/xrootd/xrootd/commit/5ad8ca8b7f7375ae7bfb51be79821d603a4f4682
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
    M src/XrdXml/XrdXmlRdrTiny.cc

  Log Message:
  -----------
  XrdXml: make sure the reader pointer is nil initialized otherwise if the metalink file cannot be found the destructor segfaults


  Commit: 69ad7c1ceb153099ed75e2ed83e664e9a03116e9
      https://github.com/xrootd/xrootd/commit/69ad7c1ceb153099ed75e2ed83e664e9a03116e9
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt
    M packaging/common/xrootd.te
    M src/XrdApps/XrdMapCluster.cc
    M src/XrdCl/XrdClStream.cc
    M src/XrdCl/XrdClXRootDMsgHandler.cc
    M src/XrdCms/XrdCmsProtocol.cc
    M src/XrdFileCache/XrdFileCachePrint.cc
    M src/XrdOfs/XrdOfs.cc
    M src/XrdOfs/XrdOfs.hh
    M src/XrdOfs/XrdOfsConfig.cc
    M src/XrdPosix/XrdPosixMap.cc
    M src/XrdXrootd/XrdXrootdXeq.cc

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/xrootd/xrootd


  Commit: 9c36874c2d35d404900b5394558af4b4c60bec75
      https://github.com/xrootd/xrootd/commit/9c36874c2d35d404900b5394558af4b4c60bec75
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
    M src/XrdXml/XrdXmlRdrTiny.cc

  Log Message:
  -----------
  XrdXml:
XrdXmlRdrTiny::XrdXmlRdrTiny (constructor) :
- if short circuit prevents 'LoadFile' from calling
- it is guaranted that new returns valid pointer (not null) (on failure
  it throw bad_alloc) so we don't need to check for null pointer
- evaluate error text if 'LoadFile' fails not the other way around


  Commit: 0a90717176e898d7be7a02928af6b256090784a1
      https://github.com/xrootd/xrootd/commit/0a90717176e898d7be7a02928af6b256090784a1
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Cleanup PreRelease notes after cutting 4.2.3 (i.e. remove released items).


  Commit: e3c4f334287e22f7c12191f768e863ec4c194e7c
      https://github.com/xrootd/xrootd/commit/e3c4f334287e22f7c12191f768e863ec4c194e7c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
    M src/XrdCl/XrdClXRootDMsgHandler.cc

  Log Message:
  -----------
  [XrdCl] Avoid SEGV when server fails after it responds waitresp.


  Commit: 9f37b6864455fa359dc2889b95c65cb169193246
      https://github.com/xrootd/xrootd/commit/9f37b6864455fa359dc2889b95c65cb169193246
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on XrdCl SEGV fix.


  Commit: b8e798802b0f5140cb6f5876b3477008e1f04813
      https://github.com/xrootd/xrootd/commit/b8e798802b0f5140cb6f5876b3477008e1f04813
  Author: Brian Bockelman <[log in to unmask]>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M src/XrdPss/XrdPss.cc

  Log Message:
  -----------
  Do not forward the 'tried=' CGI within the proxy interface.

This may cause the proxy to respond with 'file not found', causing
upstream redirectors to believe the file is not present behind
the proxy at all - even if it's just 'not found' because the only
source was excluded.


  Commit: 1ca224f05d620333a20240879bed6f2b18d5476a
      https://github.com/xrootd/xrootd/commit/1ca224f05d620333a20240879bed6f2b18d5476a
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M src/XrdPss/XrdPss.cc

  Log Message:
  -----------
  Merge pull request #285 from bbockelm/do_not_forward_tried

Do not forward the 'tried=' CGI within the proxy interface.


  Commit: 6ba02af33afb45a9ec9b70d57fc995495ccb70ed
      https://github.com/xrootd/xrootd/commit/6ba02af33afb45a9ec9b70d57fc995495ccb70ed
  Author: Brian Bockelman <[log in to unmask]>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
    M packaging/rhel/xrootd.spec.in
    M src/XrdFileCache.cmake
    A src/XrdFileCache/XrdFileCacheBlacklistDecision.cc
    M src/XrdFileCache/XrdFileCacheDecision.hh
    M src/XrdFileCache/XrdFileCacheFactory.cc

  Log Message:
  -----------
  Implement blacklisting in a FileCache decision plugin.


  Commit: 1fc6c017f838025c7c8c54de270cb33f75da307e
      https://github.com/xrootd/xrootd/commit/1fc6c017f838025c7c8c54de270cb33f75da307e
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    M src/XrdOuc/XrdOucFileInfo.cc
    M src/XrdOuc/XrdOucFileInfo.hh
    M src/XrdXml/XrdXmlMetaLink.cc
    M src/XrdXml/XrdXmlMetaLink.hh

  Log Message:
  -----------
  [XrdXml] retrieve the logical file name from the metalink xml and add to FileInfo object


  Commit: ba7f5d4f77f800b1e5f0e64111015643d736ccc8
      https://github.com/xrootd/xrootd/commit/ba7f5d4f77f800b1e5f0e64111015643d736ccc8
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    M src/XrdOuc/XrdOucFileInfo.cc
    M src/XrdOuc/XrdOucFileInfo.hh

  Log Message:
  -----------
  [XrdOuc] the name attribute of a file should correspond to target file name not logical file name


  Commit: 5c144103931add0e07605c8977ee2fd046bd1da3
      https://github.com/xrootd/xrootd/commit/5c144103931add0e07605c8977ee2fd046bd1da3
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M packaging/rhel/xrootd.spec.in
    M src/XrdFileCache.cmake
    A src/XrdFileCache/XrdFileCacheBlacklistDecision.cc
    M src/XrdFileCache/XrdFileCacheDecision.hh
    M src/XrdFileCache/XrdFileCacheFactory.cc

  Log Message:
  -----------
  Merge pull request #286 from bbockelm/blacklist_decision_plugin

Implement blacklisting in a FileCache decision plugin.


  Commit: f875af937e9827db6767cdac3cd21e1785c9e115
      https://github.com/xrootd/xrootd/commit/f875af937e9827db6767cdac3cd21e1785c9e115
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-20 (Sun, 20 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt
    M packaging/rhel/xrootd.spec.in
    M src/XrdCl/XrdClXRootDMsgHandler.cc
    M src/XrdCms/XrdCmsProtocol.cc
    M src/XrdFileCache.cmake
    A src/XrdFileCache/XrdFileCacheBlacklistDecision.cc
    M src/XrdFileCache/XrdFileCacheDecision.hh
    M src/XrdFileCache/XrdFileCacheFactory.cc
    M src/XrdOuc/XrdOucFileInfo.cc
    M src/XrdOuc/XrdOucFileInfo.hh
    M src/XrdPss/XrdPss.cc
    M src/XrdXml/XrdXmlMetaLink.cc
    M src/XrdXml/XrdXmlMetaLink.hh
    M src/XrdXml/XrdXmlRdrTiny.cc

  Log Message:
  -----------
  Merge branch 'master' into xrdssi

Conflicts:
	docs/PreReleaseNotes.txt


  Commit: dd026282d6d530caea42027a2926575ef840169e
      https://github.com/xrootd/xrootd/commit/dd026282d6d530caea42027a2926575ef840169e
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.cc

  Log Message:
  -----------
  XrdCl: In recovery mode remove the kXR_delete flag but also add kXR_open_updt

When recovering a write error we need to remove the kXR_delete flag but we
also need to add the kXR_open_updt flag. If the user specified only the delete
flag when issuing the open then this will become an open for read in the back
without the client having any knowledge of this. When the user tries to write
he will get an error: bad file descriptor as he is trying to write to a file
opened for write. Partially addresses #287.


  Commit: e1b450d02bdb0aca1eb4800ffcd6483236ef5013
      https://github.com/xrootd/xrootd/commit/e1b450d02bdb0aca1eb4800ffcd6483236ef5013
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh

  Log Message:
  -----------
  XrdCl: Append opaque info in case we retry at a data server after
being redirected.

In case we were redirected to a data server and a retry is was performed
for a write operation the opaque info was missing from the try request.
Besides this, we now remove the kXR_delete and kXR_new flags only if
the first open on the data server was actually successful. Fixes #287.


  Commit: a20dd68eea5b0624bb1b9e83ea431d556dd96f25
      https://github.com/xrootd/xrootd/commit/a20dd68eea5b0624bb1b9e83ea431d556dd96f25
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M src/XrdOuc/XrdOucCallBack.cc

  Log Message:
  -----------
  [Server] Delete extraneous semaphore wait to avoid deadlock. This closes #290.


  Commit: 8077491e7f8f2208d4d421c13c61d0506f70e2de
      https://github.com/xrootd/xrootd/commit/8077491e7f8f2208d4d421c13c61d0506f70e2de
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update prerelease notes on TPC deadlock fix.


  Commit: c00a2281190c253b0a0aa8961332b114e5896135
      https://github.com/xrootd/xrootd/commit/c00a2281190c253b0a0aa8961332b114e5896135
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M packaging/makesrpm.sh

  Log Message:
  -----------
  Packaging: handle CERN releases in makesrpm.sh


  Commit: 544ee2c63c4fcdbed8293d59381b3ad6df227e44
      https://github.com/xrootd/xrootd/commit/544ee2c63c4fcdbed8293d59381b3ad6df227e44
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M src/XrdCms/XrdCmsUtils.cc
    M src/XrdCms/XrdCmsUtils.hh

  Log Message:
  -----------
  [Server] Make sure the cluster ID is always formatted the same way.


  Commit: 9f47abfc50e0570e612ac3d929cb9b6695b3f5b8
      https://github.com/xrootd/xrootd/commit/9f47abfc50e0570e612ac3d929cb9b6695b3f5b8
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Updatenotes on cluster ID fix.


  Commit: b2ee72584fbc5ef6873bbac445b4b620b5bca71e
      https://github.com/xrootd/xrootd/commit/b2ee72584fbc5ef6873bbac445b4b620b5bca71e
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-09-25 (Fri, 25 Sep 2015)

  Changed paths:
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh

  Log Message:
  -----------
  [XrdCl] add reference counter to FileStatusHandler, fixes #289


  Commit: d62f7ccf2a85ac3cb590d8223e430e63d29cd45c
      https://github.com/xrootd/xrootd/commit/d62f7ccf2a85ac3cb590d8223e430e63d29cd45c
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M bindings/python/.gitignore
    M bindings/python/MANIFEST.in
    M bindings/python/README.rst
    M bindings/python/setup_pypi.py
    A dopy.sh

  Log Message:
  -----------
  Merge pull request #1 from otron/sdist_both

Fixes/enhancements to python bindings sdist generation


  Commit: 98aebca7bfaeecd4c049ec341f66af90b49cb6f7
      https://github.com/xrootd/xrootd/commit/98aebca7bfaeecd4c049ec341f66af90b49cb6f7
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M bindings/python/.gitignore
    A bindings/python/MANIFEST.in
    M bindings/python/README.rst
    A bindings/python/setup_pypi.py
    A dopy.sh

  Log Message:
  -----------
  Merge pull request #292 from esindril/enhance_python_sdist

Python: Add the necessary files for distributing the XRootD Python bindings using PyPI


  Commit: 090a45cbbdbbaf3dd60fc581ddfb72fb2e578c12
      https://github.com/xrootd/xrootd/commit/090a45cbbdbbaf3dd60fc581ddfb72fb2e578c12
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.cc

  Log Message:
  -----------
  XrdCl: Remove superfluous test when recovering a stateful operation

Detailed explanation from Lukasz:
This is because FileStateHandler does stateful recovery and kXR_open
establishes the state, does not require any pre-existing state (i.e.
file handles, session ids) and thus is a stateless request by itself.
Any recovery for kXR_open is handled together with other stateless
requests, like kXR_mkdir in XRootDMsgHandler. Fix #287.


  Commit: 63558e326ef72ef386a6909438b6808cec4a8d6a
      https://github.com/xrootd/xrootd/commit/63558e326ef72ef386a6909438b6808cec4a8d6a
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M src/XrdSfs/XrdSfsInterface.hh
    M src/XrdXrootd/XrdXrootdCallBack.cc
    M src/XrdXrootd/XrdXrootdCallBack.hh
    M src/XrdXrootd/XrdXrootdXeq.cc

  Log Message:
  -----------
  [Server] Allow iovec based data responses (no ABI changes).


  Commit: 679ebcc86b7f2cad813b9c91194a042c70c0f6bb
      https://github.com/xrootd/xrootd/commit/679ebcc86b7f2cad813b9c91194a042c70c0f6bb
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on iovec based responses.


  Commit: b4adcd733ec7dbbcc52a3cd6c65e14b395508836
      https://github.com/xrootd/xrootd/commit/b4adcd733ec7dbbcc52a3cd6c65e14b395508836
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M bindings/python/.gitignore
    A bindings/python/MANIFEST.in
    M bindings/python/README.rst
    A bindings/python/setup_pypi.py
    M docs/PreReleaseNotes.txt
    A dopy.sh
    M packaging/makesrpm.sh
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh
    M src/XrdCms/XrdCmsUtils.cc
    M src/XrdCms/XrdCmsUtils.hh
    M src/XrdOuc/XrdOucCallBack.cc
    M src/XrdSfs/XrdSfsInterface.hh
    M src/XrdXrootd/XrdXrootdCallBack.cc
    M src/XrdXrootd/XrdXrootdCallBack.hh
    M src/XrdXrootd/XrdXrootdXeq.cc

  Log Message:
  -----------
  Merge branch 'master' into xrdssi


  Commit: 0c0b3f4f6f4170599c4a55c91ea326aad2c28902
      https://github.com/xrootd/xrootd/commit/0c0b3f4f6f4170599c4a55c91ea326aad2c28902
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh

  Log Message:
  -----------
  reverting commit: b2ee725


  Commit: 74db464d7136f29b0fd7235c8d35e6f2e1a7b036
      https://github.com/xrootd/xrootd/commit/74db464d7136f29b0fd7235c8d35e6f2e1a7b036
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M bindings/python/src/Utils.cc

  Log Message:
  -----------
  Python: Remove printout used for debugging purposes


  Commit: d134d3163d10f562ee604182ab9d969b8894d822
      https://github.com/xrootd/xrootd/commit/d134d3163d10f562ee604182ab9d969b8894d822
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.cc
    A src/XrdCl/XrdClFileStateHandler.cc~
    M src/XrdCl/XrdClFileStateHandler.hh

  Log Message:
  -----------
  XrdCl: Create a wrapper object around OpenHandler during reopening to avoid segfault


  Commit: 88eb2d1c980a836f121f619a364ef40720dc05b0
      https://github.com/xrootd/xrootd/commit/88eb2d1c980a836f121f619a364ef40720dc05b0
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    R src/XrdCl/XrdClFileStateHandler.cc~

  Log Message:
  -----------
  XrdCl: Clean up file added by accident


  Commit: c9c2d565a1789bd50c25116ad0572f407515c14c
      https://github.com/xrootd/xrootd/commit/c9c2d565a1789bd50c25116ad0572f407515c14c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M src/XrdOuc/XrdOucCallBack.cc

  Log Message:
  -----------
  Revert "[Server] Delete extraneous semaphore wait to avoid deadlock."

This reverts commit a20dd68eea5b0624bb1b9e83ea431d556dd96f25.


  Commit: f8ec5c61d2071dd41e4a1dd7d5eb1aa8dee4dfb1
      https://github.com/xrootd/xrootd/commit/f8ec5c61d2071dd41e4a1dd7d5eb1aa8dee4dfb1
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M src/XrdOfs/XrdOfsTPCAuth.cc

  Log Message:
  -----------
  [Server] Return correct response to a delayed open.
[Server] Correctly compute timeout wait.


  Commit: d63f1b69fb42aed6305c007ed1b5ead26c87bc9e
      https://github.com/xrootd/xrootd/commit/d63f1b69fb42aed6305c007ed1b5ead26c87bc9e
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on TPC fixes.


  Commit: d8eb453c52b0f0e1d2e493832138bc51096bb8b4
      https://github.com/xrootd/xrootd/commit/d8eb453c52b0f0e1d2e493832138bc51096bb8b4
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M src/XrdSsi.cmake
    M src/XrdSsi/XrdSsiBVec.hh
    M src/XrdSsi/XrdSsiEvent.cc
    M src/XrdSsi/XrdSsiEvent.hh
    M src/XrdSsi/XrdSsiFile.cc
    M src/XrdSsi/XrdSsiFile.hh
    M src/XrdSsi/XrdSsiFileReq.cc
    M src/XrdSsi/XrdSsiFileReq.hh
    M src/XrdSsi/XrdSsiRRInfo.hh
    M src/XrdSsi/XrdSsiRRTable.hh
    A src/XrdSsi/XrdSsiRequest.cc
    M src/XrdSsi/XrdSsiRequest.hh
    M src/XrdSsi/XrdSsiRespInfo.hh
    M src/XrdSsi/XrdSsiResponder.hh
    M src/XrdSsi/XrdSsiSessReal.cc
    M src/XrdSsi/XrdSsiSessReal.hh
    M src/XrdSsi/XrdSsiSfsConfig.cc
    M src/XrdSsi/XrdSsiSfsConfig.hh
    M src/XrdSsi/XrdSsiTaskReal.cc
    M src/XrdSsi/XrdSsiTaskReal.hh

  Log Message:
  -----------
  Implement sending metadata.
Increase maximum number of parallel requests in a session to 1024.
Add check if a responder is trying to respond to the wrong request.
Above check usually caches responding to a cancelled request.
Allow short data responses to be immediately sent.
Various fixes and improvements.


  Commit: 513d68326f26b905fc61de19c7d7ca5d0330ace0
      https://github.com/xrootd/xrootd/commit/513d68326f26b905fc61de19c7d7ca5d0330ace0
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M bindings/python/src/Utils.cc
    M docs/PreReleaseNotes.txt
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClFileStateHandler.hh
    M src/XrdOfs/XrdOfsTPCAuth.cc
    M src/XrdOuc/XrdOucCallBack.cc

  Log Message:
  -----------
  Merge branch 'master' into xrdssi


Compare: https://github.com/xrootd/xrootd/compare/5ae5805553de...513d68326f26

########################################################################
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

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use