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  July 2015

XROOTD-DEV July 2015

Subject:

[xrootd/xrootd] 6d7798: Fix snprintf format error when printing configurat...

From:

Andrew Hanushevsky <[log in to unmask]>

Reply-To:

Andrew Hanushevsky <[log in to unmask]>

Date:

Thu, 2 Jul 2015 03:02:36 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (710 lines)

  Branch: refs/heads/xrdssi
  Home:   https://github.com/xrootd/xrootd
  Commit: 6d77989714b610094929cc939cbc8ee54f169622
      https://github.com/xrootd/xrootd/commit/6d77989714b610094929cc939cbc8ee54f169622
  Author: Alja Mrak-Tadel <[log in to unmask]>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M src/XrdFileCache/XrdFileCacheFactory.cc

  Log Message:
  -----------
  Fix snprintf format error when printing configuration status.


  Commit: 20bde498ea795b664cebfbba80abff44f0ac1175
      https://github.com/xrootd/xrootd/commit/20bde498ea795b664cebfbba80abff44f0ac1175
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2015-05-20 (Wed, 20 May 2015)

  Changed paths:
    M src/XProtocol/YProtocol.hh

  Log Message:
  -----------
  Correct typo in comment


  Commit: 5300f143ab9a0b46e385d8fd705d8efc23b08745
      https://github.com/xrootd/xrootd/commit/5300f143ab9a0b46e385d8fd705d8efc23b08745
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    A bindings/python/examples/copy.py
    R bindings/python/examples/copy_example.py

  Log Message:
  -----------
  Rename file to match include statements


  Commit: d75329e67f690065fc22418d7ed1f82a229cb036
      https://github.com/xrootd/xrootd/commit/d75329e67f690065fc22418d7ed1f82a229cb036
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    A bindings/python/README.rst

  Log Message:
  -----------
  Create missing file included in documentation generation


  Commit: fb436a99feb52014fae4ad9f127f069b07049f5c
      https://github.com/xrootd/xrootd/commit/fb436a99feb52014fae4ad9f127f069b07049f5c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-05-28 (Thu, 28 May 2015)

  Changed paths:
    M src/XrdPosix/XrdPosixFile.cc
    M src/XrdPosix/XrdPosixXrootd.cc

  Log Message:
  -----------
  [Server/Proxy] Delay deleting a file object if the close was not successful.
