Commit Graph

3712 Commits

Author SHA1 Message Date
Mike Blumenkrantz daafddb571 implement full event-driven error messaging api for all non-curl ecore_con
docs are in the header, happy birthday cedric


SVN revision: 56894
2011-02-10 08:49:23 +00:00
Mike Blumenkrantz 54baacb790 added some more possibly useless safety checks to ecore_con_ares
SVN revision: 56892
2011-02-10 07:50:20 +00:00
Sebastian Dransfeld bd1b8e9985 renmae variable to prevent name clash
SVN revision: 56856
2011-02-09 17:10:00 +00:00
Eric Schuele 6fdd078a03 undo my erroneous commit. (Thinking .po files were undamaged?)
SVN revision: 56743
2011-02-06 01:44:52 +00:00
Eric Schuele efa9be90fb Failed to wrap one clearenv()
SVN revision: 56742
2011-02-06 01:33:03 +00:00
Vincent Torri 3549def53d put visual studio files outside the libraries directory
SVN revision: 56689
2011-02-03 19:54:43 +00:00
Mike Blumenkrantz e18f0ace04 update from most recent commit from VC
SVN revision: 56643
2011-02-02 06:49:53 +00:00
Mike McCormack d909b912b4 From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] Remove SIGRT stuff

Unused, and doesn't work as it stands.  Delete...


SVN revision: 56641
2011-02-02 01:27:24 +00:00
Carsten Haitzler f55fa9619c revert mike's patch - creates endless stream of complaints/badness.
SVN revision: 56626
2011-02-01 10:21:22 +00:00
Mike McCormack 7443e3ecb5 From: Mike McCormack <mj.mccormack@samsung.com>
Subject: Re: [E-devel] [PATCH] Handle ecore signals with a pipe

This removes a race condition in the main loop where
a signal could come after the signal check, and before
entering the select loop, possibly resulting in a hang.

In practice, this hang wouldn't be seen due to other activity
in the main loop.



SVN revision: 56613
2011-02-01 05:56:15 +00:00
Davide Andreoli ecf4379680 ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P
SVN revision: 56612
2011-01-31 18:57:13 +00:00
Davide Andreoli 080b978c88 :/ setting a const char * param to NULL ?? and after the return ?? :O
random spank

SVN revision: 56611
2011-01-31 18:48:50 +00:00
Davide Andreoli b84bd07b90 tab--
SVN revision: 56610
2011-01-31 17:29:24 +00:00
Carsten Haitzler 75b46faa61 fix sync to send done messges but not wait for sync counter with gl
engine.



SVN revision: 56563
2011-01-31 06:21:57 +00:00
Sebastian Dransfeld d28f378acd order
SVN revision: 56559
2011-01-30 20:09:41 +00:00
Rui Seabra 02b46306bf Fix error message and mark previous change in ChangeLog
SVN revision: 56391
2011-01-29 23:15:17 +00:00
Rui Seabra bc85d09f19 Support https and support some add some debugging messages. Also removed that FIXME as it's implemented in the case of linking with curl.
SVN revision: 56390
2011-01-29 22:46:23 +00:00
Carsten Haitzler 1bd97ec119 geeze. get year right! spank
SVN revision: 56378
2011-01-29 13:24:22 +00:00
Carsten Haitzler 16a388ca48 chlog goes down over time.
SVN revision: 56373
2011-01-29 09:41:25 +00:00
Mike Blumenkrantz abdbedf2dc forgot this before
SVN revision: 56372
2011-01-29 07:59:45 +00:00
Mike McCormack 56b1e2dcc4 From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] ecore main loop "fd_handlers_to_call" list optimization
Date: Thu, 02 Dec 2010 15:22:13 +0900

Hi All,

Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list.

This avoid lots of mallocs and frees as the main loop iterates.

thanks,

Mike


SVN revision: 56368
2011-01-29 05:34:00 +00:00
Carsten Haitzler 0cb7271e97 aaaah farg. forgot the changelogs. fix.
SVN revision: 56359
2011-01-29 03:54:33 +00:00
Carsten Haitzler 96caa0a63b svn goes to x.x.999.svnrev now. :)
SVN revision: 56355
2011-01-29 03:34:44 +00:00
Carsten Haitzler 4f5ec3a5bd 1.0 version magic. now leave these projects the hell alone in svn
until we have branches.



