profile/ivi/ecore.git
13 years agoremove debug
englebass [Tue, 28 Sep 2010 18:14:58 +0000 (18:14 +0000)]
remove debug

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

13 years agolibraries should be in LIBS, not LDFLAGS
englebass [Tue, 28 Sep 2010 18:12:15 +0000 (18:12 +0000)]
libraries should be in LIBS, not LDFLAGS

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

13 years agoupdate examples to new api
discomfitor [Tue, 28 Sep 2010 09:41:20 +0000 (09:41 +0000)]
update examples to new api

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

13 years agowhoops comparison typo
discomfitor [Tue, 28 Sep 2010 09:28:04 +0000 (09:28 +0000)]
whoops comparison typo

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

13 years agofirst part of ssl rerererewrite: split functions, move stuff out of prepare(), and...
discomfitor [Tue, 28 Sep 2010 03:16:08 +0000 (03:16 +0000)]
first part of ssl rerererewrite: split functions, move stuff out of prepare(), and add verification for gnutls clients

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

13 years agoFix ecore to at least compile on systems that don't have clock_getting.
devilhorns [Tue, 28 Sep 2010 00:21:48 +0000 (00:21 +0000)]
Fix ecore to at least compile on systems that don't have clock_getting.

NB: Not sure if this is a correct fix or not, but at least svn is not
busted anymore.

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

13 years agoUnbreak ecore building by using unset correctly....Spankies !!!
devilhorns [Tue, 28 Sep 2010 00:10:53 +0000 (00:10 +0000)]
Unbreak ecore building by using unset correctly....Spankies !!!

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

13 years agoRespect namespace
lucas [Mon, 27 Sep 2010 22:35:55 +0000 (22:35 +0000)]
Respect namespace
_ecore_loop_time -> _ecore_time_loop_time

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

13 years agoMake ecore_time_get and friends use monotonic clock
lucas [Mon, 27 Sep 2010 22:35:35 +0000 (22:35 +0000)]
Make ecore_time_get and friends use monotonic clock
Instead of relying on unix time, use a monotonic clock provided by
clock_gettime(). If a monotonic clock is not available, it will fallback
to CLOCK_REALTIME or unix time if neither is available.

The impact is that now it only makes sense to call ecore_time_get() or
ecore_time_loop_get() if the value retrieved is intended to be used as
relative to previous/posterior measurements. If an absolute value is
needed, the right function to call now is ecore_time_unix_get() which
will give the number of seconds since Jan 1st, 1970, 12:00AM.

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

13 years agodisable rehandshake support for now
discomfitor [Sun, 26 Sep 2010 23:56:31 +0000 (23:56 +0000)]
disable rehandshake support for now

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

13 years agoecore_x: fix key-up events!
barbieri [Sun, 26 Sep 2010 19:41:02 +0000 (19:41 +0000)]
ecore_x: fix key-up events!

Bad cedric, no cookie for you! While merging r39505 introducing
Ecore_Input you had all the code to go through Xutf8LookupString(),
but its documentation says (man Xutf8LookupString):

{{{
                                        Note

            ®To ensure proper input processing, it is essential that the
            client pass only KeyPress events to XmbLookupString,
            XwcLookupString and Xutf8LookupString.  Their behavior when a
            client passes a KeyRelease event is undefined.
}}}

Yeah, Xlib is quite stupid and this makes no sense.

As this just happens for UP events, it was unnoticed for a long time
(19 months) as most apps just handle DOWN events, as it gets X
keyboard repetition and all.

Thanks to Otavio Pontes that spotted this bug while doing some code
for EPhoto (that for some weird reason uses UP instead of DOWN
events).

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

13 years agoFix a couple of ecore_x_e_illume functions ... these Should be int.
devilhorns [Sun, 26 Sep 2010 17:58:44 +0000 (17:58 +0000)]
Fix a couple of ecore_x_e_illume functions ... these Should be int.

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

13 years agoint --> bool
caro [Sun, 26 Sep 2010 17:49:05 +0000 (17:49 +0000)]
int --> bool

Please review it. i don't have the courage to read
everything again

It should compile on linux (committed from windows, but
corrected at the same time on linux. Thank you, VirtualBox
devs !)

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

13 years ago[ecore-imf] more strict detection of exported functions on Windows
caro [Sun, 26 Sep 2010 06:00:14 +0000 (06:00 +0000)]
[ecore-imf] more strict detection of exported functions on Windows

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

13 years agoint --> Eina_Bool
caro [Sun, 26 Sep 2010 05:42:56 +0000 (05:42 +0000)]
int --> Eina_Bool

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