This avoids deleting objects that may have pending activity resulting in
an eventual SEGV. This is a bypass fix to another problem.


  Commit: b546e69fa72708761e046d0de3ed311c998d2327
      https://github.com/xrootd/xrootd/commit/b546e69fa72708761e046d0de3ed311c998d2327
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-05-28 (Thu, 28 May 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on proxy server bypass fix.


  Commit: 20ab7d407ec914a64247924f4c014073baf22306
      https://github.com/xrootd/xrootd/commit/20ab7d407ec914a64247924f4c014073baf22306
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-05-28 (Thu, 28 May 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Correct prerelease notes.


  Commit: 68b5208ed8272234edeeca9c2c8977e24035da27
      https://github.com/xrootd/xrootd/commit/68b5208ed8272234edeeca9c2c8977e24035da27
  Author: Alja Mrak-Tadel <[log in to unmask]>
  Date:   2015-05-28 (Thu, 28 May 2015)

  Changed paths:
    M src/XrdFileCache/XrdFileCachePrefetch.cc

  Log Message:
  -----------
  Bugfix: release lock when a file is closed before the prefetch thread is started. Observed with xrdcp ran without -f option and an existing local file. Fixes #239.


  Commit: d91f76f7cc7a5bb8df01929003e40e7af06c651f
      https://github.com/xrootd/xrootd/commit/d91f76f7cc7a5bb8df01929003e40e7af06c651f
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M src/XrdFileCache/XrdFileCacheFactory.cc

  Log Message:
  -----------
  Merge pull request #232 from alja/format-err

Pfc: Fix compilation error, visible with flag  -Werror=format-security


  Commit: 9c4bb556f4d89a64f08461150f0f8052d800ec3a
      https://github.com/xrootd/xrootd/commit/9c4bb556f4d89a64f08461150f0f8052d800ec3a
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M src/XProtocol/YProtocol.hh

  Log Message:
  -----------
  Merge pull request #236 from ellert/typo

Correct typo in comment


  Commit: 71578ccdde7cb1eb7d34a85065138cbeb4244f13
      https://github.com/xrootd/xrootd/commit/71578ccdde7cb1eb7d34a85065138cbeb4244f13
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M cmake/XRootDDefaults.cmake
    M cmake/XRootDFindLibs.cmake

  Log Message:
  -----------
  CMake: Require Python 2 (>=2.6) for building the python bindings. Fixes #238.


  Commit: 9ce0e4cf39e54c42df963e288f62fad4b78573ac
      https://github.com/xrootd/xrootd/commit/9ce0e4cf39e54c42df963e288f62fad4b78573ac
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    A bindings/python/README.rst
    A bindings/python/examples/copy.py
    R bindings/python/examples/copy_example.py

  Log Message:
  -----------
  Merge pull request #237 from ellert/pydoc

Fix warnings about missing included files during python documentation generation.


  Commit: faae43366ddfd0ace5820f4640f4606a21c6eb11
      https://github.com/xrootd/xrootd/commit/faae43366ddfd0ace5820f4640f4606a21c6eb11
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  RPM: Remove xrootd-libs dependency for xrootd-client-compat


  Commit: 923a6a3cb14eddcd11618d4f2fdd7229b15e2390
      https://github.com/xrootd/xrootd/commit/923a6a3cb14eddcd11618d4f2fdd7229b15e2390
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M src/XrdFileCache/XrdFileCachePrefetch.cc

  Log Message:
  -----------
  Merge pull request #240 from alja/issue-230

pfc: release lock when a file is closed before the prefetch thread is stared


  Commit: 1a1037a14f543d9d43fc17345a05c08b09d7d658
      https://github.com/xrootd/xrootd/commit/1a1037a14f543d9d43fc17345a05c08b09d7d658
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M src/XrdCms/XrdCmsLogin.cc

  Log Message:
  -----------
  Fix narrowing conversion error on RHEL7 ppc64


  Commit: a689d9083f6c55256cb716ce1c1bffb246e65d10
      https://github.com/xrootd/xrootd/commit/a689d9083f6c55256cb716ce1c1bffb246e65d10
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M src/XrdCms/XrdCmsLogin.cc

  Log Message:
  -----------
  Merge pull request #241 from ellert/narrowing

Fix narrowing conversion error on RHEL7 ppc64


  Commit: 0ceb1bd711fc68358fae719822a38230534486da
      https://github.com/xrootd/xrootd/commit/0ceb1bd711fc68358fae719822a38230534486da
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M src/XrdSys/XrdSysIOEventsPollE.icc
    M src/XrdSys/XrdSysIOEventsPollKQ.icc

  Log Message:
  -----------
  Use atomics to manipulate unlocked variable pollNum.


  Commit: 0fb2fe8f7ca9ee5e918499e0dc641766a474641c
      https://github.com/xrootd/xrootd/commit/0fb2fe8f7ca9ee5e918499e0dc641766a474641c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes for poller fix.


  Commit: 98df5250dbfc6f0f8373b51df78a0d2633170e83
      https://github.com/xrootd/xrootd/commit/98df5250dbfc6f0f8373b51df78a0d2633170e83
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-03 (Wed, 03 Jun 2015)

  Changed paths:
    M bindings/python/libs/client/utils.py
    M bindings/python/src/AsyncResponseHandler.hh

  Log Message:
  -----------
  Python: Add missing HandleResponse method and fix memory leak

  Add AsyncResponseHandler::HandleResponse method for requests that
  do not contain a list of hosts in the response e.g deeplocate, locate
  etc.

  Fix a memory leak in AsyncResponseHandler as the status object was
  not deleted after handling the response.


  Commit: 6b7a8649a5027dcb0ee130fe24efa2096bd21f25
      https://github.com/xrootd/xrootd/commit/6b7a8649a5027dcb0ee130fe24efa2096bd21f25
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M bindings/python/tests/test_copy.py
    M bindings/python/tests/test_file.py
    M bindings/python/tests/test_filesystem.py

  Log Message:
  -----------
  Python: Adapt tests to the XrdCl API and make them idempotent

  Use the new set_property and get_property XrdClFile API.
  Adapt tests to the new CopyProcess API and return parameters.


  Commit: b1c608f124165fe4a48e70a282f244ae530c699c
      https://github.com/xrootd/xrootd/commit/b1c608f124165fe4a48e70a282f244ae530c699c
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

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

  Log Message:
  -----------
  Python: Add conversion functions from PyObj to unsigned types

   The conversion functions from PyObj to unsigned types (uint64_t, uint32_t,
   uint16_t) need to be used throughout the code as the PyArg_Parse* does no
   overflow/underflow checks.


  Commit: ddd60f0efbf60ac295e5408d18402f9f1dae52d6
      https://github.com/xrootd/xrootd/commit/ddd60f0efbf60ac295e5408d18402f9f1dae52d6
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M bindings/python/src/ChunkIterator.hh
    M bindings/python/src/PyXRootDFile.cc
    M bindings/python/src/PyXRootDFile.hh

  Log Message:
  -----------
  Python: Use safe conversion functions and fix readline implementation

  Use the safe conversion functions from PyObj to unsigned types throughout
  the code to avoid deadlocks and over/underflows.

  Fix readline implementation which blocked if file had no new lines and in
  other various scenarios. Also simplify the basic readline implementation
  and adopt exactly the same behaviour as the python one.


  Commit: 0cc23e4d5dd37fc4fa948181504b3ee0967f4b2d
      https://github.com/xrootd/xrootd/commit/0cc23e4d5dd37fc4fa948181504b3ee0967f4b2d
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M bindings/python/tests/test_file.py

  Log Message:
  -----------
  Python: Extend the test_file.py suite

  Add TypeError and OverflowError tests to I/O operations. Make sure the
  testsuite is idempotent.


  Commit: ba99b8bfd80abd9eac30f43db36525ef9db3ee9b
      https://github.com/xrootd/xrootd/commit/ba99b8bfd80abd9eac30f43db36525ef9db3ee9b
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M bindings/python/libs/client/file.py
    M bindings/python/src/Utils.cc

  Log Message:
  -----------
  Python: More File API documentation


  Commit: b9c17b999fa8c24747649a2f94729a953b43ff87
      https://github.com/xrootd/xrootd/commit/b9c17b999fa8c24747649a2f94729a953b43ff87
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M bindings/python/tests/test_copy.py
    M bindings/python/tests/test_filesystem.py

  Log Message:
  -----------
  Python: Make testsuite compatible with Python 2.4


  Commit: 691db8e312adb727f9e12392e62ed56ec95a9cc8
      https://github.com/xrootd/xrootd/commit/691db8e312adb727f9e12392e62ed56ec95a9cc8
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M cmake/XRootDDefaults.cmake

  Log Message:
  -----------
  Python: Update Python minimum version requirement to 2.4


  Commit: a7d8ae144432177f13712f86baa500fdc1e77028
      https://github.com/xrootd/xrootd/commit/a7d8ae144432177f13712f86baa500fdc1e77028
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/XrdOss/XrdOssStat.cc

  Log Message:
  -----------
  Make sure to capture return code for stat() to prevent random results.


  Commit: c474b15cd7a37671cb5d84f00f0e6602e6be8c6c
      https://github.com/xrootd/xrootd/commit/c474b15cd7a37671cb5d84f00f0e6602e6be8c6c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.cc

  Log Message:
  -----------
  Make sure to get filestate lock during timeout processing to
avoid MT intereference and possible random results.


  Commit: 3668e13dc0ff2515a4247fb211ecb40f0ddd1abf
      https://github.com/xrootd/xrootd/commit/3668e13dc0ff2515a4247fb211ecb40f0ddd1abf
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/XrdClient/XrdClientVector.hh

  Log Message:
  -----------
  Restore commented out abort() when an attemp is made to index a
vector outside of its current bounds (avoids random results).


  Commit: a7f31c06f460a2cb84c2a2f54503dfe1934b8110
      https://github.com/xrootd/xrootd/commit/a7f31c06f460a2cb84c2a2f54503dfe1934b8110
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update release notes for teh last three patches.


  Commit: 746eb45733b14a4fdd157825480a1c1c3ef223cb
      https://github.com/xrootd/xrootd/commit/746eb45733b14a4fdd157825480a1c1c3ef223cb
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/XrdClient/XrdClientVector.hh

  Log Message:
  -----------
  Get arround c++11 narrowing complaint.


  Commit: 8720d9eba07400b87476cb2734f321622f0c5f71
      https://github.com/xrootd/xrootd/commit/8720d9eba07400b87476cb2734f321622f0c5f71
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M src/XrdCl/XrdClCopy.cc

  Log Message:
  -----------
  Correctly handle copying into a non-existent directory when automatic
path creation is enabled.


  Commit: 7315617a826e2d90a861d7af059fc4366a5bbf20
      https://github.com/xrootd/xrootd/commit/7315617a826e2d90a861d7af059fc4366a5bbf20
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M src/XrdClient/XrdClientVector.hh

  Log Message:
  -----------
  One more try in avoiding gcc inline templating optimization bug.


  Commit: bc24a18955c3a26220d0b519bf1de70340b59f27
      https://github.com/xrootd/xrootd/commit/bc24a18955c3a26220d0b519bf1de70340b59f27
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update pre-release notes on xrdcp bug fix.


  Commit: 5029797b87991cb45d0e21afc1e8ce7d79e151f8
      https://github.com/xrootd/xrootd/commit/5029797b87991cb45d0e21afc1e8ce7d79e151f8
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M src/XrdClient/XrdClientReadAhead.cc
    M src/XrdClient/XrdClientVector.hh

  Log Message:
  -----------
  We try again to outwit gcc's optimization bug.


  Commit: ee794644cc17a189c023be04b6909081146ff6d5
      https://github.com/xrootd/xrootd/commit/ee794644cc17a189c023be04b6909081146ff6d5
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M src/XrdClient/XrdClientVector.hh

  Log Message:
  -----------
  One more gcc bypass try, sigh.


  Commit: 6afe2ba9074ff78239173d0dd5081cf44861544e
      https://github.com/xrootd/xrootd/commit/6afe2ba9074ff78239173d0dd5081cf44861544e
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/XrdCl/XrdClClassicCopyJob.cc
    M src/XrdCl/XrdClFS.cc
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClThirdPartyCopyJob.cc
    M src/XrdClient/XrdClientConn.cc
    M src/XrdPosix/XrdPosixFile.cc
    M src/XrdSecsss/XrdSecProtocolsss.cc

  Log Message:
  -----------
  Avoid compiler complaints.


  Commit: d23fa996548dd48e8e0bac7fe115076cb51f79c4
      https://github.com/xrootd/xrootd/commit/d23fa996548dd48e8e0bac7fe115076cb51f79c4
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/XrdPosix/XrdPosixFile.cc

  Log Message:
  -----------
  Correct compiler warning patch.


  Commit: d20a037e3acf7e83917d1e4ba5ba911085e64b2e
      https://github.com/xrootd/xrootd/commit/d20a037e3acf7e83917d1e4ba5ba911085e64b2e
  Author: Elvin Sindrilaru <[log in to unmask]>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/XrdHttp/XrdHttpProtocol.cc

  Log Message:
  -----------
  XrdHttp: Fix parenthesis mismatch


  Commit: 2a63d9110eac8cfd5cd4a578cd1a651d1c3b2429
      https://github.com/xrootd/xrootd/commit/2a63d9110eac8cfd5cd4a578cd1a651d1c3b2429
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M src/XrdCl/XrdClFS.cc
    M src/XrdCl/XrdClFSExecutor.cc
    M src/XrdCl/XrdClFSExecutor.hh

  Log Message:
  -----------
   ALICE envelope is not passed correctly by xrdfs to the server #233 
 
 - a fix


  Commit: e20b4a61c82920b575e95adec0ef5261479f99ba
      https://github.com/xrootd/xrootd/commit/e20b4a61c82920b575e95adec0ef5261479f99ba
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  PreReleaseNotes for bugfix:
 ALICE envelope is not passed correctly by xrdfs to the server #233


  Commit: 2be8da58f93e6251f95be270fda35ca27cddac9a
      https://github.com/xrootd/xrootd/commit/2be8da58f93e6251f95be270fda35ca27cddac9a
  Author: Michal Simon <[log in to unmask]>
  Date:   2015-07-01 (Wed, 01 Jul 2015)

  Changed paths:
    M src/XrdCl/XrdClFS.cc

  Log Message:
  -----------
   ALICE envelope is not passed correctly by xrdfs to the server #233 
 
 - fix for solaris (no class member templates support in solaris stl)


  Commit: 3c18696de75c59a3572fb411d0f13e23808640ad
      https://github.com/xrootd/xrootd/commit/3c18696de75c59a3572fb411d0f13e23808640ad
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    A bindings/python/README.rst
    A bindings/python/examples/copy.py
    R bindings/python/examples/copy_example.py
    M bindings/python/libs/client/file.py
    M bindings/python/libs/client/utils.py
    M bindings/python/src/AsyncResponseHandler.hh
    M bindings/python/src/ChunkIterator.hh
    M bindings/python/src/PyXRootDFile.cc
    M bindings/python/src/PyXRootDFile.hh
    M bindings/python/src/Utils.cc
    M bindings/python/src/Utils.hh
    M bindings/python/tests/test_copy.py
    M bindings/python/tests/test_file.py
    M bindings/python/tests/test_filesystem.py
    M cmake/XRootDDefaults.cmake
    M cmake/XRootDFindLibs.cmake
    M docs/PreReleaseNotes.txt
    M packaging/rhel/xrootd.spec.in
    M src/XProtocol/YProtocol.hh
    M src/XrdCl/XrdClClassicCopyJob.cc
    M src/XrdCl/XrdClCopy.cc
    M src/XrdCl/XrdClFS.cc
    M src/XrdCl/XrdClFSExecutor.cc
    M src/XrdCl/XrdClFSExecutor.hh
    M src/XrdCl/XrdClFile.cc
    M src/XrdCl/XrdClFileStateHandler.cc
    M src/XrdCl/XrdClThirdPartyCopyJob.cc
    M src/XrdClient/XrdClientConn.cc
    M src/XrdClient/XrdClientReadAhead.cc
    M src/XrdClient/XrdClientVector.hh
    M src/XrdCms/XrdCmsLogin.cc
    M src/XrdFileCache/XrdFileCacheFactory.cc
    M src/XrdFileCache/XrdFileCachePrefetch.cc
    M src/XrdHttp/XrdHttpProtocol.cc
    M src/XrdOss/XrdOssStat.cc
    M src/XrdPosix/XrdPosixFile.cc
    M src/XrdPosix/XrdPosixXrootd.cc
    M src/XrdSecsss/XrdSecProtocolsss.cc
    M src/XrdSys/XrdSysIOEventsPollE.icc
    M src/XrdSys/XrdSysIOEventsPollKQ.icc

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

Conflicts:
	docs/PreReleaseNotes.txt


  Commit: 08a37ff91dc975853a0ac1b48763d40b0f555a7c
      https://github.com/xrootd/xrootd/commit/08a37ff91dc975853a0ac1b48763d40b0f555a7c
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M src/XrdHeaders.cmake
    M src/XrdSsi.cmake
    M src/XrdSsi/XrdSsiAtomics.hh
    M src/XrdSsi/XrdSsiClient.cc
    M src/XrdSsi/XrdSsiErrInfo.hh
    A src/XrdSsi/XrdSsiEvent.cc
    A src/XrdSsi/XrdSsiEvent.hh
    M src/XrdSsi/XrdSsiFile.cc
    M src/XrdSsi/XrdSsiFileReq.cc
    M src/XrdSsi/XrdSsiFileReq.hh
    M src/XrdSsi/XrdSsiProvider.hh
    M src/XrdSsi/XrdSsiRequest.hh
    M src/XrdSsi/XrdSsiRespInfo.hh
    M src/XrdSsi/XrdSsiResponder.hh
    M src/XrdSsi/XrdSsiServReal.cc
    M src/XrdSsi/XrdSsiSessReal.cc
    M src/XrdSsi/XrdSsiSessReal.hh
    M src/XrdSsi/XrdSsiTaskReal.cc
    M src/XrdSsi/XrdSsiTaskReal.hh

  Log Message:
  -----------
  Use traditional locking for request object handling.
Do not use the message response thread for callbacks.


Compare: https://github.com/xrootd/xrootd/compare/db3603d17071...08a37ff91dc9

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