caro [Wed, 29 Sep 2010 16:45:49 +0000 (16:45 +0000)]
check the returned value of evas_engine_info_set()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 14:52:36 +0000 (14:52 +0000)]
add more debug output, and even more with -DPRINT_LOTS_OF_DEBUG
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52891
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 29 Sep 2010 10:55:40 +0000 (10:55 +0000)]
Ecore IMF: Fixed typo in canvas_set, (the string used is window_set instead of canvas_set) and fixed an allocation to use calloc instead of malloc. - Patch by Jihoon Kim.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52885
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 29 Sep 2010 09:29:36 +0000 (09:29 +0000)]
Ecore imf: changed int -> Eina_Bool in ecore_imf_context_use_preedit_set.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52884
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 05:08:47 +0000 (05:08 +0000)]
reorder some handshake events to hopefully reduce overhead slightly
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52878
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 04:06:28 +0000 (04:06 +0000)]
compile fixes for sun compiler
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52877
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 03:52:32 +0000 (03:52 +0000)]
DBG output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52875
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 28 Sep 2010 22:37:04 +0000 (22:37 +0000)]
at least it builds now with eina_bool changes and randr changes.
woefully incomplete tho.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52866
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 21:59:13 +0000 (21:59 +0000)]
switch to newer priority string stuff so gnutls devs stop being dicks to us
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52865
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 28 Sep 2010 21:24:16 +0000 (21:24 +0000)]
clean up clock_gettime detection
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52864
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Tue, 28 Sep 2010 19:36:50 +0000 (19:36 +0000)]
Fix clock_gettime detection in autotools
AC_CHECK_FUNCS checks for the existence of functions in the C standard
library, so we don't need it. Instead, we need to define
HAVE_CLOCK_GETTIME if the function was found inside the librt.
Moreover, in source file check if HAVE_CLOCK_GETTIME is defined rather
than of checking if it's 0.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52863
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 28 Sep 2010 18:14:58 +0000 (18:14 +0000)]
remove debug
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52858
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 28 Sep 2010 18:12:15 +0000 (18:12 +0000)]
libraries should be in LIBS, not LDFLAGS
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52857
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 09:41:20 +0000 (09:41 +0000)]
update examples to new api
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52847
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 09:28:04 +0000 (09:28 +0000)]
whoops comparison typo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52846
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52837
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52831
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 28 Sep 2010 00:10:53 +0000 (00:10 +0000)]
Unbreak ecore building by using unset correctly....Spankies !!!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52830
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 27 Sep 2010 22:35:55 +0000 (22:35 +0000)]
Respect namespace
_ecore_loop_time -> _ecore_time_loop_time
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52825
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52824
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 26 Sep 2010 23:56:31 +0000 (23:56 +0000)]
disable rehandshake support for now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52792
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52786
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52785
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52784
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52774
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 26 Sep 2010 05:42:56 +0000 (05:42 +0000)]
int --> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52773
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 03:42:30 +0000 (03:42 +0000)]
make fb default for *
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52772
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 02:24:36 +0000 (02:24 +0000)]
formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52768
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 02:17:53 +0000 (02:17 +0000)]
formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52767
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 07:03:02 +0000 (07:03 +0000)]
int --> Eina_Bool
please review it
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52730
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:23:32 +0000 (06:23 +0000)]
Eina.h should be needed here too
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52729
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52728
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:10:18 +0000 (06:10 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52726
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:03:38 +0000 (06:03 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:58:42 +0000 (05:58 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:56:01 +0000 (05:56 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52723
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:45:19 +0000 (05:45 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52722
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:36:21 +0000 (05:36 +0000)]
formatting and whitespace--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52721
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:34:26 +0000 (05:34 +0000)]
int --> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:14:00 +0000 (05:14 +0000)]
int --> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52719
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 05:08:30 +0000 (05:08 +0000)]
directfb does not exists on Windows, so simplify EAPI
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52718
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 04:58:33 +0000 (04:58 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52717
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 04:53:47 +0000 (04:53 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 04:50:10 +0000 (04:50 +0000)]
int --> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52715
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 25 Sep 2010 04:22:10 +0000 (04:22 +0000)]
attempt to rehandshake more frequently to avoid unnecessary looping
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52713
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 25 Sep 2010 04:21:03 +0000 (04:21 +0000)]
whoops typo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52712
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52710
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 22:49:06 +0000 (22:49 +0000)]
fix warning detection
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52708
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 20:07:55 +0000 (20:07 +0000)]
remove double check for ssl
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52705
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 20:03:09 +0000 (20:03 +0000)]
don't use ssl for local connections
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52703
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 19:47:25 +0000 (19:47 +0000)]
send server name extension
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52701
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 24 Sep 2010 11:25:40 +0000 (11:25 +0000)]
* ecore: check GNUTLS version before using new feature.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52680
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52675
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 24 Sep 2010 06:35:30 +0000 (06:35 +0000)]
document abstract types
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52674
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 24 Sep 2010 06:34:56 +0000 (06:34 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52673
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 05:57:03 +0000 (05:57 +0000)]
fix events for async handshaking
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 24 Sep 2010 05:56:45 +0000 (05:56 +0000)]
fix kx priority
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 24 Sep 2010 05:53:25 +0000 (05:53 +0000)]
deprecated function
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52670
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52669
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52665
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52656
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Thu, 23 Sep 2010 20:39:40 +0000 (20:39 +0000)]
Use eina_sched_prio_drop()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52652
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52649
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 23 Sep 2010 18:47:40 +0000 (18:47 +0000)]
document completely the Ecore_Win32 and Ecore_WinCE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52648
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 23 Sep 2010 18:44:48 +0000 (18:44 +0000)]
Windows: too much noise in the console with animations
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52647
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 23 Sep 2010 10:35:30 +0000 (10:35 +0000)]
something for morlenxus maybe
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52639
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 23 Sep 2010 00:58:30 +0000 (00:58 +0000)]
whoops port number
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52615
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 23 Sep 2010 00:18:49 +0000 (00:18 +0000)]
update to match server example
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52614
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 23 Sep 2010 00:16:42 +0000 (00:16 +0000)]
finally. fix. openssl. again.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52613
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 22 Sep 2010 23:58:31 +0000 (23:58 +0000)]
error check server creation
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52612
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 22 Sep 2010 22:44:54 +0000 (22:44 +0000)]
cosmetic fix to use mixed protocol
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52610
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 22 Sep 2010 22:33:02 +0000 (22:33 +0000)]
better openssl error handlers
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52607
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52606
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 22 Sep 2010 17:37:25 +0000 (17:37 +0000)]
clean up openssl handshake
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52597
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52596
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 22 Sep 2010 11:09:44 +0000 (11:09 +0000)]
* ecore: oops, forgot that change.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52580
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52573
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 22 Sep 2010 08:03:38 +0000 (08:03 +0000)]
remove whitespaces
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 22 Sep 2010 07:27:07 +0000 (07:27 +0000)]
finally. fix. ssl.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52567
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52564
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52561
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52559
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52545
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52538
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 06:49:22 +0000 (06:49 +0000)]
doxy fixes
c/o vtorri
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52535
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52534
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 05:34:49 +0000 (05:34 +0000)]
this should have gone in with r52531...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52533
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 05:34:10 +0000 (05:34 +0000)]
fix doxy and EAPI for ssl function
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52532
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52531
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 03:08:35 +0000 (03:08 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52530
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 02:16:40 +0000 (02:16 +0000)]
remove unused variable
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52529
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 02:06:41 +0000 (02:06 +0000)]
ecore_main_fd_handler_active_get -> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52528
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 01:58:54 +0000 (01:58 +0000)]
ecore_ipc_server_connected_get -> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52526
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 21 Sep 2010 01:48:46 +0000 (01:48 +0000)]
ecore_con_server_connected_get now returns Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52525
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 20 Sep 2010 21:17:39 +0000 (21:17 +0000)]
distribute examples
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52518
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 20 Sep 2010 21:16:51 +0000 (21:16 +0000)]
ecore_con client example
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52517
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 20 Sep 2010 21:13:29 +0000 (21:13 +0000)]
ecore_con server example
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52516
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/ecore@52515
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33