13 years agomake fb default for *
raster [Sun, 26 Sep 2010 03:42:30 +0000 (03:42 +0000)]
make fb default for *

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

13 years agoformatting.
raster [Sun, 26 Sep 2010 02:24:36 +0000 (02:24 +0000)]
formatting.

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

13 years agoformatting.
raster [Sun, 26 Sep 2010 02:17:53 +0000 (02:17 +0000)]
formatting.

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

13 years agoint --> Eina_Bool
caro [Sat, 25 Sep 2010 07:03:02 +0000 (07:03 +0000)]
int --> Eina_Bool

please review it

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

13 years agoEina.h should be needed here too
caro [Sat, 25 Sep 2010 06:23:32 +0000 (06:23 +0000)]
Eina.h should be needed here too

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

13 years agofix build (i'm on windows, so can't test it)
caro [Sat, 25 Sep 2010 06:21:43 +0000 (06:21 +0000)]
fix build (i'm on windows, so can't test it)

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

13 years agoformatting
caro [Sat, 25 Sep 2010 06:10:18 +0000 (06:10 +0000)]
formatting

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

13 years agoformatting
caro [Sat, 25 Sep 2010 06:03:38 +0000 (06:03 +0000)]
formatting

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

13 years agoformatting
caro [Sat, 25 Sep 2010 05:58:42 +0000 (05:58 +0000)]
formatting

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

13 years agoformatting
caro [Sat, 25 Sep 2010 05:56:01 +0000 (05:56 +0000)]
formatting

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

13 years agoformatting
caro [Sat, 25 Sep 2010 05:45:19 +0000 (05:45 +0000)]
formatting

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

13 years agoformatting and whitespace--
caro [Sat, 25 Sep 2010 05:36:21 +0000 (05:36 +0000)]
formatting and whitespace--

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

13 years agoint --> Eina_Bool
caro [Sat, 25 Sep 2010 05:34:26 +0000 (05:34 +0000)]
int --> Eina_Bool

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

13 years agoint --> Eina_Bool
caro [Sat, 25 Sep 2010 05:14:00 +0000 (05:14 +0000)]
int --> Eina_Bool

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

13 years agodirectfb does not exists on Windows, so simplify EAPI
caro [Sat, 25 Sep 2010 05:08:30 +0000 (05:08 +0000)]
directfb does not exists on Windows, so simplify EAPI

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

13 years agoformatting
caro [Sat, 25 Sep 2010 04:58:33 +0000 (04:58 +0000)]
formatting

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

13 years agoformatting
caro [Sat, 25 Sep 2010 04:53:47 +0000 (04:53 +0000)]
formatting

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

13 years agoint --> Eina_Bool
caro [Sat, 25 Sep 2010 04:50:10 +0000 (04:50 +0000)]
int --> Eina_Bool

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

13 years agoattempt to rehandshake more frequently to avoid unnecessary looping
discomfitor [Sat, 25 Sep 2010 04:22:10 +0000 (04:22 +0000)]
attempt to rehandshake more frequently to avoid unnecessary looping

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

13 years agowhoops typo
discomfitor [Sat, 25 Sep 2010 04:21:03 +0000 (04:21 +0000)]
whoops typo

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

13 years agoimplement ssl rehandshakes
discomfitor [Sat, 25 Sep 2010 03:02:10 +0000 (03:02 +0000)]
implement ssl rehandshakes
convert bool variable to bool
fix bug where ssl read/write could improperly result in disconnect

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

13 years agofix warning detection
discomfitor [Fri, 24 Sep 2010 22:49:06 +0000 (22:49 +0000)]
fix warning detection

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

13 years agoremove double check for ssl
discomfitor [Fri, 24 Sep 2010 20:07:55 +0000 (20:07 +0000)]
remove double check for ssl

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

13 years agodon't use ssl for local connections
discomfitor [Fri, 24 Sep 2010 20:03:09 +0000 (20:03 +0000)]
don't use ssl for local connections

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

13 years agosend server name extension
discomfitor [Fri, 24 Sep 2010 19:47:25 +0000 (19:47 +0000)]
send server name extension

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

13 years ago * ecore: check GNUTLS version before using new feature.
cedric [Fri, 24 Sep 2010 11:25:40 +0000 (11:25 +0000)]
* ecore: check GNUTLS version before using new feature.

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

13 years agoecore: fix compilation when GNUTLS_HANDSHAKE_NEW_SESSION_TICKET is not defined
billiob [Fri, 24 Sep 2010 09:42:16 +0000 (09:42 +0000)]
ecore: fix compilation when GNUTLS_HANDSHAKE_NEW_SESSION_TICKET is not defined

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

