another function that has been deprecated since before 1.0.
[framework/uifw/ecore.git] / src / lib / ecore_con / ecore_con_url.c
2012-02-24 rasteranother function that has been deprecated since before...
2012-02-22 discomfitorFrom: Bluezery <ohpowel@gmail.com>
2012-02-22 discomfitorsomewhat fix deferred freeing of curl objects
2012-02-22 discomfitorreorder url complete calls to prevent invalid read
2012-02-21 discomfitorhero patch from bluezery which fixes ecore-con-url
2012-02-20 discomfitorrevert last commit, maybe I'll re-commit it in 10 years...
2012-02-20 discomfitoryet another complete rewrite of ecore-con-url, fixes...
2012-02-19 discomfitorsomehow forgot to add this line in for previous commit...
2012-02-19 discomfitorformatting
2012-02-19 discomfitorfix current url implementation to not crash ANY TIME...
2012-02-19 discomfitorif we're going to pretend to handle errors, at least...
2012-02-19 discomfitornot sure why we're passing a bogus data pointer which...
2012-02-19 discomfitorfix and simplify init/shutdown logic
2012-02-18 discomfitoradd debug info with url
2012-02-18 discomfitorfix shadow var
2012-02-18 discomfitoroutdent some code here
2012-02-08 discomfitorfix compile without curl from @67759, also add missing...
2012-02-08 rasteradd ecore_con_url_http_version_set() to be able to...
2012-01-03 discomfitorFrom: Bluezery <ohpowel@gmail.com>
2011-12-29 rasterFix massive post data probile in ecore-con that would...
2011-12-22 discomfitorby the power of greyskull^Wunsigned integers, this...
2011-12-22 discomfitorcurl patch from bluezery to use ECORE_CON_SOCKS_V4...
2011-12-21 rasterooh compile break if no curl! fix!
2011-12-21 rasterFrom: Bluezery <ohpowel@gmail.com>
2011-12-05 discomfitorgiant patch refactoring ecore-con-url from bluezery...
2011-11-11 discomfitorredo ecore-con shutdown to fix crashes if people are...
2011-11-10 rasterFrom: Bluezery <ohpowel@gmail.com>
2011-11-05 kakarotoEcore: Port ecore to the PS3
2011-11-01 rasterFrom: Kim Yunhan <spbear@gmail.com>
2011-10-10 englebassecore/ecore_con: Remove the other while multi
2011-10-10 rastertry and fix post with null data?
2011-10-10 rasterthis should fix curl support from hacning for up to...
2011-09-28 seozecore ecore_con_url.c: Applied ui interactoin bug fix...
2011-08-18 englebassecore: Fix unused warnings
2011-07-23 discomfitorurl of ecore-con-url is now stringshared
2011-07-23 discomfitor+ecore_con_url_url_get
2011-07-13 antognolliecore/ecore_con - Move more documentation to Ecore_Con.h.
2011-07-08 antognolliecore/ecore_con - add more reference doc to some functions.
2011-07-08 antognolliecore/ecore_con - Move documentation from .c to .h.
2011-07-07 antognolliecore/ecore_con - If argument is EINA_FALSE, set the...
2011-07-05 mike_mecore: Minor changes to documentation of ecore_con_url_...
2011-04-25 caroEcore: ecore_con: fix warning on Windows
2011-04-20 seozEcore: Removed trailing whitespaces.
2011-04-01 cedricecore: Add pipelining support for HTTP 1.1.
2011-03-30 cedricecore: add ecore_con_url_ssl_ca_set.
2011-03-23 cedricecore: fix ecore_con_url_ftp_upload to upload all the...
2011-03-01 cedricecore: add @since .
2011-03-01 cedricecore: add ecore_con_url_ssl_verify_peer_set patch...
2011-02-21 rasterdefault 300sec fix from raoul
2011-01-31 davemdsok, sorry, there was a reason: shutting up gcc warnings...
2011-01-31 davemds :/ setting a const char * param to NULL ?? and after...
2011-01-28 rasterre-enable progress callbacks.
2011-01-28 rasterecore_con_url_get needs no args.
2011-01-20 discomfitorI think someone meant to set it like this originally...
2011-01-06 etrunkoAdd basic cookie support to Ecore_Con_Url.
2011-01-06 rasterok rafael/rui - i've deprecated send and made a get...
2010-12-16 rasterif data is NULL for curl... make postfieldsize 0.
2010-12-14 ruihttp auth was implemented way back in r48715 (one less...
2010-11-30 rasterso... why.. do.. we .. not init.. all? :) how do we...
2010-11-03 discomfitorreformat using ecrustify because uncrustify dicked...
2010-10-25 rasterFrom: Raphael Kubo da Costa <kubo@profusion.mobi>
2010-10-18 cedric * ecore: time to cleanup ecore_con_url time.
2010-10-18 cedric * ecore: remove now useless structure.
2010-10-18 cedric * ecore: remove ecore_con_url_http_post_send as it...
2010-10-13 discomfitor<discomfitor> ecore_con_url.c: In function 'ecore_con_u...
2010-10-11 lucasCheck for libcurl's return codes when appropriate.
2010-10-11 lucasSimplify the checks in ecore_con_url_http_post_send.
2010-10-11 lucasAlways use ecore_con_url_ftp_use_epsv_set's parameters.
2010-10-11 lucasSimplify if clause.
2010-10-11 lucasFix some indentation problems in ecore_con_url.
2010-10-11 lucasAdd a missing leading underscore to static variables.
2010-10-11 lucasRemove erroneus __UNUSED__ mark.
2010-10-08 glimaYet another int -> Eina_Bool fix, similar to the one...
2010-10-08 bdillyDocument ecore_con_url_verbose_set's behaviour.
2010-10-08 bdillyunused_warning--
2010-10-08 bdillyIn practice, it was already being treated as an Eina_Bo...
2010-09-21 discomfitorecore_con_url_destroy -> ecore_con_url_free
2010-09-21 discomfitorthis should have gone in with r52531...
2010-09-18 discomfitorswitch private struct members from char bitfields to...
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-04 lucasFORMATTING
2010-07-27 rasterFrom: Naruto TAKAHASHI <tnaruto@gmail.com>
2010-07-27 discomfitoradd full ssl certificate support to ecore_con: call...
2010-07-27 discomfitorbig doxy update
2010-06-24 cedric * ecore: Ecore callback really should return Eina_Bool.
2010-05-13 englebassecore_con: remove unused variable
2010-05-11 rasteronly do auth stuff if there in curl.
2010-05-09 ruiThis commit implements http auth support; in order...
2010-05-06 jeffdamethadded fuction to send httposts created with curl formadd.
2010-04-27 rasterhandle url set better
2010-02-26 devilhornsPatch from Brian Wang to fix the TRUE/FALSE --> EINA_TR...
2010-02-20 caro * instead of including headers wrt to the OS, include...
2010-02-20 caroFirst steps towards the Windows port of ecore_con.
2010-01-03 caro * move structures from ecore_private.h to the correspo...
2009-12-21 cedric * ecore: Use eina_log.
2009-11-19 cedric * ecore_con_url: When download was broken in the middl...
2009-11-14 watchwolfEcore : cleanup
2009-11-14 watchwolfEcore : Fix ecore con destroy
2009-11-13 cedric * ecore_con_url: The fd could change for a same url...
2009-11-07 carouse static buffer
next