summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Eet: update lz4 code. Fix especially compilation bug on OpenBSDVincent Torri2012-12-024-501/+559
| | | | | | | see lz4 homepage for a full description of the fixes SVN revision: 79974
* Backport fix from Michal Jagiello to 1.7 branchDaniel Willmann2012-11-141-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 Haitzler2012-09-211-1/+1
| | | | SVN revision: 76945
* eet: correctly initialize dictionary.Cedric BAIL2012-08-261-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 BAIL2012-08-242-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 Seo2012-08-221-2/+2
| | | | | | <e-mail@date.by> SVN revision: 75552
* windows warning--Mike Blumenkrantz2012-08-131-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 Haitzler2012-08-101-1/+1
| | | | SVN revision: 75098
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75095
* eet: don't copy string around.Cedric BAIL2012-08-091-6/+3
| | | | SVN revision: 75040
* crit msg format warning--Mike Blumenkrantz2012-08-081-1/+1
| | | | SVN revision: 74996
* make note of leak in gnutls.Carsten Haitzler2012-08-041-0/+13
| | | | SVN revision: 74869
* I like alphabetical orderVincent Torri2012-07-201-4/+4
| | | | SVN revision: 74237
* eet: fix possible wrong size decoding for simple type.Cedric BAIL2012-07-161-2/+2
| | | | SVN revision: 73923
* eet: detect overrun and underrun before everything goes wrong.Cedric BAIL2012-07-161-0/+31
| | | | SVN revision: 73919
* Eet: no need for an eina checkVincent Torri2012-07-021-8/+8
| | | | SVN revision: 73175
* Unbreak eet examples(they need Eina).Jonas M. Gastal2012-07-021-8/+9
| | | | | | Previous commit caused build(not system) error for examples. SVN revision: 73169
* Unbreak examples build system.Jonas M. Gastal2012-07-021-9/+8
| | | | | | SPANK SPANK SPANK caro. SVN revision: 73168
* Eet: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-011-4/+2
| | | | SVN revision: 73113
* Eet: add nice m4 macros to check functions and libraries. Will be usable ↵Vincent Torri2012-07-013-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 BAIL2012-06-271-2/+6
| | | | | | | Patch by Leandro Sansilva. SVN revision: 72906
* tone down mempool chunk sizesCarsten Haitzler2012-06-172-2/+2
| | | | SVN revision: 72253
* fix @version in each EFL header doxygenJihoon Kim2012-06-041-1/+1
| | | | SVN revision: 71691
* This is a small change, so I won't changelog it (or backport), butCarsten Haitzler2012-05-301-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 BAIL2012-05-301-1/+1
| | | | | | | Fix bug #1017. SVN revision: 71524
* let's put a README into the lz4 support in eet.Carsten Haitzler2012-05-292-1/+9
| | | | SVN revision: 71489
* add @since'sCarsten Haitzler2012-05-151-13/+13
| | | | SVN revision: 71113
* add lz4 compression options to eet. remove amalgamated build too.Carsten Haitzler2012-05-159-250/+2013
| | | | SVN revision: 71111
* eet: unborking !Cedric BAIL2012-05-151-2/+1
| | | | SVN revision: 71100
* fix eet_dict locks and formatting.Carsten Haitzler2012-05-151-4/+10
| | | | SVN revision: 71097
* eet: make eet_dictionary thread safe.Cedric BAIL2012-05-152-42/+108
| | | | SVN revision: 71094
* eet: force closing all file on shutdown.Cedric BAIL2012-05-111-0/+27
| | | | SVN revision: 70928
* Documenting parameters to avoid warnings.Jonas M. Gastal2012-04-181-0/+2
| | | | SVN revision: 70308
* typofix!Carsten Haitzler2012-04-121-1/+1
| | | | SVN revision: 70142
* add docs explaining the internal cache on close for onefang.Carsten Haitzler2012-04-121-1/+5
| | | | SVN revision: 70118
* Eet.h: fix typosJihoon Kim2012-04-051-19/+19
| | | | SVN revision: 69926
* eet: fix missing return types in eet docJihoon Kim2012-04-051-2/+8
| | | | | | | Sign-Off By: Jérôme Pinot SVN revision: 69925
* eet: always set size.Cedric BAIL2012-03-291-1/+4
| | | | SVN revision: 69753
* eet: remove shadow warning.Cedric BAIL2012-03-291-10/+10
| | | | SVN revision: 69752
* I gote the version wrong, even after asking. lolDavid Walter Seikel2012-03-291-1/+1
| | | | SVN revision: 69751
* From: Jérôme Pinot <ngc891@gmail.com>Jérôme Pinot2012-03-291-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 Seikel2012-03-291-0/+32
| | | | | | | | EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY SVN revision: 69745
* From: Jérôme Pinot <ngc891@gmail.com>Jérôme Pinot2012-03-041-1/+1
| | | | | | | | minor spelling fix SVN revision: 68656
* eet: add Exotic supportCedric BAIL2012-02-241-1/+1
| | | | SVN revision: 68400
* eet: doc fix.Cedric BAIL2012-02-221-1/+1
| | | | SVN revision: 68279
* eet: fix build without latest GNUTLS.Cedric BAIL2012-02-211-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 Torri2012-02-171-17/+4
| | | | | | family functions SVN revision: 68091
* Eet: formattingVincent Torri2012-02-171-1/+1
| | | | SVN revision: 68090
* eet: add support for statistique.Cedric BAIL2012-02-103-0/+77
| | | | SVN revision: 67829
* eet: add support for GnuTLS 3.xCedric BAIL2012-02-091-13/+56
| | | | SVN revision: 67785