framework/uifw/ecore.git
2011-01-29 rasteraaagh po mergining.
2011-01-29 rasterprovide enums for progress return.
2011-01-29 mejOops. Forgot to remove that.
2011-01-29 mejSame effect, more portable method, and fixes an obsolet...
2011-01-28 davemds Try another file to download, the ubuntu one had some...
2011-01-28 davemds fix the return value of the progress callback
2011-01-28 raster,++ in docs
2011-01-28 caroUse memcpy instead of strndup() as we know the length...
2011-01-28 rasterfix documentation so vtorri can write a correct example :)
2011-01-28 rasterre-enable progress callbacks.
2011-01-28 rasterecore_con_url_get needs no args.
2011-01-27 davemdstypo in doxy
2011-01-27 davemds ecore_file_download() is BROKEN!!
2011-01-27 discomfitorfix doc typo
2011-01-27 carotypo
2011-01-27 rasterexe none enum++
2011-01-27 discomfitorfix segv
2011-01-26 discomfitorunsigned int : 1 -> Eina_Bool : 1
2011-01-26 discomfitoradd @file for doxy
2011-01-24 discomfitorFrom: Mike McCormack <mj.mccormack@samsung.com>
2011-01-24 discomfitorFrom: Mike McCormack <mj.mccormack@samsung.com>
2011-01-22 carouse typedef type for ecore_main_loop_select_func_get...
2011-01-21 ruiAssorted fixes for building RPMS, probably a good thing...
2011-01-21 rasterdns async lookup fix - if u del svr before dns lookup...
2011-01-21 cedric * ecore: SO_REUSEADDR in all case.
2011-01-21 rasterdont call pipe handler if its deleted
2011-01-20 discomfitormore descriptive error messages when epoll fails
2011-01-20 discomfitorI think someone meant to set it like this originally...
2011-01-18 rastermissing IN_MODIFY!
2011-01-16 caroadd space key support on Windows
2011-01-16 caroput again ecore tests in the source tree
2011-01-16 rasterwarning--
2011-01-14 rasterBAD DISCOMFITOR! BROKE ecore_exe!
2011-01-14 rasteroh and i didnt realise - gl enigne can avoid sync as...
2011-01-14 rasterfix oh so many warnings and potential errors - scan...
2011-01-14 rasterfix possible ptr deref bug waiting to happen if crtc_in...
2011-01-14 discomfitoravoid undefined array access
2011-01-14 discomfitorremove redundant line
2011-01-14 discomfitoravoid null deref
2011-01-14 discomfitoravoid passing NULL to memcpy
2011-01-14 discomfitorif alloca fails you're screwed anyway, so not much...
2011-01-14 discomfitoravoid passing NULL to exec functions
2011-01-11 rastergeez! i used the wrong atom for pixmap prop! fix fix...
2011-01-11 discomfitornull variables at start
2011-01-10 discomfitorhandle ares timeout more gracefully
2011-01-07 rasterhve to revert these commits. they hve created a whole...
2011-01-07 carouse configure-time headers checks instead of compiler...
2011-01-07 carowhitespace--
2011-01-06 discomfitoravoid closing stdout (fd0)
2011-01-06 discomfitorcomplete rewrite of c-ares fd handling: fixes an instan...
2011-01-06 caroWindows CE clean up
2011-01-06 caroAC_SYS_LARGEFILE defines _FILE_OFFSET_BITS
2011-01-06 caroadd guards in config.h to avoid multiple inclusions
2011-01-06 maxerbaupdating german translations
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...
2011-01-06 discomfitorremove dummy close() calls
2011-01-04 caroorder of .la (cosmetic)
2011-01-04 discomfitorsome updates to ecore_fd_valid: add dummy closes to...
2011-01-04 rasterjust in case - check if malloc fails.
2011-01-03 caro * check if dlopen() is in libc first, then in libdl
2011-01-03 caroautom4te.cache is deleted at distbuild time, so at
2011-01-03 rasterwtf? why a ! ... ??? that was wrong-ish.
2011-01-01 discomfitorthis adds a small helper function for use in finding...
2010-12-26 rasterand we were missing vsync set support in ecore-evas...
2010-12-20 discomfitorFrom: Mike McCormack <mj.mccormack@samsung.com>
2010-12-19 rasterremove test suite from ecore. gentoo users/ebuild maion...
2010-12-18 caroremove useless private libraries in ecore-win32.pc.in
2010-12-18 rasterformatting
2010-12-17 discomfitorstop trying to rm a dir and rm -rf the dir
2010-12-17 englebassonly check errno if num < 0
2010-12-17 discomfitoradd notes to prevent future breaking of ecore_con_ssl
2010-12-17 englebassformatting
2010-12-17 englebassdon't accept 0 return
2010-12-17 englebassonly emit ECORE_CON_EVENT_SERVER_DATA when data
2010-12-16 cedric * ecore: SPANK ! SPANK ! SPANK !
2010-12-16 cedric * ecore: fix obvious bug. But Ecore_Con with UDP sessi...
2010-12-16 rasterif data is NULL for curl... make postfieldsize 0.
2010-12-16 rasterno - dont do - then englebass is right need to do...
2010-12-16 discomfitorfinally fix stupid ssl read bug for long transfers...
2010-12-16 discomfitorvalidate name better, fix super frustrating bug where...
2010-12-16 rasterFrom: Mike McCormack <mj.mccormack@samsung.com>
2010-12-16 rasterFrom: Mike McCormack <mj.mccormack@samsung.com>
2010-12-16 rasterFrom: Mike McCormack <mj.mccormack@samsung.com>
2010-12-14 ruihttp auth was implemented way back in r48715 (one less...
2010-12-13 caroAdd Visual Studio 2008 files
2010-12-13 rasterdiscomfitor... SPANK! REVERT REVERT REVERT! i've been...
2010-12-12 carofix potential problem with Windows 64 bits API.
2010-12-12 carouse '#pragma message' instead of '#warning' when vc...
2010-12-12 carodeclare variables at the beginning of the block
2010-12-12 discomfitorforgot a null check
2010-12-12 carochange the size of the buffer
2010-12-12 discomfitorfix usage of ecore_con functions to avoid magic failure...
2010-12-11 discomfitoruse more explicit error checks
2010-12-11 discomfitorhandle ARES_ECONNREFUSED
2010-12-10 caro[ecore_win32] Better move and resize of windows. Needs...
2010-12-10 englebassFix me as author
2010-12-09 discomfitoravoid writing <= 0 bytes to clients
2010-12-09 discomfitorthis error fix is dedicated to Tommy[D] for continuing...
2010-12-09 discomfitorreorder a little, fix bug where client_del event was...
next