platform/upstream/efl.git
14 years ago * ecore: fix obvious bug. But Ecore_Con with UDP session is
Cedric BAIL [Thu, 16 Dec 2010 13:08:49 +0000 (13:08 +0000)]
* ecore: fix obvious bug. But Ecore_Con with UDP session is
completly broken and no time to fix it.

Try elixir sample code:
http://code.google.com/p/freebox-elixir/source/browse/#svn%2Ftrunk%2Fexemples%2Fecore_con_udp

SVN revision: 55593

14 years agoif data is NULL for curl... make postfieldsize 0.
Carsten Haitzler [Thu, 16 Dec 2010 08:35:29 +0000 (08:35 +0000)]
if data is NULL for curl... make postfieldsize 0.

SVN revision: 55583

14 years agono - dont do http:// - then englebass is right need to do ftp://,
Carsten Haitzler [Thu, 16 Dec 2010 08:07:10 +0000 (08:07 +0000)]
no - dont do  - then englebass is right need to do ftp://,
imap:// file:// .... the list never ends. the docs do explicitly say
its a hostname, NOT a url.

SVN revision: 55580

14 years agoremove warning
Vincent Torri [Thu, 16 Dec 2010 07:45:12 +0000 (07:45 +0000)]
remove warning

SVN revision: 55578

14 years agofinally fix stupid ssl read bug for long transfers! also added a couple more error...
Mike Blumenkrantz [Thu, 16 Dec 2010 07:43:48 +0000 (07:43 +0000)]
finally fix stupid ssl read bug for long transfers! also added a couple more error checks and reordered things to read a little better

SVN revision: 55577

14 years agovalidate name better, fix super frustrating bug where connections would inexplicably...
Mike Blumenkrantz [Thu, 16 Dec 2010 05:13:29 +0000 (05:13 +0000)]
validate name better, fix super frustrating bug where connections would inexplicably die if prefixed with http[s]://

SVN revision: 55573

14 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Thu, 16 Dec 2010 04:40:14 +0000 (04:40 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH 4/4] ecore_fb: Zero is a valid fd value

SVN revision: 55572

14 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Thu, 16 Dec 2010 04:39:38 +0000 (04:39 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH 3/4] ecore_con: Always close fd after remove
fdh from main loop

SVN revision: 55571

14 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Thu, 16 Dec 2010 04:38:37 +0000 (04:38 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH 1/4] ecore_con: Always close fd after remove
fdh from main loop

SVN revision: 55570

14 years agono long casts - just case to/from void * as needed. i dont see why we
Carsten Haitzler [Thu, 16 Dec 2010 04:28:03 +0000 (04:28 +0000)]
no long casts - just case to/from void * as needed. i dont see why we
needed any uintptr_t or long there.

SVN revision: 55569

14 years ago * eina: some time compiler are really stupid...
Cedric BAIL [Wed, 15 Dec 2010 11:56:50 +0000 (11:56 +0000)]
* eina: some time compiler are really stupid...

SVN revision: 55561

14 years ago * eina: fix typo.
Cedric BAIL [Wed, 15 Dec 2010 11:14:47 +0000 (11:14 +0000)]
* eina: fix typo.

SVN revision: 55560

14 years ago * evas: fix typo.
Cedric BAIL [Wed, 15 Dec 2010 10:40:57 +0000 (10:40 +0000)]
* evas: fix typo.

SVN revision: 55559

14 years agohttp auth was implemented way back in r48715 (one less item in FIXMEs).
Rui Seabra [Tue, 14 Dec 2010 22:30:53 +0000 (22:30 +0000)]
http auth was implemented way back in r48715 (one less item in FIXMEs).

SVN revision: 55557

14 years agoFOCUS_OBJECT takes a part as target
Iván Briano [Tue, 14 Dec 2010 17:18:31 +0000 (17:18 +0000)]
FOCUS_OBJECT takes a part as target

SVN revision: 55556

