[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: kwallet final branch

From: Ben Collins-Sussman <sussman_at_gmail.com>
Date: Thu, 15 May 2008 12:45:35 -0500

On Thu, May 15, 2008 at 12:05 PM, Martin Furter <mf_at_rola.ch> wrote:

> Isn't "useless email" called SPAM? ;)

Maybe a better wording would have been, "the email isn't
self-contained; it points to the useful thing." :-)

>
> Btw. is there no way to see all files with all diffs and comments at once?

Hm, I don't think so. Sounds like a good enhancement request you can
file at http://code.google.com/p/rietveld

> > http://codereview.appspot.com/989/diff/1/7#newcode430
> > Line 430: if (get_auth_simple_provider(&provider, "kwallet", pool))
> > I'm confused here. Why does the kwallet provider need to dynamically load
> a whole new library, but keychain and windows providers don't?
> >
>
> DSO have many advantages. Please see this thread:
> http://svn.haxx.se/dev/archive-2008-05/0054.shtml

Someone explained this to me in IRC. I guess the reason that Windows
and Keychain providers are statically linked is because those APIs are
*guaranteed* to exist when building on Windows or OS X. But Gnome and
KDE libs may not exist, so it makes sense to load them dynamically,
only if they exist at run-time.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-15 19:45:50 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.