efl/legacy/ecore/src/lib/ecore_con
Vincent Torri 059ac47170 Ecore_con: fix compilation on Windows
ecore_con_dns.c is using EAGAIN. On linux, errno.h is certainly
indirectly included by other header files, it's not the case
on Windows.


SVN revision: 72489
2012-06-19 15:56:44 +00:00
..
Ecore_Con.h revert ecore-con refcounting stuff, fix the problem in ipc (hopefully) 2012-06-06 09:49:24 +00:00
Makefile.am use new compiler flag macro to disable tons of warnings 2012-06-08 18:53:39 +00:00
dns.c C99 isn't good enough for us, we use C89 2012-06-07 08:29:45 +00:00
dns.h as I promised long, long ago, ecore now has its own asynchronous dns resolver! everyone cheer for not needing c-ares any longer! 2012-06-04 21:10:17 +00:00
ecore_con.c revert ecore-con refcounting stuff, fix the problem in ipc (hopefully) 2012-06-06 09:49:24 +00:00
ecore_con_alloc.c tone down mempool sizes 2012-06-17 01:54:28 +00:00
ecore_con_ares.c ...make that twice 2011-12-06 03:51:01 +00:00
ecore_con_dns.c Ecore_con: fix compilation on Windows 2012-06-19 15:56:44 +00:00
ecore_con_info.c lets check write err so we dont get warnings. :/ 2012-01-18 04:13:52 +00:00
ecore_con_local.c print error message when local connect fails 2012-06-11 14:15:12 +00:00
ecore_con_local_win32.c use client_kill instead of directly eventing 2012-01-19 08:02:41 +00:00
ecore_con_private.h revert ecore-con refcounting stuff, fix the problem in ipc (hopefully) 2012-06-06 09:49:24 +00:00
ecore_con_socks.c ecore: fix SOCKS proxy doc. That should be in doxygen anyway. Wondering 2012-05-11 02:37:14 +00:00
ecore_con_ssl.c From: Jérôme Pinot <ngc891@gmail.com> 2012-04-12 03:51:36 +00:00
ecore_con_url.c From: Bluezery <ohpowel@gmail.com> 2012-03-12 04:53:47 +00:00