profile/ivi/ecore.git
13 years agofix documentation so vtorri can write a correct example :)
raster [Fri, 28 Jan 2011 03:00:48 +0000 (03:00 +0000)]
fix documentation so vtorri can write a correct example :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56340 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agore-enable progress callbacks.
raster [Fri, 28 Jan 2011 02:46:27 +0000 (02:46 +0000)]
re-enable progress callbacks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoecore_con_url_get needs no args.
raster [Fri, 28 Jan 2011 02:24:24 +0000 (02:24 +0000)]
ecore_con_url_get needs no args.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56338 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agotypo in doxy
davemds [Thu, 27 Jan 2011 21:48:51 +0000 (21:48 +0000)]
typo in doxy

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56334 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago ecore_file_download() is BROKEN!!
davemds [Thu, 27 Jan 2011 21:40:58 +0000 (21:40 +0000)]
  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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56333 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix doc typo
discomfitor [Thu, 27 Jan 2011 20:40:02 +0000 (20:40 +0000)]
fix doc typo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56330 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agotypo
caro [Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)]
typo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoexe none enum++
raster [Thu, 27 Jan 2011 03:30:42 +0000 (03:30 +0000)]
exe none enum++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56315 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix segv
discomfitor [Thu, 27 Jan 2011 03:23:05 +0000 (03:23 +0000)]
fix segv

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56314 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agounsigned int : 1 -> Eina_Bool : 1
discomfitor [Wed, 26 Jan 2011 18:38:13 +0000 (18:38 +0000)]
unsigned int : 1 -> Eina_Bool : 1

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56310 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd @file for doxy
discomfitor [Wed, 26 Jan 2011 18:23:45 +0000 (18:23 +0000)]
add @file for doxy

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56309 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
discomfitor [Mon, 24 Jan 2011 01:59:09 +0000 (01:59 +0000)]
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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
discomfitor [Mon, 24 Jan 2011 01:58:08 +0000 (01:58 +0000)]
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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56274 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agouse typedef type for ecore_main_loop_select_func_get() API
caro [Sat, 22 Jan 2011 10:11:14 +0000 (10:11 +0000)]
use typedef type for ecore_main_loop_select_func_get() API

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56261 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAssorted fixes for building RPMS, probably a good thing that the release source archi...
rui [Fri, 21 Jan 2011 21:38:01 +0000 (21:38 +0000)]
Assorted fixes for building RPMS, probably a good thing that the release source archives can generate the rpms as expected.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56257 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodns async lookup fix - if u del svr before dns lookup done
raster [Fri, 21 Jan 2011 10:01:04 +0000 (10:01 +0000)]
dns async lookup fix - if u del svr before dns lookup done

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: SO_REUSEADDR in all case.
cedric [Fri, 21 Jan 2011 09:45:38 +0000 (09:45 +0000)]
* ecore: SO_REUSEADDR in all case.

