framework/uifw/ecore.git
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...
2010-12-09 discomfitoravoid loooooooooooooots of ecore spankies
2010-12-08 discomfitorhandle ARES_ENODATA more gracefully
2010-12-08 rasterand break api in ecore_input_evas - not used anyway...
2010-12-07 rasterformatting!
2010-12-05 discomfitoravoid magic fail on already-freed handler
2010-12-04 cedric * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze...
2010-12-03 cedric * ecore: forgotten file to pass distcheck.
2010-12-03 cedric * ecore: fix build on Mac OS X.
2010-12-03 discomfitoraha! found the leak and eliminated it!
2010-12-01 discomfitoravoid segv
2010-12-01 discomfitoravoid segv
2010-12-01 discomfitorformatting cleanups
2010-12-01 discomfitorcopypastecopypaste
2010-12-01 rastercompacter code.
2010-12-01 discomfitoronly enable extensive ssl logging with compile define...
2010-12-01 rasteru know.. eina_list_free.. returns... NULL :)
2010-12-01 discomfitorremove redundant check
2010-12-01 discomfitortype this as EB for correctness because I'm feeling...
2010-12-01 discomfitorswitch to EINA_BOOL values for delete_me, fix huge...
2010-12-01 discomfitoruse EINA_(TRUE/FALSE) instead of 1/0
2010-11-30 rasterso... why.. do.. we .. not init.. all? :) how do we...
2010-11-29 discomfitorexplicitly set eina error level, add a printf
2010-11-29 discomfitornull pointer to avoid partial free in rare cases
2010-11-28 discomfitorfix weird bug where fdh in a list could become null
2010-11-28 discomfitorfix annoying printfs that should be ERRs
2010-11-26 caroremove win7 code and fix other minor problems
2010-11-26 caromore fixes, but needs to remove Windows 7 code, now...
2010-11-26 carotypo
2010-11-26 caroadd native win32 thread support in ecore_thread. Not...
2010-11-26 caroon Windows, "C:" is not a directory, but a drive.
2010-11-26 carodeclare alloca()
2010-11-25 englebassTODO++
2010-11-24 englebasslisten for IN_ATTRIB and IN_CLOSE_WRITE
2010-11-24 englebassprint buf, not file
next