14 years ago * eina: also update ldflags instead of cflags.
Cedric BAIL [Tue, 14 Dec 2010 16:20:48 +0000 (16:20 +0000)]
* eina: also update ldflags instead of cflags.

SVN revision: 55555

14 years ago * evas: better fix for path init.
Cedric BAIL [Tue, 14 Dec 2010 14:17:07 +0000 (14:17 +0000)]
* evas: better fix for path init.

SVN revision: 55553

14 years agofixed async preload stall bug! still 1 issue left when caches
Carsten Haitzler [Tue, 14 Dec 2010 10:22:06 +0000 (10:22 +0000)]
fixed async preload stall bug! still 1 issue left when caches
(scalecaches) are flushed which can cause a hang until all data is
"loaded back in" again. it's a bit of a doosey actually and so isn't
fixed here.

SVN revision: 55551

14 years agogaurd ecore_imf functions
Vincent Torri [Tue, 14 Dec 2010 07:05:52 +0000 (07:05 +0000)]
gaurd ecore_imf functions

SVN revision: 55550

14 years agomissing one _Bool -> Eina_Bool
Vincent Torri [Tue, 14 Dec 2010 06:20:55 +0000 (06:20 +0000)]
missing one _Bool -> Eina_Bool

SVN revision: 55549

14 years agouse size_t when it does not hurt
Vincent Torri [Tue, 14 Dec 2010 06:19:30 +0000 (06:19 +0000)]
use size_t when it does not hurt

SVN revision: 55548

14 years agodo not include some headers if vc++ is used
Vincent Torri [Tue, 14 Dec 2010 05:56:46 +0000 (05:56 +0000)]
do not include some headers if vc++ is used

SVN revision: 55547

14 years agouse Eina_Bool instead of _Bool for consistency
Vincent Torri [Tue, 14 Dec 2010 05:49:46 +0000 (05:49 +0000)]
use Eina_Bool instead of _Bool for consistency

SVN revision: 55546

14 years agodeclare variables at the beginning of the block
Vincent Torri [Tue, 14 Dec 2010 05:42:25 +0000 (05:42 +0000)]
declare variables at the beginning of the block

SVN revision: 55545

14 years agolockdebug - be able to find mutexes that lock for a while... but.. i
Carsten Haitzler [Tue, 14 Dec 2010 05:41:32 +0000 (05:41 +0000)]
lockdebug - be able to find mutexes that lock for a while... but.. i
found what was blocking.. and it wasnt a mutex! well.. put this in for
further debugging later.

SVN revision: 55544

14 years agowarning--
Carsten Haitzler [Tue, 14 Dec 2010 03:11:03 +0000 (03:11 +0000)]
warning--

SVN revision: 55543

14 years agofix warning.
Carsten Haitzler [Tue, 14 Dec 2010 03:09:01 +0000 (03:09 +0000)]
fix warning.

SVN revision: 55542

14 years agoAdd Visual Studio 2008 files
Vincent Torri [Mon, 13 Dec 2010 17:52:03 +0000 (17:52 +0000)]
Add Visual Studio 2008 files

SVN revision: 55539

14 years ago * evas: fix a long standing bug. Don't know how no one
Cedric BAIL [Mon, 13 Dec 2010 13:25:39 +0000 (13:25 +0000)]
* evas: fix a long standing bug. Don't know how no one
else saw it before.

SVN revision: 55536

14 years agodiscomfitor... SPANK! REVERT REVERT REVERT! i've been sitting in a
Carsten Haitzler [Mon, 13 Dec 2010 07:26:21 +0000 (07:26 +0000)]
discomfitor... SPANK! REVERT REVERT REVERT! i've been sitting in a
text console for a while because of this. and when dr. evil sits in a
text console for a while... he gets angry. when dr. evil gets angry,
mr. bigglesworth gets upset... and when mr. migglesworth gets upset...
PEOPLE DIE!

/me aims some sharks with laser beams @ discomfitor

(run e17 under valgrind. find out).

SVN revision: 55531

