Merge remote-tracking branch 'remotes/origin/upstream'
[framework/uifw/eet.git] / src /
2011-07-16 caroEet : O_BINARY does not exist on linux...
2011-07-16 caroEet : eet_flush2 : add O_BINARY to open()
2011-07-15 lucaseet: fix common misppellings
2011-07-04 rasterenable mmap safety in eet.
2011-07-04 discomfitorfix some segvs in eet_node
2011-07-04 discomfitoradd a bunch of functions for manipulating eet_node...
2011-06-28 sachieldon't leak
2011-06-23 Jaehwan Kimsvn update: 60246 (latest:60246)
2011-06-20 sachielDo show the included header
2011-06-20 sachielRemove out-dated info about Eet format
2011-06-14 sachielSlight improvement to Eet documentation.
2011-06-12 billiobremove .cvsignore files
2011-06-10 cedriceet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
2011-06-09 cedriceet: correctly protect Eina_File during eet_close.
2011-05-23 caroFix compilation with libjpeg 8 on Windows.
2011-05-17 caroEet : fix scanf format on Windows
2011-05-17 cedriceet: use Eina_File and fix forgotten init in Eet test...
2011-05-15 carouse haeders check to include unistd.h
2011-05-14 cedriceet: use eina_lock.
2011-04-27 rasterdont use old evas.h in docs.
2011-04-27 cedriceet: remove uneeded Evas.h.
2011-04-18 rasterbetter docs
2011-04-08 rastermore of eet docs in .h - all of it minus examples actually.
2011-04-05 Jaehwan Kimsvn update: 58117 (latest:58117)
2011-03-29 Shinwoo KimRollback
2011-03-29 Shinwoo Kimsvn update: 57844 (latest:57844)
2011-03-16 rasterimprove docs.
2011-03-09 Myungjae Leesvn update: 57246 (latest:57246)
2011-03-08 WooHyun Jung[Rollback]
2011-03-07 Myungjae Leesvn update: 57246 (latest:57246)
2011-02-22 cedriceet: remove warning of unused code.
2011-02-22 chuneon.parkfixed a minor exception
2011-02-14 cedric * eet: improve speed and memory usage when decoding...
2011-02-03 englebassremove double declared ret
2011-02-03 englebassprefix macro generated variable with __
2011-02-03 englebassformatting
2011-01-29 caroUse eina_stringshare_add() instead of strdup() on mmape...
2011-01-24 WooHyun Jungsvn update: 56194 (latest:56194)
2011-01-21 lucasFix invalid pointer ref
2011-01-16 caroput again eet tests in the source tree
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-03 Jaehwan Kimsvn update: 55636 (latest:55636)
2010-12-22 Jaehwan Kimsvn update: 55490 (latest:55490)
2010-12-19 rastermove eet tests to TEST dir too. same reasons as for...
2010-12-13 Daniel Juyung Seo[SVN's EFL Migration] eet in SLP is merged with SVN...
2010-12-11 caroEINA_MAGIC is already defined with a ';'. Remove it...
2010-12-07 rasteruse typedefs for fn pointers.
2010-12-03 cedric * eet: improve detection of -Wl,--as-needed
2010-12-02 MyoungWoon Roy Kim[SVN EFL Migration] eet in SLP is merged into SVN r55070
2010-12-02 Daniel Juyung Seo[ROLLBACK to below revision]
2010-12-01 MyoungWoon Roy Kim[SVN EFL Migration] eet in SLP is merged into SVN r55070.
2010-11-29 cedric * eet: Improve speed of eet_data_read decoding. Mostly...
2010-11-29 cedric * eet: improve speed for Eet_String users.
2010-11-26 cedric * eet: another forgotten improvement.
2010-11-26 cedric * eet: reduce memory used by Eet dictionary.
2010-11-25 cedric * eet: add EET_DATA_DESCRIPTOR_ADD_VAR_ARRAY_STRING.
2010-11-25 jh0506.yun[SVN MERGE] EET merge
2010-11-21 cedric * eet: use eina configuration information correctly.
2010-11-21 rasterfix possible leak.
2010-11-18 cedric * eet: correctly handle length of ciphered/compressed...
2010-11-15 cedric * eet: fix make check with tarball.
2010-11-13 cedric * eet: Fix bug when using compression and ciphering.
2010-11-12 cedric * eet: correctly reset content of variable.
2010-11-12 cedric * eet: don't open file two small to be valid.
2010-11-08 sachielFix docs a bit, I hope.
2010-10-23 rasterbug exposed by cedric's leak and then my fix... :)
2010-10-20 MyoungWoon Roy KimMerge with EFL svn 53437
2010-10-19 EFLsvn update: 53177 (latest:53437)
2010-10-15 Jaehwan Kimsvn merge 51950
2010-10-14 Govindaraju SM[SVN MERGE] Change set 51891 to 52920 done.
2010-10-11 Prince Kr Dubey[SVN Merge] svn merge.
2010-10-07 barbierilogs don't need trailing newline.
2010-10-07 barbierilog domains in lower case.
2010-10-06 Myungjae Lee[svn merge] applied svn update from changeset 51648...
2010-10-06 Myungjae Lee[svn merge] Changeset 51650 - Revert and reapply badnul...
2010-09-22 cedric * eet: fix doc about eddc_size.
2010-09-22 carofix doc. There are still 2 warnings about eddc_size not
2010-09-20 Joseph TMerge ... EFL svn repo: changeset 51544: eet: more...
2010-09-20 Joseph TMerge ... EFL svn repo: changeset 51543: eet: make...
2010-09-20 Joseph TMerge ... EFL svn repo: changeset 51542: eet: calloc...
2010-09-20 Joseph TMerge ... EFL svn repo: changeset 51536: eet: get the...
2010-09-19 rasterwarning-- -> if u dont compile with tls/openssl
2010-09-19 rasterwarning--
2010-09-13 Hyoyoung Chang[efl-upgrade]
2010-09-08 lucasFix common misspellings
2010-09-07 Jeahwan Kimsvn update: 51457 (latest:51480)
2010-09-07 Jeahwan KimMerge with EFL svn repo
2010-09-06 cedric * eet: fix typo, thanks batden.
2010-09-06 cedric * eet: fix use of garbage data.
2010-09-03 cedric * eet: fix eet dictionnary ever growing dictionnary.
2010-08-27 cedric * eet: fix build of data that doesn't match data descr...
2010-08-26 lucasRevert and re-apply badnull patch
2010-08-22 rastermore check cleans (bogus actually too - but you guys...
2010-08-22 rastermake src also do what dest did - calloc.
2010-08-22 rastercalloc dst mgr to be sure.
2010-08-22 caro get the verbosity with the env variable CK_VERBOSITY...
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-20 rasterformatting - as agreed. return on line before func...
2010-08-16 rastereet - clean out old data from doc dir, set up for 1...
next