On Mon, 7 Jan 2013 20:25:47 +0900
Bluezery wrote:
> If easy hadle is not removed from multi-handle,
> Is it possible to stop easy handle's transfer? while other easy
> handles are active.
>
> But it seems to be bug that APIs do not work after timeout..
>
> 2013/1/7 Michael Blumenkrantz :
> > I'
On Thu, Jan 24, 2013 at 12:18 PM, Ulisses Furquim
wrote:
> Hi Cedric,
>
> On Thu, Jan 24, 2013 at 12:44 AM, Enlightenment SVN
> wrote:
>> Log:
>> efl/eina: detect when freeing pointer inside an allocated memory.
>>
>>
>> Author: cedric
>> Date: 2013-01-23 18:44:14 -0800 (Wed, 23 Jan
Hi Cedric,
On Thu, Jan 24, 2013 at 12:44 AM, Enlightenment SVN
wrote:
> Log:
> efl/eina: detect when freeing pointer inside an allocated memory.
>
>
> Author: cedric
> Date: 2013-01-23 18:44:14 -0800 (Wed, 23 Jan 2013)
> New Revision: 83195
> Trac: http://trac.enlightenment.
On Wed, 23 Jan 2013 22:20:56 -0200 Gustavo Sverzut Barbieri
said:
> Hi all,
>
> Today I did investigate this issue and the reason is that Debian (and
> thus Ubuntu) apply a patch called link_all_deplibs.patch that will
> forcefuly disable emitting the .la dependencies (at leas on linux).
> They
On Thu, Jan 24, 2013 at 5:27 AM, Massimo Maiurana wrote:
> Igor Murzov, il 23/01/2013 13:11, ha scritto:
>> There are no major changes in this commit. It changes about 10
>> messages and adds about 10 new messages to the pot. I think
>> it's fine to release new version of e17 as planned. Also tran
Hi all,
Today I did investigate this issue and the reason is that Debian (and
thus Ubuntu) apply a patch called link_all_deplibs.patch that will
forcefuly disable emitting the .la dependencies (at leas on linux).
They also apply another one to have binaries to never use .la
dependencies. This patc
Good catch.
nitpick: You could call edbus_data_del_all(&(proxy->data)); inside of
_edbus_proxy_free().
Someone could apply?
On Wed, Jan 23, 2013 at 7:45 PM, Raphael Kubo da Costa
wrote:
> Raphael Kubo da Costa writes:
>
>> The prototypes for those functions are defined in edbus_proxy.h, howev
Raphael Kubo da Costa writes:
> The prototypes for those functions are defined in edbus_proxy.h, however
> there's no implementation at all.
And now a version that does not leak...
Index: src/lib/edbus/edbus_proxy.c
===
--- src/lib
Igor Murzov, il 23/01/2013 13:11, ha scritto:
> There are no major changes in this commit. It changes about 10
> messages and adds about 10 new messages to the pot. I think
> it's fine to release new version of e17 as planned. Also translators
> are already notified that their translations need to
The prototypes for those functions are defined in edbus_proxy.h, however
there's no implementation at all.
Index: lib/edbus/edbus_proxy.c
===
--- lib/edbus/edbus_proxy.c (revision 83183)
+++ lib/edbus/edbus_proxy.c (working copy)
@@ -
On Tue, Jan 22, 2013 at 11:15 PM, Tom Hacohen wrote:
> On 21/01/13 18:30, Daniel Willmann wrote:
>> Hello,
>>
>> as you may have heard, Tom and I have been working on the SVN->Git
>> migration. We now have a somewhat-working conversion of the merged efl tree.
>>
>> The goal was to keep the history
On Wed, Jan 23, 2013 at 1:08 PM, Guillaume Friloux
wrote:
> I considered maybe too quickly that for strings it was working exactly like
> blobs.
> Which made me thinks that we were directly having a pointer to the string
> data from sqlite3 that was invalid while not yet freed, as sqlite3 only
> d
I considered maybe too quickly that for strings it was working exactly
like blobs.
Which made me thinks that we were directly having a pointer to the
string data from sqlite3 that was invalid while not yet freed, as
sqlite3 only directly frees blobs.
So the part for string is indeed unecessary
On Wed, Jan 23, 2013 at 12:41 PM, Guillaume Friloux
wrote:
> On 23/01/2013 15:34, Gustavo Sverzut Barbieri wrote:
>>
>> On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux
>> wrote:
>>>
>>> On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 11:00 AM, Enlightenm
On Wed, Jan 23, 2013 at 12:34 PM, Guillaume Friloux
wrote:
> On 23/01/2013 15:02, Gustavo Sverzut Barbieri wrote:
>>
>> On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN
>> wrote:
>>>
>>> + {
>>> +char *text;
>>> +text = strdup(sqlite3_column_text(res
On 23/01/2013 15:34, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux
wrote:
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN
wrote:
Log:
Fix mysql backend to make blobs working.
bl
On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux
wrote:
> On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote:
>>
>> On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN
>> wrote:
>>>
>>> Log:
>>> Fix mysql backend to make blobs working.
>>>
>>> blob.ops = NULL;
>>>
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 11:01 AM, Enlightenment SVN
wrote:
Log:
Fix postgre backend so blobs work.
I cant test it because i dont have postgre, so if anyone can.
--- trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c
On 23/01/2013 15:02, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN
wrote:
+ {
+char *text;
+text = strdup(sqlite3_column_text(res->e->backend.stmt, i));
+eina_value_setup(&inv, EINA_VALUE_TYPE_STRI
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote:
On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN
wrote:
Log:
Fix mysql backend to make blobs working.
blob.ops = NULL;
blob.memory = row[i].string;
-blob.size = rows->lengths[i];;
+
On Wed, Jan 23, 2013 at 11:46 AM, Raphael Kubo da Costa
wrote:
> Hello there,
>
> The attached patch bumps EDBUS_VERSION_MINOR from 6 to 8 to make it the
> same as the other minor version numbers in trunk/efl (I'm assuming it
> was not bumped due to an oversight).
Hi Kubo,
It's in my plans for t
On Wed, Jan 23, 2013 at 11:15 AM, Ulisses Furquim
wrote:
> Hi Raster,
>
> On Wed, Jan 23, 2013 at 3:05 AM, Carsten Haitzler
> wrote:
>> On Tue, 22 Jan 2013 22:16:06 -0200 Ulisses Furquim
>> said:
>>
>>> Hi,
>>>
>>> On Tue, Jan 22, 2013 at 10:10 PM, Carsten Haitzler
>>> wrote:
>>> > On Tue, 22
On Wed, Jan 23, 2013 at 11:01 AM, Enlightenment SVN
wrote:
> Log:
> Fix postgre backend so blobs work.
> I cant test it because i dont have postgre, so if anyone can.
>
> --- trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c
> 2013-01-23 13:00:00 UTC (rev 83169)
> +++
On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN
wrote:
> Log:
> Fix mysql backend to make blobs working.
>
> blob.ops = NULL;
> blob.memory = row[i].string;
> -blob.size = rows->lengths[i];;
> +blob.size = rows->lengths[i];
>
On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN
wrote:
> + {
> +char *text;
> +text = strdup(sqlite3_column_text(res->e->backend.stmt, i));
> +eina_value_setup(&inv, EINA_VALUE_TYPE_STRING);
> +eina_value_set(&inv, tex
Hello there,
The attached patch bumps EDBUS_VERSION_MINOR from 6 to 8 to make it the
same as the other minor version numbers in trunk/efl (I'm assuming it
was not bumped due to an oversight).
Index: src/lib/edbus/EDBus.h
===
--- src/
Hi Raster,
On Wed, Jan 23, 2013 at 3:05 AM, Carsten Haitzler wrote:
> On Tue, 22 Jan 2013 22:16:06 -0200 Ulisses Furquim
> said:
>
>> Hi,
>>
>> On Tue, Jan 22, 2013 at 10:10 PM, Carsten Haitzler
>> wrote:
>> > On Tue, 22 Jan 2013 21:59:35 -0200 Gustavo Sverzut Barbieri
>> > said:
>> >
>> >> On
On Wed, 23 Jan 2013 10:22:37 +0900
Cedric BAIL wrote:
> On Wed, Jan 23, 2013 at 12:41 AM, Enlightenment SVN
> wrote:
> > Log:
> > Better messages and fixes for gettext stuff
> >
> > This is a squashed commit of:
> >r81661 r81742 r82050 r82085 r82293 r82307 r82787 r82788 r83088
> >
> > Auth
Hello.
On 23/01/13 10:09, Michael Blumenkrantz wrote:
> you breaky my 1.7 compile I breaky your face!
You stay on old versions We laugh about you!
regards
Stefan Schmidt
--
Master Visual Studio, SharePoint, SQL, ASP.NET
you breaky my 1.7 compile I breaky your face!
On Wed, Jan 23, 2013 at 10:03 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> e17: use eina_unicode_utf8_next_get instead of eina_unicode_utf8_get_next
>
> Author: jihoon
> Date: 2013-01-23 02:03:31 -0800 (Wed, 23 Jan
aLoha!
i was working on sound theme for kde and gnome for a lot of time already
but when i get into e17 i found that it's not working
well it is a good news for me and bad too
because i didn't find a simple way of adding it
but it is not dependent on freedesktop folder
and probably can be configure
31 matches
Mail list logo