13 years agoadd session ticket support for gnutls, also add extremely detailed handshake error...
discomfitor [Fri, 24 Sep 2010 06:54:49 +0000 (06:54 +0000)]
add session ticket support for gnutls, also add extremely detailed handshake error messages

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

13 years agodocument abstract types
caro [Fri, 24 Sep 2010 06:35:30 +0000 (06:35 +0000)]
document abstract types

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

13 years agoformatting
caro [Fri, 24 Sep 2010 06:34:56 +0000 (06:34 +0000)]
formatting

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

13 years agofix events for async handshaking
discomfitor [Fri, 24 Sep 2010 05:57:03 +0000 (05:57 +0000)]
fix events for async handshaking

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

13 years agofix kx priority
discomfitor [Fri, 24 Sep 2010 05:56:45 +0000 (05:56 +0000)]
fix kx priority

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

13 years agodeprecated function
caro [Fri, 24 Sep 2010 05:53:25 +0000 (05:53 +0000)]
deprecated function

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

13 years agoadd warning messages for ecore_cocoa, ecore_win32 and ecore_wince
caro [Fri, 24 Sep 2010 05:30:51 +0000 (05:30 +0000)]
add warning messages for ecore_cocoa, ecore_win32 and ecore_wince

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

13 years agoyet another ecore_con overhaul!
discomfitor [Fri, 24 Sep 2010 04:15:42 +0000 (04:15 +0000)]
yet another ecore_con overhaul!
*internal function rename
*******finally fix ssl handshaking to be non-blocking

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

13 years ago * Eina.h needed for Eina_Bool.
caro [Thu, 23 Sep 2010 22:18:15 +0000 (22:18 +0000)]
 * Eina.h needed for Eina_Bool.
 * typo in comments.
 * use a border of 1 for a table.

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

13 years agoUse eina_sched_prio_drop()
lucas [Thu, 23 Sep 2010 20:39:40 +0000 (20:39 +0000)]
Use eina_sched_prio_drop()

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

13 years agoAdd Ecore_Win32 and Ecore_WinCE to the main page of the doc
caro [Thu, 23 Sep 2010 18:53:25 +0000 (18:53 +0000)]
Add Ecore_Win32 and Ecore_WinCE to the main page of the doc

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

13 years agodocument completely the Ecore_Win32 and Ecore_WinCE
caro [Thu, 23 Sep 2010 18:47:40 +0000 (18:47 +0000)]
document completely the Ecore_Win32 and Ecore_WinCE

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

13 years agoWindows: too much noise in the console with animations
caro [Thu, 23 Sep 2010 18:44:48 +0000 (18:44 +0000)]
Windows: too much noise in the console with animations

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

13 years agosomething for morlenxus maybe
discomfitor [Thu, 23 Sep 2010 10:35:30 +0000 (10:35 +0000)]
something for morlenxus maybe

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

13 years agowhoops port number
discomfitor [Thu, 23 Sep 2010 00:58:30 +0000 (00:58 +0000)]
whoops port number

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

13 years agoupdate to match server example
discomfitor [Thu, 23 Sep 2010 00:18:49 +0000 (00:18 +0000)]
update to match server example

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

13 years agofinally. fix. openssl. again.
discomfitor [Thu, 23 Sep 2010 00:16:42 +0000 (00:16 +0000)]
finally. fix. openssl. again.

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

13 years agoerror check server creation
discomfitor [Wed, 22 Sep 2010 23:58:31 +0000 (23:58 +0000)]
error check server creation

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

13 years agocosmetic fix to use mixed protocol
discomfitor [Wed, 22 Sep 2010 22:44:54 +0000 (22:44 +0000)]
cosmetic fix to use mixed protocol

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

13 years agobetter openssl error handlers
discomfitor [Wed, 22 Sep 2010 22:33:02 +0000 (22:33 +0000)]
better openssl error handlers

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

13 years agoprefer stronger anonymous client encryption
discomfitor [Wed, 22 Sep 2010 22:06:49 +0000 (22:06 +0000)]
prefer stronger anonymous client encryption
also some progress on openssl that does nothing except make servers take forever to start

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

13 years agoclean up openssl handshake
discomfitor [Wed, 22 Sep 2010 17:37:25 +0000 (17:37 +0000)]
clean up openssl handshake

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

13 years agoupdate to use automatic disconnect and quit after a connection
discomfitor [Wed, 22 Sep 2010 17:22:11 +0000 (17:22 +0000)]
update to use automatic disconnect and quit after a connection

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

