Em 24-04-2010 17:58, Cedric BAIL escreveu:
> On Sat, Apr 24, 2010 at 6:53 PM, Enlightenment SVN
> wrote:
>> Log:
>> Keep CURL* user agents in memory instead of creating them for each request,
>> and cleaning them up when an account is disabled.
>> Adapt the recent spec changes to elmdentica as
On Sat, Apr 24, 2010 at 6:53 PM, Enlightenment SVN
wrote:
> Log:
> Keep CURL* user agents in memory instead of creating them for each request,
> and cleaning them up when an account is disabled.
> Adapt the recent spec changes to elmdentica as well.
>
> Author: rui
> Date: 2010-04
Em 06-03-2010 01:16, Gustavo Sverzut Barbieri escreveu:
> On Fri, Mar 5, 2010 at 6:45 PM, Enlightenment SVN
> wrote:
>> #include
>> #include
>> @@ -45,7 +44,6 @@
>> extern char * url_post;
>> extern char * url_friends;
>> extern int debug;
>> -extern GConfClient *conf_client;
>
> try to re
On Fri, Mar 5, 2010 at 6:45 PM, Enlightenment SVN
wrote:
> #include
> #include
> @@ -45,7 +44,6 @@
> extern char * url_post;
> extern char * url_friends;
> extern int debug;
> -extern GConfClient *conf_client;
try to remove these variables shared amongst modules... keep the
variables as "s