Patch thanks to Raoul Hecky < raoul.hecky at gmail.com >

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodont call pipe handler if its deleted
raster [Fri, 21 Jan 2011 06:25:36 +0000 (06:25 +0000)]
dont call pipe handler if its deleted

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56251 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore descriptive error messages when epoll fails
discomfitor [Thu, 20 Jan 2011 22:37:57 +0000 (22:37 +0000)]
more descriptive error messages when epoll fails
@mike_m: should we replace this with strerror_r implementation?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoI think someone meant to set it like this originally but was confused by the double...
discomfitor [Thu, 20 Jan 2011 09:27:19 +0000 (09:27 +0000)]
I think someone meant to set it like this originally but was confused by the double negative.
ecore_con_url no longer shows progress bars

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56239 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomissing IN_MODIFY!
raster [Tue, 18 Jan 2011 08:43:27 +0000 (08:43 +0000)]
missing IN_MODIFY!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd space key support on Windows
caro [Sun, 16 Jan 2011 18:48:08 +0000 (18:48 +0000)]
add space key support on Windows

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56196 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoput again ecore tests in the source tree
caro [Sun, 16 Jan 2011 18:31:21 +0000 (18:31 +0000)]
put again ecore tests in the source tree

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56195 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agowarning--
raster [Sun, 16 Jan 2011 08:10:50 +0000 (08:10 +0000)]
warning--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoBAD DISCOMFITOR! BROKE ecore_exe!
raster [Fri, 14 Jan 2011 11:58:58 +0000 (11:58 +0000)]
BAD DISCOMFITOR! BROKE ecore_exe!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56110 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agooh and i didnt realise - gl enigne can avoid sync as its swap based :)
raster [Fri, 14 Jan 2011 10:35:59 +0000 (10:35 +0000)]
oh and i didnt realise - gl enigne can avoid sync as its swap based :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56108 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix oh so many warnings and potential errors - scan report.
raster [Fri, 14 Jan 2011 07:03:33 +0000 (07:03 +0000)]
fix oh so many warnings and potential errors - scan report.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56104 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix possible ptr deref bug waiting to happen if crtc_info is null.
raster [Fri, 14 Jan 2011 05:47:38 +0000 (05:47 +0000)]
fix possible ptr deref bug waiting to happen if crtc_info is null.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56091 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid undefined array access
discomfitor [Fri, 14 Jan 2011 03:11:00 +0000 (03:11 +0000)]
avoid undefined array access

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56086 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove redundant line
discomfitor [Fri, 14 Jan 2011 02:57:52 +0000 (02:57 +0000)]
remove redundant line

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56085 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid null deref
discomfitor [Fri, 14 Jan 2011 02:57:07 +0000 (02:57 +0000)]
avoid null deref

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56084 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid passing NULL to memcpy
discomfitor [Fri, 14 Jan 2011 02:35:59 +0000 (02:35 +0000)]
avoid passing NULL to memcpy

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56083 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoif alloca fails you're screwed anyway, so not much point checking for it
discomfitor [Fri, 14 Jan 2011 02:32:45 +0000 (02:32 +0000)]
if alloca fails you're screwed anyway, so not much point checking for it

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56082 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid passing NULL to exec functions
discomfitor [Fri, 14 Jan 2011 02:25:55 +0000 (02:25 +0000)]
avoid passing NULL to exec functions

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56081 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agogeez! i used the wrong atom for pixmap prop! fix fix fix! it worked
raster [Tue, 11 Jan 2011 06:14:04 +0000 (06:14 +0000)]
geez! i used the wrong atom for pixmap prop! fix fix fix! it worked
only because copy and paste had get AND set use the same atom!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56041 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agonull variables at start
discomfitor [Tue, 11 Jan 2011 00:51:23 +0000 (00:51 +0000)]
null variables at start

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56031 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agohandle ares timeout more gracefully
discomfitor [Mon, 10 Jan 2011 14:41:34 +0000 (14:41 +0000)]
handle ares timeout more gracefully

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@56025 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agohve to revert these commits. they hve created a whole chunk of 64bit
raster [Fri, 7 Jan 2011 15:56:54 +0000 (15:56 +0000)]
hve to revert these commits. they hve created a whole chunk of 64bit
crashes on linux. this is REALLY bad. so remove these changes now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agouse configure-time headers checks instead of compiler ones
caro [Fri, 7 Jan 2011 08:51:17 +0000 (08:51 +0000)]
use configure-time headers checks instead of compiler ones

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55975 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agowhitespace--
caro [Fri, 7 Jan 2011 08:18:19 +0000 (08:18 +0000)]
whitespace--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55974 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid closing stdout (fd0)
discomfitor [Thu, 6 Jan 2011 22:35:31 +0000 (22:35 +0000)]
avoid closing stdout (fd0)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55959 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agocomplete rewrite of c-ares fd handling: fixes an instance of ticket #637 and also...
discomfitor [Thu, 6 Jan 2011 22:32:25 +0000 (22:32 +0000)]
complete rewrite of c-ares fd handling: fixes an instance of ticket #637 and also integrates with main loop much more nicely

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55958 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoWindows CE clean up
caro [Thu, 6 Jan 2011 19:35:51 +0000 (19:35 +0000)]
Windows CE clean up

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAC_SYS_LARGEFILE defines _FILE_OFFSET_BITS
caro [Thu, 6 Jan 2011 18:39:55 +0000 (18:39 +0000)]
AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd guards in config.h to avoid multiple inclusions
caro [Thu, 6 Jan 2011 18:36:31 +0000 (18:36 +0000)]
add guards in config.h to avoid multiple inclusions

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55942 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoupdating german translations
maxerba [Thu, 6 Jan 2011 17:49:35 +0000 (17:49 +0000)]
updating german translations

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55935 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd basic cookie support to Ecore_Con_Url.
etrunko [Thu, 6 Jan 2011 16:10:38 +0000 (16:10 +0000)]
Add basic cookie support to Ecore_Con_Url.

