profile/ivi/ecore.git
2011-12-27 cedricecore: include header only when required.
2011-12-26 devilhornsEcore: Add news & changelog entries (for people who...
2011-12-26 devilhornsEcore_Wayland: Remove 'ecore_wl_window' (not used or...
2011-12-26 devilhornsEcore: Add Ecore_Wayland (Wayland backend like ecore_x).
2011-12-26 sachielPatch from Jihoon Kim to fix building of SCIM module...
2011-12-26 rasteradd missing scim immodule header.
2011-12-26 rasterFrom: Jihoon Kim <imfine98@gmail.com>
2011-12-23 rasterdisable bugfix for now. leave commented as note.
2011-12-23 jyparkremove white space and trailing
2011-12-23 hermetecore/ecore_con - removed white trailings
2011-12-23 hermetecore/ecore_con - removed white trailings
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 discomfitoradd debug macros to print location of svr/cl kill
2011-12-21 discomfitorprovide slightly more useful dbg info with new kill api
2011-12-21 discomfitorremove 'dead' member from client/server structs: this...
2011-12-21 discomfitornope
2011-12-21 rasterrevert 66362 -> breaks ecore-con. :( sorry stu!
2011-12-21 rasterooh compile break if no curl! fix!
2011-12-21 rasterFrom: Bluezery <ohpowel@gmail.com>
2011-12-20 rasterFrom: Jihoon Kim <imfine98@gmail.com>
2011-12-20 cedricecore: actually provide all needed symbol.
2011-12-20 rasterunused warning--
2011-12-20 discomfitorThis was a test of the Seriousness Detection System.
2011-12-20 discomfitorchangelog for last commit and forgotten update for...
2011-12-20 discomfitorfix a Heroes of SVN-level breakage from 66068 which...
2011-12-20 rasterprobably a leak fix in ecor-eglib support - doesnt...
2011-12-19 rasterupdate @since's - seems i can put them on single lines.
2011-12-19 rasteraddress fixme's in extn :)
2011-12-19 rasterupdate version requirements inside ecore (oh it'll...
2011-12-16 discomfitorfix null deref here too
2011-12-16 discomfitorfix impossible possible segv
2011-12-16 discomfitorfix possible 0 byte allocation
2011-12-16 cedricecore: don't require Ecore_Ipc when not needed.
2011-12-16 cedricecore: fix Ecore_Evas build without Ecore_Ipc.
2011-12-16 rasterextn ecore-evas! WOOOOOOOOOOOOT!
2011-12-16 rasterClean up several ecore-evas-buffer routines to match...
2011-12-15 rastersee comments for info. a short workaround for now.
2011-12-14 rasterdisable timer dump by default - that's a lot of memory...
2011-12-14 rastersupport move_resize on buffer canvases - didn't handle...
2011-12-14 rastermove render func into struct - dont set it later.
2011-12-13 tasnecore: Fixed svn detection for svn1.7
2011-12-13 rasterFrom: Doyoun Kang <doyoun.kang@samsung.com>
2011-12-12 raster * Fix bug where an animator that just keeps...
2011-12-11 mike_mecore: Fix modularity
2011-12-10 ruiMinor adjustments to the current status.
2011-12-10 discomfitoradd note about CORK availability
2011-12-10 discomfitorwe've got NODELAY, may as well add CORK
2011-12-10 discomfitorfix cert flag detection
2011-12-10 discomfitorsvn 1.7 uses a stupid new error string so now we're...
2011-12-10 discomfitorgitignore
2011-12-10 discomfitorrevert 66063 + related commits: my dreams of zero-copy...
2011-12-10 discomfitoradd docs for NODELAY flag
2011-12-10 discomfitortemp fix while I figure out some weird behavior
2011-12-10 discomfitorrewrote server+client deletion code to (hopefully)...
2011-12-10 discomfitormore error event unification
2011-12-10 discomfitorsome small cleanups to unify more error code
2011-12-10 discomfitoradd windows error events for new code, condense some...
2011-12-09 discomfitoroptimize read mechanics for remote servers using ioctl...
2011-12-08 discomfitorokay I was a little too excited
2011-12-08 cedricecore: we never call perro.
2011-12-08 cedricecore: fix header inclusion.
2011-12-08 discomfitormore binbuf_manage_new!
2011-12-08 discomfitoruse binbuf_manage_new
2011-12-08 discomfitorunify and improve gnutls debug output
2011-12-08 discomfitornews updates
2011-12-08 discomfitoralign debug info
2011-12-08 discomfitormore informative error messages when cert verification...
2011-12-08 discomfitorfix type so openssl verification works again
2011-12-08 discomfitorca loading function now loads directories
2011-12-08 discomfitorunify openssl debug printing and remove #ifdefs: now...
2011-12-08 discomfitorfix compat on openssl errors
2011-12-08 discomfitorbeef up openssl debug output
2011-12-08 discomfitorbetter error messages on certificate verify failure
2011-12-08 discomfitorwhoops, fix compile on unrelated change that snuck in
2011-12-08 discomfitordamn you ctrl+d!
2011-12-08 discomfitor+ecore_con_ssl_server_verify_name_set/get
2011-12-07 discomfitorallow certificates to be loaded for STARTTLS
2011-12-07 rasterlet's not fail to include standard headers when we...
2011-12-06 caroEcore: fix warnings
2011-12-06 cedricecore: include stdlib.h when required.
2011-12-06 discomfitorone of these days I'm going to snap and throw my comput...
2011-12-06 discomfitor@since
2011-12-06 discomfitor@since
2011-12-06 discomfitorlast ssl bugger
2011-12-06 discomfitorfix some ssl socks buggies
2011-12-06 discomfitor...make that twice
2011-12-06 discomfitorjust kidding before, had to break svn at least once...
2011-12-06 discomfitorintroducinggggggggggggggg <drum roll>:
2011-12-05 discomfitorgiant patch refactoring ecore-con-url from bluezery...
2011-12-04 discomfitortotally meant to write this wrong the first time to...
2011-12-04 discomfitor+ecore_timer_reset
2011-12-04 discomfitorunfuck header formatting
2011-12-04 rasterfix changelogs to mention release.
2011-12-03 caroEcore_Win32: Fix the modifiers value
2011-12-03 discomfitorin 2011, we began using formatting tools to fix problem...
2011-12-03 discomfitorremove annoying trailing comments
2011-12-03 devilhornsEcore_X(cb): Add function for backlight_available so...
2011-12-03 discomfitor+ecore_x_randr_output_backlight_available() from Term...
2011-12-03 discomfitoradd some INF messages for connection death
next