13 years ago * ecore: oops, forgot that change.
cedric [Wed, 22 Sep 2010 11:09:44 +0000 (11:09 +0000)]
* ecore: oops, forgot that change.

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

13 years ago * ecore: rename ecore_long_run to ecore_thread_feedback_run.
cedric [Wed, 22 Sep 2010 09:47:55 +0000 (09:47 +0000)]
* ecore: rename ecore_long_run to ecore_thread_feedback_run.

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

13 years agoremove whitespaces
caro [Wed, 22 Sep 2010 08:03:38 +0000 (08:03 +0000)]
remove whitespaces

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

13 years agofinally. fix. ssl.
discomfitor [Wed, 22 Sep 2010 07:27:07 +0000 (07:27 +0000)]
finally. fix. ssl.

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

13 years agodisable PSK ciphers for now since they aren't implemented
discomfitor [Wed, 22 Sep 2010 06:13:29 +0000 (06:13 +0000)]
disable PSK ciphers for now since they aren't implemented

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

13 years agoimplement functions to time out client connections to our server
discomfitor [Wed, 22 Sep 2010 04:48:09 +0000 (04:48 +0000)]
implement functions to time out client connections to our server
*set/get default idle timeout of clients*
+ecore_con_server_timeout_set
+ecore_con_server_timeout_get
*set/get idle timeout of a client*
+ecore_con_client_timeout_set
+ecore_con_client_timeout_get

*get connection uptime of a client/server*
+ecore_con_client_uptime_get
+ecore_con_server_uptime_get

*fix giant ssl server memory leak*

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

13 years agoadd ECORE_CON_USE_MIXED, which is just an alias for SSL3+TLS
discomfitor [Wed, 22 Sep 2010 01:26:23 +0000 (01:26 +0000)]
add ECORE_CON_USE_MIXED, which is just an alias for SSL3+TLS

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

13 years ago!@#$ it, just going to rewrite the whole damn thing:
discomfitor [Wed, 22 Sep 2010 00:10:10 +0000 (00:10 +0000)]
!@#$ it, just going to rewrite the whole damn thing:
*fix gnutls client/server implementations to use correct ciphers and free memory properly
*prevent lots of segvs

this message brought to you by gnu dicks

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

13 years agonow that log colors work on Windows, let eina_log choose
caro [Tue, 21 Sep 2010 16:38:33 +0000 (16:38 +0000)]
now that log colors work on Windows, let eina_log choose
the default colors

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

13 years agofix ecore con openssl clients (really ecore_con_server...) sigh
discomfitor [Tue, 21 Sep 2010 07:04:10 +0000 (07:04 +0000)]
fix ecore con openssl clients (really ecore_con_server...) sigh

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

13 years agodoxy fixes
discomfitor [Tue, 21 Sep 2010 06:49:22 +0000 (06:49 +0000)]
doxy fixes
c/o vtorri

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

13 years agoecore_con_url_destroy -> ecore_con_url_free
discomfitor [Tue, 21 Sep 2010 06:49:07 +0000 (06:49 +0000)]
ecore_con_url_destroy -> ecore_con_url_free
also some small function rearranging

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

13 years agothis should have gone in with r52531...
discomfitor [Tue, 21 Sep 2010 05:34:49 +0000 (05:34 +0000)]
this should have gone in with r52531...

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

13 years agofix doxy and EAPI for ssl function
discomfitor [Tue, 21 Sep 2010 05:34:10 +0000 (05:34 +0000)]
fix doxy and EAPI for ssl function

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