14 years agoadd dirname() function
Vincent Torri [Mon, 13 Dec 2010 05:20:56 +0000 (05:20 +0000)]
add dirname() function

SVN revision: 55530

14 years agoset clobber info right for neon test.
Carsten Haitzler [Mon, 13 Dec 2010 03:56:53 +0000 (03:56 +0000)]
set clobber info right for neon test.

SVN revision: 55529

14 years agofix potential problem with Windows 64 bits API.
Vincent Torri [Sun, 12 Dec 2010 23:09:24 +0000 (23:09 +0000)]
fix potential problem with Windows 64 bits API.

SVN revision: 55528

14 years agouse '#pragma message' instead of '#warning' when vc++ is used
Vincent Torri [Sun, 12 Dec 2010 22:49:01 +0000 (22:49 +0000)]
use '#pragma message' instead of '#warning' when vc++ is used

SVN revision: 55527

14 years agodeclare variables at the beginning of the block
Vincent Torri [Sun, 12 Dec 2010 22:46:39 +0000 (22:46 +0000)]
declare variables at the beginning of the block

SVN revision: 55526

14 years agoadd usleep() for vc++
Vincent Torri [Sun, 12 Dec 2010 22:44:06 +0000 (22:44 +0000)]
add usleep() for vc++

SVN revision: 55525

14 years agoadd eina_sched.c to the vcproj file
Vincent Torri [Sun, 12 Dec 2010 22:42:20 +0000 (22:42 +0000)]
add eina_sched.c to the vcproj file

SVN revision: 55524

14 years agouse convenience macro
Sebastian Dransfeld [Sun, 12 Dec 2010 22:17:05 +0000 (22:17 +0000)]
use convenience macro

SVN revision: 55523

14 years agoforgot a null check
Mike Blumenkrantz [Sun, 12 Dec 2010 20:38:27 +0000 (20:38 +0000)]
forgot a null check

SVN revision: 55522

14 years agouseless path
Vincent Torri [Sun, 12 Dec 2010 18:18:34 +0000 (18:18 +0000)]
useless path

SVN revision: 55520

14 years agochange the size of the buffer
Vincent Torri [Sun, 12 Dec 2010 18:09:35 +0000 (18:09 +0000)]
change the size of the buffer

SVN revision: 55519

14 years agofix usage of ecore_con functions to avoid magic failures: SOMEONE WHO KNOWS THIS...
Mike Blumenkrantz [Sun, 12 Dec 2010 14:41:04 +0000 (14:41 +0000)]
fix usage of ecore_con functions to avoid magic failures: SOMEONE WHO KNOWS THIS CODE PLEASE DOUBLE CHECK FAILURE CASE RETURN VALUES

SVN revision: 55512

14 years agodelay closing of icon theme cache
Sebastian Dransfeld [Sat, 11 Dec 2010 20:37:17 +0000 (20:37 +0000)]
delay closing of icon theme cache

SVN revision: 55502

14 years ago * fix DSO problem
Vincent Torri [Sat, 11 Dec 2010 17:04:34 +0000 (17:04 +0000)]
 * fix DSO problem
 * simplify a bit the autotools
 * add the possibility to disable the test

SVN revision: 55499

14 years agouse more explicit error checks
Mike Blumenkrantz [Sat, 11 Dec 2010 16:51:29 +0000 (16:51 +0000)]
use more explicit error checks

SVN revision: 55498

14 years agowarnings--
Vincent Torri [Sat, 11 Dec 2010 13:17:26 +0000 (13:17 +0000)]
warnings--

SVN revision: 55496

14 years agoupdate vcproj file
Vincent Torri [Sat, 11 Dec 2010 13:13:10 +0000 (13:13 +0000)]
update vcproj file

SVN revision: 55495

14 years agodon't redefine macro when using Visual Studio
Vincent Torri [Sat, 11 Dec 2010 13:11:59 +0000 (13:11 +0000)]
don't redefine macro when using Visual Studio

SVN revision: 55494