This commit adds some simple wrapper functions for libcurl
cookie-related code to Ecore_Con_Url.

It is now possible to enable the cookie engine, clear cookies and
dump/load them from files.

Cookies in both HTTP header-style and cookie-jar are supported.

Patch by Raphael Kubo da Costa <kubo@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55934 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agook rafael/rui - i've deprecated send and made a get and post call that
raster [Thu, 6 Jan 2011 06:33:25 +0000 (06:33 +0000)]
ok rafael/rui - i've deprecated send and made a get and post call that
will explicitly do a get or a post. send is still there (deprecated)
and it just does what it did before - it guesses effectively. please
comment. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove dummy close() calls
discomfitor [Thu, 6 Jan 2011 04:00:39 +0000 (04:00 +0000)]
remove dummy close() calls

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55924 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoorder of .la (cosmetic)
caro [Tue, 4 Jan 2011 12:49:17 +0000 (12:49 +0000)]
order of .la (cosmetic)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55843 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agosome updates to ecore_fd_valid: add dummy closes to track with strace (sup k-s) and...
discomfitor [Tue, 4 Jan 2011 06:58:34 +0000 (06:58 +0000)]
some updates to ecore_fd_valid: add dummy closes to track with strace (sup k-s) and switch sleep() to pause()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agojust in case - check if malloc fails.
raster [Tue, 4 Jan 2011 06:10:31 +0000 (06:10 +0000)]
just in case - check if malloc fails.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55837 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * check if dlopen() is in libc first, then in libdl
caro [Mon, 3 Jan 2011 08:16:55 +0000 (08:16 +0000)]
 * check if dlopen() is in libc first, then in libdl
 * check if clock_gettime() is in libc first, then in librt