13 years ago-EAPI int ecore_con_url_url_set(Ecore_Con_Url *url_con,
discomfitor [Tue, 21 Sep 2010 03:14:46 +0000 (03:14 +0000)]
-EAPI int               ecore_con_url_url_set(Ecore_Con_Url *url_con,
+EAPI Eina_Bool         ecore_con_url_url_set(Ecore_Con_Url *url_con,
-EAPI int               ecore_con_url_httpauth_set(Ecore_Con_Url *url_con,
+EAPI Eina_Bool         ecore_con_url_httpauth_set(Ecore_Con_Url *url_con,
-EAPI int               ecore_con_url_send(Ecore_Con_Url *url_con,
+EAPI Eina_Bool         ecore_con_url_send(Ecore_Con_Url *url_con,
-EAPI int               ecore_con_url_ftp_upload(Ecore_Con_Url *url_con,
+EAPI Eina_Bool         ecore_con_url_ftp_upload(Ecore_Con_Url *url_con,

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

13 years agoformatting
discomfitor [Tue, 21 Sep 2010 03:08:35 +0000 (03:08 +0000)]
formatting

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

13 years agoremove unused variable
discomfitor [Tue, 21 Sep 2010 02:16:40 +0000 (02:16 +0000)]
remove unused variable

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

13 years agoecore_main_fd_handler_active_get -> Eina_Bool
discomfitor [Tue, 21 Sep 2010 02:06:41 +0000 (02:06 +0000)]
ecore_main_fd_handler_active_get -> Eina_Bool

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

13 years agoecore_ipc_server_connected_get -> Eina_Bool
discomfitor [Tue, 21 Sep 2010 01:58:54 +0000 (01:58 +0000)]
ecore_ipc_server_connected_get -> Eina_Bool

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

13 years agoecore_con_server_connected_get now returns Eina_Bool
discomfitor [Tue, 21 Sep 2010 01:48:46 +0000 (01:48 +0000)]
ecore_con_server_connected_get now returns Eina_Bool

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

13 years agodistribute examples
discomfitor [Mon, 20 Sep 2010 21:17:39 +0000 (21:17 +0000)]
distribute examples

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

13 years agoecore_con client example
discomfitor [Mon, 20 Sep 2010 21:16:51 +0000 (21:16 +0000)]
ecore_con client example

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

13 years agoecore_con server example
discomfitor [Mon, 20 Sep 2010 21:13:29 +0000 (21:13 +0000)]
ecore_con server example

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

13 years agoupdate doxyfile to warn more for missing params, prevent __UNUSED__ warnings, exclude...
discomfitor [Mon, 20 Sep 2010 21:13:05 +0000 (21:13 +0000)]
update doxyfile to warn more for missing params, prevent __UNUSED__ warnings, exclude all ecore_config

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

13 years agoremove ecore_config stuff; also accidentally committed undocumented changes in r52512...
discomfitor [Mon, 20 Sep 2010 21:12:08 +0000 (21:12 +0000)]
remove ecore_config stuff; also accidentally committed undocumented changes in r52512 as follows:
*update Doxyfile to new version
*fix doxygen warnings from samsung <tbd> email
*remove references to code that was probably last used by the roman empire

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

13 years agoThis is the Doxygen Police! If you committed any of these lines, accept your public...
discomfitor [Mon, 20 Sep 2010 20:52:15 +0000 (20:52 +0000)]
This is the Doxygen Police! If you committed any of these lines, accept your public shaming!

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

13 years agodoxy error fixes
discomfitor [Mon, 20 Sep 2010 20:33:50 +0000 (20:33 +0000)]
doxy error fixes

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

13 years agoT_UNIX I AM GUESSING THIS WAS YOU!
discomfitor [Mon, 20 Sep 2010 20:18:26 +0000 (20:18 +0000)]
T_UNIX I AM GUESSING THIS WAS YOU!
@Brief != @brief!!!

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

13 years agodoxy todo--
discomfitor [Mon, 20 Sep 2010 20:12:17 +0000 (20:12 +0000)]
doxy todo--

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

13 years agoauthors updates
discomfitor [Mon, 20 Sep 2010 20:04:05 +0000 (20:04 +0000)]
authors updates

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

13 years agofix obscure error case where CLIENT_DEL event is not generated after a client ssl...
discomfitor [Mon, 20 Sep 2010 19:32:37 +0000 (19:32 +0000)]
fix obscure error case where CLIENT_DEL event is not generated after a client ssl pings ecore's server and disconnects immediately after handshake

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

13 years agoadd cl->client_count member to prevent segv when counting a list that is actually...
discomfitor [Mon, 20 Sep 2010 19:31:11 +0000 (19:31 +0000)]
add cl->client_count member to prevent segv when counting a list that is actually null but hasn't been nulled

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

13 years agoformatting, switch lost_client to bool
discomfitor [Mon, 20 Sep 2010 18:52:52 +0000 (18:52 +0000)]
formatting, switch lost_client to bool

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

13 years agoFINALLY FIX OPENSSL SERVER!!!!!!!!! YESSSSSSSSSSSSSSSSSSSSS
discomfitor [Mon, 20 Sep 2010 18:25:21 +0000 (18:25 +0000)]
FINALLY FIX OPENSSL SERVER!!!!!!!!! YESSSSSSSSSSSSSSSSSSSSS

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

13 years agoFix typos
lucas [Mon, 20 Sep 2010 17:09:13 +0000 (17:09 +0000)]
Fix typos

"he->the" where appropriate

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