14 years agosuppress useless file
Vincent Torri [Sat, 11 Dec 2010 10:40:29 +0000 (10:40 +0000)]
suppress useless file

SVN revision: 55493

14 years agoupdate visual studio files
Vincent Torri [Sat, 11 Dec 2010 10:39:00 +0000 (10:39 +0000)]
update visual studio files

SVN revision: 55492

14 years agodeclare variables at the beginning of the block
Vincent Torri [Sat, 11 Dec 2010 09:00:13 +0000 (09:00 +0000)]
declare variables at the beginning of the block

SVN revision: 55491

14 years agoEINA_MAGIC is already defined with a ';'. Remove it to fix
Vincent Torri [Sat, 11 Dec 2010 07:58:41 +0000 (07:58 +0000)]
EINA_MAGIC is already defined with a ';'. Remove it to fix
compilation with vc++

SVN revision: 55490

14 years agoadd config.h for Windows, to define VMAJ and al.
Vincent Torri [Sat, 11 Dec 2010 07:52:08 +0000 (07:52 +0000)]
add config.h for Windows, to define VMAJ and al.

SVN revision: 55489

14 years agouse float (C99) variants of the math functions to avoid double <--> float casts
Vincent Torri [Sat, 11 Dec 2010 07:51:19 +0000 (07:51 +0000)]
use float (C99) variants of the math functions to avoid double <--> float casts

SVN revision: 55488

14 years agomissing cast
Vincent Torri [Sat, 11 Dec 2010 07:09:07 +0000 (07:09 +0000)]
missing cast

SVN revision: 55487

14 years agowarning--
Vincent Torri [Sat, 11 Dec 2010 07:02:25 +0000 (07:02 +0000)]
warning--

SVN revision: 55486

14 years agoformatting fixups.
Carsten Haitzler [Sat, 11 Dec 2010 04:05:52 +0000 (04:05 +0000)]
formatting fixups.

SVN revision: 55485

14 years agofix void ptr math. odd that no warnings happened before with all my
Carsten Haitzler [Sat, 11 Dec 2010 03:57:05 +0000 (03:57 +0000)]
fix void ptr math. odd that no warnings happened before with all my
warning flags on.

SVN revision: 55484

14 years agorevert part of commit - broke compilation. no uintptr_t in linux
Carsten Haitzler [Sat, 11 Dec 2010 03:44:33 +0000 (03:44 +0000)]
revert part of commit - broke compilation. no uintptr_t in linux
yeaders by default - likely breaks even more.

SVN revision: 55483

14 years ago * make vc++ happy with ERR()
Vincent Torri [Sat, 11 Dec 2010 00:45:26 +0000 (00:45 +0000)]
 * make vc++ happy with ERR()
 * use uintptr_t where needed.

Please someone check if the compilation is still good on linux (I'm on
Windows), to see if a header must be included for uintptr_t or not.

SVN revision: 55479

14 years agoupdate Visual Studio files
Vincent Torri [Sat, 11 Dec 2010 00:42:29 +0000 (00:42 +0000)]
update Visual Studio files

SVN revision: 55478

14 years agowarning--
Vincent Torri [Sat, 11 Dec 2010 00:41:31 +0000 (00:41 +0000)]
warning--

SVN revision: 55477

14 years agowarning--
Vincent Torri [Sat, 11 Dec 2010 00:40:52 +0000 (00:40 +0000)]
warning--

SVN revision: 55476

14 years agowarning--
Vincent Torri [Sat, 11 Dec 2010 00:40:05 +0000 (00:40 +0000)]
warning--

SVN revision: 55475

14 years agoput EINA_MAGIC at the end of the structure
Vincent Torri [Sat, 11 Dec 2010 00:39:28 +0000 (00:39 +0000)]
put EINA_MAGIC at the end of the structure

SVN revision: 55474

14 years agohandle ARES_ECONNREFUSED
Mike Blumenkrantz [Sat, 11 Dec 2010 00:25:46 +0000 (00:25 +0000)]
handle ARES_ECONNREFUSED