some systems have these functions in libc, or in a specific lib.
This allows to correctly set dlopen_libs and rt_libs variables.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55821 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoautom4te.cache is deleted at distbuild time, so at
caro [Mon, 3 Jan 2011 08:00:22 +0000 (08:00 +0000)]
autom4te.cache is deleted at distbuild time, so at
maintainerclean time to as the latter calls the former

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55816 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agowtf? why a ! ... ??? that was wrong-ish.
raster [Mon, 3 Jan 2011 01:29:37 +0000 (01:29 +0000)]
wtf? why a ! ... ??? that was wrong-ish.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agothis adds a small helper function for use in finding cases where the epoll fd gets...
discomfitor [Sat, 1 Jan 2011 03:07:58 +0000 (03:07 +0000)]
this adds a small helper function for use in finding cases where the epoll fd gets deleted and calls it after each fdh function
if epoll support is not enabled, the function does nothing
this will be removed prior to actual release, but will be very useful in finding the last epoll bugs until then

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55791 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoand we were missing vsync set support in ecore-evas, but had indirect
raster [Sun, 26 Dec 2010 10:17:31 +0000 (10:17 +0000)]
and we were missing vsync set support in ecore-evas, but had indirect
support. fix.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55755 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
discomfitor [Mon, 20 Dec 2010 22:52:41 +0000 (22:52 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Date: Mon, 20 Dec 2010 17:47:19 +0900
Subject: [PATCH] Deleting the same fdh twice is an error

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55676 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove test suite from ecore. gentoo users/ebuild maiontainers are
raster [Sun, 19 Dec 2010 02:46:01 +0000 (02:46 +0000)]
remove test suite from ecore. gentoo users/ebuild maiontainers are
simply a pain. no more tests within src trees. talk to gentoo if you
don't like it. i wasted enough of my day already trying to talk sense
into them. if we dont tempt them with stuff they dont comprehend then
its less pain for us having to answer their questions.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55635 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove useless private libraries in ecore-win32.pc.in
caro [Sat, 18 Dec 2010 19:24:59 +0000 (19:24 +0000)]
remove useless private libraries in ecore-win32.pc.in

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55633 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoformatting
raster [Sat, 18 Dec 2010 01:47:29 +0000 (01:47 +0000)]
formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agostop trying to rm a dir and rm -rf the dir
discomfitor [Fri, 17 Dec 2010 18:21:08 +0000 (18:21 +0000)]
stop trying to rm a dir and rm -rf the dir

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoonly check errno if num < 0
englebass [Fri, 17 Dec 2010 12:09:14 +0000 (12:09 +0000)]
only check errno if num < 0

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd notes to prevent future breaking of ecore_con_ssl
discomfitor [Fri, 17 Dec 2010 09:02:44 +0000 (09:02 +0000)]
add notes to prevent future breaking of ecore_con_ssl

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55606 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoformatting
englebass [Fri, 17 Dec 2010 08:48:36 +0000 (08:48 +0000)]
formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55605 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodon't accept 0 return
englebass [Fri, 17 Dec 2010 08:44:53 +0000 (08:44 +0000)]
don't accept 0 return

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoonly emit ECORE_CON_EVENT_SERVER_DATA when data
englebass [Fri, 17 Dec 2010 08:15:52 +0000 (08:15 +0000)]
only emit ECORE_CON_EVENT_SERVER_DATA when data

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55602 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: SPANK ! SPANK ! SPANK !
cedric [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 !

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55594 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: fix obvious bug. But Ecore_Con with UDP session is
cedric [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55593 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55583 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agono - dont do http:// - then englebass is right need to do ftp://,
raster [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofinally fix stupid ssl read bug for long transfers! also added a couple more error...
discomfitor [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agovalidate name better, fix super frustrating bug where connections would inexplicably...
discomfitor [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]://

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55573 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
raster [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55572 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
raster [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55571 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
raster [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55570 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55557 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodiscomfitor... SPANK! REVERT REVERT REVERT! i've been sitting in a
raster [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).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55528 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55522 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix usage of ecore_con functions to avoid magic failures: SOMEONE WHO KNOWS THIS...
discomfitor [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55498 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agohandle ARES_ECONNREFUSED
discomfitor [Sat, 11 Dec 2010 00:25:46 +0000 (00:25 +0000)]
handle ARES_ECONNREFUSED

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55473 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago[ecore_win32] Better move and resize of windows. Needs a lot of love though
caro [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55470 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55438 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agothis error fix is dedicated to Tommy[D] for continuing to prove that the impossible...
discomfitor [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55432 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoreorder a little, fix bug where client_del event was never sent if it had send data...
discomfitor [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?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55391 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55390 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agohandle ARES_ENODATA more gracefully
discomfitor [Wed, 8 Dec 2010 14:00:37 +0000 (14:00 +0000)]
handle ARES_ENODATA more gracefully

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55371 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoand break api in ecore_input_evas - not used anyway except within
raster [Wed, 8 Dec 2010 03:25:23 +0000 (03:25 +0000)]
and break api in ecore_input_evas - not used anyway except within
ecore. the api didn't allow for rotation of multitouch input. need to
fix. done.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55367 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoformatting!
raster [Tue, 7 Dec 2010 08:38:07 +0000 (08:38 +0000)]
formatting!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoavoid magic fail on already-freed handler
discomfitor [Sun, 5 Dec 2010 07:30:17 +0000 (07:30 +0000)]
avoid magic fail on already-freed handler

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !
cedric [Sat, 4 Dec 2010 00:50:58 +0000 (00:50 +0000)]
* eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55238 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: forgotten file to pass distcheck.
cedric [Fri, 3 Dec 2010 23:35:49 +0000 (23:35 +0000)]
* ecore: forgotten file to pass distcheck.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55234 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: fix build on Mac OS X.
cedric [Fri, 3 Dec 2010 18:40:30 +0000 (18:40 +0000)]
* ecore: fix build on Mac OS X.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55221 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33