discomfitor [Thu, 28 Oct 2010 14:07:47 +0000 (14:07 +0000)]
add more gnutls info for dhp generation so you can tell if it ever stops
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53959
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 28 Oct 2010 13:15:36 +0000 (13:15 +0000)]
only set openssl verify when needed to avoid some handshake errors
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53955
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 28 Oct 2010 11:31:30 +0000 (11:31 +0000)]
* ecore: reduce strdup call from ecore_file, but this file need
much more love !
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53953
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 28 Oct 2010 10:59:30 +0000 (10:59 +0000)]
fix some random error cases where events would fire too fast and cause a segv
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53952
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 28 Oct 2010 00:32:43 +0000 (00:32 +0000)]
ecore_x -> add mapping change event for when key/pointer/modifier
mappings change (xmodmap or kbd layout change).
fix other events to have proper eina_bool too and enums
also remove already disabled old unimplemented events commented out.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53942
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 27 Oct 2010 20:56:00 +0000 (20:56 +0000)]
forgot a return statement
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53938
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 27 Oct 2010 20:52:36 +0000 (20:52 +0000)]
hmmm actually this is probably the better way to fix it with maximum laziness
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53937
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 27 Oct 2010 20:51:09 +0000 (20:51 +0000)]
fix potential crash when someone specifies a weird/nonexistent ssl type
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53936
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 27 Oct 2010 20:34:36 +0000 (20:34 +0000)]
fix some warnings with --disable-curl
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53935
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 27 Oct 2010 17:42:30 +0000 (17:42 +0000)]
* ecore: don't expose Ecore_Evas internal magic outside.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53930
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Wed, 27 Oct 2010 07:09:16 +0000 (07:09 +0000)]
We always require gnutls >= 2.10
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53911
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 27 Oct 2010 06:31:27 +0000 (06:31 +0000)]
require gnutls 2.10.2 since earlier versions don't work
vtorri check me on this plz
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53910
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 27 Oct 2010 04:52:54 +0000 (04:52 +0000)]
fix ecore-evas to use stride return for buffers.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 25 Oct 2010 13:08:40 +0000 (13:08 +0000)]
* ecore: make Ecore_File.h match others EFL headers.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53869
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 25 Oct 2010 09:39:00 +0000 (09:39 +0000)]
* ecore: always check for func_cancel being not NULL before using it.
Reported by Hugo Camboulive <hugo.camboulive@gmail.com>.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53851
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 25 Oct 2010 02:53:06 +0000 (02:53 +0000)]
From: Raphael Kubo da Costa <kubo@profusion.mobi>
This signature change follows libcurl's behaviour more closely:
CURLOPT_POSTFIELDSIZE expects a long, and a value of -1 means that
content length calculation is forwarded to libcurl, which performs a
strlen() on CURLOPT_POSTFIELD.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53845
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 23 Oct 2010 19:25:09 +0000 (19:25 +0000)]
[ecore] remove messages about ecore_time on Windows
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53820
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 23 Oct 2010 11:33:56 +0000 (11:33 +0000)]
[ecore-file] use function pointers for callbacks
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53811
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 23 Oct 2010 11:05:36 +0000 (11:05 +0000)]
[ecore-file] fix doc
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53810
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 22 Oct 2010 17:39:25 +0000 (17:39 +0000)]
[ecore] fix compilation when pthread is not available
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53777
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kwo [Thu, 21 Oct 2010 15:53:46 +0000 (15:53 +0000)]
Fix warning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53719
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Oct 2010 14:21:19 +0000 (14:21 +0000)]
patch from mike to fix kernel issue with closed fd's+ epoll to re-init
epoll fd set. also fix "WARN->WRN and no \n in the patch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Oct 2010 14:18:23 +0000 (14:18 +0000)]
from mike:
Fix a build issue with both epoll and g_main_loop()
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Oct 2010 14:15:56 +0000 (14:15 +0000)]
patch from mike - fix epoll on fork thing.
This is an attempt to fix the epoll/fork() issue reported to me where
we end up with a single epoll fd shared between two processes after a
fork() in E.
I've tested with elementary test in epoll and non-epoll combinations,
and all appears to be well. Please check it solves the issue you saw,
and reformat the code as you see fit... ;-)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53670
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Oct 2010 14:10:55 +0000 (14:10 +0000)]
note -= we may leak display struct here...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53668
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 19 Oct 2010 13:56:17 +0000 (13:56 +0000)]
Revert the changes on ecore_x, seems not needed and break composite
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53617
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 18 Oct 2010 21:50:41 +0000 (21:50 +0000)]
Use event_win when it exists to match source of events
I don't expect anything to break, but if mouse or keyboard events suddenly
disappear, feel free to revert this patch while blaming cedric or discomfitor.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53583
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Mon, 18 Oct 2010 18:28:11 +0000 (18:28 +0000)]
Check for gnutls >= 2.6
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53578
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 Oct 2010 16:39:12 +0000 (16:39 +0000)]
* ecore: time to cleanup ecore_con_url time.
Patch by Patch by Raphael Kubo da Costa <kubo@profusion.mobi>
As discussed on the development mailing list, we should accept a
double instead of a time_t for consistency with the rest of the API.
Some apidox has been added too, and as a result
ECORE_CON_URL_TIME_LASTMOD has been removed, since it does not make
much sense (it is an HTTP response header).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53572
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 Oct 2010 13:49:06 +0000 (13:49 +0000)]
* ecore: remove now useless structure.
Patch by Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 Oct 2010 13:11:25 +0000 (13:11 +0000)]
* ecore: proper protection of newer constant.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53567
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 Oct 2010 12:52:46 +0000 (12:52 +0000)]
* ecore: remove ecore_con_url_http_post_send as it expose CURL
API and is not useful to someone.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 18 Oct 2010 05:09:30 +0000 (05:09 +0000)]
make sure we have undefed stuff
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53562
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 18 Oct 2010 04:52:11 +0000 (04:52 +0000)]
note that its experiemntal
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53560
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 17 Oct 2010 07:03:28 +0000 (07:03 +0000)]
improve doc layout
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53509
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 16 Oct 2010 23:02:35 +0000 (23:02 +0000)]
typedef function pointer
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53500
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Sat, 16 Oct 2010 21:32:08 +0000 (21:32 +0000)]
Dead code bye bye
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53497
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 15 Oct 2010 23:19:45 +0000 (23:19 +0000)]
Attempting to track a bug in ecore_x_randr_12 where we get a segfault
when trying to free the mode_info. Not much functional difference with
this commit except that we do not call strndup if the nameLength is
<= 0.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53477
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 15 Oct 2010 21:31:25 +0000 (21:31 +0000)]
add info when generating dh params so people will know wtf is going on when their app hangs for an hour on startup
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53473
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 15 Oct 2010 07:42:29 +0000 (07:42 +0000)]
remove changes in case developer dumber than expected?
:) (aagh was most annoying to find this today).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53437
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 14 Oct 2010 22:13:40 +0000 (22:13 +0000)]
make this more explicit in case compiler is dumber than expected?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53431
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Oct 2010 16:45:48 +0000 (16:45 +0000)]
* ecore: improve and fix ecore_thread destruction.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53411
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Oct 2010 16:45:17 +0000 (16:45 +0000)]
* ecore: don't leak pipe.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53410
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 14 Oct 2010 16:19:17 +0000 (16:19 +0000)]
stop trying to use ssl for local connections
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53409
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Oct 2010 14:49:49 +0000 (14:49 +0000)]
* AUTHORS: don't forget to blame T_UNIX for his work on xrandr.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 13 Oct 2010 17:45:07 +0000 (17:45 +0000)]
* ecore: fix possible race. It also make ecore_thread_run
match ecore_thread_feedback_run better.
NOTE: I know it breaks API/ABI compatibility for that call,
but that's the only sane solution I could found.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53370
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 13 Oct 2010 16:44:15 +0000 (16:44 +0000)]
* ecore: turn on and off eina threads support when needed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53364
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 13 Oct 2010 16:40:52 +0000 (16:40 +0000)]
2 obscure bugs in one commit:
make cert use more overt and set up fd handler before attempting to use it
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53363
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 13 Oct 2010 03:04:53 +0000 (03:04 +0000)]
<discomfitor> ecore_con_url.c: In function 'ecore_con_url_ftp_upload':
<discomfitor> ecore_con_url.c:963:14: warning: too few arguments for format
<rakuco> ah, missing a , filename there
<rakuco> can you commit that
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53334
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Oct 2010 00:37:12 +0000 (00:37 +0000)]
and.. be safe! for funcs so they dont go closing things when they
already are.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53324
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Oct 2010 00:35:09 +0000 (00:35 +0000)]
if pipe handler deletes the pipe... be safe!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53323
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 12 Oct 2010 11:49:18 +0000 (11:49 +0000)]
* ecore: fix ecore_fb build.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53303
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 12 Oct 2010 08:59:42 +0000 (08:59 +0000)]
Ecore imf: Fixed documentation issues, patch by Jihoo Kim.
Fixed typos.
Made ecore_imf_context_preedit_string_get appear in doxygen output.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53300
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 07:55:45 +0000 (07:55 +0000)]
typo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53298
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 07:55:24 +0000 (07:55 +0000)]
Ecore_Fb doc finished
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53297
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 06:34:31 +0000 (06:34 +0000)]
fix doxygen warnings
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53296
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:13:12 +0000 (19:13 +0000)]
Check for libcurl's return codes when appropriate.
Depending on the option being set by curl_easy_setopt, a return value
different from CURL_OK can be returned (the same applies to curl_multi_*
and CURLM_OK).
This commit checks the return value from those calls and usually
displays an error message with ERR() and returns -- in some cases, an
error is shown but the function does not immediately return.
A few lines of code have also been moved around in order to make
returning from functions as harmless as possible.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53275
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:12:26 +0000 (19:12 +0000)]
Simplify the checks in ecore_con_url_http_post_send.
By checking for the validity of the Ecore_Con_Url struct before anything
else and merging some if's, the code can get much cleaner.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53274
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:12:09 +0000 (19:12 +0000)]
Always use ecore_con_url_ftp_use_epsv_set's parameters.
unused_warning--
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53273
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:54 +0000 (19:11 +0000)]
Simplify if clause.
There is no need for an else here, as the return is the last
instruction.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53272
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:26 +0000 (19:11 +0000)]
Fix some indentation problems in ecore_con_url.
* Indent blocks inside EINA_LIST_* macros.
* Use sane indentation in ecore_con_url_ftp_upload().
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53271
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:02 +0000 (19:11 +0000)]
Add a missing leading underscore to static variables.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:10:43 +0000 (19:10 +0000)]
Remove erroneus __UNUSED__ mark.
data is indeed used by _ecore_con_url_idler_handler.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53269
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 11 Oct 2010 13:27:03 +0000 (13:27 +0000)]
ecore: return more information on pipe_read error.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53263
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 11 Oct 2010 06:28:01 +0000 (06:28 +0000)]
delay comp setup until show. (and unset on hide)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53256
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Fri, 8 Oct 2010 18:41:49 +0000 (18:41 +0000)]
Yet another int -> Eina_Bool fix, similar to the one done to
ecore_con_url_verbose_set.
Patch by Rafael Kubo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53197
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:22:09 +0000 (15:22 +0000)]
Document ecore_con_url_verbose_set's behaviour.
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53191
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:19:48 +0000 (15:19 +0000)]
unused_warning--
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53190
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:17:01 +0000 (15:17 +0000)]
In practice, it was already being treated as an Eina_Bool, so let us
declare it as such and simplify the code.
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53189
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Thu, 7 Oct 2010 22:31:46 +0000 (22:31 +0000)]
log domains in lower-case only please.
let's make it a standard so we don't have to look at the code
everytime to figure out the name...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53172
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
etrunko [Thu, 7 Oct 2010 20:40:33 +0000 (20:40 +0000)]
Ecore: No need to #define _GNU_SOURCE
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53162
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 7 Oct 2010 07:23:26 +0000 (07:23 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: ecore-glib integration patches
0001-Make-gmain-integration-work.path applies to the enlightenment SVN.
(in svn with some formatting fixes applied).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Thu, 7 Oct 2010 00:33:51 +0000 (00:33 +0000)]
Fix signal accounting
copy&paste--
By: "Ulisses Furquim" <ulisses@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53129
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 6 Oct 2010 23:54:06 +0000 (23:54 +0000)]
lets set num to 0 shall we? :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53126
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Wed, 6 Oct 2010 17:38:09 +0000 (17:38 +0000)]
updating portuguese and italian translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53105
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 6 Oct 2010 13:01:35 +0000 (13:01 +0000)]
* ecore: fix typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53098
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 6 Oct 2010 11:48:45 +0000 (11:48 +0000)]
* ecore: refcount send and received notify to prevent leak on
ecore_thread_cancel.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53096
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Oct 2010 15:24:34 +0000 (15:24 +0000)]
* ecore: remove thread from the correct list.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53029
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Oct 2010 09:35:06 +0000 (09:35 +0000)]
* ecore: fix build without X.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53015
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:20:10 +0000 (09:20 +0000)]
empty dir - remove.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53014
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:17:59 +0000 (09:17 +0000)]
ecore-dfb - double+triple too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53013
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:02:43 +0000 (09:02 +0000)]
aaagh ecore_fb needs double/triple fix too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53012
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 07:58:06 +0000 (07:58 +0000)]
fix double/triple click
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53010
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 3 Oct 2010 09:21:08 +0000 (09:21 +0000)]
efl 1.0.0 beta.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52992
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:27:30 +0000 (22:27 +0000)]
add DBG for successfully completing SSL verification. with this commit, I believe that the ssl api should be 100% functional.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52988
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:01:43 +0000 (22:01 +0000)]
require peer verification when verify is called
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52987
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:01:14 +0000 (22:01 +0000)]
update to connect to verisign.com:443 by default, loading all certs in /etc/ssl/certs prior
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 21:13:56 +0000 (21:13 +0000)]
clear out the _try series of functions because they're useless
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52985
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:58:06 +0000 (09:58 +0000)]
openssl fixes:
only enable CRL checking when CRLs are loaded
output full ssl session info to DBG
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52982
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 2 Oct 2010 09:32:45 +0000 (09:32 +0000)]
NOOOOOOOOOOO spank disco-stu! spank. dont just dumbly shut warnings
up. read the code. its only because you HAPPEN to not have screensaver
support enabled that you happen to get the warning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52981
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:15:22 +0000 (09:15 +0000)]
__UNUSED__
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52980
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:14:41 +0000 (09:14 +0000)]
formatting, correctly set ->ssl_err when appropriate, add cert verification for openssl
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52979
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 2 Oct 2010 01:56:23 +0000 (01:56 +0000)]
set client leader by default - support setting it explicitly from code
too. fix default win props too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52974
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 01:32:54 +0000 (01:32 +0000)]
some DBG edits, fix case where ssl handshake completes and no more data is sent/received
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52972
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 01:32:05 +0000 (01:32 +0000)]
fix openssl CRL loading
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52971
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 12:31:22 +0000 (12:31 +0000)]
implement ecore_x_image to finish - put and convert done. actually no
need for convert from argb as that requires what evas already does
argb-> screen depth. use evas for that.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52950
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 07:38:36 +0000 (07:38 +0000)]
aaah bad. changed to free.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52945
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 07:04:07 +0000 (07:04 +0000)]
From: Howell Tam <howell.tam@fluffyspider.com>
Subject: ecore_file_download.c patch
Leak fix. Free url_con.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52944
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:35:00 +0000 (07:35 +0000)]
tab--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52922
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:31:11 +0000 (07:31 +0000)]
tab--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52921
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33