SVN revision: 55473

14 years agofix warning
Vincent Torri [Fri, 10 Dec 2010 23:45:29 +0000 (23:45 +0000)]
fix warning

SVN revision: 55472

14 years ago[ecore_win32] Better move and resize of windows. Needs a lot of love though
Vincent Torri [Fri, 10 Dec 2010 21:15:05 +0000 (21:15 +0000)]
[ecore_win32] Better move and resize of windows. Needs a lot of love though

SVN revision: 55470

14 years agoupdate vcproj files
Vincent Torri [Fri, 10 Dec 2010 21:12:28 +0000 (21:12 +0000)]
update vcproj files

SVN revision: 55469

14 years agoTODO++
Sebastian Dransfeld [Fri, 10 Dec 2010 20:32:28 +0000 (20:32 +0000)]
TODO++

SVN revision: 55468

14 years agoDSO problem: math functions are used in edje_cc
Vincent Torri [Fri, 10 Dec 2010 07:59:48 +0000 (07:59 +0000)]
DSO problem: math functions are used in edje_cc

SVN revision: 55443

14 years agoforgot ecore for the DSO problem
Vincent Torri [Fri, 10 Dec 2010 07:15:25 +0000 (07:15 +0000)]
forgot ecore for the DSO problem

SVN revision: 55442

14 years agoFix me as author
Sebastian Dransfeld [Fri, 10 Dec 2010 06:05:35 +0000 (06:05 +0000)]
Fix me as author

SVN revision: 55438

14 years agoavoid writing <= 0 bytes to clients
Mike Blumenkrantz [Thu, 9 Dec 2010 21:04:22 +0000 (21:04 +0000)]
avoid writing <= 0 bytes to clients

SVN revision: 55433

14 years agothis error fix is dedicated to Tommy[D] for continuing to prove that the impossible...
Mike Blumenkrantz [Thu, 9 Dec 2010 21:02:53 +0000 (21:02 +0000)]
this error fix is dedicated to Tommy[D] for continuing to prove that the impossible can still be possible on his system

SVN revision: 55432

14 years agofirst step toward DSO solution. see ticket #644
Vincent Torri [Thu, 9 Dec 2010 18:39:08 +0000 (18:39 +0000)]
first step toward DSO solution. see ticket #644

SVN revision: 55431

14 years agoUse right struct for eddc size
Sebastian Dransfeld [Thu, 9 Dec 2010 14:13:31 +0000 (14:13 +0000)]
Use right struct for eddc size

SVN revision: 55415

14 years agouse cache dir for data lock
Sebastian Dransfeld [Thu, 9 Dec 2010 14:01:34 +0000 (14:01 +0000)]
use cache dir for data lock

SVN revision: 55414

14 years agorevert crazy idea
Sebastian Dransfeld [Thu, 9 Dec 2010 13:41:22 +0000 (13:41 +0000)]
revert crazy idea

SVN revision: 55413

14 years agoReduce stack usage
Sebastian Dransfeld [Thu, 9 Dec 2010 13:15:43 +0000 (13:15 +0000)]
Reduce stack usage

For functions often called, don't put unneded mem on stack

SVN revision: 55411

14 years agoif file open, return true
Sebastian Dransfeld [Thu, 9 Dec 2010 12:19:23 +0000 (12:19 +0000)]
if file open, return true

SVN revision: 55407

14 years agoTODO++
Sebastian Dransfeld [Thu, 9 Dec 2010 12:19:13 +0000 (12:19 +0000)]
TODO++

SVN revision: 55406

14 years agoDon't store Hidden elements in utils cache
Sebastian Dransfeld [Thu, 9 Dec 2010 12:19:00 +0000 (12:19 +0000)]
Don't store Hidden elements in utils cache

Hidden elements should never be returned to the user, they are "Deleted"

SVN revision: 55405

14 years ago * evas: fix polygon position on clear.
Cedric BAIL [Thu, 9 Dec 2010 10:33:23 +0000 (10:33 +0000)]
* evas: fix polygon position on clear.

