Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eet: update lz4 code. Fix especially compilation bug on OpenBSD | Vincent Torri | 2012-12-02 | 4 | -501/+559 |
| | | | | | | | see lz4 homepage for a full description of the fixes SVN revision: 79974 | ||||
* | Backport fix from Michal Jagiello to 1.7 branch | Daniel Willmann | 2012-11-14 | 1 | -1/+4 |
| | | | | | | | | | Add missing UNLOCK_CACHE in eet_open function. Change-Id: I79db6bedf49c27499f3caa63d04dc6bb3ecfee60 Signed-off-by: Daniel Willmann <d.willmann@samsung.com> SVN revision: 79291 | ||||
* | backport eet fix. | Carsten Haitzler | 2012-09-21 | 1 | -1/+1 |
| | | | | SVN revision: 76945 | ||||
* | eet: correctly initialize dictionary. | Cedric BAIL | 2012-08-26 | 1 | -1/+1 |
| | | | | | | | | This should fix windows, we were lucky on Unix where the lock are expected to be set to zero... SVN revision: 75703 | ||||
* | eet: add eet_connection_empty. | Cedric BAIL | 2012-08-24 | 2 | -0/+20 |
| | | | | | | | This is needed to fix a bug when multiplexing eet_connection with something else. SVN revision: 75651 | ||||
* | eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) ↵ | Daniel Juyung Seo | 2012-08-22 | 1 | -2/+2 |
| | | | | | | <e-mail@date.by> SVN revision: 75552 | ||||
* | windows warning-- | Mike Blumenkrantz | 2012-08-13 | 1 | -1/+1 |
| | | | | | | | this commit brought to you by VRC: Vtorri Remote Commits SVN revision: 75190 | ||||
* | fix eina_mempool env var fetch for eet alloc mode. | Carsten Haitzler | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN revision: 75098 | ||||
* | more updates for 1.7.0 alpha. | Carsten Haitzler | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN revision: 75095 | ||||
* | eet: don't copy string around. | Cedric BAIL | 2012-08-09 | 1 | -6/+3 |
| | | | | SVN revision: 75040 | ||||
* | crit msg format warning-- | Mike Blumenkrantz | 2012-08-08 | 1 | -1/+1 |
| | | | | SVN revision: 74996 | ||||
* | make note of leak in gnutls. | Carsten Haitzler | 2012-08-04 | 1 | -0/+13 |
| | | | | SVN revision: 74869 | ||||
* | I like alphabetical order | Vincent Torri | 2012-07-20 | 1 | -4/+4 |
| | | | | SVN revision: 74237 | ||||
* | eet: fix possible wrong size decoding for simple type. | Cedric BAIL | 2012-07-16 | 1 | -2/+2 |
| | | | | SVN revision: 73923 | ||||
* | eet: detect overrun and underrun before everything goes wrong. | Cedric BAIL | 2012-07-16 | 1 | -0/+31 |
| | | | | SVN revision: 73919 | ||||
* | Eet: no need for an eina check | Vincent Torri | 2012-07-02 | 1 | -8/+8 |
| | | | | SVN revision: 73175 | ||||
* | Unbreak eet examples(they need Eina). | Jonas M. Gastal | 2012-07-02 | 1 | -8/+9 |
| | | | | | | Previous commit caused build(not system) error for examples. SVN revision: 73169 | ||||
* | Unbreak examples build system. | Jonas M. Gastal | 2012-07-02 | 1 | -9/+8 |
| | | | | | | SPANK SPANK SPANK caro. SVN revision: 73168 | ||||
* | Eet: fix CFLAGS value when --enable-assert is used | Vincent Torri | 2012-07-01 | 1 | -4/+2 |
| | | | | SVN revision: 73113 | ||||
* | Eet: add nice m4 macros to check functions and libraries. Will be usable ↵ | Vincent Torri | 2012-07-01 | 3 | -17/+10 |
| | | | | | | | | | easily in the merge, per EFL lib Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here SVN revision: 73095 | ||||
* | eet: fix crash when cyphering hyge amount of data. | Cedric BAIL | 2012-06-27 | 1 | -2/+6 |
| | | | | | | | Patch by Leandro Sansilva. SVN revision: 72906 | ||||
* | tone down mempool chunk sizes | Carsten Haitzler | 2012-06-17 | 2 | -2/+2 |
| | | | | SVN revision: 72253 | ||||
* | fix @version in each EFL header doxygen | Jihoon Kim | 2012-06-04 | 1 | -1/+1 |
| | | | | SVN revision: 71691 | ||||
* | This is a small change, so I won't changelog it (or backport), but | Carsten Haitzler | 2012-05-30 | 1 | -0/+5 |
| | | | | | | | | | make _shutdown() funcs across efl complain and be unhappy if you shutdown to < 0 shutdowns and not pull init count below 0. SVN revision: 71548 | ||||
* | eet: properly check buffer size during decipher. | Cedric BAIL | 2012-05-30 | 1 | -1/+1 |
| | | | | | | | Fix bug #1017. SVN revision: 71524 | ||||
* | let's put a README into the lz4 support in eet. | Carsten Haitzler | 2012-05-29 | 2 | -1/+9 |
| | | | | SVN revision: 71489 | ||||
* | add @since's | Carsten Haitzler | 2012-05-15 | 1 | -13/+13 |
| | | | | SVN revision: 71113 | ||||
* | add lz4 compression options to eet. remove amalgamated build too. | Carsten Haitzler | 2012-05-15 | 9 | -250/+2013 |
| | | | | SVN revision: 71111 | ||||
* | eet: unborking ! | Cedric BAIL | 2012-05-15 | 1 | -2/+1 |
| | | | | SVN revision: 71100 | ||||
* | fix eet_dict locks and formatting. | Carsten Haitzler | 2012-05-15 | 1 | -4/+10 |
| | | | | SVN revision: 71097 | ||||
* | eet: make eet_dictionary thread safe. | Cedric BAIL | 2012-05-15 | 2 | -42/+108 |
| | | | | SVN revision: 71094 | ||||
* | eet: force closing all file on shutdown. | Cedric BAIL | 2012-05-11 | 1 | -0/+27 |
| | | | | SVN revision: 70928 | ||||
* | Documenting parameters to avoid warnings. | Jonas M. Gastal | 2012-04-18 | 1 | -0/+2 |
| | | | | SVN revision: 70308 | ||||
* | typofix! | Carsten Haitzler | 2012-04-12 | 1 | -1/+1 |
| | | | | SVN revision: 70142 | ||||
* | add docs explaining the internal cache on close for onefang. | Carsten Haitzler | 2012-04-12 | 1 | -1/+5 |
| | | | | SVN revision: 70118 | ||||
* | Eet.h: fix typos | Jihoon Kim | 2012-04-05 | 1 | -19/+19 |
| | | | | SVN revision: 69926 | ||||
* | eet: fix missing return types in eet doc | Jihoon Kim | 2012-04-05 | 1 | -2/+8 |
| | | | | | | | Sign-Off By: Jérôme Pinot SVN revision: 69925 | ||||
* | eet: always set size. | Cedric BAIL | 2012-03-29 | 1 | -1/+4 |
| | | | | SVN revision: 69753 | ||||
* | eet: remove shadow warning. | Cedric BAIL | 2012-03-29 | 1 | -10/+10 |
| | | | | SVN revision: 69752 | ||||
* | I gote the version wrong, even after asking. lol | David Walter Seikel | 2012-03-29 | 1 | -1/+1 |
| | | | | SVN revision: 69751 | ||||
* | From: Jérôme Pinot <ngc891@gmail.com> | Jérôme Pinot | 2012-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | Subject: [E-devel] [patch] eet doxygen doc Here is a small fix for eet doxygen doc, escaping a # that shutdown a build warning. SVN revision: 69747 | ||||
* | Added a new macro for adding variable arrays of basic types. | David Walter Seikel | 2012-03-29 | 1 | -0/+32 |
| | | | | | | | | EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY SVN revision: 69745 | ||||
* | From: Jérôme Pinot <ngc891@gmail.com> | Jérôme Pinot | 2012-03-04 | 1 | -1/+1 |
| | | | | | | | | minor spelling fix SVN revision: 68656 | ||||
* | eet: add Exotic support | Cedric BAIL | 2012-02-24 | 1 | -1/+1 |
| | | | | SVN revision: 68400 | ||||
* | eet: doc fix. | Cedric BAIL | 2012-02-22 | 1 | -1/+1 |
| | | | | SVN revision: 68279 | ||||
* | eet: fix build without latest GNUTLS. | Cedric BAIL | 2012-02-21 | 1 | -0/+2 |
| | | | | | | | Patch by Lionel Orry <lionel.orry@gmail.com> SVN revision: 68210 | ||||
* | Eet: remove ugly FMT_* compatibility strings as Evil has now POSIX printf ↵ | Vincent Torri | 2012-02-17 | 1 | -17/+4 |
| | | | | | | family functions SVN revision: 68091 | ||||
* | Eet: formatting | Vincent Torri | 2012-02-17 | 1 | -1/+1 |
| | | | | SVN revision: 68090 | ||||
* | eet: add support for statistique. | Cedric BAIL | 2012-02-10 | 3 | -0/+77 |
| | | | | SVN revision: 67829 | ||||
* | eet: add support for GnuTLS 3.x | Cedric BAIL | 2012-02-09 | 1 | -13/+56 |
| | | | | SVN revision: 67785 |