log

age author description
Sat, 15 Sep 2012 00:06:08 +0400 Nikolaj Sjujskij record: fix display of non-ASCII names in chunk selection
Fri, 14 Sep 2012 21:05:24 +0200 Patrick Mezard tests: enable even more Windows server tests
Fri, 14 Sep 2012 20:40:52 +0200 Patrick Mezard test-obsolete-checkheads: fix on windows
Fri, 14 Sep 2012 12:09:44 -0700 Bryan O'Sullivan sshserver: avoid a multi-dot attribute lookup in a hot loop
Fri, 14 Sep 2012 12:09:05 -0700 Bryan O'Sullivan store: reduce string concatenation when joining
Fri, 14 Sep 2012 12:08:55 -0700 Bryan O'Sullivan scmutil: use the new faster path split
Fri, 14 Sep 2012 12:08:17 -0700 Bryan O'Sullivan util: implement a faster os.path.split for posix systems
Fri, 14 Sep 2012 12:07:33 -0700 Bryan O'Sullivan scmutil: make join cheaper
Fri, 14 Sep 2012 12:06:40 -0700 Bryan O'Sullivan wireproto: don't format a debug string inside a hot loop
Fri, 14 Sep 2012 12:05:37 -0700 Bryan O'Sullivan wireproto: bypass filechunkiter for small files when streaming
Fri, 14 Sep 2012 12:05:12 -0700 Bryan O'Sullivan wireproto: don't audit local paths during stream_out
Fri, 14 Sep 2012 12:04:46 -0700 Bryan O'Sullivan scmutil: delegate mustaudit property to the real opener
Fri, 14 Sep 2012 12:04:35 -0700 Bryan O'Sullivan scmutil: turn opener._audit into a property, mustaudit
Fri, 14 Sep 2012 13:02:31 +0200 Adrian Buehlmann perf: add perffncacheencode
Thu, 13 Sep 2012 17:00:56 -0700 Bryan O'Sullivan Merge with mpm