Patch by YUNHAN KIM <yhan.kim@samsung.com>

SVN revision: 55404

14 years agoUse EINA_PATH_MAX where it makes sense.
Gustavo Sverzut Barbieri [Thu, 9 Dec 2010 10:14:11 +0000 (10:14 +0000)]
Use EINA_PATH_MAX where it makes sense.

All the access to Eina_File_Direct_Info::path should be using the
actual size (EINA_PATH_MAX) and not another constant (PATH_MAX).

SVN revision: 55403

14 years agoAnd recreate hash after deletion
Sebastian Dransfeld [Thu, 9 Dec 2010 09:12:12 +0000 (09:12 +0000)]
And recreate hash after deletion

SVN revision: 55400

14 years agoflush icon theme cache before closing eet file
Sebastian Dransfeld [Thu, 9 Dec 2010 08:57:06 +0000 (08:57 +0000)]
flush icon theme cache before closing eet file

SVN revision: 55399

14 years agoenable icon theme cache
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:56 +0000 (08:56 +0000)]
enable icon theme cache

SVN revision: 55398

14 years agofix environment handling
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:46 +0000 (08:56 +0000)]
fix environment handling

SVN revision: 55397

14 years agofree iterator after usage
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:36 +0000 (08:56 +0000)]
free iterator after usage

SVN revision: 55396

14 years agoFix very weird double looping
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:23 +0000 (08:56 +0000)]
Fix very weird double looping

Not need to extract keys from hash, then loop keys to find data.

SVN revision: 55395

14 years agoreorder a little, fix bug where client_del event was never sent if it had send data...
Mike Blumenkrantz [Thu, 9 Dec 2010 06:43:58 +0000 (06:43 +0000)]
reorder a little, fix bug where client_del event was never sent if it had send data in its buffer
question to think on: should a deleted client be allowed to finish sending its data or should it be killed immediately?

SVN revision: 55391

14 years agoavoid loooooooooooooots of ecore spankies
Mike Blumenkrantz [Thu, 9 Dec 2010 06:16:13 +0000 (06:16 +0000)]
avoid loooooooooooooots of ecore spankies

SVN revision: 55390

14 years agoand if i'm breaking shit... i may as well put it at the end, so if
Carsten Haitzler [Thu, 9 Dec 2010 02:55:08 +0000 (02:55 +0000)]
and if i'm breaking shit... i may as well put it at the end, so if
size changes later to be bigger, existing code doesnt break (due to
the way this is meant to be accessed).

SVN revision: 55388

14 years agook - make it 8192.
Carsten Haitzler [Thu, 9 Dec 2010 02:46:11 +0000 (02:46 +0000)]
ok - make it 8192.

SVN revision: 55387

14 years agospottied a stabilty/portability bug with PATH_MAx inside a public
Carsten Haitzler [Thu, 9 Dec 2010 01:29:52 +0000 (01:29 +0000)]
spottied a stabilty/portability bug with PATH_MAx inside a public
header. fix. see comments.

SVN revision: 55386

14 years agoAdd icon theme cache
Sebastian Dransfeld [Wed, 8 Dec 2010 21:39:43 +0000 (21:39 +0000)]
Add icon theme cache

Not used yet.

SVN revision: 55384

14 years agodon't terminate execs
Sebastian Dransfeld [Wed, 8 Dec 2010 21:39:23 +0000 (21:39 +0000)]
don't terminate execs

they finish very quickly, not need to terminate

SVN revision: 55383

14 years agorename struct
Sebastian Dransfeld [Wed, 8 Dec 2010 21:36:54 +0000 (21:36 +0000)]
rename struct

prepare for Efreet_Cache_Icon_Theme

SVN revision: 55382

14 years ago * eina: forgotten link.
Cedric BAIL [Wed, 8 Dec 2010 19:32:23 +0000 (19:32 +0000)]
* eina: forgotten link.

SVN revision: 55380