2012-08-30 |
cedric | ChangeLog: state we did a release.
|
commit | commitdiff | tree |
2012-08-26 |
cedric | eet: correctly initialize dictionary.
|
commit | commitdiff | tree |
2012-08-24 |
cedric | eet: add eet_connection_empty.
|
commit | commitdiff | tree |
2012-08-09 |
cedric | eet: don't copy string around.
|
commit | commitdiff | tree |
2012-07-28 |
cedric | eet: as pointed by Vincent, remove useless check as...
|
commit | commitdiff | tree |
2012-07-16 |
cedric | eet: don't track coverage files.
|
commit | commitdiff | tree |
2012-07-16 |
cedric | eet: fix possible wrong size decoding for simple type.
|
commit | commitdiff | tree |
2012-07-16 |
cedric | eet: detect overrun and underrun before everything...
|
commit | commitdiff | tree |
2012-06-27 |
cedric | eet: fix name.
|
commit | commitdiff | tree |
2012-06-27 |
cedric | eet: fix crash when cyphering hyge amount of data.
|
commit | commitdiff | tree |
2012-05-30 |
cedric | eet: properly check buffer size during decipher.
|
commit | commitdiff | tree |
2012-05-29 |
cedric | eet: don't track build files.
|
commit | commitdiff | tree |
2012-05-15 |
cedric | eet: unborking !
|
commit | commitdiff | tree |
2012-05-15 |
cedric | eet: make eet_dictionary thread safe.
|
commit | commitdiff | tree |
2012-05-11 |
cedric | eet: force closing all file on shutdown.
|
commit | commitdiff | tree |
2012-04-26 |
cedric | efl: add release point in ChangeLog files.
|
commit | commitdiff | tree |
2012-04-18 |
cedric | eet: don't track build files.
|
commit | commitdiff | tree |
2012-03-29 |
cedric | eet: always set size.
|
commit | commitdiff | tree |
2012-03-29 |
cedric | eet: remove shadow warning.
|
commit | commitdiff | tree |
2012-02-24 |
cedric | eet: add Exotic support
|
commit | commitdiff | tree |
2012-02-22 |
cedric | eet: doc fix.
|
commit | commitdiff | tree |
2012-02-21 |
cedric | eet: fix build without latest GNUTLS.
|
commit | commitdiff | tree |
2012-02-10 |
cedric | eet: add support for statistique.
|
commit | commitdiff | tree |
2012-02-09 |
cedric | eet: add support for GnuTLS 3.x
|
commit | commitdiff | tree |
2012-01-23 |
cedric | eet: reduce the time taken by eet tests suite and hopefully...
|
commit | commitdiff | tree |
2012-01-03 |
cedric | eet: act like the rest of the EFL.
|
commit | commitdiff | tree |
2012-01-03 |
cedric | eet: remove useless code.
|
commit | commitdiff | tree |
2011-12-06 |
cedric | eet: no reason to duplicate environment variable.
|
commit | commitdiff | tree |
2011-11-20 |
cedric | eet: sys/mman.h is only needed when building with signature...
|
commit | commitdiff | tree |
2011-11-16 |
cedric | eet: proper indentation.
|
commit | commitdiff | tree |
2011-09-15 |
cedric | eet: add eet_data_xattr helper.
|
commit | commitdiff | tree |
2011-08-09 |
cedric | eet: switch in favor of Eina_File.
|
commit | commitdiff | tree |
2011-08-09 |
cedric | efl: remove mman as we Eina_File now.
|
commit | commitdiff | tree |
2011-06-10 |
cedric | eet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
|
commit | commitdiff | tree |
2011-06-09 |
cedric | eet: correctly protect Eina_File during eet_close.
|
commit | commitdiff | tree |
2011-05-17 |
cedric | eet: use Eina_File and fix forgotten init in Eet test...
|
commit | commitdiff | tree |
2011-05-14 |
cedric | eet: update ChangeLog.
|
commit | commitdiff | tree |
2011-05-14 |
cedric | eet: use eina_lock.
|
commit | commitdiff | tree |
2011-04-27 |
cedric | eet: remove uneeded Evas.h.
|
commit | commitdiff | tree |
2011-04-14 |
cedric | efl: don't track cache file.
|
commit | commitdiff | tree |
2011-04-14 |
cedric | autogen: unobrk things.
|
commit | commitdiff | tree |
2011-04-14 |
cedric | autogen: improve detection of parameter change.
|
commit | commitdiff | tree |
2011-02-22 |
cedric | efl: don't track config.cache.
|
commit | commitdiff | tree |
2011-02-22 |
cedric | eet: remove warning of unused code.
|
commit | commitdiff | tree |
2011-02-22 |
cedric | efl: add back touch on configure time generated file.
|
commit | commitdiff | tree |
2011-02-21 |
cedric | efl: turn on cached result, that will reduce your configure...
|
commit | commitdiff | tree |
2011-02-16 |
cedric | eet, ecore, evas, efreet: don't track generated files.
|
commit | commitdiff | tree |
2011-02-14 |
cedric | * eet: improve speed and memory usage when decoding...
|
commit | commitdiff | tree |
2010-12-04 |
cedric | * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze...
|
commit | commitdiff | tree |
2010-12-04 |
cedric | * eet: forgotten file.
|
commit | commitdiff | tree |
2010-12-04 |
cedric | * eet: forgot to update ChangeLog.
|
commit | commitdiff | tree |
2010-12-03 |
cedric | * eet: define PATH_MAX when needed.
|
commit | commitdiff | tree |
2010-12-03 |
cedric | * eet: improve detection of -Wl,--as-needed
|
commit | commitdiff | tree |
2010-12-03 |
cedric | * eet: use uintptr_t.
|
commit | commitdiff | tree |
2010-12-03 |
cedric | * eet: compile with -Werror on 64bits too.
|
commit | commitdiff | tree |
2010-11-29 |
cedric | * eina, eet: fix coverage generation with newer lcov.
|
commit | commitdiff | tree |
2010-11-29 |
cedric | * eet: Improve speed of eet_data_read decoding. Mostly...
|
commit | commitdiff | tree |
2010-11-29 |
cedric | * eet: improve speed for Eet_String users.
|
commit | commitdiff | tree |
2010-11-26 |
cedric | * eet: another forgotten improvement.
|
commit | commitdiff | tree |
2010-11-26 |
cedric | * eet: reduce memory used by Eet dictionary.
|
commit | commitdiff | tree |
2010-11-25 |
cedric | * eet: add EET_DATA_DESCRIPTOR_ADD_VAR_ARRAY_STRING.
|
commit | commitdiff | tree |
2010-11-21 |
cedric | * eet: use eina configuration information correctly.
|
commit | commitdiff | tree |
2010-11-21 |
cedric | * eet: sync with eina efl_threads.m4.
|
commit | commitdiff | tree |
2010-11-18 |
cedric | * eet: correctly handle length of ciphered/compressed...
|
commit | commitdiff | tree |
2010-11-15 |
cedric | * eet: fix make check with tarball.
|
commit | commitdiff | tree |
2010-11-13 |
cedric | * eet: Fix bug when using compression and ciphering.
|
commit | commitdiff | tree |
2010-11-12 |
cedric | * efl: beta2 !
|
commit | commitdiff | tree |
2010-11-12 |
cedric | * eet: fix ChangeLog.
|
commit | commitdiff | tree |
2010-11-12 |
cedric | * eet: correctly reset content of variable.
|
commit | commitdiff | tree |
2010-11-12 |
cedric | * eet: don't open file two small to be valid.
|
commit | commitdiff | tree |
2010-11-11 |
cedric | * svn: ignore more build files.
|
commit | commitdiff | tree |
2010-09-22 |
cedric | * eet: fix doc about eddc_size.
|
commit | commitdiff | tree |
2010-09-06 |
cedric | * eet: fix typo, thanks batden.
|
commit | commitdiff | tree |
2010-09-06 |
cedric | * eet: fix use of garbage data.
|
commit | commitdiff | tree |
2010-09-03 |
cedric | * eet: fix eet dictionnary ever growing dictionnary.
|
commit | commitdiff | tree |
2010-08-27 |
cedric | * eet: update changelog.
|
commit | commitdiff | tree |
2010-08-27 |
cedric | * eet: fix build of data that doesn't match data descriptor.
|
commit | commitdiff | tree |
2010-08-13 |
cedric | * eet: fix version and trigger the right alloc path.
|
commit | commitdiff | tree |
2010-08-13 |
cedric | * eet: fix bad allocation case triggered by edje new...
|
commit | commitdiff | tree |
2010-08-12 |
cedric | * eet: fix leak in eet.
|
commit | commitdiff | tree |
2010-08-09 |
cedric | * eet: fix dead lock when using alias in eet file.
|
commit | commitdiff | tree |
2010-08-06 |
cedric | * eet: typo.
|
commit | commitdiff | tree |
2010-08-06 |
cedric | * eet: add an helper to setup hash with string content.
|
commit | commitdiff | tree |
2010-08-02 |
cedric | * eet: fix bug on 32bits computer.
|
commit | commitdiff | tree |
2010-07-20 |
cedric | * eet: reduce likeliness of race condition by checking...
|
commit | commitdiff | tree |
2010-06-29 |
cedric | * eet: add support for eet_alias.
|
commit | commitdiff | tree |
2010-06-18 |
cedric | * configure.ac: take inept translation a little...
|
commit | commitdiff | tree |
2010-04-22 |
cedric | * eet: refactor some code.
|
commit | commitdiff | tree |
2010-04-22 |
cedric | * eet: fix documentation.
|
commit | commitdiff | tree |
2010-04-22 |
cedric | * eet: remove EET_G_INHERIT.
|
commit | commitdiff | tree |
2010-04-21 |
cedric | * eet: use const only when needed.
|
commit | commitdiff | tree |
2010-04-21 |
cedric | * eet: Add EET_G_VARIANT and EET_G_UNION.
|
commit | commitdiff | tree |
2010-04-16 |
cedric | * eet: improve tests suite coverage of signature print...
|
commit | commitdiff | tree |
2010-04-16 |
cedric | * eet: handle fixed point in data stream.
|
commit | commitdiff | tree |
2010-04-16 |
cedric | * eet: Improve coverage by tests suite and don't leak...
|
commit | commitdiff | tree |
2010-04-09 |
cedric | * eet: let eet create the temporary test file.
|
commit | commitdiff | tree |
2010-04-09 |
cedric | * eet: Add eet_sync, reduce between file delete and...
|
commit | commitdiff | tree |
2010-04-09 |
cedric | * eet: remove dead code.
|
commit | commitdiff | tree |
2010-04-08 |
cedric | * eet: fix file corruption reported by Tiago...
|
commit | commitdiff | tree |
2010-04-07 |
cedric | * eet: we don't need to duplicate hash key...
|
commit | commitdiff | tree |
next |