2010-07-15 |
caro | Add native Windows thread support instead of using... |
blob | commitdiff |
2010-07-14 |
lucas | Remove unneeded code with notnull.cocci script |
blob | commitdiff | diff to current |
2010-06-29 |
cedric | * eet: add support for eet_alias. |
blob | commitdiff | diff to current |
2010-05-29 |
raster | extra ; - remove |
blob | commitdiff | diff to current |
2010-05-21 |
raster | eet now has an eet_version you can runtime check: |
blob | commitdiff | diff to current |
2010-04-23 |
sachiel | Delete the right file, not the newly added to the cache. |
blob | commitdiff | diff to current |
2010-04-09 |
cedric | * eet: Add eet_sync, reduce between file delete and... |
blob | commitdiff | diff to current |
2010-04-09 |
cedric | * eet: remove dead code. |
blob | commitdiff | diff to current |
2010-04-08 |
cedric | * eet: fix file corruption reported by Tiago... |
blob | commitdiff | diff to current |
2010-04-03 |
caro | must include winsock2.h before time.h and jpeglib.h... |
blob | commitdiff | diff to current |
2010-04-03 |
caro | * update Visual Studio project files |
blob | commitdiff | diff to current |
2010-03-16 |
cedric | * eet: Fix a dead lock when reopening the same file. |
blob | commitdiff | diff to current |
2010-03-15 |
cedric | * eet: Reintroduce eet cache lock fix. |
blob | commitdiff | diff to current |
2010-03-07 |
raster | also revert - on3e of these 2 - or both, causes a deadl... |
blob | commitdiff | diff to current |
2010-03-07 |
raster | remove this patch (and will remove next too).. somethgn... |
blob | commitdiff | diff to current |
2010-03-05 |
cedric | * eet: Fix a dead lock when eet file was open more... |
blob | commitdiff | diff to current |
2010-03-05 |
cedric | * eet: Fix clearcache race condition. |
blob | commitdiff | diff to current |
2010-03-02 |
raster | fmatting. |
blob | commitdiff | diff to current |
2010-03-01 |
cedric | * eet: Fix override of global symbols. |
blob | commitdiff | diff to current |
2010-02-04 |
englebass | Don't do unnecessary strcmp |
blob | commitdiff | diff to current |
2010-01-17 |
cedric | * eet: Add mempool for Eet_Node structure. |
blob | commitdiff | diff to current |
2010-01-05 |
raster | another deadlock in eet - threadsafe goop! fix fix... |
blob | commitdiff | diff to current |
2009-12-04 |
raster | deadlock fuckers! fix! :) |
blob | commitdiff | diff to current |
2009-12-03 |
cedric | * eet: All this header are not needed in this case. |
blob | commitdiff | diff to current |
2009-12-03 |
cedric | * eet: All operation on Eet_File should be thread... |
blob | commitdiff | diff to current |
2009-11-02 |
caro | openssl/err.h included twice |
blob | commitdiff | diff to current |
2009-10-09 |
caro | formatting |
blob | commitdiff | diff to current |
2009-10-09 |
caro | initialize eina first in eet_init(). |
blob | commitdiff | diff to current |
2009-10-08 |
caro | fix eet_init() when called several times but is failing |
blob | commitdiff | diff to current |
2009-10-08 |
caro | simplify eet_init() and eet_shutdown() a bit |
blob | commitdiff | diff to current |
2009-10-02 |
caro | remove useless Eina_Log macros. Patch by Mathieu Taille... |
blob | commitdiff | diff to current |
2009-09-30 |
cedric | * eet: Fix some llvm report. |
blob | commitdiff | diff to current |
2009-09-17 |
barbieri | improve logging messages introduced by Mathieu Taillefu... |
blob | commitdiff | diff to current |
2009-09-15 |
cedric | * eet: Use eina_log. |
blob | commitdiff | diff to current |
2009-09-04 |
caro | et_init should fail if eina_init fails |
blob | commitdiff | diff to current |
2009-08-23 |
caro | * remove the inclusion of config.h in Eet_private... |
blob | commitdiff | diff to current |
2009-07-23 |
cedric | * eet: Fix initialization for system that don't suppor... |
blob | commitdiff | diff to current |
2009-07-08 |
cedric | * eet: Reorder gcry init so that it's correctly taken... |
blob | commitdiff | diff to current |
2009-04-16 |
cedric | * eet: Add a faster way to compute signature. But... |
blob | commitdiff | diff to current |
2009-03-25 |
cedric | * eet_lib: Prevent double init of gcry. |
blob | commitdiff | diff to current |
2009-03-18 |
raster | disable fsync |
blob | commitdiff | diff to current |
2009-03-17 |
barbieri | make sure data is on disk, don't get empty files on... |
blob | commitdiff | diff to current |
2009-02-26 |
barbieri | Fix problem reported by clang. |
blob | commitdiff | diff to current |
2009-02-19 |
caro | do not include unistd.h if vc++ is used |
blob | commitdiff | diff to current |
2009-02-19 |
caro | Include winsock2.h before time.h. Requested by vc++ |
blob | commitdiff | diff to current |
2009-02-09 |
cedric | * eet/src/lib/Eet.h, |
blob | commitdiff | diff to current |
2008-12-29 |
cedric | Remove dead assignment and change condition for easier... |
blob | commitdiff | diff to current |
2008-11-26 |
cedric | Add a function to get the raw signature data. |
blob | commitdiff | diff to current |
2008-11-14 |
cedric | Make password callback work (PKCS8 support), fix minor... |
blob | commitdiff | diff to current |
2008-11-13 |
cedric | Add crypto support to eet. |
blob | commitdiff | diff to current |
2008-10-20 |
cedric | Use eina conversion functions (Remove code from eet). |
blob | commitdiff | diff to current |
2008-10-13 |
cedric | Correctly use ferror. |
blob | commitdiff | diff to current |
2008-10-13 |
cedric | Remove more compiler warning. |
blob | commitdiff | diff to current |
2008-09-19 |
cedric | Fix memory leak with a proper shutdown of Openssl,... |
blob | commitdiff | diff to current |
2008-09-11 |
cedric | Fix typo in the typo. |
blob | commitdiff | diff to current |
2008-09-11 |
cedric | Fix typo. |
blob | commitdiff | diff to current |
2008-09-11 |
cedric | Use the right function here. |
blob | commitdiff | diff to current |
2008-09-08 |
cedric | Ok, the patch didn't apply cleanly and some missed... |
blob | commitdiff | diff to current |
2008-09-08 |
cedric | Another typo. |
blob | commitdiff | diff to current |
2008-09-08 |
cedric | Typo. |
blob | commitdiff | diff to current |
2008-09-08 |
cedric | Add signature support in eet. |
blob | commitdiff | diff to current |
2008-09-03 |
cedric | Add the prototype for this long pending function in... |
blob | commitdiff | diff to current |
2008-09-03 |
cedric | Recommit Joerg Sonnenberger patch with more fix. |
blob | commitdiff | diff to current |
2008-09-03 |
raster | roll back eet change (revert patch) as this breaks... |
blob | commitdiff | diff to current |
2008-09-02 |
cedric | Little bit modified patch from Joerg Sonnenberger that... |
blob | commitdiff | diff to current |
2008-08-22 |
cedric | Fix two source of memory leak. |
blob | commitdiff | diff to current |
2008-08-20 |
cedric | Fix a typo that prevent some valid file to be loaded. |
blob | commitdiff | diff to current |
2008-08-13 |
cedric | Delay unlink and reopen as long as possible in read... |
blob | commitdiff | diff to current |
2008-07-17 |
cedric | Improve decode speed by using precomputed hash. |
blob | commitdiff | diff to current |
2008-06-27 |
barbieri | Check if file was really open before continue. |
blob | commitdiff | diff to current |
2008-06-09 |
barbieri | Initialize ef->writes_pending. |
blob | commitdiff | diff to current |
2008-06-09 |
raster | leak-- |
blob | commitdiff | diff to current |
2008-05-29 |
raster | * add efreet garbage data check |
blob | commitdiff | diff to current |
2008-05-27 |
cedric | Disabling support of old eet file format was broken. |
blob | commitdiff | diff to current |
2008-05-19 |
cedric | Remove all use of strcpy as we already know the length. |
blob | commitdiff | diff to current |
2008-05-19 |
cedric | Old eet file format are now marked as deprecated. The... |
blob | commitdiff | diff to current |
2008-05-16 |
cedric | Add some test around efn->offset and set it properly... |
blob | commitdiff | diff to current |
2008-05-16 |
cedric | Fix EET_FILE_MODE_READ_WRITE when file doesn't exist. |
blob | commitdiff | diff to current |
2008-04-10 |
raster | bitching-- |
blob | commitdiff | diff to current |
2008-04-09 |
doursse | cegcc (not mingw32ce) defines same structures, function... |
blob | commitdiff | diff to current |
2008-04-03 |
kwo | Add unistd.h for unlink(), comment out unused code. |
blob | commitdiff | diff to current |
2008-03-29 |
doursse | remove trailing spaces and factorize Windows detection |
blob | commitdiff | diff to current |
2008-03-28 |
raster | add string.h |
blob | commitdiff | diff to current |
2008-03-28 |
doursse | reorganise header files so that evil is better included... |
blob | commitdiff | diff to current |
2008-03-28 |
raster | up eet to alpha status. see email to e-devel. |
blob | commitdiff | diff to current |
2008-03-09 |
raster | the rest of cedrics patchesfor fixing dictionaries... |
blob | commitdiff | diff to current |
2008-03-08 |
doursse | * define EAPI on Windows according to the following... |
blob | commitdiff | diff to current |
2008-03-07 |
doursse | * EAPI_DEF is actually useless. go back to EAPI |
blob | commitdiff | diff to current |
2008-03-06 |
raster | add cedrics dict check patch |
blob | commitdiff | diff to current |
2008-03-02 |
doursse | use evil on win32: |
blob | commitdiff | diff to current |
2008-03-02 |
raster | fix ref count issues on file modify while in use. lost... |
blob | commitdiff | diff to current |
2008-03-01 |
raster | cedric's eet and edje patches to use eet dictionaries... |
blob | commitdiff | diff to current |
2008-01-27 |
englebass | include files in the correct order |
blob | commitdiff | diff to current |
2008-01-27 |
englebass | formatting |
blob | commitdiff | diff to current |
2008-01-26 |
vapier | replace some win32 ifdef hacks with autoconf checks |
blob | commitdiff | diff to current |
2008-01-24 |
doursse | [win32] use the correct value for an invalid handle... |
blob | commitdiff | diff to current |
2008-01-21 |
raster | cedric's eet race patch |
blob | commitdiff | diff to current |
2007-12-14 |
raster | patches, caching fixes, zone dynamic creation/deletion... |
blob | commitdiff | diff to current |
2007-12-01 |
ningerso | Only enforce file size in read mode, otherwise this... |
blob | commitdiff | diff to current |
2007-11-12 |
raster | refuse to handle a 0 sized file without an error |
blob | commitdiff | diff to current |
next |