Print

Print


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "xrootd".

The branch, master has been updated
       via  6c02823776328cc5cffb4a1b5d7d3d095b93a7e9 (commit)
       via  45903609cd849f07c27aedadb9c0b461035f345e (commit)
      from  e3b69f6eda29c0eabce3abd4c8dc17690d96c752 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c02823776328cc5cffb4a1b5d7d3d095b93a7e9
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Tue May 17 21:13:00 2011 -0700

    New feature: memory caching via the posix library and the proxy object.

commit 45903609cd849f07c27aedadb9c0b461035f345e
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Tue May 17 21:05:21 2011 -0700

    Fix incorrect wait handling. This is required for subsequent chaching code.

-----------------------------------------------------------------------

Summary of changes:
 docs/PreReleaseNotes.txt                           |    7 +
 src/XrdOuc/GNUmakefile                             |   27 +-
 src/XrdOuc/Makefile.am                             |    6 +-
 .../XrdFrmTrace.cc => XrdOuc/XrdOucCache.cc}       |   30 +-
 src/XrdOuc/XrdOucCache.hh                          |  379 +++++++++++++
 src/XrdOuc/XrdOucCacheData.cc                      |  573 +++++++++++++++++++
 src/XrdOuc/XrdOucCacheData.hh                      |  133 +++++
 src/XrdOuc/XrdOucCacheReal.cc                      |  575 ++++++++++++++++++++
 src/XrdOuc/XrdOucCacheReal.hh                      |  119 ++++
 src/XrdOuc/XrdOucCacheSlot.hh                      |  134 +++++
 src/XrdPosix/GNUmakefile                           |   15 +-
 src/XrdPosix/XrdPosixXrootd.cc                     |  217 +++++++-
 src/XrdPosix/XrdPosixXrootd.hh                     |    3 +
 src/XrdSys/XrdSysXSLock.cc                         |   13 +-
 src/XrdSys/XrdSysXSLock.hh                         |    6 +-
 15 files changed, 2182 insertions(+), 55 deletions(-)
 copy src/{XrdFrm/XrdFrmTrace.cc => XrdOuc/XrdOucCache.cc} (51%)
 create mode 100644 src/XrdOuc/XrdOucCache.hh
 create mode 100644 src/XrdOuc/XrdOucCacheData.cc
 create mode 100644 src/XrdOuc/XrdOucCacheData.hh
 create mode 100644 src/XrdOuc/XrdOucCacheReal.cc
 create mode 100644 src/XrdOuc/XrdOucCacheReal.hh
 create mode 100644 src/XrdOuc/XrdOucCacheSlot.hh


hooks/post-receive
-- 
xrootd