Hi, Evgeny,
Great work, IMHO.
From: Evgeny Kotkov [mailto:evgeny.kot...@visualsvn.com]
> This patch series reduces the amount of syscalls in such situations by
> performing a single WriteFile() call without any buffering, if possible.
> If some data is already buffered, then the buffer is first
Julian Foad wrote on Mon, 21 Aug 2017 14:09 +0100:
> Also the search term seems to be required to match the entire path, so I
> need to write "co*" rather than just "co" to match "configure.ac". That
> is inconsistent with "svn log --search" which looks for the pattern as a
> substring even when ma
Julian Foad wrote on Mon, 21 Aug 2017 12:48 +0100:
> I have heard it said that it works best to designate a mailing
> list/channel/group for a given *topic* rather than for a given set of
> *people*. Perhaps you could re-frame your idea in those terms?
Certainly. In this specific case, the idea w
Hi everyone,
Currently, apr_file_write() can cause an excessive amount of syscalls
for buffered files on Windows in some situations. This happens because
for buffered files, writing is implemented with a loop that keeps copying
the data to the internal 4KB buffer and writing the contents of this
On Mon, Aug 21, 2017 at 1:48 PM, Julian Foad wrote:
> Daniel Shahaf wrote:
>> Would it be useful to have a mailing list dedicated for communications
>> between us (upstream developers) and various downstream packagers and
>> distributors?
>>
>> I suppose this basically boils down to whether downst
Julian Foad wrote:
> Quickly trying it out, I notice a bug. Matching is, presumably, I hope,
> intended to be case-insensitive, consistent with 'svn log --search'. It
> doesn't work properly: it seems not to match filenames containing
> upper-case characters:
>
> $ svn list | grep -i "^co"
> COMMI
Johan Corveleyn wrote:
> On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann wrote:
>> Originally, I wanted to complete the get_list API before the alpha
>> release but I can't make any commitments. So, it is probably better
>> to roll the alpha with whatever is on /trunk at that time.
>
> Is the
Daniel Shahaf wrote:
> Would it be useful to have a mailing list dedicated for communications
> between us (upstream developers) and various downstream packagers and
> distributors?
>
> I suppose this basically boils down to whether downstream
> packagers/distributors are happy to follow this list
8 matches
Mail list logo