You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/14 17:49:12 UTC

svn propchange: r985514 - svn:log

Author: stefan2
Revision: 985514
Modified property: svn:log

Modified: svn:log at Sat Aug 14 15:49:12 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Aug 14 15:49:12 2010
@@ -1,6 +1,9 @@
 Extend the stream API by three functions:
 svn_stream_move_mark() to move an existing mark by some delta
-svn_stream_supports_mark() tells whether getting, setting and moving marks is supported by this stream
+svn_stream_supports_mark() tells whether getting, setting and moving marks 
+                           is supported by this stream
+svn_stream_buffered() tells whether a stream is buffered (and thus, efficient
+                      local random access is possible)
 
 * subversion/include/svn_io.h
   (svn_io_move_mark_fn_t, svn_io_buffered_fn_t):