Sebastian Dransfeld [Fri, 17 Dec 2010 12:09:14 +0000 (12:09 +0000)]
only check errno if num < 0
SVN revision: 55611
Vincent Torri [Fri, 17 Dec 2010 10:18:56 +0000 (10:18 +0000)]
add timeval structure declaration for vc++
SVN revision: 55608
Mike Blumenkrantz [Fri, 17 Dec 2010 09:02:44 +0000 (09:02 +0000)]
add notes to prevent future breaking of ecore_con_ssl
SVN revision: 55606
Sebastian Dransfeld [Fri, 17 Dec 2010 08:48:36 +0000 (08:48 +0000)]
formatting
SVN revision: 55605
Sebastian Dransfeld [Fri, 17 Dec 2010 08:44:53 +0000 (08:44 +0000)]
don't accept 0 return
SVN revision: 55604
Sebastian Dransfeld [Fri, 17 Dec 2010 08:15:52 +0000 (08:15 +0000)]
only emit ECORE_CON_EVENT_SERVER_DATA when data
SVN revision: 55602
Vincent Torri [Thu, 16 Dec 2010 15:54:49 +0000 (15:54 +0000)]
use the same m4 variables than the other EFL
SVN revision: 55596
Cedric BAIL [Thu, 16 Dec 2010 13:16:40 +0000 (13:16 +0000)]
* ecore: SPANK ! SPANK ! SPANK !
The value of errno is only know when the result of a syscall
tell you to look at it. And don't set errno, that's a bad idea !
SVN revision: 55594
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
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
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
Vincent Torri [Thu, 16 Dec 2010 07:45:12 +0000 (07:45 +0000)]
remove warning
SVN revision: 55578
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
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
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
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
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
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
Cedric BAIL [Wed, 15 Dec 2010 11:56:50 +0000 (11:56 +0000)]
* eina: some time compiler are really stupid...
SVN revision: 55561
Cedric BAIL [Wed, 15 Dec 2010 11:14:47 +0000 (11:14 +0000)]
* eina: fix typo.
SVN revision: 55560
Cedric BAIL [Wed, 15 Dec 2010 10:40:57 +0000 (10:40 +0000)]
* evas: fix typo.
SVN revision: 55559
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
Iván Briano [Tue, 14 Dec 2010 17:18:31 +0000 (17:18 +0000)]
FOCUS_OBJECT takes a part as target
SVN revision: 55556
Cedric BAIL [Tue, 14 Dec 2010 16:20:48 +0000 (16:20 +0000)]
* eina: also update ldflags instead of cflags.
SVN revision: 55555
Cedric BAIL [Tue, 14 Dec 2010 14:17:07 +0000 (14:17 +0000)]
* evas: better fix for path init.
SVN revision: 55553
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
Vincent Torri [Tue, 14 Dec 2010 07:05:52 +0000 (07:05 +0000)]
gaurd ecore_imf functions
SVN revision: 55550
Vincent Torri [Tue, 14 Dec 2010 06:20:55 +0000 (06:20 +0000)]
missing one _Bool -> Eina_Bool
SVN revision: 55549
Vincent Torri [Tue, 14 Dec 2010 06:19:30 +0000 (06:19 +0000)]
use size_t when it does not hurt
SVN revision: 55548
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
Vincent Torri [Tue, 14 Dec 2010 05:49:46 +0000 (05:49 +0000)]
use Eina_Bool instead of _Bool for consistency
SVN revision: 55546
Vincent Torri [Tue, 14 Dec 2010 05:42:25 +0000 (05:42 +0000)]
declare variables at the beginning of the block
SVN revision: 55545
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
Carsten Haitzler [Tue, 14 Dec 2010 03:11:03 +0000 (03:11 +0000)]
warning--
SVN revision: 55543
Carsten Haitzler [Tue, 14 Dec 2010 03:09:01 +0000 (03:09 +0000)]
fix warning.
SVN revision: 55542
Vincent Torri [Mon, 13 Dec 2010 17:52:03 +0000 (17:52 +0000)]
Add Visual Studio 2008 files
SVN revision: 55539
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
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
Vincent Torri [Mon, 13 Dec 2010 05:20:56 +0000 (05:20 +0000)]
add dirname() function
SVN revision: 55530
Carsten Haitzler [Mon, 13 Dec 2010 03:56:53 +0000 (03:56 +0000)]
set clobber info right for neon test.
SVN revision: 55529
Vincent Torri [Sun, 12 Dec 2010 23:09:24 +0000 (23:09 +0000)]
fix potential problem with Windows 64 bits API.
SVN revision: 55528
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
Vincent Torri [Sun, 12 Dec 2010 22:46:39 +0000 (22:46 +0000)]
declare variables at the beginning of the block
SVN revision: 55526
Vincent Torri [Sun, 12 Dec 2010 22:44:06 +0000 (22:44 +0000)]
add usleep() for vc++
SVN revision: 55525
Vincent Torri [Sun, 12 Dec 2010 22:42:20 +0000 (22:42 +0000)]
add eina_sched.c to the vcproj file
SVN revision: 55524
Sebastian Dransfeld [Sun, 12 Dec 2010 22:17:05 +0000 (22:17 +0000)]
use convenience macro
SVN revision: 55523
Mike Blumenkrantz [Sun, 12 Dec 2010 20:38:27 +0000 (20:38 +0000)]
forgot a null check
SVN revision: 55522
Vincent Torri [Sun, 12 Dec 2010 18:18:34 +0000 (18:18 +0000)]
useless path
SVN revision: 55520
Vincent Torri [Sun, 12 Dec 2010 18:09:35 +0000 (18:09 +0000)]
change the size of the buffer
SVN revision: 55519
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
Sebastian Dransfeld [Sat, 11 Dec 2010 20:37:17 +0000 (20:37 +0000)]
delay closing of icon theme cache
SVN revision: 55502
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
Mike Blumenkrantz [Sat, 11 Dec 2010 16:51:29 +0000 (16:51 +0000)]
use more explicit error checks
SVN revision: 55498
Vincent Torri [Sat, 11 Dec 2010 13:17:26 +0000 (13:17 +0000)]
warnings--
SVN revision: 55496
Vincent Torri [Sat, 11 Dec 2010 13:13:10 +0000 (13:13 +0000)]
update vcproj file
SVN revision: 55495
Vincent Torri [Sat, 11 Dec 2010 13:11:59 +0000 (13:11 +0000)]
don't redefine macro when using Visual Studio
SVN revision: 55494
Vincent Torri [Sat, 11 Dec 2010 10:40:29 +0000 (10:40 +0000)]
suppress useless file
SVN revision: 55493
Vincent Torri [Sat, 11 Dec 2010 10:39:00 +0000 (10:39 +0000)]
update visual studio files
SVN revision: 55492
Vincent Torri [Sat, 11 Dec 2010 09:00:13 +0000 (09:00 +0000)]
declare variables at the beginning of the block
SVN revision: 55491
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
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
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
Vincent Torri [Sat, 11 Dec 2010 07:09:07 +0000 (07:09 +0000)]
missing cast
SVN revision: 55487
Vincent Torri [Sat, 11 Dec 2010 07:02:25 +0000 (07:02 +0000)]
warning--
SVN revision: 55486
Carsten Haitzler [Sat, 11 Dec 2010 04:05:52 +0000 (04:05 +0000)]
formatting fixups.
SVN revision: 55485
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
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
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
Vincent Torri [Sat, 11 Dec 2010 00:42:29 +0000 (00:42 +0000)]
update Visual Studio files
SVN revision: 55478
Vincent Torri [Sat, 11 Dec 2010 00:41:31 +0000 (00:41 +0000)]
warning--
SVN revision: 55477
Vincent Torri [Sat, 11 Dec 2010 00:40:52 +0000 (00:40 +0000)]
warning--
SVN revision: 55476
Vincent Torri [Sat, 11 Dec 2010 00:40:05 +0000 (00:40 +0000)]
warning--
SVN revision: 55475
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
Mike Blumenkrantz [Sat, 11 Dec 2010 00:25:46 +0000 (00:25 +0000)]
handle ARES_ECONNREFUSED
SVN revision: 55473
Vincent Torri [Fri, 10 Dec 2010 23:45:29 +0000 (23:45 +0000)]
fix warning
SVN revision: 55472
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
Vincent Torri [Fri, 10 Dec 2010 21:12:28 +0000 (21:12 +0000)]
update vcproj files
SVN revision: 55469
Sebastian Dransfeld [Fri, 10 Dec 2010 20:32:28 +0000 (20:32 +0000)]
TODO++
SVN revision: 55468
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
Vincent Torri [Fri, 10 Dec 2010 07:15:25 +0000 (07:15 +0000)]
forgot ecore for the DSO problem
SVN revision: 55442
Sebastian Dransfeld [Fri, 10 Dec 2010 06:05:35 +0000 (06:05 +0000)]
Fix me as author
SVN revision: 55438
Mike Blumenkrantz [Thu, 9 Dec 2010 21:04:22 +0000 (21:04 +0000)]
avoid writing <= 0 bytes to clients
SVN revision: 55433
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
Vincent Torri [Thu, 9 Dec 2010 18:39:08 +0000 (18:39 +0000)]
first step toward DSO solution. see ticket #644
SVN revision: 55431
Sebastian Dransfeld [Thu, 9 Dec 2010 14:13:31 +0000 (14:13 +0000)]
Use right struct for eddc size
SVN revision: 55415
Sebastian Dransfeld [Thu, 9 Dec 2010 14:01:34 +0000 (14:01 +0000)]
use cache dir for data lock
SVN revision: 55414
Sebastian Dransfeld [Thu, 9 Dec 2010 13:41:22 +0000 (13:41 +0000)]
revert crazy idea
SVN revision: 55413
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
Sebastian Dransfeld [Thu, 9 Dec 2010 12:19:23 +0000 (12:19 +0000)]
if file open, return true
SVN revision: 55407
Sebastian Dransfeld [Thu, 9 Dec 2010 12:19:13 +0000 (12:19 +0000)]
TODO++
SVN revision: 55406
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
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
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
Sebastian Dransfeld [Thu, 9 Dec 2010 09:12:12 +0000 (09:12 +0000)]
And recreate hash after deletion
SVN revision: 55400
Sebastian Dransfeld [Thu, 9 Dec 2010 08:57:06 +0000 (08:57 +0000)]
flush icon theme cache before closing eet file
SVN revision: 55399
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:56 +0000 (08:56 +0000)]
enable icon theme cache
SVN revision: 55398
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:46 +0000 (08:56 +0000)]
fix environment handling
SVN revision: 55397
Sebastian Dransfeld [Thu, 9 Dec 2010 08:56:36 +0000 (08:56 +0000)]
free iterator after usage
SVN revision: 55396
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
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