Re: svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-26 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Apr 13, 2012 at 18:36:46 -: Author: stefan2 Date: Fri Apr 13 18:36:46 2012 New Revision: 1325899 URL: http://svn.apache.org/viewvc?rev=1325899view=rev Log: Various performance improvements to the ra_svn marshaller. The total effect is roughly a

Re: svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-26 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Apr 13, 2012 at 18:36:46 -: svn_error_t *svn_ra_svn_write_cstring(svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *s) { + else +write_number(conn, pool, len, ':'); Error leak Modified:

svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 18:36:46 2012 New Revision: 1325899 URL: http://svn.apache.org/viewvc?rev=1325899view=rev Log: Various performance improvements to the ra_svn marshaller. The total effect is roughly a duplication in throughput. * subversion/libsvn_ra_svn/ra_svn.h