efl/src/lib/ecore_con
Carsten Haitzler 4b24b386db fix duplicate function call names in ecore and ecore_con that can clash
this fixes T1341. also it removes the pointless return value from
these two functions as the return is never used. also the ifdef in
ecore_main.c seemed wrong as it wasd using fcntl not execvp but the
ifdef was for execvp. this just never was discovered, so it's slid
under the hood for a long time.
2014-06-16 15:57:05 +09:00
..
Ecore_Con.h Fix doxy typo 2014-01-19 12:06:05 +00:00
Ecore_Con_Eet.h merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
dns.c efl/ecore_con - compare same types. 2014-01-18 18:50:51 +09:00
dns.h rebase dns.c from upstream 2013-12-12 09:29:02 -05:00
ecore_con.c ecore_con: Force unsigned to unsigned comparison 2014-04-11 11:50:47 +02:00
ecore_con_alloc.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_ares.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_dns.c bugfix: free the entire ecore_con dns struct on info clear to prevent crashes later on 2013-12-20 22:16:59 -05:00
ecore_con_eet.c Fix warning with undefined ntohl(). 2014-05-30 14:15:27 +02:00
ecore_con_info.c fix duplicate function call names in ecore and ecore_con that can clash 2014-06-16 15:57:05 +09:00
ecore_con_local.c ecore_con: fix build on windows by matching the #if around the if statement. 2014-01-09 14:30:43 +09:00
ecore_con_local_win32.c ecore-con - deal with internal buffer growing over 2g in size 2014-04-04 19:36:50 +09:00
ecore_con_private.h ecore-con - deal with internal buffer growing over 2g in size 2014-04-04 19:36:50 +09:00
ecore_con_socks.c fix mingw build for setuid fix/checks 2014-01-08 22:06:41 +09:00
ecore_con_ssl.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_url.c Fix curl dynamic loading on windows 2014-06-03 18:09:14 +02:00