SVN revision: 56352
2011-01-29 03:05:22 +00:00
Carsten Haitzler 4d689279c1 aaagh po mergining.
SVN revision: 56351
2011-01-29 03:04:54 +00:00
Carsten Haitzler 6819161c96 provide enums for progress return.
SVN revision: 56350
2011-01-29 02:48:03 +00:00
Michael Jennings 107d6e227c Oops. Forgot to remove that.
SVN revision: 56349
2011-01-29 02:25:02 +00:00
Michael Jennings 183da048c0 Same effect, more portable method, and fixes an obsolete syntax.
SVN revision: 56348
2011-01-29 02:22:14 +00:00
Davide Andreoli 0b03851c36 Try another file to download, the ubuntu one had some strange lag
SVN revision: 56346
2011-01-28 19:00:27 +00:00
Davide Andreoli ea92bb126d fix the return value of the progress callback
SVN revision: 56345
2011-01-28 18:44:10 +00:00
Carsten Haitzler 8c75bff8c9 ,++ in docs
SVN revision: 56343
2011-01-28 14:38:53 +00:00
Vincent Torri 6ef596d4d5 Use memcpy instead of strndup() as we know the length of the string.
Also fixes compilation on Mac OS X where strndup() is not defined.


SVN revision: 56341
2011-01-28 09:17:54 +00:00
Carsten Haitzler 5459ecbcee fix documentation so vtorri can write a correct example :)
SVN revision: 56340
2011-01-28 03:00:48 +00:00
Carsten Haitzler 51c7fa56c0 re-enable progress callbacks.
SVN revision: 56339
2011-01-28 02:46:27 +00:00
Carsten Haitzler a450497a08 ecore_con_url_get needs no args.
SVN revision: 56338
2011-01-28 02:24:24 +00:00
Davide Andreoli 9893be7b25 typo in doxy
SVN revision: 56334
2011-01-27 21:48:51 +00:00
Davide Andreoli 38c1887ff9 ecore_file_download() is BROKEN!!
Put in a super-simple example that should download a file
  and report the progress during the operation.

  See the ml for more info



SVN revision: 56333
2011-01-27 21:40:58 +00:00
Mike Blumenkrantz 4cb086f57b fix doc typo
SVN revision: 56330
2011-01-27 20:40:02 +00:00
Vincent Torri d7ab1f34f3 typo
SVN revision: 56328
2011-01-27 19:06:39 +00:00
Carsten Haitzler 6d83a46b76 exe none enum++
SVN revision: 56315
2011-01-27 03:30:42 +00:00
Mike Blumenkrantz 17930e3b31 fix segv
SVN revision: 56314
2011-01-27 03:23:05 +00:00
Mike Blumenkrantz 9bfc56caf3 unsigned int : 1 -> Eina_Bool : 1
SVN revision: 56310
2011-01-26 18:38:13 +00:00
Mike Blumenkrantz 8ac00624a3 add @file for doxy
SVN revision: 56309
2011-01-26 18:23:45 +00:00
Mike McCormack 67c261a8af From: Mike McCormack <mj.mccormack@samsung.com>
ecore_config code may end up closing stdin, due to assuming 0 is a valid fd.

I know this code is deprecated, and it's being kept around "for reference".

Either:
A) this bug should still be fixed so bad code is not copied elsewhere

OR

B) ecore_config should be deleted so bad code is not copied elsewhere

thanks,

Mike


SVN revision: 56275
2011-01-24 01:59:09 +00:00
Mike McCormack e7c983aaec From: Mike McCormack <mj.mccormack@samsung.com>
The ecore_fb keyboard code may end up closing stdin.
The attached patch fixes this bug.

thanks,

Mike


SVN revision: 56274
2011-01-24 01:58:08 +00:00
Vincent Torri f2c3d976f8 use typedef type for ecore_main_loop_select_func_get() API
SVN revision: 56261
2011-01-22 10:11:14 +00:00
Rui Seabra ad112f80bb Assorted fixes for building RPMS, probably a good thing that the release source archives can generate the rpms as expected.
SVN revision: 56257
2011-01-21 21:38:01 +00:00
Carsten Haitzler dca85251b0 dns async lookup fix - if u del svr before dns lookup done
SVN revision: 56254
2011-01-21 10:01:04 +00:00
Cedric BAIL d2d54ecad6 * ecore: SO_REUSEADDR in all case.
Patch thanks to Raoul Hecky < raoul.hecky at gmail.com >


SVN revision: 56253
2011-01-21 09:45:38 +00:00
Carsten Haitzler cea2587c3b dont call pipe handler if its deleted
SVN revision: 56251
2011-01-21 06:25:36 +00:00